Specifications

Table Of Contents
5 - 20
5.13 SFC program start method
The SFC program is executed while the PLC READY M2000 signal is ON.
The SFC program can be started by the following three methods.
(1) Automatic start
(2) Start from SFC program
(3) Start from PLC
The start method is set for each SFC program using the program parameter.
(1) Automatic start
The SFC program is started automatically when the PLC READY M2000 is turned
ON.
(2) Start from SFC program
The SFC program is started when the subroutine is called or the start step is
executed within the SFC program.
(3) Start from PLC
The SFC program is started when the SFCS command is executed within the
sequence program.
5.14 SFC program end method
The SFC program is ended in the following three methods:
(1) End program by executing END set within SFC program.
(2) End SFC program by turning PLC READY signal M2000 OFF.
(3) End with clear step.
POINT
(1) Multiple ENDs can be set within one SFC program.
(2) The SFC program will end even if "Automatic Start" is set.