Quickly iterating on UI?
15 Jan 2023 03:08 #262009
by JetForMe
Quickly iterating on UI? was created by JetForMe
Is there a way to quickly re-launch the UI application without having to completely restart LinuxCNC? Can I just launch my (from-scratch) UI executable and it will just "find" the running LinuxCNC?
Please Log in or Create an account to join the conversation.
15 Jan 2023 03:21 #262010
by cmorley
Replied by cmorley on topic Quickly iterating on UI?
Hard to say without code to look at.
but yes it's possible to run/reload a separate ui. That is what you are doing when you load a gladevcp panel.
but yes it's possible to run/reload a separate ui. That is what you are doing when you load a gladevcp panel.
Please Log in or Create an account to join the conversation.
15 Jan 2023 03:25 #262011
by cmorley
Replied by cmorley on topic Quickly iterating on UI?
One way is to load say AXIS and the load your screen with a HAL command.
loadusr python3 myScreen.py
In this way AXIS can run the system as you develop the new screen.
loadusr python3 myScreen.py
In this way AXIS can run the system as you develop the new screen.
Please Log in or Create an account to join the conversation.
Time to create page: 0.069 seconds