Robotiq Gripper 2F-85 Integration and control with UR10e in RoboDK- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: Robotiq Gripper 2F-85 Integration and control with UR10e in RoboDK (/Thread-Robotiq-Gripper-2F-85-Integration-and-control-with-UR10e-in-RoboDK) |
Robotiq Gripper 2F-85 Integration and control with UR10e in RoboDK-mustafa-04-05-2023 Hi, 我使用Python API RoboDK UR10e运行我的机器人and Robotiq Gripper 2f-85. UR10e movements are good enough but gripper integrations and control isn't working fine. I have been following RoboDK and this Robotiq Gripper Integration and Control is more frequent problem in most threads. I am having the same issue, I have tried it with documentation of the RobotiQ Gripper but it's still not working. rq_move_and_wait( 0 ) rq_move_and_wait( 255 ) These commands are not helpful. Nothing happens when we execute these files, infact RoboDK says no such program exists. (Reference 1.PNG) Secondly, as told by RoboDK Instructor, we need to add Robotiq Mechanism for Gripper, I added that but do we also need to connect it? (Reference 2.PNG) I came to one other method of socket connection, but when I ran my script of Gripper Activate/Open/Close it perform the required movement of gripper only and result in disconnection with my robot connected via RoboDK (Reference 2.PNG) Ready state changed to Disconnect. I also tried, RunInstruction('rq_move_and_wait(0), INSTRUCTION_CALL_PROGRAM), but no result. It's been a while, I am unable to resolve this issue. Please guide me to control Gripper using RoboDK Python API. Any help will be much appreciated. Thanks. RE: Robotiq Gripper 2F-85 Integration and control with UR10e in RoboDK-mustafa-04-12-2023 Can anyone help on this? Thanks RE: Robotiq Gripper 2F-85 Integration and control with UR10e in RoboDK-Luc Marechal-04-28-2023 (04-12-2023, 08:48 AM)mustafa Wrote:Can anyone help on this? I have had the exact same problem for over a year Have you heard from the RoboDK support team by any chance? Robotiq grippers and UR robots are NOT, however, the most unusual devices... RE: Robotiq Gripper 2F-85 Integration and control with UR10e in RoboDK-kun2917-07-11-2023 Hello, have you resolved your issue? I seem to be encountering the same problem. I'm using the code robot.RunInstruction('RMACRO2', INSTRUCTION_CALL_PROGRAM), but it still doesn't work. RE: Robotiq Gripper 2F-85 Integration and control with UR10e in RoboDK-Albert-07-11-2023 Depending on the RobotiQ URCaps version you'll need different versions of the progrobodk driver. I recommend you to try this version: //www.sinclairbody.com/forum/Thread-RobotIQ-controller-through-RoboDK?pid=14629#pid14629 You can also customize the header of the driver program to include the required script to drive your version of the RobotiQ gripper. RE: Robotiq Gripper 2F-85 Integration and control with UR10e in RoboDK-mustafa-07-21-2023 Hello fellow enthusiasts, I wanted to share my journey and experience in resolving the challenges faced while integrating the Robotiq gripper with RoboDK. I understand how frustrating it can be to encounter hurdles in such projects, but I am pleased to inform you that after considerable effort and experimentation, I have found a comprehensive solution that may be of great help to you all. Problem Overview: The integration of the Robotiq gripper with RoboDK has proven to be a complex task, leading to various issues during real-world deployment. Despite functioning flawlessly in simulation, there were numerous roadblocks, including gripper disconnection, script errors, and challenges with the "programrobodk.script" library. Solution: After numerous iterations and persistent testing, I have devised a reliable solution that ensures seamless communication and functionality between the gripper and the UR10e robot within RoboDK. I have compiled all the necessary files, scripts, and programs in a GitHub repository, making it easier for you to access and implement the solution. GitHub Repository Link:https://github.com/MustafaImran287/Robotiq-Gripper-with-UR10e-using-RoboDK Instructions for Implementation:
Let's continue supporting each other in our shared passion for robotics and automation. Should you encounter any challenges or have any questions, don't hesitate to reach out, and I'll be glad to assist. Happy building! RE: Robotiq Gripper 2F-85 Integration and control with UR10e in RoboDK-Albert-07-24-2023 Thank you for sharing this information! We find these instructions and programs very useful and it will help many people troubleshoot issues integrating Universal Robots and RobotiQ. We'll probably be sharing your work through our social media channel. For your information, we also updated our documentation last week to integrate the RobotiQ gripper with UR controllers: //www.sinclairbody.com/doc/en/Robots-Universal-Robots.html#UR-RobotiQ This is based on the word document we shared in previous threads. |