-
|
Hey yall, I;m currently trying to use robots to communicate with a Robotiq gripper 2F-85. Robotiq has provided a collection of custom urscrip to allow users to communicate with their grippers. However, when I'm trying to use the custom command in robots and yield no result. I just wondering if the custom command only support the default urscript provided by the universal robot? Kindly reply. Thanks =) Kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
They should work if the controller has been configured to work with them. Try first using them in a normal program created using the pendant. If that works, check the generated code from Robots for anything unusual, like wrong indentation. |
Beta Was this translation helpful? Give feedback.
-
|
Since the mechanical coupling that connects the Robotiq gripper to the UR10 tool flange is missing, the custom command method doesn’t work. Instead, we ended up communicating with the control box via RS485 |
Beta Was this translation helpful? Give feedback.

They should work if the controller has been configured to work with them. Try first using them in a normal program created using the pendant. If that works, check the generated code from Robots for anything unusual, like wrong indentation.