question

Fabio Piemontese avatar image
1 Like"
Fabio Piemontese asked Sam Stubbs commented

AGV - Queue Strategy - Prioritize by distance

Hello! I would the AGV choose the closest pickup point, and there load the item. I tried to set for the dispatcher, in the "queue strategy" tab, "prioritize by distance" but it seems to have no effect. How can I do?

FlexSim 16.2.2
agvdistancequeue strategy
· 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.

Fabio Piemontese avatar image Fabio Piemontese commented ·
0 Likes 0 ·
agv-processflow.fsm (126.1 KiB)

1 Answer

·
Sam Stubbs avatar image
0 Likes"
Sam Stubbs answered Sam Stubbs commented

After looking at your model, I was a little confused, I don't see multiple pick up points, and also it looks like you started to make a Process Flow AGV system, but then didn't use it. If you use the AGV Process Flow, then you will not need a dispatcher. Instead you can add each of your AGVs directly to the "Attached Objects" list inside the AGV Process Flow.

After that, if you want to prioritize picking up the closest item to the AGV at the time it receives it's task, you can tweak one part of the AGV Process Flow, to have the "Get Item from Global List" list pull activity in the Work Generation section to include a query: ORDER BY distance ASC. Your AGV Work list will by default include a distance tracker.

Just make sure that when setting up your AGV Process Flow you follow the instructions in the template.


listpull.png (45.2 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.

Fabio Piemontese avatar image Fabio Piemontese commented ·

thank you so much @Sam Stubbs!

Another question...with process flow, when i use "nextlookforwork" connections, agvs go into all control points and search for work. How can i avoid that? I would like that agv goes on pickup/droppoff points only when there is a box ready for the transport, and then goes to park station until next work. Thanks! :)

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.