Elements of SFC
Section 2-3
45
Initial Step
An initial step is the step that unconditionally becomes active upon program execution
start. All other steps are inactive at this moment.
It is also the first step to be executed in the SFC chart.
When the initial step becomes active, the actions defined in the initial step are
executed.
The initial step is represented as shown below.
Step 1
•
Only one initial step can be created within an SFC chart.
•
The initial step does not necessarily need to be positioned at the head of the
program.
•
An initial step can hold one or many action blocks.
•
When the initial step becomes active, action blocks assigned to the step are
executed.
If the power supply is turned OFF during SFC program execution. The program will be
executed from the initial step when the power supply is turned back ON. To perform
initialization when continuing operation or to select the steps with the step control
instructions to continue step operation, include status control programming in the initial
step.
Normal Step
A normal step is the step that becomes active if the transition condition is met.
When the step becomes active, the actions defined in the normal step are executed.
The normal step is represented as shown below.
Step 1
•
There is no limit on the number of normal steps used within an SFC chart.
•
A normal step can hold one or many action blocks.
•
When a normal step becomes active, action blocks assigned to the step are
executed.
Subchart Step
A subchart step is the step that calls up the subordinate SFC chart (subchart) from an
SFC chart.
The subchart step is represented as shown below.
Step 1
Subchart 1
A subchart is the macro expansion of an SFC step into a group of SFC programs,
similar to the subroutine of a conventional programming language.
Содержание SYSMAC CX-Programmer 8.1
Страница 1: ...Operation Manual SFC Programming SYSMAC WS02 CXPC1 V8 CX Programmer Ver 8 1 Cat No W469 E1 04...
Страница 2: ...ii CX Programmer Ver 8 1 WS02 CXPC1 V8 Operation Manual SFC Programming Revised February 2009...
Страница 16: ......
Страница 56: ...Precautions When Creating SFC Programs Section 1 5 40...
Страница 117: ...Monitoring Section 4 5 101 For details refer to 3 2 3 Adding an Action to a Step or to the Initial Step...
Страница 118: ...Monitoring Section 4 5 102...
Страница 150: ...Index 134...
Страница 152: ...Revision History 136...
Страница 153: ......
Страница 154: ......