Function description
The function is to "freeze" the sequence (evaluation of transitions is turned off).
| WARNING | |
|---|---|
| WARNING | |
|---|---|
The current state of the sequence
is frozen by a 1 signal at the input FreezeSequence. The status of the transitions is no longer evaluated. Therefore,
it is no longer possible to move on in the sequence, even if the transition
condition of the "active" transition is true.
This function
can be used in conjunction with the functions for step-by-step processing
(function block SFCCNTRL (Inputs STEPUN and STEPDEP) or external SFC control
command) for error correction.
The output SequenceFreezed is 1 when the sequence is frozen.
SFCCNTRL or another
external SFC control command.EN and ENO can be configured as additional parameters.
Representation in FBD
Representation:

Representation in LD
Representation:

Representation in IL
Representation:
LD SectionName
FREEZECHART SectionName
ST SequenceFreezedRepresentation in ST
Representation:
SequenceFreezed := FREEZECHART (SectionName,
FreezeSequence) ;Parameter description
Description of the input parameter:
Parameter |
Data type |
Meaning |
|---|---|---|
|
|
Association with the SFC section to be controlled is done via the name of the section. If an
SFC section is created then it is automatically assigned with a variable
of data type |
|
|
1: Freeze sequence (turn off evaluation of transitions) |
Description of the output parameter:
Parameter |
Data type |
Meaning |
|---|---|---|
|
|
1: Sequence was frozen (evaluation of transitions was turned off) |

