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

How to run Python scripts in the background

#1
I want my python files to run in the background. They should not be visible in the tree. Is there a way to do this?
I need to add a button to start the background work. to the menu at the top


Attached Files Thumbnail(s)
   
#2
You can create a RoboDK Add-In to integrate your actions in the menu and easily share within your team. You can also access custom Python modules within your Add-in because the folder of your Add-in is added to the Python path.

You can easily create a new Add-in for RoboDK if you have one or more Python scripts by using the Add-in manager.

You can find more information about how to create your own Add-in here:
https://robodk.com/doc/en/Add-ins.html#CreateApp
  




Users browsing this thread:
1 Guest(s)