LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Limit on how fine graph with autoscale

Hello all,

I am working on a temperature controller, and I currently have a graph set up to show the temperature over time. The autoscale feature works great, however, if I let the temperature sit for too long, the y-axis autoscale becomes so fine that it appears that the temperature is fluctuating massively and looks pretty ugly. It gets in a range of +/- 0.2°C.

Is there some way that I can limit how fine the autoscale can go? For example, create the following restriction on the y-axis scale:

Ymax – Ymin >= 2°C


Thanks for any help!

 


-Clint

LV version 6.1

0 Kudos
Message 1 of 2
(2,112 Views)
Just turn off autoscaling and set the scale min and max using property nodes at appropriate times.
 
Now you have full programmatic control of the scaling. 😄
0 Kudos
Message 2 of 2
(2,109 Views)