question

shanice.c avatar image
0 Likes"
shanice.c asked shanice.c commented

Agvs are not going back to Queue by using Dispatcher

May I ask why agvs are not going back to Queue11?

1652853023317.png

FlexSim 22.1.0
dispatcher
1652853023317.png (56.2 KiB)
媒體1.mp4 (2.1 MiB)
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 shanice.c commented

By default, only one item can enter an entry transfer at a time. As such, only one concurrent transport task is created at a time, because the transfer's input is stopped until the pending item has arrived and left the transfer again. (Note how the second task executer only starts to move after the first one has unloaded).

Currently in your model the queue is waiting for the transfer to become available again, which would happen when the second item arrives. The travel won't complete though, because the task executer is blocked by the previous one.

You can either allow multiple transports at the same time by setting the respective option in the entry transfer's properties accordingly.

1652859092745.png

Or you specifically tell the task executers to return to their starting location when they become idle by using the 'Travel to a Home Location' option in their 'On Resource Available' trigger.

1652859116556.png


1652859092745.png (11.5 KiB)
1652859116556.png (5.3 KiB)
· 1
5 |100000

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

shanice.c avatar image shanice.c commented ·

@Felix Möhlmann Thank you for your help, it's helpful!

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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