![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Fanuc Discuss Fanuc controllers here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| ||||
| ||||
I can't get rigid tapping to work properly on an Oi mate-c. The problem is that after the tapping is complete, the machine hangs/stops and won't process any more blocks of code. It will complete all 4 of the hole locations perfectly then just hangs up. When it does this, I can hear the spindle motor making a slightly different sound than usual. I assume this is because of the M29. It's like it won't cancel the M29. I modified the code output by gibbs to get rigid tapping working in the first place. I need to get a working sample so we can get our post processor file modified. Any idea what I did wrong?
|
|
#2
| ||||
| ||||
| Do you need the M3 and M5? Most machines start, stop, reverse and stop the spindle within the G84 logic. I'm not sure about the G94 and G95 either. If needed, you might try putting the G95 on a line by itself after the G80. I've never used those codes except on a lathe for changing from synchronous feed to asynchronous. Is M29 for gear shift override?
__________________ First you get good, then you get fast. Then grouchiness sets in. (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#3
| ||||
| ||||
| M29 orients the spindle, are you sure you don't need a M80 instead of a M29 you are not unlocking the spindle afterwards, i know the older fanucs require a M80 to initiate rigid tapping, I will post a tapping cycle from the older machines when i go to work in the am
__________________ If you can ENVISION it I can make it |
|
#4
| |||||
| |||||
| Thanks for the replies, I really appreciate your help.
I guess I should have mentioned it's on a 3 axis vertical mill. Tommorow I'll try to move the codes around and also try an M80 instead of M29 like you guys have suggested. I'll scan that page of the manual and post it up as well. I have probably overlooked something. |
|
#5
| |||
| |||
| Put in a speed/direction after the G80 line. Eg. S500 M3 The manual should tell you this. BTW, M29 is correct for rigid tapping. If you use G84 without commanding M29 first, you need to use a floating tap holder, as the spindle and feed are not synchronised. regards, Oz |
| Sponsored Links |
|
#7
| ||||
| ||||
I'm going to try all of the suggestions tonight. Last edited by Genguy; 12-18-2006 at 07:47 PM. |
|
#9
| |||
| |||
| You need to fix a few settings with your Gibbs. If you're tapping in G95 (IPR), then for a 3/8 tap (assuming its say a 3/8-16), your feed should only be F.0625 . Even as a programmed feed in IPM, at 458 rpm, your feed would still only be F28.625 . Something else I see is you're calling G95 at the end of the tap cycle with G80. You should get rid of the G95. Machine might be hanging up because you're placing it into IPR mode.... Just a thought...
__________________ It's just a part..... cutter still goes round and round.... |
|
#10
| |||
| |||
Feed per minute rate is spot on if the program is metric, which I assume it is because the tap would be going 55 inches if it is imperial (big machine). All the fanucs I deal with rigid tap in feed/rev mode, but the machine puts itself in that mode and goes back to feed/min mode upon G80. regards, Oz |
| Sponsored Links |
|
#11
| |||
| |||
| I thought of metric after my post and saw that he's in Canada.... ![]()
__________________ It's just a part..... cutter still goes round and round.... |
|
#12
| ||||
| ||||
| I finally got a chance to play with this again today. I re-read the rigid tapping page in the programming manual and at the very bottom it says "Specify G84 for rigid tapping (parameter G84 No. 5200 #0 set to 1)". Since I have never messed with the parameters on this machine before I took a look at the parameter manual. The explanation for that bit is opposite of what the operators manual says. So I figured I would try that first and set bit 0 of parameter 5200 to 1 and give it another try.
Low and behold G84 works fine now without the M29. Woo Hoo progress! It still stalls at the R position after the last hole though. So next I tried moving the G28 up. N60G80G28G91X0Y0Z0 This was shown as an example in the manual under canned cycle cancel. No change, same stall. This time I left the program running in auto and tried some diagnostics. On the screen that shows the active G&M codes the only one I noticed that changes when I reset the program is G26. The manual says G26 is "Spindle speed fluctuation detection on". That is as far as I got for today. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |