03-28-2024, 07:53 AM
(This post was last modified: 03-28-2024, 07:58 AM by anilkcygt.
Edit Reason: I wrote in Turkish.
)
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?
I want to run my own interface that I coded with Python in RoboDK. |
03-28-2024, 07:53 AM
(This post was last modified: 03-28-2024, 07:58 AM by anilkcygt.
Edit Reason: I wrote in Turkish.
)
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?
03-28-2024, 10:02 AM
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.
03-28-2024, 10:28 AM
(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. 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.
03-28-2024, 12:30 PM
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) |