LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to be able to do the following : move a cursor on an intensity graph and as i move the cursor see the resulting waveform on another waveform graph

Hi,

 

Is it the value of the intensity graph at that point that you need to plot additionally or just the position of the cursor?

 

Regards,

James Mc
========
Ask me about Rust & NI Hardware
My writings are at https://www.wiresmithtech.com/devs/
0 Kudos
Message 2 of 4
(2,966 Views)

hi james, its the value of the intensity graph.

 

 

0 Kudos
Message 3 of 4
(2,957 Views)

Hi,

 

You can use property nodes to get the position of the cursor from graphs.  You will have to set the cursor that you want as the active cursor using a property node if you have more than one.  You should then be able to use this to index your array input to gain the value.  See the attached example that shows how this would work.

 

Regards,

James Mc
========
Ask me about Rust & NI Hardware
My writings are at https://www.wiresmithtech.com/devs/
0 Kudos
Message 4 of 4
(2,946 Views)