Polled data stream
- Last UpdatedFeb 20, 2025
- 1 minute read
- PI System
- Adapter for BACnet 1.2
- Adapters
Polled data collection is the default data collection mode for the adapter. Under this mode of data collection, devices configured for polling will be requested at scheduled intervals for all properties whose data selection items have a DataCollectionMode of Poll.
To avoid overloading the network, requests are limited by the MaxConcurrentNetworkRequests property on the Data Selection configuration. However, Change of Value (COV) is generally preferred when supported by the configured device, as data values will only be sent when they change, instead of every time the scheduled interval elapses.
Usage
For a given data selection Item, omitting the DataCollectionMode or specifying Poll will cause the selected property to be polled at the scheduled interval. If no schedule is configured, then data will not be collected for the item.