What's new
What's new

G72 problems on an old lathe

smp4616

Plastic
Joined
May 9, 2015
I'm trying to make my bobcam post processor for my hardinge cobra42 more efficient, the canned cycles never seemed to work, so I have some time to go and fix them so my programs can be smaller. I'm running into a 65 error from the fanuc control (illegal command in g71-73). I carefully read the hardinge manual and carefully checked the code bobcam was generating. It seems to be what the controller would like, but I keep getting the error... a few more eyes on the problem may show me something I'm missing. thanks

Code:
%
O0100
(THU. 05/06/2021 12:46PM)
G28 U0.
G28 W0.
N1G0T0707(TOOL #7    vcmt rougher)
G50S1000
G96S500M3
G0G40X1.325Z1.M8
Z.0737
G72W.025R.1
G72P2Q3U.01W.005F.015
N2G0
Z-.0313
G1X1.125
X0.
N3Z.0687
G40
G0X1.325
Z2.5
X5.
M9
T0700
M01
G28 U0.
G28 W0.
N4G0T0909(TOOL #9    diamong finisher .0313 rad)
G50S1000
G96S500M3
G0G40X1.325Z1.M8
G0
Z.3
Z-.0313
G1X1.125F.015
X0.
Z.0687
Z.1
G0
Z.3
Z2.5
G40
M9
T0900
M30
%
 








 
Back
Top