I have a form which displays a reading as a string (could be changed to a Custom Digit), I also have a gauge visually showing the reading. I am currently using Visi-Genie.
I was wondering if its possible to set the gauge to update automatically from the strings OnChanged functionality. As far as I can tell the OnChanged functionality only works if the user inputs a value through the screen not via a WriteObject command.
I have a time sensitive program and am trying to reduce the amount of Arduino processor time I waste sitting on the WaitForIdle() function used in WriteObject(). I would rather continue with my Arduino code and let the Screen processor update some of the items.
Also if anyone knows the fastest way to display numerical readings I would very much appreciate any input.
I was wondering if its possible to set the gauge to update automatically from the strings OnChanged functionality. As far as I can tell the OnChanged functionality only works if the user inputs a value through the screen not via a WriteObject command.
I have a time sensitive program and am trying to reduce the amount of Arduino processor time I waste sitting on the WaitForIdle() function used in WriteObject(). I would rather continue with my Arduino code and let the Screen processor update some of the items.
Also if anyone knows the fastest way to display numerical readings I would very much appreciate any input.
Comment