
33
Instruction Functions
Section 2-2
FOR-NEXT
LOOPS
FOR
512
Output
Not required
238
BREAK LOOP
BREAK
514
Output
Required
241
FOR-NEXT
LOOPS
NEXT
513
The instructions between FOR(512) and NEXT(513) are repeated a
specified number of times. FOR(512) and NEXT(513) are used in
pairs.
Output
Not required
238
Instruction
Mnemonic
Code
Symbol/Operand
Function
Location
Execution
condition
Page
FOR(512)
N
N
:
Number of
loops
Repeated N times
The instructions between FOR(512) and NEXT(513) are repeated a
specified number of times. FOR(512) and NEXT(513) are used in
pairs.
Repeated program section
BREAK(514)
N repetitions
Condition a ON
Programmed in a FOR-NEXT loop to cancel the execution of the loop
for a given execution condition. The remaining instructions in the loop
are processed as NOP(000) instructions.
Repetitions
forced to end.
Processed as
NOP(000).
NEXT(513)
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 ...