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

I want to run my own interface that I coded with Python in RoboDK.

#1
I want to add a button to RoboDK and I want my interface to work when I click on this button. How can I do it?
#2
If you have your action as a Python script it should be simple to create your add-in for RoboDK.

You can find more information about add-ins here:
https://github.com/RoboDK/Plug-In-Interf...nAppLoader

In short, you can collect all your Python scripts/actions in a folder and package them with the add-in manager.
#3
(03-28-2024, 10:02 AM)Albert Wrote: If you have your action as a Python script it should be simple to create your add-in for RoboDK.

You can find more information about add-ins here:
https://github.com/RoboDK/Plug-In-Interf...nAppLoader

In short, you can collect all your Python scripts/actions in a folder and package them with the add-in manager.

First of all, thank you,
Yes, I coded my plugin as a python program. I collected these codes in a folder, but I don't know how to transfer them to RoboDK and I couldn't find them on GitHub.
#4
You should use the Add-in manager to pack your addin. It has the features of the Apploader plugin and much more.

You can find more information here:
https://robodk.com/doc/en/PythonAPI/app.html
  




Users browsing this thread:
1 Guest(s)