ST_BACnet_EventTransitionBits
PLC mapping of BACnet data type BACnetEventTransitionBits (properties Event_Enable and Acked_Transitions).
TYPE ST_BACnet_EventTransitionBits :
STRUCT
to_offnormal : BOOL;
to_fault : BOOL;
to_normal : BOOL;
END_STRUCT
END_TYPE
to_offnormal
: Transition from X to OFF_NORMAL.
to_fault
: Transition from X to FAULT.
to_normal
: Transition from X to NORMAL.