question

Ahmad_zulfy A avatar image
0 Likes"
Ahmad_zulfy A asked Ryan Clark commented

robot pick 3 box at same time

robot.fsmhow to make robot pick 3 box at same time and put to conveyor ?

FlexSim 21.1.0
robot picking
robot.fsm (52.5 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.

Ryan Clark avatar image Ryan Clark commented ·

Hi @Ahmad_zulfy 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
1 Like"
Felix Möhlmann answered

If the robot should move up to 3 boxes at a time (it also moves fewer if not all 3 are available), all you have to do is to set the number of allowed incoming transports on the entry transfer accordingly.

1649316688411.png

If the robot should wait until there are 3 boxes available, the easiest solution would be to place a queue inbetween the processor and conveyor and activate its batch functionality.

1649316754222.png

To have the second robot pick up more than one box, you would have to increase the size of the exit transfer, so multiple boxes can be in the "pick up area" at the same time. Move it to the side of the conveyor by clicking on it, then drag it while holding down the left mouse button. While it is selected, arrows will appear at either side to change the size.

1649316908227.png

robot_fm.fsm


1649316688411.png (21.8 KiB)
1649316754222.png (154.9 KiB)
1649316908227.png (42.6 KiB)
robot-fm.fsm (68.4 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.