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

Add Python Program from Python API

#1
Is there a way to add a python program to the station tree using the python API?
#2
Yes, you can add a Python program to the tree using the RoboDK API.

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

This is an example using Python:
Code:
from robolink import *
RDK = Robolink()
RDK.AddFile("path-to-python-file.py")

Thank you Albert!
  




Users browsing this thread:
1 Guest(s)