LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use "Fract/Exp String To Number"

My idea is using this"Fract/Exp String To Number" function to read a number from a text file, but what value should I input in the default parameter if I want to read a number up as small as 1e-9,since the default value is zero , just can read a number up to doublem precision.
my email is ee_cwkac@stu.ust.hk
Thank you veyr much!
0 Kudos
Message 1 of 3
(5,557 Views)
As the help states "If you leave default unwired, the parameter defaults to a DOUBLE-precision, floating-point value of 0". Just wire another type (EXT) to default and the result will change its type too.
Hope I understood your problem.

p.s.: I attached a VI with default EXT precision for convertion.
Message 2 of 3
(5,557 Views)
 Guys, thank you very much!!! You just solved my problem by chance, but still you did!!! 🙂
0 Kudos
Message 3 of 3
(5,278 Views)