Subroutine call
INFORMATION
When the subroutine is called, the basic state is not established. See also Establishing the basic state.
This command calls and executes another SRL program. After the called program is finished, the original program is continued in the line following the CALL_PROG block. The maximum nesting depth for the case that programs called by another program again contain program calls is 10.
Adding a call of another SRL program
"New Block" value: "CALL_PROG".
[1] | Identifier for calling another program |
[2] | Selection whether the number of the program to be called should be entered directly or read from a variable |
[3] | Edit box for the number of the program to be called |