I am trying out an AMR simulation where I want multiple AMRs to pick from 4 different feeders and navigate and deposit the product to a conveyor and come back for the next round. I have the process set up like so: However as soon as I start the simulation one AMR travels all the way to distribute the part to the conveyor and the other AMR stays idle till this process. It only begins to move once the ToConveyor process is complete? How do I enforce the other AMR to start as soon as the first AMR picks the part from the feeder?
The destination has only one active transport request at a time. You need to add some other component as the requester, for example, use the Capacity Pull Process to ensure that it’s asking for more and more products.