Action: Digital Output - GabrielRumpf/RobotComponents GitHub Wiki

Description

Code Generation: This component defines an instruction to change the state of a digital output of the robot controller in RAPID main code generation.

Input Parameter

Name: Defines the name of the digital output based on a Panel or any other string value.

is Active: Defines the state of the digital output based on a boolean value.

Output Parameter

Digital Output: Contains the instruction to change the state of a defined digital output as an Action for RAPID main code generation.

Usage

Code Generation: Plug the Digital Output output of this component into the Actions input of a RAPID Generator component to add a single instruction that changes the state of a defined digital output of the robot controller in the RAPID main code.

Examples

⚠️ **GitHub.com Fallback** ⚠️