question

juraj avatar image
0 Likes"
juraj asked Kavika F answered

Picking items from conveyor by robots

Hi, i create model shown at this picture, its about 2 robots per conveyor picking and unloading parts into queue, i control the items by setting their item type in source on creation then sent to the queue from where they are going throgh few procesess. I run on problem that after some time i have only part item.type1 so second robot in lane does not get items to pick. At the beginning of simulations parts are going into process in rotations and then just 1type.

1715251911375.pngrobots_picking_from_conveyor.fsm


Thank you for your answers


FlexSim 22.2.0
conveyorrobotpicking3d model
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

·
Kavika F avatar image
0 Likes"
Kavika F answered

Hey @Juraj, the issue you're seeing is because of the way you've setup your Sources. They both send a box to the Queue at the same time; however, when the queue gets full, they both can't put in boxes. It seems that the Source producing Type1 wins the timing race between them, so that's why the number of Type 2 boxes slowly decreases until there are none left.

One solution would be to use an Arrival Schedule on the Source:1716224094544.png

Your schedule could look like this:

1716224168753.png


1716224168753.png (7.6 KiB)
1716224094544.png (10.1 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.