Command Reference
label Label to jump to as required by the
operation specified in <then>.
Serial 1 U
Example LABEL 1
IF_INPUT 1 = 0 THEN GO_TO 2
SET_OUTPUT 2 ON
LABEL 2
MOVE_D -4096 –1
END
Example
Explanation
If INPUT 1 is false (the condition is true) jump to LABEL 2 and
move forward, else, set OUTPUT 2 to ON and move forward.
See Also IF, WAIT_INPUT, INPUT_CASE
126 XtraWare User Manual