question

Ammar S avatar image
0 Likes"
Ammar S asked Braydn T commented

AGV Blocked Tried all options. cant get 100 boxes out from system. only 97

blocking-question.fsmI sourced 100 items and expect 100 items at sink when simulation ends. but Taskexecutor136 gets blocked due to task executor124 sitting at Control Point of MasterQueueOut and nothing helps moving it. plz suggest.

FlexSim 19.0.0
agv networkblocking
5 |100000

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

anthony.johnson avatar image
2 Likes"
anthony.johnson answered Braydn T commented

Task executers do not naturally do anything when they are idle. You must tell them what they should do when they become idle. The control point connections (e.g. ParkPoints) do not have any inherent meaning to the logic of the model unless you define that logic, either by implementing it in a process flow, or using something like the AGV template process flow.

I've implemented a process flow in your model (I did it in 20.0) that listens for the OnResourceAvailable event, then waits for a second to see if he's given anything more to do, and if not, it tells him to go to one of the ParkPoints connected control points. I've made the ParkPoints connection be a list through through the AGV Network Properties window, and I pull from that list to select which ParkPoint to use.

26435-blocking-question-fixed.fsm


· 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.

Braydn T avatar image Braydn T commented ·

@Ammar S do you still need help with this? If not, could you accept Anthony's answer? Thank you!

0 Likes 0 ·
Bob.Wang avatar image
1 Like"
Bob.Wang answered Ammar S commented

You need to set what to do when the AGV is idle. The solution is to give it a loading and unloading task or a moving task, at least not to stop on a main path.

· 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.

Ammar S avatar image Ammar S commented ·

Dear bob i tried all i learned but could't succeed. could you please provide more hint how to give it a loading or unloading task? thanks in anticipation.

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.