LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

daq file output

I am acquiring a multichannel daq data.  I am trying to write it to a file using the spreadsheet.vi.  The problem is I want to add a column with time and a column with row number.  I also want to add a multi-line custom header with information such as date, time, channels, etc. What is the easiest way for me to do this?  The code I have started is attached


Message Edited by HereWeGo on 08-12-2008 09:26 AM
0 Kudos
Message 1 of 3
(2,501 Views)
This seems to be the same question you asked here.
0 Kudos
Message 2 of 3
(2,496 Views)

It would be so much simpler if you used the 1D Waveform data type from your DAQmx Read. You would automatically get a timestamp with your acquisition and you could use the Export Waveforms to Spreadsheet File function without all of that silly array manipulation (which is probably incorrect, anyway).

0 Kudos
Message 3 of 3
(2,483 Views)