Hi Chris
If you acquire data, you usually have a 1-D array of values, which in your case are handled as dynamic data. If you acquire data in a loop, you have either a 2-D array of simple values or a 1-D array of waveforms or dynamic data.
I would suggest you to extract the raw values and append them to each other. (See the attachement)
But, in this case, take care of memory usage. Building arrays in loops could cause big memory load.
Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------