LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Min/Max horizontal grid lines.

I would like to programatically create some horizontal min and max grid lines on a chart to bracket some data to show out of tolerance. Anyone know how?
 
I am using V7.1.
 
Thanks,
Chris
 
0 Kudos
Message 1 of 3
(2,846 Views)
Add 2 extra plots to the chart - one will be the min line and one the max. To do this, bundle the three data values and wire the resulting cluster into the chart terminal.

___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(2,837 Views)
You can also add cursors with only the horizontal line showing and set their values.  If you want to use min max values which are not horizontal but have a slope or vary with time, adding 2 plots (functions of max/min) are the way to go.
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 3 of 3
(2,825 Views)