IEC_BACNET_EVENT_SUMMARY (STRUCT)ΒΆ

TYPE IEC_BACNET_EVENT_SUMMARY : STRUCT

Each item in the summary list is of data type BACNET_EVENT_SUMMARY. It consists of a number of parameters that describe the appropriate object: ObjectID, Event-State, Acked-Transitions, Notify-Type, and Event-Enable parameters, conveying values of the corresponding object properties. The Event-Stamps parameter shall transport the timestamps of the last event notifications for TO-OFFNORMAL, TO-FAULT, and TO-NORMAL events. The Event Priorities parameter contains the priority specified in the Priority property of the associated notification class object.

InOut:

Name

Type

Comment

objectID

IEC_BACNET_OBJECT_ID

This parameter, of type BACnetObjectIdentifier, identifies the event- initiating object that has an Event_State property whose value is not equal to NORMAL or has an Acked_Transitions property that has at least one of the following bits (TO-OFFNORMAL,TO-FAULT,TO-NORMAL) set to FALSE.

eventState

IEC_BACNET_EVENT_STATE

This parameter, of type BACnetEventState, indicates the value of the Event_State property of the object.

ackedTransitions

IEC_BACNET_BIT_STRING

This parameter, of type BACnetEventTransitionBits, indicates the value of the Acked_Transitions property of the object.

eventStamps

ARRAY [0..2] OF IEC_BACNET_TIME_STAMP

This parameter, of type ARRAY of BACnetTimeStamp, contains the timestamps of the last event notifications for TO-OFFNORMAL,TO-FAULT, and TO-NORMAL events.

notifyType

IEC_BACNET_NOTIFY_TYPE

This parameter, of type BACnetNotifyType, shall transport the value of the Notify_Type property of this object.

eventEnable

IEC_BACNET_BIT_STRING

This parameter, of type BACnetEventTransitionBits, shall transport the value of the Event_Enable property of the object.

eventPriorities

ARRAY [0..2] OF IEC_BACNET_UNSIGNED

This parameter, of type ARRAY of Unsigned, shall transport the priorities specified in the Priority property of the associated Notification Class object.