LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XY Graph Cursor Problem in Labview 7.1.1?

Hallo,

I am  using Labview 7.1.1 and I am facing one problem with XY graph cursor. If I am moving cursor in one graph, I am expecting same movement in another Graph. But when I move cursor in Graph1, cursor in second graph moves but not to exact X value of Graph1.

Property of Cursor in both graphs must be "Lock to Plot"

If any body knows about this please let me know ASAP. I am attaching example VI for your reference.

Thanks,

Sashi

0 Kudos
Message 1 of 2
(2,322 Views)
It's a curious effect. Probably the floating point coordinate is sensitive to the exact pixel alignment (I mean that this would not happen if we had for example 1 pixel per point in the X direction).
Anyway, if you use Cursor Index instead (which is an integer) the behaviour is as expected.

Paolo
Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 2 of 2
(2,317 Views)