
32
Instruction Functions
Section 2-2
JUMP END
JME
005
Indicates the end of a jump initiated by JMP(004) or CJP(510).
Output
Not required
228
CONDITIONAL
JUMP
CJPN
511
Output
Not required
232
MULTIPLE JUMP
JMP0
515
Output
Required
236
MULTIPLE JUMP
END
JME0
516
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.
Output
Not required
236
Instruction
Mnemonic
Code
Symbol/Operand
Function
Location
Execution
condition
Page
JME(005)
N
N
:
Jump number
CJPN(511)
N
N
:
Jump number
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
number. CJPN(511) and JME(005) are used in pairs.
Execution
condition ON
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.
JMP0(515)
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.
Execution
condition a ON
Execution
condition a OFF
Instructions
jumped
Instructions
executed
Execution
condition b ON
Execution
condition b OFF
Jumped instructions
are processed as
NOP(000). Instruction
execution times are
the same as
NOP(000).
Instructions
jumped
Instructions
executed
JME0(516)
Summary of Contents for SYSMAC CS Series
Page 2: ......
Page 4: ...iv ...
Page 30: ...xxx ...
Page 186: ...146 List of Instructions by Function Code Section 2 4 ...
Page 1320: ...1280 Model Conversion Instructions Unit Ver 3 0 or Later Section 3 35 ...
Page 1390: ...1350 CJ series Instruction Execution Times and Number of Steps Section 4 2 ...
Page 1391: ...1351 Appendix A ASCII Code Table ASCII SP Four leftmost bits Four rightmost bits ...
Page 1392: ...1352 ASCII Code Table Appendix A ...
Page 1404: ...1364 Revision History ...