LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving data to a spreadsheet file...

We are doing a simple acquisition on 2 channels using an Easy AI. Information goes through filters and is shown in a graph. We have a problem trying to write this data to a spreadsheet.
Every time the "number of samples" on the Easy AI ends, Labview writes useless lines(such as time/dt) to the spreadsheet. We just want a "continuous" information so we can work without having to cut this lines.
Thanks for the support.

Erick
0 Kudos
Message 1 of 3
(3,288 Views)
I'm assuming that you're using the Export Waveforms To Spreadsheet File function. Instead, take the waveform you want to save, wire it to a Get Waveform Components, select Y as the item you want, and wire the Y array to the regular Write to Spreadsheet File function.
0 Kudos
Message 2 of 3
(3,286 Views)
I had the exact same problem.  I followed your suggestion and it worked. Thanks!
0 Kudos
Message 3 of 3
(3,145 Views)