I have to create a array of 18 boxes long by 3 boxes wide at the exit of a freezing tunnel, and then at the final of the conveyor, I have to separate them in 18 blocks of 3 boxes each, like shows the image.
I'm using two combiners.
In the first one, i'm combining two sources, one with a plane and the other with the 18 boxes.
In the second, I'm combining one source of planes, with the first combiner, and making the array of 3 planes with the 18 boxes on it.
I managed to make the array of 18 boxes by 3 wide, created from 3 rows of 18 boxes each.
Now I have to make it so that as the array of boxes reaches the end of the conveyor, they are separated into blocks of 3 boxes.
I'm making the solution next to the main simulation.
LINK of the simulation: Simulation