Hello everyone!
I need to simulate different AMRs that pick up a single box each one, take it to different processors, and keep the same box until the end. However, each processor has an input queue with a maximum of 10 boxes, and I would like the AMR not to unload the box but to stay there until it is its turn at the processor. How can I achieve this? Alternatively, can I use something other than a queue as a waiting area for 10 boxes along with their respective AMRs? Thank you in advance!