LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

With two cursors on just one waveform graph, how can I acquire the X values of each cursor to use them in other functions?

I can get the x values of each function to display on the front panel with no problems, but I have not been able to acquire this information from the front panel.
0 Kudos
Message 1 of 2
(2,605 Views)
You use a property node to programtically retrieve the cursor values. For each cursor, first use the property Active Cursor to select (0 for the first and 1 for the second) and then the property Cursor Position:Cursor X. See the attachment.
Message 2 of 2
(2,605 Views)