I'm got a continuous data application which results in an output of a
1D array of waveforms. This is done because the VI reads the
waveform out of the buffer at certain intervals in a loop, which
seems to be the only way to acquire data in a continuous mode at high
speed off of a non NI card, as reccomended by the manufacturer,
Measurement Computing. The waveforms are passed out of the loop,
becoming a 1D array of waveforms. I need to append the array
elements to one another (waveforms) to end up with a single waveform to
ease the latter processing. I'd prefer to do this using the time
stamps to make sure there are no misalignments, but I'd settle for a
simple method to append them to one another.
I've tried using the append waveform VI in a loop with what I thought
was appropriate logic, but I always seem to end up with just a portion
of the original data. Help is greatly appreciated. FYI I'll be
out of the office until Tues, so I won't be using info this until
then. - Thanks.