Specifications

Table Of Contents
5 - 12
5.9 Branch/connection
5.9.1 Parallel shifting
The execution is shifted to the step or transition connected in series.
(1) To start a servo program or subroutine, and shift to the succeeding step
before the operation is completed
Set the transition to SHIFT.
In this case, it is possible to omit the transition (shift).
When the transition is omitted, shifting is executed unconditionally.
K1
G1
K2
The servo program K1 is started.
The operation is shifted to the succeeding step when
the condition set for transition G1 is established
without waiting for the servo program K1 to end.
The servo program K2 is started.
(2) To start the servo program or subroutine and advance to the succeeding
step after completion of operation
Set the transition to WAIT.
K1
G1
K2
The servo program K1 is started.
The operation is shifted to the succeeding step when the axis
started by servo program K1 is stopped (start accept flag: OFF)
and the condition designated by transition G1 is established.
The servo program K2 is started.