12-04-2008 02:26 PM
Solved! Go to Solution.
12-04-2008 02:44 PM
I made something real quick for you. Theres probably a better way to do this, so just mess around with it.
Just replace the numeric controls (numeric, numeric 1, numeric 2)
with the outputs for each of the respective columns.
12-04-2008 02:46 PM
Hi Tony,
here's a basic example to do this.
In newer LV versions you will find a function "write to spreadsheet file" that accomplishes the task of the two functions at the right hand of the block diagram, but the shown version is IMHO more versatile as it allows to add headers and footers easily...
12-07-2008 12:06 PM
ha its Tonya, thanks.
but I also was trying to write to a file when running a while loop. i have a while loop and am continuously pulling data from my DAQ card. I have a case that gets the data and one that makes some calculations, finally saving the manipulated data and going back to do another set of 40,000 data points. If I have the write to file in the case structure it wants a new file every time it comes to that case. If its on the outside how to I store the data until the loop in complete, just put it in an array and keep appending to it until I'm done taking data?
12-08-2008 01:44 AM