LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

changing value when reading from file

When I am reading from a text tab-delimited file labview is returning a changed value. For example, the value should be 337478.47 but labview is returning 336727. I have tried changing the array to EXT, it is currently DBL, and that didnt seem to change anything.
I am using LabView 8.



Download All
0 Kudos
Message 1 of 3
(2,505 Views)
Your numbers are fine. Just right-click on your indicators and select the desired format and precision. (By default, it only shows 6 significant digits).
 
See if this works. 😄
0 Kudos
Message 2 of 3
(2,499 Views)
Thanks, that was it.

I can't believe it was something so simple, but then again it is usually the simple things that do your head in the most. 🙂
0 Kudos
Message 3 of 3
(2,496 Views)