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

Select driver using the RoboDK API

#1
Is it possible to select the robot driver using the API? I'm referring to the Driver path setting under More options in the Robot connection menu. 

This is not available when using the setConnectionParams().
#2
You can change the path of the driver by using the parameter PathDriver.

Example:
Code:
robot.setParam("PathDriver", "yourpath.py")
You can also ready it by skipping the 2nd parameter:
Code:
drivepath = robot.setParam("PathDriver")
  




Users browsing this thread:
1 Guest(s)