12-08-2009 07:04 AM
Im new to labview and working on v8.2.i m acquiring voltage channel i want to write these channel in xls format with time interval of one second.
But i m not able to do the same and also i want to define the channel name user selectable how can i do this
please guide me
12-08-2009 10:41 PM
you can use write to spreadsheet file.vi to write any numeric data into xls file. If you want to put channel name as well i will suggest you to go for TDMS fils format and use write to measurement file express vi.
You can also refer the following link for various examples of the same.
http://decibel.ni.com/content/docs/DOC-7138
http://decibel.ni.com/content/docs/DOC-3611
Hardik