76
Sequence Control Instructions Section 3-3
INTERLOCK
CLEAR
ILC
003
Interlocks all outputs between IL(002) and ILC(003) when the execution condi-
tion for IL(002) is OFF. IL(002) and ILC(003) are normally used in pairs.
Output
Not required
JUMP
JMP
004
Output
Required
JUMP END
JME
005
Indicates the end of a jump initiated by JMP(004) or CJP(510). Output
Not required
CONDITIONAL
JUMP
CJP
510
Output
Required
CONDITIONAL
JUMP
CJPN
511
Output
Not required
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
Execution condition
Instructions
executed
Instructions
jumped
Instructions in this section
are not executed and out-
put status is maintained.
The instruction execution
time for these instructions
is eliminated.
When the execution condition for JMP(004) is OFF, program
execution jumps directly to the first JME(005) in the program with the
same jump number. JMP(004) and JME(005) are used in pairs.
Execution
condition OFF
Instructions
executed
Instructions
jumped
Instructions in this section
are not executed and out-
put status is maintained.
The instruction execution
time for these instructions
is eliminated.
Execution
condition ON
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.
Instructions
executed
Instructions
jumped
Instructions in this section
are not executed and out-
put status is maintained.
The instruction execution
time for these instructions
is eliminated.
Execution
condition ON
Execution
condition OFF
The operation of CJPN(511) is almost identical to JMP(004).
When the execution condition for CJP(004) is OFF, program execution
umps directly to the first JME(005) in the program with the same jump
number. CJPN(511) and JME(005) are used in pairs.