LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to display the x position of my annotated point

Solved!
Go to solution

I have a waveform graph with a yellow annotation point on one of the plots. I am just trying to display what the x position of that point is. Any help would be appreciated.

Download All
0 Kudos
Message 1 of 4
(703 Views)

I didn't look at your code, but presumably you're using the Annotation List property to control the annotation. In that cluster you have the properties Name, Name Visible and Position.X, so you can set the position to be the position you want, update the name to show the position and make it visible.


___________________
Try to take over the world!
0 Kudos
Message 2 of 4
(657 Views)

I looked into using that, but I am unsure how to get the x position.

0 Kudos
Message 3 of 4
(636 Views)
Solution
Accepted by topic author svazquez22

It's an Array of clusters so you need to index the point you want to access, and then use cluster tools to change or read the contents.

Here is how to select the X position of the first point (at index 0):

NIquist_0-1688656557753.png

 

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 4 of 4
(631 Views)