09-26-2005 04:11 PM
09-26-2005 06:45 PM
How do you want it separated? On a new line, as a new block, on separate worksheet, or in a separate file? If you are writing each set as a tab delimited row to a spreadsheet file, then just append a CR/LF (or \r\n) to each data set to make a new row. If you want separate blocks, you can double space the row between blocks (\r\n\r\n). Separate worksheets requires ActiveX control of Excel. Separate files can be created by appending an index to the filename (i.e. _001).
09-27-2005 07:49 AM
Thanks Michael
I cant figure out how to add anything to the Excel file created except the numerical data input to the ....write Labview measurement file .vi.
I would like to append the same file with a list of data sets seperated by text or spaces between each set of data taken.
Example:
Volts Amps Watts
120 3.4 1200
122 3.6 1208
New data
121 3.61 1203
122 3.4 1201
09-28-2005 01:36 AM - edited 09-28-2005 01:36 AM
Message Edited by Philip C. on 09-28-2005 01:37 AM
09-28-2005 07:12 AM
Thanks Philip C!!!
I will try to figure out what you have writen and change it for my needs!
Thanks again!
Mully
09-28-2005 07:21 AM
Philip C
I tried to open and run your vi you were kind enough to write but I get a version error. I have Labview version 7.0 and your vi was created in 7.1.1 I think.
Any suggestions?
Thanks
Mully
09-28-2005 03:31 PM