LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write to spreadsheet headers?

I would temporarily put indicators on both the array of doubles and the array of strings coming out so you could compare what is actually happening.  You have used the default setting for width and precision, but those should easily show the difference between 1.34E-14 and zero.

 

Is it possible that your data gets rounded or set to default before getting to this part of the program?  The indicators I suggested above will help show that.

 

Lynn

0 Kudos
Message 11 of 13
(710 Views)

if you change the f (i picked f since you shid you wanted a double precision) to e this will be an exponential (scientific format)  you still can specify the precision as per the example (the number after the decimal in the string formatter).

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 12 of 13
(706 Views)

Hi Pazmush,

 

I have found a link that I believe is exactly what you are looking for.

 

http://decibel.ni.com/content/docs/DOC-3817

 

I hope this helps.

 

Any problems let me know.

Kind Regards

Michael
NIUK Application Engineer
0 Kudos
Message 13 of 13
(686 Views)