BACnet trigger event
- COV
BACnet supports Change of Value (COV) notifications. Even though some devices are not capable of responding to the COV natively, our device driver will pool the device internally and provide the illusion that COV is available from the told device.
Every trigger identifies the trigger event type, which identifies when the trigger will be executed.
The trigger event types are described in the Trigger event type reference. In addition to the standard trigger event types, the BACnet driver makes available additional trigger event type - COV. This trigger event is under within the BACnet event group called COV Change of Value) will subscribe to BACnet COV notifications and raise an event in deviceWISE when a COV occurs. The presentValue property is the only property within a BACnet object that is supported for COV notifications.
The BACnet category is available in the Trigger Event Type list when defining or editing a trigger. This example shows a new trigger being defined with the Canvas Editor:
When the COV trigger event type is selected, the Event tab becomes active with parameters that accommodate the COV event.
Parameter | Description |
---|---|
Filter | You will be able to filter COV from a Specific Device or Any Device. |
Device name |
Device name field appears when Specific Device is selected as a Filter, you should select a device. |
Channel Id | Channel Id field appears when Any Device is selected as a Filter, you should select a Channel. |
Items to subscribe | Data in a BACnet device is organized as a series of objects. With this option you will be able to select a type of object to subscribe. You will be able to select from three object types: Analog, Binary, and Multistate. |
BACnet Service Type | Select Read Property, Read Property Multiple or COV Notifications.
|
Subscribe COV resubscription interval | Enter the interval in which the COV will subscribed. |
Specific Items Filter |
The "Specific Items" is a comma separated list of objects used to filter the items that will be subscribed. Each item within the list includes the DeviceId, ObjectType and Instance Number in the format:
|
In the case where a device does not support COV notifications, or if the subscription fails, the trigger will fallback to polling for values. On a large system, the number of points can overload the network if all values are subscribed.
It is recommended that the Specific Items Filter be used to limit the subscriptions to points of interest.