LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Output the Y position of three separate cursors all with the same X position from a static graph

Hello All,

This should be a simple one, although nothing down the stretch of finishing up a vi seems to be simple.  I have an averaged plot with three spectra on it.  There are three cursors which are locked to one frequency.  I want to output the three Y position values of the three cursors.

Thanks in advance.

Regards,

Ron

0 Kudos
Message 1 of 2
(1,028 Views)

Hi Ron,

 

what have you tried? Where are you stuck? Mind to attach your VI?

 

Suggestions:

  • Read the Cursor.List property - it's an array of cursor properties. Autoindex this array and read the Y position…
  • Set the ActiveCursor, then read its position. Repeat for next cursor…
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,024 Views)