LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cursor to follow data points on waveform graph

I am using LabVIEW to record spectra, which are then displayed on a waveform graph. It is essential that line positions can be found and I would like to do this using a cursor of some kind to scan along and folow the data points whilst displaying the data coordinate. How can this be done?
0 Kudos
Message 1 of 3
(3,487 Views)
You could display cursor (right click on the graph, and enable the cursor
legend). Before, you just have to click (left) on the little padlock and
choose the good option
('attache au point' or 'verouille au trace' in my french version of LV6.0.2)


--
Jerome LANGE
Strasbourg
andromed@club-internet.fr


"David Carty" a écrit dans le message news:
50650000000800000023500000-1023576873000@exchange.ni.com...
> I am using LabVIEW to record spectra, which are then displayed on a
> waveform graph. It is essential that line positions can be found and I
> would like to do this using a cursor of some kind to scan along and
> folow the data points whilst displaying the data coordinate. How can
> this be done?
0 Kudos
Message 2 of 3
(3,487 Views)
David Carty wrote in message news:<50650000000800000023500000-1023576873000@exchange.ni.com>...
> I am using LabVIEW to record spectra, which are then displayed on a
> waveform graph. It is essential that line positions can be found and I
> would like to do this using a cursor of some kind to scan along and
> folow the data points whilst displaying the data coordinate. How can
> this be done?

Hi David,
right click on the graph, and go to visible items : cursor legend.
From here you can select which plot to attach the cursor to, and also
snap to point or lock to plot). The cursor needs a name to be
activated.
Have a look in the help files under cursors for more information, and
you can also use methods and properties to do this programatically.

Sash
0 Kudos
Message 3 of 3
(3,487 Views)