Hello,
I'm working on a web page that should fetch a value from a database and show this value on the NI Measurement Studio Gauge control. The database is updated every second, so the Gauge control has to be updated every second. This is a necessary requirement.
My initial idea was to use an "AJAX Timer" control and set the the interval to one second and place the code to update the Gauge value in the timer's tick event.
Though this method works, it's not very good because this forces the web browser to do a "full refresh" of the web page every second. Is there any way of getting around this "full refresh" that the Timer control causes ?
Best regards,
Seb