How can I adjust object data polling rate?

How can I adjust object data polling rate?
none 0.0 0
  • HMI Model: MT8071iP
  • EasyBuilder Pro Version: latest

i’ve been searching this everywhere but found nothing, is it possible to set the polling rate for numeric/word objects in modbus devices? I monitored the comms and the HMI sends tons of requests to the device. I feel that it’s too much for our use case, would be nice if I can set it 1-2s period

Thanks

Hi there,

If you want to adjust the polling rate you can add a small COMs delay to help reduce the load. To do this, just add a delay within the "Turn around delay " settings in the driver configuration.

It is important to note that this will affect all objects within that selected driver. Also, please keep in mind that a delay too large may result in a communication error.

Alright thanks!