LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get the cursor value from a waveform graph

 Is there a way to get the value of cursor position on the waveform graph so mathematical calculations be performed on those values. We can see the value in cursor legend, but can we extract those values for future calculations in the block diagram somehow.


0 Kudos
Message 1 of 2
(3,370 Views)
Right-click on the waveform graph icon.  Select Create>Property Node>Cursor>Cursor Position.  That spits out a a xy cluster for the current cursor position.

If you have more than one cursor, you can either set up a loop and set the Active Cursor property node (right click the property node and select "Change to Write") or you can pull everything you ever wanted to know about every cursor with the Cursor List property node. 
Message 2 of 2
(3,363 Views)