question

Wendy L2 avatar image
0 Likes"
Wendy L2 asked Jeanette F commented

Dispatch multiple AGVs for multiple processors.

I am the beginner of FlexSim. There are some questions I met.

If someone can solve that for me, I'd appreciate it!

1. Only one item can be processed at a time at Processor1 and Process2, and after AGV loads the item, Processor1 and Prcoessor2 can process next item.

2. How could I let AGV1 and AGV2 pick up item from Processor1 or Processor2? I only know how to assign the AGVs to pick up items from P1, not for both at same time.

Thanks you very much!

pickingProcess_ver2.fsm

FlexSim 22.0.1
agvprocessordispatcher
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Wendy L2, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

The second processor is simply lacking a connection to Queue2.

There are also very few control points in your model, which leads to the AGV having to wait a lot for the other one to clear the reserved path sections. Adding more control points will reduce the wait time (except if this is a wanted behaviour of course).

I also added the "On Resource Available" trigger to both AGVs, telling them to drive to the point between the dispatcher and processor2. Otherwise one idle AGV might block the other from completing the last task. Alternatively, you could adjust the control point settings so more than one AGV can acquire them.

pickingprocess-ver2_1.fsm


5 |100000

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

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.