AGV with different distribution points and different frequencies

AGV with different distribution points and different frequencies

odair_santos_inova
Enthusiast Enthusiast
85 Views
2 Replies
Message 1 of 3

AGV with different distribution points and different frequencies

odair_santos_inova
Enthusiast
Enthusiast

[ FlexSim 24.2.1 ]

Good morning, I'm starting to work with AGV and I have a question. I am making my model available as an attachment. The AGV takes the box in Queue 1 and deposits it in Queue 2. Now I need a second AGV to deposit one or 2 boxes at most in Queue 3,

Queue 4 and Queue 5. However, the AGV has an 80% chance of depositing in Queue 3. 10% in Queue 4 and 10% in Queue 5. and the AGV will only leave one or 2 packages in a queue.


AGV_TESTE.fsm


agv-te-a.jpg



0 Likes
Accepted solutions (1)
86 Views
2 Replies
Replies (2)
Message 2 of 3

gustavo_teodoroD8NVF
Advocate
Advocate
Accepted solution

For the logic:
1) I deleted the AGV Process Flow and created a General Process Flow.

2) All items that enter int the “Queue1” go to a List: “Items”

3) For the First AGV, when a box enters the queue, the AGV is requested. Then, the iten is loaded and unloaded into “Queue2”. The logic is circular, and the AGV waits for the next box.

4) The second AGV follows the same logic, however, in the Pull from list, the “Request Number” field is 2 (maximum number of boxes it can load) and the “Require Number” is 1 (minimum required to load).

Image.png

5) After loading, it is drawn which queue it will be unloaded into (Assign Labels: Queue) according to the rule: 80% “Queue3”, 10% “Queue4” and 10% “Queue5”. In the same way, the logic is circular.
6) 2 control points have been added for the AGVs path.
7) The model is attached.
agv-teste_Solution.fsm

0 Likes
Message 3 of 3

odair_santos_inova
Enthusiast
Enthusiast

Thank you @Gustavo Teodoro. Your Solution helped a lot. Obrigado!

0 Likes