question

Alonso avatar image
0 Likes"
Alonso asked Alonso commented

AGV traffic, same point allocation

Good morning, I have a question, imagine that I have two AGVs and they both allocate the same point, traveling the same route in opposite directions, that is, one would have to retreat for the other to continue and unload. After unloading, it would retreat, now it is the second AGV's turn to unload. I don't know if it's clear, but how would you control this?

FlexSim 24.2.2
agvtraffic control
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·
@Alonso, let me assume you are asking this for an A*Star grid? Let one retreat by an preempting tasksequence and add a delay at the end. Set a higher priority to the task that is being preempted, that this would get a into action right after the preempted task sequence has been finished.
0 Likes 0 ·

1 Answer

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Alonso commented

If you're using a process flow then you just need to acquire a shared resource (Zone, List entry or maybe a 'Resource') once the AGV reaches a possible waiting position, and release that shared resource when you are out of the way. The bigger questions will be, where are you waiting and where do you travel to in order to get out of the way. You could also try using a control area but the same questions will arise.

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

Alonso avatar image Alonso commented ·

Thanks @Jason Lightfoot !

0 Likes 0 ·