ST_BACnet_StatusFlags

PLC mapping of BACnet data type BACnetStatusFlags. See BACnet specification DIN EN ISO 16484-5 for property Status_Flags.

TYPE ST_BACnet_StatusFlags :
STRUCT
  in_alarm        : BOOL;
  fault           : BOOL;
  overridden      : BOOL;
  out_of_service  : BOOL;
END_STRUCT
END_TYPE

in_alarm: FALSE, if property Event_State = NORMAL, otherwise TRUE.

fault: TRUE, if property ReliablilityNO_FAULT_DETECTED, otherwise FALSE.

overridden: TRUE, if overwriting of the output of the corresponding object is indicated via process data RawIoStateOverride = TRUE and RawIoStateOverrideInverted = FALSE (typically in manual operating modules).

out_of_service: TRUE, if property Out_Of_Service = TRUE, otherwise FALSE.