LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why can't I see the data in the spreadsheet ?

why can't I see the data in the spreadsheet file in Which I wrote my output data? I set the format of write to spreadsheet file to be %.11f. Though I can see only colums of zeros, I can plot out the data.
0 Kudos
Message 1 of 5
(2,685 Views)
I tried th "%.11f" format and it worked in the attached VI (6.1). Please respond and attach a small example VI that demonstrates your problem.

Chris_Mitchell
Product Development Engineer
Certified LabVIEW Architect

Message 2 of 5
(2,685 Views)
The %.11f will truncate your number to 11 decimal places, not to be confused with 11 significant decimal places. If you are generating very small numbers and your plot is on a logarithmic scale, it might be that your numbers are simply too small (<10^-11) to be saved properly, even though the plot looks good.

Otherwise it sounds like a bug.

Shane
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
Message 3 of 5
(2,685 Views)
THANKS, I HAVE FINALY SOLVED THE PROBLEM
0 Kudos
Message 4 of 5
(2,685 Views)
THANK YOU SHONEILL!
0 Kudos
Message 5 of 5
(2,685 Views)