question

Doris C avatar image
0 Likes"
Doris C asked Doris C commented

How to send AGVs to different paths from a standing position?(Use Dispatcher)

hello.


I have created a model utilizing a dispatcher, Connect Objects, and Connect Center Ports.


So I have a few questions.


Q1. However, I want to send AGVs sequentially to each of the three forks in the road, but I don't know how to do it.

캡처.jpg

Referring to the photo above, the control point in the blue circle is the starting point. i want to send AGVs from the blue control points to 1, 2, and 3 control points postion


Q2. In the photo below, the blue control point is also the starting point.

I want to be able to place one AGV each from the starting point in the order 1→2→3→4→5→6.123.jpg



FlexSim 19.0.0
agvdispacherconnect objects
캡처.jpg (70.3 KiB)
123.jpg (154.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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Doris C commented

You could put the control points onto a list in a specific order in which will also be pulled off, if no other filtering query is used.

pull-cp-from-list-fm.fsm

Instead of pulling in the order they appear on the list, you could also add labels to the control points in pull them in ascending/descending order of that label's value

Instead of a list you can also use a group and connect it to a Process Flow resource.


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

Doris C avatar image Doris C commented ·

I would like to add loading & unloading to this process flow.

But it doesn't work the way I know of. How can I make it work?

0 Likes 0 ·
Julie Weller avatar image Julie Weller Doris C commented ·

Hi @Doris C! Have you seen the AGV tutorials? The implement fairly complicated AGV logic that might be helpful to your model. Here's the link:

https://docs.flexsim.com/en/23.2/Tutorials/TaskLogic/Tutorial4AGVs/AGVOverview/AGVOverview.html

0 Likes 0 ·
Doris C avatar image Doris C Julie Weller commented ·

Thank you for your kindness :)

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.