LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"Fract/exp string to number" doesn't work well on laptop HP compaq nx6110

I build an application on a HP pavilion  AMD Athlon XP under labview 7.1 pro: It works well
After this development period, I decided to run the program on a laptop HP compaq nx6110 (the same labview was intalled on it) and it runs well, but results are not correct... i think it comes from the module "Fract/exp string to number" which round up the value (e.g: 0,00001 -> 1 !!!)
I made an executable to be sure to have exactly the same code but it was useless

I really don't understand why it doesn't work on the laptop.

If someone can help me

Thanks very much

0 Kudos
Message 1 of 3
(2,575 Views)
Do you have the same regional settings?

You can set the decimal point seperator in the OS.  Depending on the LV settings, it can use either the OS version, or a specified character.

"," and "." are common decimal point seperators.  PErhaps there is a difference there.

I think we can assume that the return value is independent on the make of PC on which it runs......

Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
Message 2 of 3
(2,571 Views)
Yeahhhhh !!!!! It works well now !!!!

You are so good !!! Thanks very much ! (I love internet Smiley Wink !!)
0 Kudos
Message 3 of 3
(2,565 Views)