LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is this a bug ??

Iam using Labview 6.1

The below VI gives me 0.1 instead of 1

Is this a bug or is it a limitation ?
0 Kudos
Message 1 of 5
(2,680 Views)
No Bug! 0.1 is the correct answer. Don't confuse 10E6 (10x10^6=10^7) with 1E6 (1x 10^6=10^6). 🙂
0 Kudos
Message 2 of 5
(2,659 Views)
The reason you are getting 0.1 is in Labview the 10E+6 is 10000000. Most calculators 10E+6 is 1000000, so the calculation is correct.
Andrew Alford
Production Test Engineering Technologist
Sustainable Energy Technologies
www.sustainableenergy.com
0 Kudos
Message 3 of 5
(2,655 Views)
Oops. my blunder. Sorry :d
0 Kudos
Message 4 of 5
(2,651 Views)
This is not a bug. The result it's absolutely correct 0.1
Maybe you are confused by the scientific representation of 10E^6 that is 10,000,000 (and not 1,000,000)?

cheers,
manga
0 Kudos
Message 5 of 5
(2,644 Views)