ST_BA_StatusFlags
Structure about the possible operating statuses of an object.
Syntax
TYPE ST_BA_StatusFlags :
STRUCT
bInAlarm : BOOL;
bFault : BOOL;
bOverridden : BOOL;
bOutOfService : BOOL;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
bInAlarm | BOOL | Indicates an alarm state (offnormal). |
bFault | BOOL | Indicates a reliability problem (fault). |
bOverridden | BOOL | Indicates manual overwriting. |
bOutOfService | BOOL | Indicates the out-of-service mode. |
Requirements
Development environment | Required PLC library |
---|---|
TwinCAT 3.1 4024.35 | Tc3_BA2_Common from V2.1.20.0 |