I'm trying to plot four XY graphs and have a single cursor able to tell the Y coordinate of all 4 plots for a given X.
I think I've got it setup the way it should be, but when you try to move the cursor, it meanders off in the direction of the slope of the line it's sitting on instead of following the data.
I'm attaching the VI in a .zip since it relies on a few other subVI's and I don't know a quick way of flattening everything into a single VI. The top VI is called main.vi.
To replicate, run the VI, let it run for a little bit to fill up the mixed signal graph, then hit the pause button. Move the cursor slowly to the right and you'll see the corresponding Y values run off on what appears to be a tangent to the curve at the point where they leave.
I appreciate any help or insight,
Mike