05-27-2022, 09:11 PM
Yes, you can add a Python program to the tree using the RoboDK API.
This is an example using Python:
This is an example using Python:
Code:
from robolink import *
RDK = Robolink()
RDK.AddFile("path-to-python-file.py")