RoboDK Forum
Gripper Issues when transferring RoboDK Simulation to Real Robot——革命制度党ntable Version

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+ - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: Gripper Issues when transferring RoboDK Simulation to Real Robot (/Thread-Gripper-Issues-when-transferring-RoboDK-Simulation-to-Real-Robot)



Gripper Issues when transferring RoboDK Simulation to Real Robot-30047160-06-20-2023

Hi,
I’ve created a RoboDK Pick & Place Program using the Yaskawa Motoman GP8 Robot, attaching the SCHUNK gripper and separate finger attachments to the SCHUNK to simulate the SCHUNK gripper on the robot I am using.
I have transferred my program over to the GP8 robot via an Ethernet cable and the real robot does the same movements as the RoboDK simulation. However, the gripper doesn’t open and close, even though the simulation shows the gripper (fingers) opening and closing.
My gripper (fingers) work by a Python program I have created and then two separate programs one for closing the gripper and one for closing the gripper. This has then been incorporated into the main program by the call commands, one being Call Gripper Close and the other Call Gripper Open. This works on the RoboDK simulation when I run the program, but doesn’t convert onto the real robot even though the rest of the robot movements do transfer and work on the real robot.
Is there something extra that needs done to make the gripper work on the real robot other than what I have already done?


RE: Gripper Issues when transferring RoboDK Simulation to Real Robot-Sam-07-17-2023

You are simulating the gripping in RoboDK just fine.
To get the gripper working on the robot, you need to either set the correct outputs with setDO or call your controller macro with RunInstruction.