IEC_BACNET_EVENT_TRANSITION_BITS (ENUM)¶
TYPE IEC_BACNET_EVENT_TRANSITION_BITS :
Describes possible event transitions which are defined.
This enumeration, of type BACnetEventTransitionBits, conveyes three flags that separately enable and disable reporting of TO-OFFNORMAL, TO-FAULT, and TO-NORMAL events. In the context of some special objects, transitions to the High_Limit or Low_Limit Event_States are considered to be “offnormal” events.
- InOut:
- Name - Initial - Comment - _EVENT_TRANS_MAX_SIZE - 16#7FFFFFFF - EVENT_TRANSITION_TO_OFFNORMAL - 0 - An to-offnormal transition has occurred - EVENT_TRANSITION_TO_FAULT - 1 - An to-fault transition has occurred - EVENT_TRANSITION_TO_NORMAL - 2 - An to-normal transition has occurred 
