09-10-2008 09:23 PM
Hello,
I am capturing data from an instrument in a 2D form (x-y data). I would like to carry out more than one sweep and capture the data after each iteration. (The x-data is the same after each sweep). I would like to save the data in such a way that after the first iteration, the x-data and y-data is collected with a heading "Iteration 1", on the second iteration, I would just like to save the y-data with a heading of "Iteration 2" and so on. The final data should look like:
Iteration 1 Iteration 2 Iteration 3
10 1 2 2
20 2 2 2
30 1 10 5
40 20 40 -4
I am having problems collecting the data.
Please help!!!
Thanks,
hiNi
50 3 2 3
09-10-2008 09:39 PM - edited 09-10-2008 09:42 PM
You would just append another line of header text to your text file before the next sweep iteration begins.
If you need more help, you'll need to post a VI of what you have so far so we can see where to help you.
09-11-2008 09:13 AM
Hello,
Attached is an example of how I get the data after 1 iteration. How can I do this for more than 1 iteration and capture the x-data only the first time (since it is the same for each iteration) and then capture more than 1 iteration of the y-data with different headings?
Thanks,
hiNi
09-11-2008 09:29 AM