Specifications

Table Of Contents
5 - 14
5.9.3 Parallel branch/parallel connection
(1) Parallel branch
Multiple steps, connected in parallel, are executed at the same time. Either step
or transition may be used at the head of parallel branch destination.
G1
K2
WAIT G0
G2
G3
G255
K3 F1 F10
G0
Maximum number of selective branches = 255
The steps from K2 to F10, connected in parallel,
are executed when the conditions set for
transition G0 are established after operation of
last step, and executed thereafter for each route
up to the parallel connection point.
POINT
"SHIFT" or "WAIT" can be set for the transition just before parallel branch, but
"WAITON" and "WAITOFF" cannot be set.
(2) Parallel connection
Always connect with a parallel connection when using parallel branching.
Jumping to another branch route can be set between the parallel branch parallel
connection. In this case, the jump destination will be a parallel connection point in
the middle (connection jump).
A jump that exits the parallel branch parallel connection cannot be set.
F10
G1
K2
ON M100
K4
ON M100
K3
PAB1
PAE1
K100
K5
G12
G11
F1
F12
Parallel branch point
Jump (connection)
Waits until the conditions set by transition
G3 are established and the start of servo
program K4 is completed after the servo
program K3 is stopped.
The operation is shifted to the succeeding
(next) step after completion of waiting.
Parallel connection point