LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you tell two different cursors to move to different places?

Solved!
Go to solution

Sorry if this has been asked before but I couldn't find the answer anywhere.

 

As I said, I'm trying to get two different cursors to move to two different places on the same graph. I have the values I want them to go to, I'm just not sure which function or command to use. I'm using LabVIEW 8.6. Thanks for any help!

0 Kudos
Message 1 of 3
(2,733 Views)
Solution
Accepted by topic author WCR

WCR,

 

You would have to use the property nodes of the graph to move the cursors programmatically. The properties of interest are Active Cursor and Cursor Position > X and Cursor Position > Y. Use the Active Cursor to specify (by cursor index) which cursor you want to work with, then set the X and Y property values, then set the next cursor as the Active Cursor and set its X and Y property values.

 

20255i0F52CAF2AE88B872

Message 2 of 3
(2,724 Views)

Thank you Rob.

0 Kudos
Message 3 of 3
(2,712 Views)