AdvancedHMI Software

General Category => Support Questions => Topic started by: Darrell on July 21, 2015, 09:32:20 PM

Title: Basic label PollRate
Post by: Darrell on July 21, 2015, 09:32:20 PM
Basic label PollRate property  , Is it the same as the driver pollRate , does it override it or is it totally unrelated.

darrell
Title: Re: Basic label PollRate
Post by: Archie on July 22, 2015, 08:07:40 AM
It was actually a reserved property for a future implementation that never was used. It was never removed because of the problems it would cause with upgrading.

The only poll rate that works is in the driver. If you need certain controls to update at a different rate, you would put multiple driver instances each with a different PollRateOverride, then set the control's ComComponent to point to the driver with the poll rate you want to use.