08-18-2025, 05:55 AM
Hello,
I am trying to control the robot gripper in RoboDK using the following commands:
I also tried using bits from 1 to 16 for making ON/OFF with values
,
, and
, but it is still not working. I am using the same command style that works in RT Toolbox, but in RoboDK the gripper does not respond.
Can you please guide me on how to properly activate and control the gripper in RoboDK?
Thank you.
I am trying to control the robot gripper in RoboDK using the following commands:
Code:
M_DOut32(6001)=0 ; open
M_DOut32(6001)=1 ; close
M_DOut32(6001)=10 ; open (alternative)
,
Code:
1
Code:
10
Can you please guide me on how to properly activate and control the gripper in RoboDK?
Thank you.