I'm working with a 2009 Mag Fadal 4020 FX with Fanuc control and programming it with CamWorks.
It is Format 1, but I had my post processor changed to format 2 just to double check if that would work.
This is my first time trying rigid tapping on it, and with all the errors I've been getting I'm starting to wonder if it even has rigid tapping. Every person I've talked to assures me a CNC as new as ours has to have it. My first question before getting into all the errors I've had is just, what is the parameter for rigid tapping so I can just check to see if I have it? I have been told it's not a common variation of Fadal as it has a 15,000 rpm spindle, so who knows maybe it actually doesn't have it.
This is my program, I drilled a bunch of holes to size in a row on the x-axis. This is the second half just tapping.
(OPERATION NAME: Tap Test)
(1/4-20 UNF TAP)
N1 T16 M06
N2 G20
N3 G00
N4 G17
N5 G49
N6 G90
N7 G5.1 Q1 R5
N8 G00 G54 X-3.5 Y0 M90
N9 G43 H16 Z1. M08
N10 G84.1 G98 R.3 Z-.65 S306 F15.
N11 X-3.
N12 X-2.5
N13 X-2.
N14 X-1.5
N15 X-1.
N16 X-.5
N17 X0
N18 X.5
N19 X1.
N20 X1.5
N21 X2.
N22 X2.5
N23 X3.
N24 X3.5
N25 G80 Z1. M09
N26 M05
N27 G00 G91 G28 Z0
N28 G00 G91 G28 Y0
N29 G00 G90 G59 X0. Y0. Z0.
N30 M02
%
Going single block mode it randomly fails on lines N1-N6 different every time and gives me the error saying Illegal Address Input. Line N3 it might get past first three tries then fail the fourth. It almost always fails on one of those first lines with that error. If it does make it past those first few lines, it fails on line N10 saying illegal use of a decimal place.
I also have mastercam at my disposal, I haven't tried programming it with that yet to see if there is any difference.
Any help much appreciated, thanks.
It is Format 1, but I had my post processor changed to format 2 just to double check if that would work.
This is my first time trying rigid tapping on it, and with all the errors I've been getting I'm starting to wonder if it even has rigid tapping. Every person I've talked to assures me a CNC as new as ours has to have it. My first question before getting into all the errors I've had is just, what is the parameter for rigid tapping so I can just check to see if I have it? I have been told it's not a common variation of Fadal as it has a 15,000 rpm spindle, so who knows maybe it actually doesn't have it.
This is my program, I drilled a bunch of holes to size in a row on the x-axis. This is the second half just tapping.
(OPERATION NAME: Tap Test)
(1/4-20 UNF TAP)
N1 T16 M06
N2 G20
N3 G00
N4 G17
N5 G49
N6 G90
N7 G5.1 Q1 R5
N8 G00 G54 X-3.5 Y0 M90
N9 G43 H16 Z1. M08
N10 G84.1 G98 R.3 Z-.65 S306 F15.
N11 X-3.
N12 X-2.5
N13 X-2.
N14 X-1.5
N15 X-1.
N16 X-.5
N17 X0
N18 X.5
N19 X1.
N20 X1.5
N21 X2.
N22 X2.5
N23 X3.
N24 X3.5
N25 G80 Z1. M09
N26 M05
N27 G00 G91 G28 Z0
N28 G00 G91 G28 Y0
N29 G00 G90 G59 X0. Y0. Z0.
N30 M02
%
Going single block mode it randomly fails on lines N1-N6 different every time and gives me the error saying Illegal Address Input. Line N3 it might get past first three tries then fail the fourth. It almost always fails on one of those first lines with that error. If it does make it past those first few lines, it fails on line N10 saying illegal use of a decimal place.
I also have mastercam at my disposal, I haven't tried programming it with that yet to see if there is any difference.
Any help much appreciated, thanks.