Hey all,
In the model attached is a distribution situation. I have designed one pick-up area with 7 possible pick-up-points. From there the 8 assigned AGVs should deliver the items to the drop-off-points in the main area (highlighted by red CPs).
Each of those CPs should only be able to hold 1 item in the simulation run, so if an item is delivered to one CP, the CP will be unavailable for further item deliveries but the CP on the path can still be passed by AGVs, so there is no physical barrier. Currently only the nearest CP will be supplied.
Also, the main loop consists of pick-up and drop-off and finally after all tasks are done: parking. Currently, because of the limited CPs attached to the main loop, there are deadlocks accuring. Is there a way to ensure a continous flow in the system and prevent deadlocks? One way could be including more CPs as there are AGVs in the system, but that seems like a quite inelegant solution.
Thank you very much!