Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Strange results when trying to calibrate a TCP in RDK
#12
Hi Col,

RoboDK won't pull the tool data from your robot but you can set it using a dummy program that simply sets the robot tool (TCP) and run that program on the robot. This will update the $TOOL pose on your KUKA robot controller according to the tool you defined in RoboDK.

This can also be done using the API. Example:
Code:
robot.Connect ()
robot.setPoseTool(KUKA_2_Pose([x,y,z,a,b,c])) # Updates the tool so that $TOOL = {x,y,z,a,b,c}

Albert


Messages In This Thread
RE: Strange results when trying to calibrate a TCP in RDK - byAlbert- 02-24-2021, 05:55 PM



Users browsing this thread:
1 Guest(s)