157
Sequence Control Instructions Section 3-4
Examples Basic Operation
When CIO 0.00 is OFF in the following example, the instructions between
JMP(004) and JME(005) are not executed and the outputs maintain their pre-
vious status.
When CIO 0.00 is ON in the following example, the instructions between
JMP(004) and JME(005) are executed normally.
3-4-7 CONDITIONAL JUMP: CJP(510)/CJPN(511)
Purpose The operation of CJP(510) is the basically the opposite of JMP(004). When
the execution condition for CJP(510) is ON, program execution jumps directly
to the first JME(005) in the program with the same jump number. CJP(510)
and JME(005) are used in pairs.
The operation of CJPN(511) is almost identical to JMP(004). When the execu-
tion condition for CJP(004) is OFF, program execution jumps directly to the
first JME(005) in the program with the same jump number. CJPN(511) and
JME(005) are used in pairs.
&1
CIO 0.00
ON
CIO 0.00
OFF
&1
0.00
Normal
execution
Instructions
not executed.
(Outputs re-
main un-
changed.)