Control an SFC Child Program
These are possible qualifiers that can be applied to an action block for handling a child program:
|
|
Starts the child program when the step is activated and stops (kills) it when the step is deactivated. |
|
|
Starts the child program when the step is activated. Initial steps of the child program are activated. |
|
|
Stops (kills) the child program when the step is activated. All active steps of the child program are deactivated. |
Alternatively, use these statements in an action block programmed in ST
"Structured text"
A high-level language that is block structured and syntactically resembles Pascal language.
In this table, "prog"
represents the name of the child program:
|
|
Starts the child program when the step is activated. Initial steps of the child program are activated. |
|
|
Stops (kills) the child program when the step is activated. All active steps of the child program are deactivated. |
|
|
Suspends the execution of a child program. |
|
|
Restarts a program suspended by a |
Use the GSTATUS function in expressions.
This
function returns the current state of a child SFC
"Sequential function chart"
It can be used to program processes that can be split into steps.
The main components of SFC are:
- Steps with associated actions
- Transitions with associated logic conditions
- Directed links between steps and transitions program:
|
|
Returns the current state of a child SFC program: 0: program is inactive 1: program is active 2: program is suspended |
-
-
When a child program is started by its parent program, it keeps the "inactive" status until it is executed (further in the cycle).
If a child program is started in an SFC chart, GSTATUS returns 1 (active) on the next cycle.





