LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding 1D arrays to a FIFO of fixed length

Solved!
Go to solution

Hi.

I have a 1D image sensor producing samples, currently at 2Hz. The samples shall be added to a FIFO buffer to generate a moving average of each pixel.

Since the hardware currently is unavailable I'm trying to generate a small VI to simulate this, without success unfortunately.

 

FIFO1 gives an idea on what I'm trying to do but this adds every new array at the bottom of "appended array".

FIFO1.png

 

I would rather wire as in FIFO2, adding every new sample at the top of the FIFO but why is not this working?

FIFO2.png

 

Download All
0 Kudos
Message 1 of 3
(2,131 Views)
Solution
Accepted by topic author Quist

Right click the Build Array and pick "Concatenate Inputs".

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

Easy peasy, big thanks!

 

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