03-18-2020 02:12 PM
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".
I would rather wire as in FIFO2, adding every new sample at the top of the FIFO but why is not this working?
Solved! Go to Solution.
03-18-2020 02:33 PM
Right click the Build Array and pick "Concatenate Inputs".
03-18-2020 03:59 PM
Easy peasy, big thanks!