14-38
Name Boolean Symbol Description Steps
Loop
Label
LOOP
LBL
The program jumps to the label instruction and continues
from there (the number of jumps is set in “S”).
4 (5)
Note1)
1
Break
BRK Stops program execution when the predetermined trigger
turns on in the TEST/RUN mode only.
1
End
ED The operation of program is ended. Indicates the end of a
main program.
1
Conditional
end
CNDE The operation of program is ended when the trigger turns
on.
1
Eject
EJECT Adds page break fo ruse when printing. 1
Step ladder instructions
Start step
SSTP The start of program “n” for process control 3
NSTL
Start the specified process “n” and clear the process
currently started. (Scan execution type)
3 Next step
NSTP
Start the specified process “n” and clear the process
currently started. (Pulse execution type)
3
Clear step
CSTP Resets the specified process “n”. 3
Clear multi-
ple steps
SCLR Resets multiple processes specified by “n1” and “n2”. 5
Step end
STPE End of step ladder area 1
Note1) In the FP2/FP2SH/FP10SH, when the number “n” in a loop instruction has an index modifier, the
number of steps is the number in parentheses.