Operator`s manual

2.2 Control Instruction
2-29
5. IF
The following tag can be added or omitted.
(1) JUMP *1
Jumps to *1.
(2) JUMP JOB:TEST1 UF#(2)
Jumps to the job named TEST1. TEST1 works in user coordinate system No.2.
(3) SET B000 1
JUMP B000 IF IN#(14)=ON
If input signal no.14 is on, it jumps to job “1”.
No Tag Explanation Note
14
IF Specifies the IF instruction. Refer to " 2.6
Instruction Which
Adheres to an
Instruction ".
Example