LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to snap cursor to a particular plot programmatically for waveform graph having multi plots.

Solved!
Go to solution

I am trying to programmatically select the single-plot cursor to a particular plot, my waveform graph has upto 4 plots.

 

In the 1.png file, I have shown how to assign cursor to corresponding plot using "snap to" function in front panel, the same operation I want to do in block diagram.

 

Thank You,

msabah38@gmail.com

Download All
0 Kudos
Message 1 of 3
(1,342 Views)
Solution
Accepted by topic author msabah38

You can do this with a property node:

Plot Snap.png

 

The top is the simple way to do it.

 

The middle and bottom solutions make it possible to do cursor configuration in a sub VI, by passing the reference... That would allow you to keep your main VI tidy.

Message 2 of 3
(1,324 Views)

Thanks for solution.

0 Kudos
Message 3 of 3
(1,310 Views)