-
|
Hello, The University where I work acquired a robotiq Vacuum gripper. We are trying to use it with a cobot UR10e but I couldnt find info on how to use it with the plugin. (We already installed the URcap and it is working using the teach pendant) Can anyone give me a hint on how to do it, please? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
|
Hi, the plugin contains "command" components for common functions that are usually is included in a robot controller, but you can use the "Custom command" component to call any other URScript function. I believe the robotiq gripper installs in the controller additional URScript functions to operate the gripper. |
Beta Was this translation helpful? Give feedback.
-
|
I am also having trouble programming a Robotiq gripper, specifically the Hand-E model. I generated a program using the teach pendant that included only three actions: activate, open, and close. That program worked perfectly when run directly on the robot. I then opened the program in a text editor and copied only the portion of the code that seemed relevant, with the idea of using it as “custom code” within the Robots plugin. However, when I try to load the resulting program back into the robot, it no longer works. Would you happen to have any thoughts on what might be causing this? I have attached the content of the panels i am using in my Grasshopper script for reference. Kind regards, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
You should connect the "rq_activate_and_wait" in the init input of the "create program" node
Here is the file: |
Beta Was this translation helpful? Give feedback.
-
|
Working! I really appreciate it! |
Beta Was this translation helpful? Give feedback.







Im pretty sure that the solution. You can find the commands on pp 61 on this manual. Hopefully it helps.