Home› Programming
Discussion
Back to discussions page
ChrisD
Posts: 7 Apprentice
Restricting movement on certain axes in Freemode/Teachmode |
105 views
|
Answered | |
/ Most recent by matthewd92
in Programming
|
5 comments |

I'm using a UR3e robot and I would like a part of my program to incorporate operator movement to direct the robot to the start locations. I used teach_mode() to enable teach mode, but I would like for the teachmode movement to be restricted from changing the rX, rY, and rZ values. I tried downloading Artiminds Essentials URCap to accomplish this since it has the capabilities I'm looking for, but it didn't work with my UR3e. Artimind Essentials simply just didn't let me move the robot when I tried to follow the instructions to limit certain axes movement. Anyone know how to know limit freemode movement to change in the x,y, and axes, but not the rX, rY, and rZ?
Tagged:
The Robotiq Force Copilot software has that capability.
Using the Active Drive ToolBar from the software, you will be able lock some axis. In your case, you would need the "Translation" mode.
You could then use the Path Recording node from the same Software (Force Copilot) and record every movements from the operator. When you will start the program, it will replicate every movements that you have recorded.
Hope this helps. Let me know if you have further questions.
Regards.
Marc-Antoine Gauthier
I will try to get a little time later this afternoon or tomorrow morning and will do more of a writeup around this with a demonstration of what I am referring to.