question

Miguel V6 avatar image
0 Likes"
Miguel V6 asked Miguel V6 commented

Avoiding empty stations with task executer

Hello Everyone!

I'm working on a model, that requires the AGV to transport material to different departements, according to the attached diagram .


Each department (A,B, C and D) has a Dropoff Point and a Pickup Point, that are connected to a "Next Look For Work" Loop. The goal here is to transport the material from all the "QueueX_Y" to the respective "SinkY_X", in the minimal distance possible only loading and unloading the material in the BL (Blue Zone) of the respective departement. In order to do so i'm using the "Next Look for Work". On of the issues that I notice when I run the simulation is that when it reaches the "07h0min0sec 01/05/2021", in the simulation runtime, the "QueueX_Y" from department D and A are empty, however, the task executer keeps going there even though it knows that there is no work to do. What i'm looking for here is a way to prevent that happeing. So when the "QueueX_Y" are empty, the task executer should only go to those departments for dropoff material in the respective sink. Is that possible to implement? If possible, how can I make it?

Thank you for your atention!

Modelo 1.fsm

FlexSim 21.0.0
flexsim 21.0.0agv routingnext look for work
esquema.png (71.4 KiB)
modelo-1.fsm (197.4 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.

1 Answer

Eric M avatar image
0 Likes"
Eric M answered Miguel V6 commented

Hi @Miguel V6, work forwarding is something that should allow you to control your AGVs better. The problem right now is that the AGVs will always travel to the "next look for work" point to see if there's something to pickup there. When they get to the point, they check if there's something to do and then move on if there's not. LookForWork points allow the AGV to check if there are items to pickup even when they aren't at the pickup location. There's some information in the manual that can explain this further as well as the description under "LookForWork Forwarding" in the process flow. Let me know if you have more questions about this.

· 6
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.