E_BACNETNOTIFYTYPE

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

TYPE E_BACNETNOTIFYTYPE :
(
  BACnetNotifyType_alarm             := 0,
  BACnetNotifyType_notify_event      := 1,
  BACnetNotifyType_ack_notification  := 2
)
END_TYPE

BACnetNotifyType_alarm: ALARM

BACnetNotifyType_notify_event: NOTIFY_EVENT

BACnetNotifyType_ack_notification: ACK_NOTIFICATION