What's new
What's new

Fanuc 10t lathe control won't reverse the spindle in a tapping program

DMSentra

Cast Iron
Joined
Sep 12, 2008
Location
Eugene Oregon
Lots of tapping on 3 lathes at my old work, first time on this one.

N30T800G40
N40G50S200M41
N50G97S150M4(FORWARD ON THIS LATHE)
N60G0G54X0T.2T808
N70G1Z-2.F.0625
N80M5
N90G1Z.2M3

stops the spindle and feeds back out. Using a M0 instead stops and freezes the program. Including G97 and S150 in the N90 line changes nothing. No difference with OPT STOP on or off. No difference with SINGLE STOP on or off.
Some code I don't know about that is particular to this control?
 
Lots of tapping on 3 lathes at my old work, first time on this one.

N30T800G40
N40G50S200M41
N50G97S150M4(FORWARD ON THIS LATHE)
N60G0G54X0T.2T808
N70G1Z-2.F.0625
N80M5
N90G1Z.2M3

stops the spindle and feeds back out. Using a M0 instead stops and freezes the program. Including G97 and S150 in the N90 line changes nothing. No difference with OPT STOP on or off. No difference with SINGLE STOP on or off.
Some code I don't know about that is particular to this control?

Is the T.2 a typo?

No X pull out.

G0 X0 Z.2
G32 Z-2. F.0625
Z.2 M3

Brent
 
Is the T.2 a typo?

No X pull out.

G0 X0 Z.2
G32 Z-2. F.0625
Z.2 M3

Brent

Yes, was supposed to be Z.2, and I didn't include the rest of the program with the Z pullout.
Like I asked before, doesn't G32 include an X pullout to clear the thread when returning to Z start postition?
 
I'm running a part that gets tapped 1/2-13 now. Fanuc 0i-T control

G0 X0 Z.5
G32 Z-1.35 F.076923
Z.5 M4

Is the exact code I'm using. Only reason I use G32 to tap is because G32 disables the feed and spindle overrides.

Brent
 
I'm running a part that gets tapped 1/2-13 now. Fanuc 0i-T control

G0 X0 Z.5
G32 Z-1.35 F.076923
Z.5 M4

Is the exact code I'm using. Only reason I use G32 to tap is because G32 disables the feed and spindle overrides.

Brent

Gracias. I'll give it to her in the morning and see what she does with it.
 
Lots of tapping on 3 lathes at my old work, first time on this one.

N30T800G40
N40G50S200M41
N50G97S150M4(FORWARD ON THIS LATHE)
N60G0G54X0T.2T808
N70G1Z-2.F.0625
N80M5
N90G1Z.2M3

stops the spindle and feeds back out. Using a M0 instead stops and freezes the program. Including G97 and S150 in the N90 line changes nothing. No difference with OPT STOP on or off. No difference with SINGLE STOP on or off.
Some code I don't know about that is particular to this control?

Try M3 followed by G01 in two separate blocks.
 
I'm running a part that gets tapped 1/2-13 now. Fanuc 0i-T control

G0 X0 Z.5
G32 Z-1.35 F.076923
Z.5 M4

Is the exact code I'm using. Only reason I use G32 to tap is because G32 disables the feed and spindle overrides.

Brent

No go. Mine is actually M4 for righthand and M3 for reverse/lefthand, but the spindle continues forward after the turnaround.
 
No go. Mine is actually M4 for righthand and M3 for reverse/lefthand, but the spindle continues forward after the turnaround.

What happens if you were to run the following program? Does the spindle alternate in direction?

G97 S500 M04
G04 X1.0
M03
G04 X1.0
/M99
M30

Run it with Block Delete Off until you want to end the program.

Regards,

Bill
 
I'm running a part that gets tapped 1/2-13 now. Fanuc 0i-T control

G0 X0 Z.5
G32 Z-1.35 F.076923
Z.5 M4

Is the exact code I'm using. Only reason I use G32 to tap is because G32 disables the feed and spindle overrides.

Brent

Manual states M3 and M4 can't follow each other without an interupter so I added an M5 line between. Everything stops and won't start again then.
 
What happens if you were to run the following program? Does the spindle alternate in direction?

G97 S500 M04
G04 X1.0
M03
G04 X1.0
/M99
M30

Run it with Block Delete Off until you want to end the program.

Regards,

Bill

Continues to run M4 with no changes or movement.
 
Is this a live tool lathe? Is there an M-code to select the main spindle rather than the live tool spindle that needs to be commanded?
 
You should definitely be able to tap with the main spindle.

I see in the original code you posted that there is a M41. Is that high gear? If so, what happens if you try tapping in low gear? Same deal?
 








 
Back
Top