Dear all,
Attached I have a model for a Factory automation setup where I wish to make the AGV paths bidirectional (instead of being uni directional, as is the case in the model). The problem with keep them bi-directional is that it causes a deadlock and the AGVs are not able to proceed any further. The other objective that I wish to achieve here is that I want to make sure my AGVs use the shortest path possible to execute a task.
The task list is an excel import which is a schedule that needs to executed for successful completion of a lot. An importantstatic-updatednew.fsm consideration is that while an AGV is working on a machine, another AGV can not occupy that machine and has to wait.
Can anyone suggest me any possible approaches to tackle this problem?