02-19-2008 02:39 PM
02-19-2008 02:52 PM
02-19-2008 08:45 PM
02-26-2008 07:13 PM
02-26-2008 07:41 PM
Could you just attach the code to your message? The place where you are hosting the files is asking for a cookie to be downloaded and I'm not in the habit of accepting cookies from sites I'm not familiar with. Just use the Browse button below the message body.
Unless you have changed the VI from the one that you got translated, the VI in question is just using the Write to Spreadsheet File. All that this does is create a text file with columns separated with tabs. Excel is perfectly capable of importing this type of file. You can also just use Notepad to view. Explain exactly what you mean by 'having trouble retrieving the data'.
02-26-2008 08:19 PM
02-27-2008 11:05 AM
02-27-2008 11:26 AM
When I run the VI once with some dummy data, I get a text file that Excel can open and each element is in a separate column. Run it again and a new row gets created. If you are not seeing that, then you are not specifying to Excel the correct way to open the file.
In order to add header information, you will have to modify one of your VIs to do that. It's just a Write to File that you perform once, before using the Write to Spreadsheet function.
02-27-2008 04:46 PM
02-27-2008 05:01 PM