question

David Seo avatar image
0 Likes"
David Seo asked David Seo commented

AGV network navigator - not transfer the items (a bug?)

When using default navigator, the AGVs transfer the items. But when using AGV navigator, AGV does not transfer the items. AGV is not moving to any place.

What's the problem?

AGV path Control Point and snap on to be updated.fsm


FlexSim 21.2.2
flexsim 21.2.2agv navigator vs default navigator
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered David Seo commented

The AGVs in your model are blocking each other. Only two queues pull items from the list, so only two AGVs are assigned a task. Due to the order they are connected to the dispatcher, those are Task Executer1 and TaskExecuter2. They want to travel to Queue7 via the shortest path, which is blocked by TaskExecuter3.

To fix this, you could have the AGVs start in parking positions so they don't block the main path. And have them return there if they have no other pending tasks.

· 5
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.