LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to show cursor index in cursor legend?

Hello.

 

I am using XY graph and I would like to be able to read position of a cursor. In particular its index, when it is locked to a plot. Cursor legend sub-window gives me X and Y coordinates of the cursor, but not its index. I can read the index programmatically, but I much prefer to be able to read the index even with vi  stopped. It seem to me that in earlier versions of Labview such behaviour was default. I am using LabView2013 now.

0 Kudos
Message 1 of 2
(3,067 Views)

Hello,

 

It's not possible to display the index by configuring the properties of the graph.

However, you can attach the index to your data points : https://lavag.org/topic/17756-xy-graph-programmatically-add-point-labels/

Otherwise, you just have to read the index via the property node and display it in an indicator.

Pierre-Emmanuel BELLES
Certified LabVIEW Developper
Certified TestStand Architect

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