03-12-2010 07:26 AM
03-15-2010 03:16 AM
03-15-2010 03:23 AM
03-15-2010 03:39 AM
03-15-2010 08:16 AM
03-15-2010 09:38 AM
Without seeing what you are trying to do all I can say is...
Build a two dimensional array with your X and Y values.
Use the Array to spreadsheet function to save the array to an xls file
you will end up with two columns containing your X and Y values
03-15-2010 11:32 AM
If you are using the write to spreadsheet file function then you are not actually writing to an Excel file. What you are writing to is a Tab delimited or Comma Seperated file that Excel can read. In order to write to a "True Excel File" then you have to use the Report Generation Toolkit or you must manually do it through Active X components.
Please post what you have done and we will be able to assist you furthur. It is really just a matter of building your array correctly before you write it to the file.
03-16-2010 12:08 AM
03-16-2010 12:56 AM
Hello,
Instead of open/array to spreadsheet string-write to text file/close, you can pass array to Write to Spreadsheet File VI (see attached image) with the required delimiter type.
- Troy
03-16-2010 03:02 AM
To Troy,
Will it write the timestamp into excel?