Feeder process issue

hi, could anyone help me figure out the issue with my feeder process that i made to create a specified number of sets of pallets. so right now i have it set to make 2 of each pallet. the issue is that only the first two pallets actually move on to the next step. id like all of them to flow forward on the conveyor as soon as they are created and then im going to set up the logic how they get transported from then on. i just dont understand why only the first two pallets move.


edit: adding the simulation file:
testiranje (2).vcmx (48.4 MB)

Hi,
when you use TransportOut in a While loop, you need to reset the ProductVariable. (when they’re not in a while loop, the variables are reset automatically at the end of the routine)