LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to set minimum and maximum limit of x-axis of xy graph with control nob, any body give help for it?

I am trying to connect a spectrum with labview  and wnat to set stop and start frquncey , but i am unable to   set minimum and maximum limit of x-axis of xy graph with control nob, any body give help for it?
vikas
0 Kudos
Message 1 of 3
(3,168 Views)

Hi, can you post an example of your code? do you know the limits of the spectrum? what is the relationship between the index of the array being displayed and the start and stop frequency, because you should be able to either directly set the max and min limits, or if your array is 2D where the second dimension is frequency, you can extract an array subset from your start frequency to your end frequency and just display that subset: the graph should resize itself. Please give some more information, and if possible some sample code.

Good luck!

Jeff


Using Labview 7 Express
0 Kudos
Message 2 of 3
(3,162 Views)
Without getting into details, you can set the min and max of the x axis of a xy graph programmatically by creating a property node for the graph.
0 Kudos
Message 3 of 3
(3,135 Views)