Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Thermometer Control not displaying realtime values in Winforms

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;

 

 

0 Kudos
Message 1 of 2
(2,541 Views)

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?

0 Kudos
Message 2 of 2
(2,507 Views)