Omron CP - PROGRAMMING MANUAL 05-2007 Programming Manual page 198

Cp1h/cp1l cpu unit
Table of Contents

Advertisement

Sequence Control Instructions
&3
1,2,3...
FOR-NEXT loops can be nested up to 15 levels. In the example below, pro-
gram sections A, B, and C are executed as follows:
A
B
B
C, A
B
&3
&2
Use BREAK(514) to escape from a FOR-NEXT loop. Several BREAK(514)
instructions (the number of levels nested) are required to escape from nested
loops. The remaining instructions in the loop after BREAK(514) are processed
as NOP(000) instructions.
Escapes from
loop when
condition a is
ON.
Remaining
instructions are
processed as
1 2
NOP(000).
Alternative Looping Methods
There are two ways to repeat a program section until a given execution condi-
tion is input.
1. FOR-NEXT Loop with BREAK
Start a FOR-NEXT loop with a maximum of N repetitions. Program
BREAK(514) within the loop with the desired execution condition. The loop
will end before N repetitions if the execution condition is input.
B
C, and A
B
B
&3
&2
Section 3-4
C
Breaks FOR-NEXT loop 2.
Breaks FOR-NEXT loop 1.
165

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents