Command Reference
CALL
Table explanation
Group
Program Flow Control
Syntax
CALL <n>
Op. Code
66
Modes
Program
Description
Calls a subroutine. The program flow is transferred to the
subroutine. The called subroutine must begin with a LABEL
command and end with a RETURN command.
Syntax
Arguments
n
The label number at which the subroutine begins.
Serial
1 U
Example
LABEL 1
INPUT_CASE 3 2
CALL 2
END
LABEL 2
SLIDE 1000
DELAY 500
SLIDE 0
RETURN
Example
Explanation
The program checks if a certain input combination has occurred.
If the combination exists, it will call the subroutine LABEL 2. A
SLIDE motion will occur for 500ms. Otherwise the CALL 2 code
line is skipped. End of program.
See Also
LABEL, RETURN
98
XtraWare User Manual
Summary of Contents for XTRAWARE - V3.0
Page 2: ......
Page 4: ......
Page 12: ......
Page 79: ...Operating the XtraDrive Using XtraWare Table 14 Sample ECAM Table XtraWare User Manual 69 ...
Page 202: ......
Page 220: ......
Page 258: ...List of Operation Codes 248 XtraWare User Manual versions use STOP_EX ...