LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Insert 1D array into 3D array

I have two for-loops, one inside the other. I want to put a 1D array into a row in  a given page in a 3-D array each time the for loop inside iterates.

The for loop outside defines the row on the page.

I can't get it to work, if you see my attached code it only updates the last page in the 3D array, the rest stays is not changed from its initialized form.

Any tips?
Message 1 of 2
(2,525 Views)
I fixed it, I missed a shift register on the inner for loop.Smiley Indifferent
Message 2 of 2
(2,523 Views)