Specifications

Table Of Contents
5 - 3
Division Designation
Symbol
(code size: byte)
List expression
Function
SHIFT
(shifting to
advance
reading)
Gn
(8)
SFT Gn
If the last step is a motion control step, the operation is
shifted to the succeeding step when the shifting conditions
Gn (G0 to G4095) are established without waiting for the
motion to end.
If the last step is an operation control step, the operation is
shifted to the succeeding step when the shifting conditions
are established after execution of operation.
If the last step is a subroutine call/start step, the operation is
shifted to the succeeding step when the shifting conditions
are established without waiting for the subroutine to end.
WAIT
Gn
(8)
WAIT Gn
If the last step is a motion control step, the operation is
shifted to the succeeding step when the shifting conditions
Gn (G0 to G4095) are established without waiting for the
motion to end.
If the last step is an operation control step, the operation is
shifted to the succeeding step when the shifting conditions
are established after execution of operation. (Same
operation as SHIFT)
If the last step is a subroutine call/start step, the operation is
shifted to the succeeding step when the shifting conditions
are established without waiting for the subroutine to end.
WAITON
ON bit device
Kn
(14)
WAITON
bit device
Prepares to start the succeeding motion control step, and
outputs the control command as soon as the designated
bit device is turned ON.
Be sure to set it together with motion control step in pairs
(1:1).
WAITOFF
OFF bit device
Kn
(14)
WAITOFF
bit device
Prepares to start the succeeding motion control step, and
outputs the control command as soon as the designated
bit device is turned OFF.
Be sure to set it together with motion control step in pairs
(1:1).
SHIFT Y/N
Gn
N
(When the
conditions fail to
be established)
(When the
conditions are
established)
Y
IFBm
IFT1
SFT Gn
:
JMP IFEm
IFT2
SFT Gn+?
:
JMP IFEm
IFEm
If the last step is a motion control step, the operation is
shifted to the succeeding step when the shifting conditions
Gn (G0 to G4095) are established without waiting for the
motion to end. If the conditions are not established, shifts
to the step connected to the right.
If the last step is an operation control step, the operation is
shifted to the lower step when the shifting conditions are
established after execution of operation. If the conditions
are not established, shifts to the step connected to the
right.
If the last step is a subroutine call/start step, the operation is
shifted to the lower step when the shifting conditions are
established before the operation of subroutine is completed.
If the conditions are not established, shifts to the step
connected to the right.
Transition
WAIT Y/N
Gn
N
(When the
conditions fail to
be established)
(When the
conditions are
established)
Y
IFBm
IFT1
WAIT Gn
:
JMP IFEm
IFT2
WAIT Gn+?
:
JMP IFEm
IFEm
If the last step is a motion control step, the operation is
shifted to the lower step when the shifting conditions Gn
(G0 to G4095) are established after the operation of
motion is completed. If the conditions are not established,
shifts to the step connected to the right.
If the last step is an operation control step, the operation is
shifted to the lower step when the shifting conditions are
established after execution of operation. If the conditions
are not established, shifts to the step connected to the
right. (Same operation as SHIFT)
If the last step is a subroutine call/start step, the operation
is shifted to the lower step when the shifting conditions are
established after the operation of subroutine is completed.
If the conditions are not established, shifts to the step
connected to the right.
Jump JUMP
Pn
(14)
JMP Pn
Jumps to the designated pointer Pn (P0 to P16383) within
the local program.
Pointer POINTER
Pn
(8)
Pn
Indicates the jump destination pointer (label).
The step, transition, branch point and connection point
can be set.
P0 to P16383 can be set in one program. The program
No. may be overlapped with another program No.