LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

string to number returns 0

I am reading some data which has upto 4 decimal places, but the string to number function is only readign before the decimal point. It isn't the data representation on the indicator because the value comes out of the function wrong. am I missing something or is it labview?

I am using 8.5.1


_____________________________
- Cheers, Ed
Download All
0 Kudos
Message 1 of 4
(2,988 Views)

Hi Ed,

use the "Fract/Exp String to number" function. This works.

Mike

0 Kudos
Message 2 of 4
(2,979 Views)
You're using the wrong functions. That function is for integers. Use the Fract/Exp String to Number.
0 Kudos
Message 3 of 4
(2,970 Views)
Ah ha, merci buckets
_____________________________
- Cheers, Ed
0 Kudos
Message 4 of 4
(2,968 Views)