Sub Procedure
π KR
Description
Creates SetDO / SetGO / SetAO instructions to change digital, group, and analog output signal values. Toggle signal types via the right-click context menu.

Input
| Name | Type | Description |
|---|---|---|
| Proc Code | String | Full RAPID procedure code including PROC header and ENDPROC. Example: PROC CustomProc(num n, robtarget t) |
| Call | String | Call instruction string(s). One per call site. Example: CustomProc 5, target1;Multiple inputs produce multiple call instruction objects sharing the same procedure declaration. |
Output
| Name | Type | Description |
|---|---|---|
| SubProc | SubProc | Generated procedure. Connect to the Instructions input of the Core component. |