10-06-2020, 07:06 PM
That depends a lot on what kind of interaction the actual user needs to have with RoboDK.
Using the API, you can create a simple interface with a few buttons if you want the user to only activate some python macro running in the background.
This way there is no way for the user to mess up the code.
You should take a look at this here as a starting point.
https://github.com/RoboDK/Plug-In-Interf...nAppLoader
Jeremy
Using the API, you can create a simple interface with a few buttons if you want the user to only activate some python macro running in the background.
This way there is no way for the user to mess up the code.
You should take a look at this here as a starting point.
https://github.com/RoboDK/Plug-In-Interf...nAppLoader
Jeremy