So I've got my mill to the point where I can start making chips; thanks for the help over the past months.
Running in to a problem with my first attempts at rigid tapping.
Drilled a simple hole and attempted to run a G33.1 rigid tap cycle. Fortunately, I was just cutting in air a couple inches above my stock when I noticed that on the spindle reverse of the canned cycle, the Z-axis did not retract.
Instead, it kept moving down. Obviously, had I been tapping for real it would have broken the tap or wiped out the hole.
I've just tried running this about 10 times and the same thing happens:
- Cycle starts
- spindle spins up to 500rpm
- Z-axis rapids to 1.000"
- Z-axis moves down at what appears to be the correct feed to the correct depth (for tapping a 1/4-20 hole)
- Spindle stops (briefly) and the Z-axis stops (briefly)
- Spindle reverses and the Z-axis keeps moving down, but the DRO reports it moving up.
- Cycle ends at the reported (but incorrect) Z-axis start height.
Here's the G-code, with comments omitted:
G17
G90
G54 ( Work Offset )
M06
S500 M03
Z1
G0 X0 Y0
G33.1 Z-0.5 K0.2
M05
It sounds (from a slight 'thump') that the Z-axis is trying to reverse at the bottom of the hole but cant and then continues down. Once the tapping cycle appears complete, it rapids up to the (now incorrect) start height.
It's losing steps as the machine zero winds up being 0.250" below where it should be. I've tried turning the axis acceleration down to 10ipm2, but that didn't fix anything. I've checked twice and each time I run the cycle it loses .250" (give or take a couple thou).
Other air cuts running various G-code files with Z-axis motion haven't resulted in incorrect motion or lost steps. I have not cut anything yet, but I've run a few programs with slow and fast Z-motion and this is the first time I've seen anything like it.
Any idea why it's continuing down and losing steps?