01-24-2012 05:40 AM
Hi everybody,
I have a task with three channels. I read from the task in countinous reading and I read a waveform array. I want to append the three waverform for each loop iteration so I can plot the whole time histories outside the loop. I used the waveform append VI, but unfortunately it doens't work since it accepts only 1D array.In the attachment you can find my VI.
Thanks
01-24-2012 08:25 AM - edited 01-24-2012 08:28 AM
Put the waveform append VI in a for loop. Put the input signal in a shift register and auto index the waveform array.
05-03-2019 05:20 PM
I am passing wave through queue to other loop for FFT. But resolution of given wave is not good so I want to append that wave multiple times. I attached the screenshot.