E_BACNETEVENTSTATE

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

TYPE E_BACNETEVENTSTATE :
(
  BACnetEventState_state_normal       := 0,
  BACnetEventState_fault              := 1,
  BACnetEventState_offnormal          := 2,
  BACnetEventState_high_limit         := 3,
  BACnetEventState_low_limit          := 4,
  BACnetEventState_life_safety_alarm  := 5
)
END_TYPE

BACnetEventState_state_normal: Object state normal (Reliability property equal NO_FAULT_DETECTED).

BACnetEventState_fault: Object state in error (Reliability property not equal NO_FAULT_DETECTED).

BACnetEventState_offnormal: Object state off-normal (Reliability property equal NO_FAULT_DETECTED).

BACnetEventState_high_limit: Object state upper limit reached/exceeded (property High_Limit).

BACnetEventState_low_limit: Object state lower limit reached/below (property Low_Limit).

BACnetEventState_life_safety_alarm: Object state life-safety-alarm.