Posts: 12
Threads: 7
Joined: Dec 2019
Hi, I have a program on robot UR3, this with Polyescope and I will like to call thats program with the RobodK
Is this possible?
Posts: 3,591
Threads: 2
Joined: Apr 2018
Reputation:
168
This is not so easy to do with the driver, I would recommend you to directly trigger the program start using the dashboard server in the UR controller.
The attached sample file shows how to send a plain move command using Python and not involving RoboDK drivers.