12-28-2017 09:57 AM
Hi,
I am using a Thermometer control to display real time temperature on a winform. I am not able to display the temperature value as it changes frequently at runtime. Below is the code which I am assigning to Thermometer value property. This values keeps changing at runtime, but the Thermometer control is not displaying the changed temperature values. Though I see the value is getting updated with updated temperatures.
thermometer1.Value = cameraStatus.ImageSensorTemperatureThermistorInC;
12-29-2017 11:02 AM
We can't really understand the behavior of the code whit just one line of your program, it may be that where you are calling this function is not being called continuously.
Have you looked into the examples for continouus measurements that come with measurement studio?