LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i get more decimal point.

Solved!
Go to solution
when i got fetch waveform data from oscilloscope(model TDS5104), i want more decimal point.

for example, oscilloscope output a point which print is 1.5214mV , but i fetch the point which is 1.52 by labveiw progam.

how can i get more decimal point.

i used a attached instrument driver.

thanks.
0 Kudos
Message 1 of 11
(4,264 Views)
Right click on the indicator and look at your options.
0 Kudos
Message 2 of 11
(4,249 Views)

You did not attach anything, but you can change the display format of any indicator (or control) to suit your needs.

 

You did not attach anything. How are you displaying the value?

0 Kudos
Message 3 of 11
(4,248 Views)
sorry this is attatched.
0 Kudos
Message 4 of 11
(4,226 Views)
i dont know why do not upload attach
0 Kudos
Message 5 of 11
(4,218 Views)

Hi redsna,

 

maybe you have the same problem as others describe here. Seems to be hard for Lithium to support FireFox, but you will find workarounds following that link…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 11
(4,212 Views)

this is attached

0 Kudos
Message 7 of 11
(4,209 Views)

Please explain which indicator is giving you trouble.

0 Kudos
Message 8 of 11
(4,193 Views)

Y in waveform data (step6)

 

Thank you

0 Kudos
Message 9 of 11
(4,176 Views)
Solution
Accepted by topic author redsna

The waveform Y is DBL, so it internally has plenty of resolution. The number of displayed digits is just a cosmetic property and can be freely chosen.

 

How do you tell that the resolution is less? I cannot tell from the VI you have attached. If you want more digits showing on the Y scale of the graph, just change the formatting.

0 Kudos
Message 10 of 11
(4,165 Views)