Re: 1 Analog Input using a DAQ card and would like to save the data into an excel file
Date:
Fri, 21 Jan 2005 18:41:03 -0600 (CST)
There are a couple example program online and in LabVIEW that I think you?l= l find useful. You might want to consider just writing out a tab-delimited= spreadsheet file that Excel can read rather than writing it out to Excel d= irectly as this requires learning ActiveX and Microsoft?s Common Object Mod= el.
In LabVIEW, see the Write to Text File.vi in C:\Program= Files\National Instruments\LabVIEW 7.1\examples\file\smplfile.llb. Writes= simulated, timestamped data to a text file in ASCII format that can be rea= d by spreadsheet applications.