LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

increase digits of precision in saving data to file

Solved!
Go to solution

Hello,

 

In the attached VI written in Labview 8.5, can you tell me how I can save the data in the array to 6 decimal places?  From the code that I have posted, I can only get up to 4 decimal places.

 

Thanks for your help.

 

hiNi.

0 Kudos
Message 1 of 2
(2,402 Views)
Solution
Accepted by topic author hiNI

It looks like using 801 as the input gives you nice numbers. Try changing it to 800 for instance and you get a larger number of digits in the spreadsheet (you may need to expand the cells to see it all though). Crunch some of the numbers manually (for instance using a calculator) and see if you get the same results for the first few points.

Message 2 of 2
(2,398 Views)