ST_BA_PriorityEn
The command structure contains the releases of the plant and the priorities "Safety", "Critical" and "Program".
Illustration
TYPE ST_BA_PriorityEn:
STRUCT
bPlt : BOOL;
bEnSfty : BOOL;
bEnCrit : BOOL;
bEnPgm : BOOL;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
bPlt | BOOL | Release plant. |
bEnSfty | BOOL | Enable for writing the "Safety" priority. |
bEnCrit | BOOL | Enable for writing the "Critical" priority. |
bEnPgm | BOOL | Enable for writing the "Program" priority. |