09-11-2007 12:46 PM
09-11-2007 01:54 PM
09-11-2007 01:58 PM
09-11-2007 02:47 PM
09-11-2007 03:44 PM
It's unclear whether you want a new file each time the subVI is called or not. If it's each time, then as already mentioned, you just have to wire a False to the append to file input.
p.s. Your conversion to 1D, then 2D, etc, is pretty convoluted. If you want to stick with the Write to Spreadsheet File, below is a cleaner way. Since you are only writing a single line at a time, using the Write Text File will work just as well.
09-13-2007 07:27 AM