Home› Programming
Discussion
Back to discussions page
pgb123
Posts: 12 Apprentice
What is the command to open/close the Robotiq 2F gripper from a python server script? |
2K views
|
Answered | |
/ Most recent by albertgo
in Programming
|
5 comments |

in Programming
Probably a simple/dumb question, been looking all over the web and can't seem to find
Tagged:
Best Answer
-
pgb123 Posts: 12 Apprentice
Actually we've got all the commands, but using the latest driver from the Robotiq support page, the gripper interface loads up on the PC, but says it can’t connect, have tried all combinations of the IP address and ports such as 192.168.1.10 (this IP is working fine from python to connect to the robot), 127.0.0.1 and with and without port 63352 to no avail, says can’t find gripper.
The robot itself is working fine from python and the gripper works fine from the teach pendant.I suspect the gripper is not the current model, but how can we get the version number so we know which of these to use? https://robotiq.com/support/archive
Have gone into Polyscope>Installation>Gripper>About and it doesn’t say but it does say at the bottom Robotiq copyright 2016
Has anyone tried this on a UR3 (as it says it's only been tested on UR5 and UR10) https://github.com/SintefRaufossManufacturing/python-urx
Hopefully some kind sole here can lend us a hand?
If you can move the gripper from the teach pendant, those commands should work. If not, it is likely a network issue as the port 63352 is exposed to other devices
Software Designer
[email protected]