question

Gokhan K2 avatar image
0 Likes"
Gokhan K2 asked Ben Wilson commented

What is the problem about AGVs load/unload sequence?

Hello there,

Boxes are taken from StartPoint and moved to Stations 1 and 2. After the process, the boxes are taken by AGVs and moved to EndPoint.


However, AGVs do not empty the first station as often as station 2, and the first processor is waiting idle. My goal is to increase the number of stations to 9 and add the required number of AGV to the system.

What is the problem at station 1? Do you have any advice for the stable operation of the system when I increase the number of stations to 9 and increase the number of AGV?

Thanks for your kind support.

PutAndGetBox.fsm

FlexSim 20.1.3
agvflexsim 20.1.3loadfeed station
· 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.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @gokhan.k2, was benjamin.w2's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.

0 Likes 0 ·

1 Answer

·
Benjamin W2 avatar image
0 Likes"
Benjamin W2 answered

Hi @gokhan.k2,

I think the main reason why the AGV is not picking up processed boxes at Station1 is because it is staying in unload mode if it plans to unload its second box in unload 2. When it hits the activity "Should I Stay in Unload Mode?" it returns "Yes", then immediately travels to the next unload point.

By changing the "Conditional Decide" within that decide activity to 0, you can change the model behavior to the desired result. This will make the AGV check at each control point to see if there is work to be done:

putandgetbox.fsm



1596640804391.png (183.8 KiB)
1596641125107.png (19.2 KiB)
processflowagv.gif (2.1 MiB)
putandgetbox.fsm (136.0 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.

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.