knxnetIp-KnxPollScheduler

The network Poll Scheduler maintains a group of four rate buckets to service pollables, three of which correspond to configured poll rates (slow, normal and fast) and one (dibs stack) which is allocated for pollables that transition to a subscribed state.
Figure 23.   Poll Scheduler properties
Image

To access these properties, expand Config > Drivers in the station Nav tree, right-click the KnxNetwork node, click Views > AX Property Sheet, and expand Poll Scheduler properties.

Property Value Description
Poll Enabled true (default) or false Enables or disables the Poll Scheduler.
Fast Rate hh-mm-ss, 1ms ... +inf Defaults to 00–00–01 Sets the Fast Rate of Polling.
Normal Rate hh-mm-ss, 1ms ... +inf Defaults to 00–00–05 Sets the Normal Rate of Polling.
Slow Rate hh-mm-ss, 1ms ... +inf Defaults to 00–00–30 Sets the Slow Rate of Polling.
Statistics Start read-only date time Reports the last time statistics were reset.
Average Poll read-only time Reports the average time spent in each poll.
Busy Time read-only time Reports the percentage of the time that the station was busy doing polls.
Total Polls read-only Numeric over time Reports the total number of polls conducted and the time spent waiting for polls to execute.
Dibs Polls read-only Numeric % (Numeric/Numeric) Reports the total number of polls made processing the dibs stack.
Fast Polls read-only Numeric % (Numeric/Numeric) Reports the total number of polls made processing the fast queue.
Normal Polls read-only Numeric % (Numeric/Numeric) Reports the total number of polls made processing the normal queue.
Slow Polls read-only Numeric % (Numeric/Numeric) Reports the total number of polls made processing the slow queue.
Dibs Count read-only current=numeric average=numeric Reports the current and average number of components in the dibs stack.
Fast Count read-only current=numeric average=numeric Reports the current and average number of components in the fast queue.
Normal Count read-only current=numeric average=numeric Reports the current and average number of components in the normal queue.
Slow Count read-only current=numeric average=numeric Reports the current and average number of components in the slow queue.
Fast Cycle Time read-only average = time Reports the average cycle time for the fast queue.
Normal Cycle Time read-only average = time Reports the average cycle time for the normal queue.
Slow Cycle Time read-only average = time Reports the average cycle time for the slow queue.