Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Send Speed change to robot

#5
Hi Rick,

It is possible to get or set special KUKA global variables using the RoboDK API and the driver. For example, to set the OV_PRO variable to 50 you should be able to do something like this:
Code:
robot.setParam("Driver", "SET $OV_PRO=50")

I've never tested this but it should work. Make sure you use a recent version of RoboDK.

Another example to use this feature, you could also retrieve the list of tools using:
Code:
ToolList = robot.setParam("Driver", "GET $TOOL_DATA")

让us know if you need more help.

Albert


Messages In This Thread
Send Speed change to robot - byEvent Robotics- 03-01-2022, 10:40 AM
RE: Send Speed change to robot - byAlex- 03-04-2022, 06:52 AM
RE: Send Speed change to robot - byAlbert- 03-04-2022, 09:57 AM
RE: Send Speed change to robot - byAlbert- 03-09-2022, 07:57 AM
RE: Send Speed change to robot - byAlbert- 03-09-2022, 08:30 PM
RE: Send Speed change to robot - byAlbert- 03-12-2022, 11:14 AM



Users browsing this thread:
1 Guest(s)