Command Reference
Example LABEL 1
INPUT_CASE 7 2
MOVE 4096 –1
GO_TO 1
END
Example
Explanation
<input mask> is 7 (in binary is 0111). This instructs the XtraDrive
to check inputs 0, 1, 2 and to ignore the rest. <input state> is 2
(in binary is 0010).
True means input 0 is OFF, input 1 is ON and input 2 is OFF. If the
condition is true, proceed to the MOVE command. Otherwise skip
the next command and jump to GO_TO command.
See Also IF_INPUT
128 XtraWare User Manual