GetEventInformation

<< Click to Display Table of Contents >>

 

GetEventInformation

The GetEventInformation service is used to retrieve a list of all active events of a device. The execution of this service is implemented using two Tags. The GetEventInformationCommand Tag is used to trigger this service and the GetEventInformationResult Tag receives the result of this operation. Both Tags use a Configuration by Strings to reference a specific device.

This Driver automatically manages sending new requests if the events do not fit a single response. In this case, the result is provided when all events are received.

The GetEventInformationCommand must be a write-only Tag. To start this service, write any value to this Tag.

The GetEventInformationResult must be a read-only Block Tag with 7 (seven) Elements, which receives a list of results. The Elements and data types are the following:

Element 0: Object Identifier, a text value in the format <object>-<identifier>

Element 1: Event State, an unsigned integer value representing the BACnetEventState enumeration

Element 2: Acknowledged Transitions, a text value representing a sequence of bits

Element 3: Event Timestamps, a text value in XML format

Element 4: Notify Type, an unsigned integer value representing the BACnetNotifyType enumeration

Element 5: Event Enable, a text value representing a sequence of bits

Element 6: Event Priorities, a text value in XML format

Was this page useful?