question

Ryosuke S avatar image
0 Likes"
Ryosuke S asked Ryosuke S commented

Making the closest agv to the pickpoint to go pick in processflow

Hello, there is a model such as below, I would like the agv closest to the Queue1 to go pick first. However, the agv farther from queue1 go picks first. How can I change this?

capture1.jpg

DistanceDispatch.fsm

FlexSim 20.1.3
agvprocessflowflexsim 20.1.3
capture1.jpg (93.3 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

·
José Antonio MD avatar image
0 Likes"
José Antonio MD answered Ryosuke S commented

Hello @Ryosuke S ,

You have to filter by distance. You can create aa expresion "distance" in resource's advance options and filter: ORDER BY distance ASC.

In any case, I propose to you using lists. In TaskExecuter list, these parameters are created by default and can be used directly

I hope I have been helpfuf.

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

Ryosuke S avatar image Ryosuke S commented ·

@José Antonio MD Thank you so much! This was exactly what I wanted to do.

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.