Hello,
I am looking to create a pick and place application with a UR10e. The robot is going to pick from the same location every time and go through same motion except for the placing. I want to drop my small objects into a bin at different locations(50+).
Refer to this video: - YouTube.
*Note for my application, it is even more simple as the pick location is the same. It goes something like:
Activate Gripper
Waypoint 1 (Start Position)
Waypoint 2 (Fixed Pick Position)
Close Gripper
Waypoint 3 (Fixed Position)
Waypoint 4 (Variable Position, Object inside bin)
Open Gripper
Waypoint 5 (Fixed Position)
Only way I can think of programming it right now is just repeating these commands for every different place location.
Is there a way to program it using the teach pendant where I can have it in a loop where waypoint 4 changes each iteration. This would simplify the program by reducing it from hundreds of lines to maybe 50. Or is this application more suited for developing a script or program from a source other than the teach pendant.
Thanks.