LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cursor legend position precision

I am using labview 8.2.1 and I have a waveform graph with a cursor and I want to return the cursor position programmatically.
Instead of the cursor legend, I'm using 2 indicators for the x and y position and I use a cursor move event to update their values.
The problem that I am having is that I cannot adjust the precision of the returned cursor position.
It seems to be set by the precision of the x and y axis of the waveform graph, which I would like to have a precision separate from the cursor position precision for display purposes.
For instance, I would like for the x-axis to have 0 digits after the decimal, and the cursor x position to have 2 digits after the decimal.
Is there a way to do this?
0 Kudos
Message 1 of 2
(2,728 Views)
Here is a VI that I just created. All that I did to get it to work like you said was to change the precision of the indicators. Have a look and see if this is what you need. It is in 8.2.1



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 2 of 2
(2,719 Views)