Omron CJ - PROGRAMMING MANUAL 08-2008 Programming Manual page 117

Programmable controllers
Hide thumbs Also See for CJ - PROGRAMMING MANUAL 08-2008:
Table of Contents

Advertisement

Sequence Control Instructions
Instruction
Symbol/Operand
Mnemonic
Code
CONDITIONAL
CJP(510)
JUMP
CJP
510
N: Jump number
CONDITIONAL
CJPN(511)
JUMP
CJPN
511
N: Jump number
MULTIPLE JUMP
JMP0(515)
JMP0
515
MULTIPLE JUMP
JME0(516)
END
JME0
516
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
N
number. CJP(510) and JME(005) are used in pairs.
Execution
condition OFF
Instructions
executed
The operation of CJPN(511) is almost identical to JMP(004).
When the execution condition for CJP(004) is OFF, program execution
jumps directly to the first JME(005) in the program with the same jump
N
number. CJPN(511) and JME(005) are used in pairs.
Execution
condition ON
Instructions
executed
When the execution condition for JMP0(515) is OFF, all instructions
from JMP0(515) to the next JME0(516) in the program are processed
as NOP(000). Use JMP0(515) and JME0(516) in pairs. There is no
limit on the number of pairs that can be used in the program.
condition a ON
Instructions
executed
Execution
condition b ON
Instructions
executed
When the execution condition for JMP0(515) is OFF, all instructions
from JMP0(515) to the next JME0(516) in the program are processed
as NOP(000). Use JMP0(515) and JME0(516) in pairs. There is no
limit on the number of pairs that can be used in the program.
Function
Execution
condition ON
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 OFF
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
Execution
condition a OFF
Instructions
jumped
Jumped instructions
are processed as
Execution
NOP(000). Instruction
condition b OFF
execution times are the
same as NOP(000).
Instructions
jumped
Section 3-3
Location
Execution condition
Output
Required
Output
Not required
Output
Required
Output
Not required
79

Advertisement

Table of Contents
loading

Table of Contents