Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: X3R0 on March 23, 2019, 10:28:27 AM

Title: Mach3 Pause is violent
Post by: X3R0 on March 23, 2019, 10:28:27 AM
Hey guys, I'm onto my third CNC build, first mill.

I sometimes have a need to pause the operation. It's not a full Estop issue, just a momentary pause, for example if I have chips in the drilled hole that need a little more time to clear out before tapping.

My problem is that the pause button (OEM 1003) is very abrupt and the potential of losing a step is high. Is there a way to set the pause function to be more gradual, instead of a hard stop, set it to be a quick decel to stop?

My Mill CNC , for now, is a drill operation that trams over to a tapping head. I have 1600 drill/tap operations and building CNC was just faster than doing them manually.

Title: Re: Mach3 Pause is violent
Post by: Tweakie.CNC on March 23, 2019, 11:22:55 AM
You should use Feed Hold (OEM1001) then Stop (OEM1003) - it will take a little longer to stop but you will not loose steps.
Title: Re: Mach3 Pause is violent
Post by: reuelt on March 31, 2019, 12:21:39 PM
"for example if I have chips in the drilled hole that need a little more time to clear out before tapping"

In system config | General config under Tool Change select "stop spindle and wait for cycle start".
You could put in T# M6 tool change in your gcode file to change from drill bit to tab bit.
Before you [cycle start] after changing tool, - you can clear the chips in the drill hole.
Title: Re: Mach3 Pause is violent
Post by: ger21 on March 31, 2019, 12:54:51 PM
As Tweakie says, Stop stops the machine instantly, with no deceleration. You should always use Feedhold before using Stop, unless it's an emergency.