LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to couple cursers from two graphs together, How do I do this?

I have two graphs each of which has a curser to highlight data points on the plot. I want to couple these two cursers by there x axix value.
0 Kudos
Message 1 of 3
(2,310 Views)
This is definitely not going to win any coding awards, but here is a demo of a one way linked cursor. Move the cursor on the left, and it moves the x position of the cursor on the right.

Doing this with both cursors at the same time involves a little more synchonization work that I have time for right now, but you should be able to extend this example if you need to.
0 Kudos
Message 2 of 3
(2,310 Views)
Apologies, I forgot to qualify. This demo is written in LabVIEW 6.02.
0 Kudos
Message 3 of 3
(2,310 Views)