LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

append waveform array

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

 

0 Kudos
Message 1 of 3
(4,172 Views)

Put the waveform append VI in a for loop.  Put the input signal in a shift register and auto index the waveform array.

 

 

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
Message 2 of 3
(4,162 Views)

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.

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