- LinuxCNC
- General LinuxCNC Questions
- Pause the program and stop the spindle in the middle of the program.
Pause the program and stop the spindle in the middle of the program.
27 Feb 2020 12:22 #158619
by vmihalca
Hi guys,
When milling/drilling aluminium, it sometimes happens that the mill or drill gets clogged up so I need to stop, clean the mill or drill and then start again.
I can do feedhold, but the spindle is still running. Is there a way to pause the program in a way that turns off the spindle, then when I resume, to continue from where it was.
I think, Run from line would also help, but its not working.
Thanks,
Vasi
When milling/drilling aluminium, it sometimes happens that the mill or drill gets clogged up so I need to stop, clean the mill or drill and then start again.
I can do feedhold, but the spindle is still running. Is there a way to pause the program in a way that turns off the spindle, then when I resume, to continue from where it was.
I think, Run from line would also help, but its not working.
Thanks,
Vasi
Please Log in or Create an account to join the conversation.
27 Feb 2020 12:32 #158624
by bbsr_5a
Replied by bbsr_5a on topic Pause the program and stop the spindle in the middle of the program.
if you are on AXIS GUI
just slide the Spindleoverride to Zero
spindle will stop
and then get it back to 100Percent
just slide the Spindleoverride to Zero
spindle will stop
and then get it back to 100Percent
The following user(s) said Thank You: vmihalca
Please Log in or Create an account to join the conversation.
27 Feb 2020 19:19 #158681
by cmorley
Replied by cmorley on topic Pause the program and stop the spindle in the middle of the program.
you could also connect halui.program.is-paused to motion.spindle-inhibit
Names change a bit depending on what version of linuxcnc you are using.
Chris
Names change a bit depending on what version of linuxcnc you are using.
Chris
The following user(s) said Thank You: vmihalca
Please Log in or Create an account to join the conversation.
- satiowadahc
- Offline
- Senior Member
Less
More
- Posts: 55
- Thank you received: 12
28 Feb 2020 03:01 #158718
by satiowadahc
Replied by satiowadahc on topic Pause the program and stop the spindle in the middle of the program.
slightly off topic but related, A fun addition I made to our Gui.
Added a button that when you pause a program it appears. Saves the current position, current spindle speed, does a safe z move, switches to manual mode so you can jog.
Then on resume issues an MDI command to the xy hold state, turns the spindle back on to the spindle hold state, a z mdi command and finally starts from line on the held line. The only caveat is it doesn't work well with arc moves, so I just have it go back to the start of the arc (the end of the previous move) and start from line
Added a button that when you pause a program it appears. Saves the current position, current spindle speed, does a safe z move, switches to manual mode so you can jog.
Then on resume issues an MDI command to the xy hold state, turns the spindle back on to the spindle hold state, a z mdi command and finally starts from line on the held line. The only caveat is it doesn't work well with arc moves, so I just have it go back to the start of the arc (the end of the previous move) and start from line
The following user(s) said Thank You: tommylight, vmihalca
Please Log in or Create an account to join the conversation.
- LinuxCNC
- General LinuxCNC Questions
- Pause the program and stop the spindle in the middle of the program.
Time to create page: 0.229 seconds