08-24-2009 01:15 PM
I am using a for loop to iterate through about 20 steps of acquisition (10 samples, 1000 hz each iteration). I then want to save all this information (a total of 200 samples from all of the 20 iterations). Ideally, I would like to append all this information to a single array and then graph the information. I also need to save it. I am having trouble saving all of the iterations as I am only able to save the final iteration's informations. Please help!
Emily
08-24-2009 01:23 PM
Using dynamic data is not something I would recomend and building an array of it is almost certainly a bad idea.
If you stick with dynamic data and express VIs, use the Append Signals with just a shift register and no build array function.