LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview Graph Palette Taking Outputs

Hi,

is there any way to take the output of Labview Graph Palette i.e. when I zoom in can i access the minimum and maximum values of the zoomed in scales.
What I am trying to do is scanning a square and displaying data on an intensity graph. SoI wanted to add a feature which enables me to zoom in on the graph then take the values of the new scales and scan the zoomed in area again in the instrument.

So, is this possible?

Thanks,
Yatin
0 Kudos
Message 1 of 2
(2,810 Views)
In LV8.5 (not sure about 8.2) you get "scale change" events, so with an
event structure you get new ranges every time they change.

In <LV8.5 the only option is to poll the range properties of the graph.

Regards,

Wiebe.


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