232
Sequence Control Instructions Section 3-5
3-5-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.
Ladder Symbols
Variations
&1
CIO 000000
ON
CIO 000000
OFF
&1
Normal
execution
Instructions
not executed.
(Outputs re-
main un-
changed.)
CJP(510)
N
CJPN(511)
N
N: Jump number
N: Jump number
Variations Jumps when ON/Does Not Jump when OFF CJP(510)
Immediate Refreshing Specification Not supported