How to make AGVs wait in line for work?

How to make AGVs wait in line for work?

xavi_aguirre1
Not applicable
47 Views
2 Replies
Message 1 of 3

How to make AGVs wait in line for work?

xavi_aguirre1
Not applicable

[ FlexSim 17.2.3 ]

Hello,

I am trying to set up a simple AGV system with 3 agv that will cycle trough a network. The idea is that they will pickup an item as soon as is created, transport it and get back in line behind the other AGVs to wait for their turn.

The model seems to work for the first 3 items (number of AGVs) but after the 4th it doesn't pick it up. I have tried modifyng the Query from the get Item from Global List activity to prioritize by distance, but no luck so far.

Any help would be much appreciated.

Thank you

Xavi

agv.fsm

0 Likes
Accepted solutions (1)
48 Views
2 Replies
Replies (2)
Message 2 of 3

gilbert_jerald
Not applicable
Accepted solution

@Xavi Aguirre

Hi,

I have added one Decide activity in the Main control loop to send back the AGV'S token that complete the work and waiting for the next work to be done to the available AGV list in Parking block and this makes the AGV to circulate when the item is created.

The below image illustrates the changes done in AGV process flow;

9977-agv-image1.jpg

I have attached a sample model for your reference have a look at it.

agv-sample-model.fsm

Thank you

Message 3 of 3

xavi_aguirre1
Not applicable

Thank you very much for your help!

0 Likes