12-02-2021, 03:40 PM
Hi there,
I am working with an UR5e robot, which has a gripper attached to the flange. I am able to connect and control the robot from RoboDK correctly, but I don't understand how to open/close the gripper.
According to the UR5e documentation and the IO mapping on the robot pendant (IO section), there are two pins for the tool digital output: TO[0], tool_output[0] and TO[1], tool_output[1]. I am able to open/close the gripper by checking/unchecking the TO[0] box in the IO section of the pendant.
So, I try to use theMANAGE I/Oinstruction in order to open the gripper, but nothing happens.
Is the IO name correct? Am I using the correct function?
I also tried to realize a python function to the trick, but I had no luck.
I tried to edit the SetIO sample in the Macros library to at least open the gripper.
那nks in advance for the help
Darren
PS: I am using an updated version of RoboDK (5.3.2).
I am working with an UR5e robot, which has a gripper attached to the flange. I am able to connect and control the robot from RoboDK correctly, but I don't understand how to open/close the gripper.
According to the UR5e documentation and the IO mapping on the robot pendant (IO section), there are two pins for the tool digital output: TO[0], tool_output[0] and TO[1], tool_output[1]. I am able to open/close the gripper by checking/unchecking the TO[0] box in the IO section of the pendant.
So, I try to use theMANAGE I/Oinstruction in order to open the gripper, but nothing happens.
Is the IO name correct? Am I using the correct function?
I also tried to realize a python function to the trick, but I had no luck.
I tried to edit the SetIO sample in the Macros library to at least open the gripper.
那nks in advance for the help
Darren
PS: I am using an updated version of RoboDK (5.3.2).