ST_BA_Binary
The command structure is used to control binary aggregates and contains the priorities Safety, Critical and Program.
TYPE ST_BA_Binary:
STRUCT
bEnSfty : BOOL;
bValSfty : BOOL;
bEnCrit : BOOL;
bValCrit : BOOL;
bEnPgm : BOOL;
bValPgm : BOOL;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
bEnSfty | BOOL | Enable for writing the "Safety" priority. |
bValSfty | BOOL | Value of the "Safety" priority to be written. |
bEnCrit | BOOL | Enable for writing the "Critical" priority. |
bValCrit | BOOL | Value of the "Critical" priority to be written. |
bEnPgm | BOOL | Enable for writing the "Program" priority. |
bValPgm | BOOL | Value of the "Program" priority to be written. |