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

Send Speed change to robot

#8
Hi Rick,

I'm sorry for the delays. I noticed I made a mistake in my example. I just corrected it and added a more complete example here:
Code:
# Connect to the robot using the driver and set a KUKA variable
# It is better if you manually connect it first to troubleshoot connection issues
# In RoboDK, select Connect-Connect robot
from robolink import *
RDK = Robolink()
robot = RDK.Item("Your robot name", ITEM_TYPE_ROBOT)
robot.Connect ()

# Set special parameter to the KUKA controller
robot.setParam("Driver", "SET $OV_PRO=50")

# Get a special variable from the KUKA controller
ToolList = robot.setParam("Driver", "GET $TOOL_DATA")

Let me know if you still have issues, if you can send us your RDK project it would help us understand what is going on. Alternatively, it will also help if you can send us a print screen of the robot driver communication log.

Thanks,

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)