question

Makenna A avatar image
0 Likes"
Makenna A asked Jeanette F commented

Robot Pick and Place

Is there a way for the robots to pick items off of a conveyor as the items move down the line? Additionally, is there a way to have the robot pick multiple items from the moving line before dropping them all off into a Queue? Thanks


FlexSim 23.1.0
conveyorrobotrobot armpick in place
· 3
5 |100000

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

Makenna A avatar image Makenna A commented ·

I would like to add that there are many robots picking from the same conveyor, and not from the end of the conveyor, but from random points on the conveyor.

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel commented ·

@Makenna A , in reality you need a program that plans which items are in distance to a robot to pick them from a conveyor by sensors. Please read in manual about exit transfers, side transfers, prefetching items. If those concepts don’t apply to your work, then you can still copy methods of a robot program to FlexSim yourself.

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Makenna A, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

In principle this can be done with a simple exit transfer at the side of the conveyor connected to a robot arm. Using a robot arm isn't any different from using any other task executer at a basic level.

If another item enters the area next to the transfer before the robot starts to unload the items it has currently grabbed and it still has capacity it will pick up the new item as well before unloading.

In the properties of the exit transfer you can control whether items stop at the end of the transfer whether the robot will not try to pick up items if it calculates that it won't reach them in time.

1682662211648.png

PickupFromConveyor.fsm


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.