GetEnrollmentSummary

<< Click to Display Table of Contents >>

 

GetEnrollmentSummary

The GetEnrollmentSummary service is used to retrieve a list of objects that start events of a device. This Driver sends this service with the following filters:

Acknowledgment Filter: all

Event State Filter: active

 

The execution of this service is implemented using two Tags. The GetEnrollmentSummaryCommand Tag is used to trigger this service and the GetEnrollmentSummaryResult Tag receives the result of this operation. Both Tags use a Configuration by Strings to reference a specific device.

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

The GetEnrollmentSummaryResult must be a read-only Block Tag with 5 (five) 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 Type, an unsigned integer value representing the BACnetEventType enumeration

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

Element 3: Priority, an unsigned integer value

Element 4: Notification Class, an unsigned integer value

Was this page useful?