05-04-2011 10:10 AM
I have a data acquisition code that takes data from the oscilloscope and saves it in an excel file.
The oscilloscope has to take data at different instants(at each loop count). At each instant, the data gets appended to the same excel sheet. I just wanted to know if there is a way so that each time the data gets stored in a new excel sheet......
If I run the vi again, the data is stored in a new excel sheet. But in a single run of the vi, all the data is always stored in a single excel sheet. Can anyone please help me with this??
Thanx.
05-04-2011 10:20 AM
How are you saving to a spreadsheet? With the write to spreadsheet vi or are you using the report generation toolkit? Post some code, you will get a better response.
05-04-2011 10:48 AM
05-05-2011 04:38 AM
i have used write to measurement file.
An image of a part of the code is attached.
thanx...