IEC_BACNET_STATUS_FLAG_BITS (ENUM)¶
TYPE IEC_BACNET_STATUS_FLAG_BITS :
Describes the status-flags of an BACnet object.
This enumeration, of type BACnetStatusFlags, represents four Boolean flags that indicate the general “health” of an BACnet object.
- InOut:
- Name - Initial - Comment - _STATUS_MAX_SIZE - 16#7FFFFFFF - STATUS_IN_ALARM_BIT - 0 - Logical FALSE if the Event_State property has a value of NORMAL, otherwise logical TRUE. - STATUS_FAULT_BIT - 1 - Logical TRUE if the Reliability property is present and does not have a value of NO_FAULT_DETECTED, otherwise logical FALSE. - STATUS_OVERRIDDEN_BIT - 2 - Logical TRUE if the point has been overridden by some mechanism local to the BACnet Device. In this context “overridden” is taken to mean that the Present_Value and Reliability properties are no longer tracking changes to the physical input. Otherwise, the value is logical FALSE. - STATUS_OUT_OF_SERVICE_BIT - 3 - Logical TRUE if the Out_Of_Service property has a value of TRUE, otherwise logical FALSE. 
