Hi Raine,
It sounds like you're trying to keep data from previous samples in memory through the next iteration of the sampling loop, then append the new sample to the array.
Using shift registers is the most reasonable option. To create a shift register, wire your sample data to the edge of your sampling loop then right click and select
Replace with Shift Register. You can then use a
Build Array function to connect the shift register data with the current sampling data.
Cheers.
| Michael K | Project Manager | LabVIEW R&D | National Instruments |