Hi, I attach a model that has the following logic. The operator1 picks 100 boxes recursively . After picking each box, I replenish it on the pallet. I would like to achieve picking from the top of the stack on the pallet (not from the bottom) and replenish into the empty place (not on the top of the stack). As a result of the method mentionned above I have a not very nice output after the end of picking. Does anyone have an idea to help me ?
Thanks in advance