question

Mickael M avatar image
0 Likes"
Mickael M asked Clair A commented

AGV Blocked

I have set up a quick model with two AGV that are supposed to transfer pallet between processors. The model works well at the beginning but The processor 2 is blocked after ~560.

Could you tell me if you have an idea on how I can fix the problem ?

Thank you

test-agv01.fsm

FlexSim 17.2.2
agvagv pathagv process flow
test-agv01.fsm (26.1 KiB)
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

·
Allister Wilson avatar image
3 Likes"
Allister Wilson answered Clair A commented

Hi Mickael.

The queue at the end of your line is setup to only accept 2 items (batch parameters).

Once it has those 2 items, it blocks the rest of the upstream system.

If you allow items to flow out of that queue freely (to a sink for instance), it all seems to work as expected.

· 3
5 |100000

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

Mickael M avatar image Mickael M commented ·

Thanks to your answer.

It seems that I haev a deadlock issue at 1875.22 :

exception: A circular wait has caused deadlock in the AGV network as follows: TaskExecuter1 is requesting allocation of ControlPoint5 ControlPoint5 is allocated by TaskExecuter2 TaskExecuter2 is requesting allocation of ControlPoint4 ControlPoint4 is allocated by TaskExecuter1

0 Likes 0 ·
Clair A avatar image Clair A Mickael M commented ·

Hello Mickael,

Yes the deadlock you noticed is quite obvious: AGV 1 wants to go to the right, and AGV 2 to the left:

So you need to change your network or the logic in your model to avoid this situation.

In the attached model 2017-11-01-test-agv01.fsm, as suggested by @Allister Wilson I've deleted the dispatcher so that one AGV is working on the left, the other one on the rigth, so they never run into each other to cause deadlock situations.

I've also activated this option:

that you can find by right clicking on any path > AGV Network Properties, General tab. It will help you understanding who AGVs allocate/deallocate the network as they travel.

2 Likes 2 ·
capture.png (46.7 KiB)
capture2.png (1.1 KiB)
Allister Wilson avatar image Allister Wilson Mickael M commented ·

Your AGVs are trying to drive through eachother.

Unless you really need the dispatcher, I'd suggest getting rid of it and connecting your processors directly to the AGV you want to use.

1 Like 1 ·

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.