How to avoid collision when Transporters are Travelling on same path

How to avoid collision when Transporters are Travelling on same path

__ANON_USER__1
Not applicable
70 Views
1 Reply
Message 1 of 2

How to avoid collision when Transporters are Travelling on same path

__ANON_USER__1
Not applicable

[ FlexSim 22.2.3 ]

Hi Team,

In the model I have two paths for Transporters to travel and they can return back to original position using the same network node. How can I make my Transporter travel to Parking1 or Parking2 when one of the Transporter is returning back on the same path to avoid collision.

@Jason Lightfoot

@Felix Möhlmann


Attached is the model.

0 Likes
Accepted solutions (1)
71 Views
1 Reply
Reply (1)
Message 2 of 2

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

You could try using a process flow to detect the traffic controller requests and entry events to manage a list of TEs that are queued along with their network node labels. Then on the return journey check if a TE is queued at the blocking position and issue and new tasksequence for it to park and wait.

I think this will get more convoluted as you consider that you might have two AGVs that need to park at the same position (as you will see when you try it).

1670546511393.png

0 Likes