Replies: 2 comments 2 replies
-
|
Maybe try this instead (with the "custom mode") function? and the change the weight of the end effector using the "create tool" function rather than hard code it? Hopefully this helps.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m working with an OnRobot RG6 gripper using the official OnRobot URCap.The gripper works perfectly when programmed directly on the PolyScope pendant, no issues there.
However, I’m running into trouble when trying to load custom URScripts generated by the Robots plugin in Grasshopper.
In my custom script, I’ve included the OnRobot initialization blocks and I’m calling the gripper using:
on_return = rg_grip(9.1, 36.0, tool_index = 0, blocking = True, depth_comp = False, popupmsg = True)rg_payload_set(mass = 0.0, tool_index = 0, use_guard = True)to open the gripper and close the gripper in the custom commands for the pick locations respectively,These commands are placed in the appropriate pick/hold sections.
What works
The program3.script file exported from the UR pendant runs correctly.
The RG6 responds reliably inside a URP program.
What does NOT work
The custom URScript from Grasshopper fails to load, even though it includes the same initialization logic.
The robot reports an installation-related error before execution begins.
I have attached the UR robot script generated by the robot pendant as program3.script for reference. Also, the custom script generated by me from grasshopper,
Has anyone successfully integrated GH Robots, while maintai
ning RG6 functionality or similar grippers.
Reference - [(1770) UR Robot Grippers and UR Caps in Grasshopper - YouTube] (https://www.youtube.com/watch?v=9ENygL6V1Ao)
any help is appreciated,
! error_message
files.zip
Thanks in advance,
Beta Was this translation helpful? Give feedback.
All reactions