LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Append For Loop values to an array

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

0 Kudos
Message 1 of 2
(3,040 Views)

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.

0 Kudos
Message 2 of 2
(3,037 Views)