12-14-2019, 05:31 AM
你好,我是新RobodoDK和我的任务是形式late a Pick and Place to assemble a 3-piece object and put it on a conveyor, my question is, How to move the last object to the conveyor as one?
Parts assembly |
12-14-2019, 05:31 AM
你好,我是新RobodoDK和我的任务是形式late a Pick and Place to assemble a 3-piece object and put it on a conveyor, my question is, How to move the last object to the conveyor as one?
12-17-2019, 06:54 PM
Hi Alex,
When you drop an object you can drop it as a dependency of another object (a parent object). Then, when you grab your assembly you can just pick the parent object. If you can provide your RDK file we can help you better. Albert
01-17-2020, 08:38 AM
(This post was last modified: 01-17-2020, 08:45 AM byalexchacon.Edit Reason: Add message
)
Hi again Albert, adjoint file rdk, my solution for this was attach three times object, but sometimes when move to conveyor assembly it broken and parts go in conveyor not as only one
01-17-2020, 04:43 PM
Hi Alex,
I see what is the problem here. I would say that the best solution would be to create a small python macro to create the assembly as one pickable object instead of creating multiple pick actions. If you get just a bit familiar with the API, you could do something like that:
Code:
from robolink import * # RoboDK API
It will take the object you have in your gripper and place it as a child of the base assembly part. When you want to pick the assembly, you can simply take the base assembly part and all other parts attached to it will follow. I attached a modified version of your station, take a look at it. Jeremy |
Users browsing this thread: |
1 Guest(s) |