Hi, I downloaded last week The latest version of AdvancedHMI (AdvancedHMIv399xR1), I am using it to communicate with a MODBUS TCP device.
Congratulations to the developer, it's a beautiful product.
On a form I placed about 20 AnalogValueDisplay which pointed to 20 Holding registers in double integer format (L4000x) of which 15 read / write and the remaining read only.
Sometimes when I open the form some AnalogValueDisplay do not read the register and remain in the "0000" state. in order to read them I have to close the form (me.close) and reopen it.
It happens randomly for no apparent reason.
Is there a way to be able to intercept this situation and maybe reinitialize the reading of the analogvaludisplay that are not updated?
Thanks to those who want to help me.