Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Favorite Ream Cycle?


Kelly Burns
 Share

Recommended Posts

Well I think it also depnds on other factros. How is the reamer being held? How true is the reamer running? How long is the reamer and is the hole thur or blind? Is it a carbide reamer, carbide tipped, or highspeed reamer? Is it on a lathe or is it in milling center? I have have most times done the G81 method, but seen in some 300m when it was giving some carbide tipped reamers a fit. Whne we changed it to a G85 which was cool on this machine where it did a double feed rate out. A little more time but went from 40 to 60 holes per reamer to over 400 holes and still looked good. Cycle time was more, but it did last and hold size with no problem.

 

HTH

Link to comment
Share on other sites
Guest CNC Apps Guy 1

I'm a feed in/out guy. I don't like marks on my reamed holes walls. I want good predictable results so I do it the same every time. Coosts me a bit in cycle time but well worth it IMHO.

Link to comment
Share on other sites

My favorite reaming cycle is to pull the guy aside, speak with a low calm voice outlining the mission of the company, verify through questions that he wants to work here and support the company mission, explain to him that when the company makes money, he makes money. Upon receiving an answer in the affirmative, I then raise my voice several octaves and exponetially in decibels and ask why the #%*#&^%@!!! did it take him 2 hours to drill and tap 2 holes and manage to get them both wrong.

 

Oh, I just read some of the other responses. Um never mind.

Link to comment
Share on other sites

G81 has always worked well enough for me. As long as the reamer is being held properly I've never had a problem with this cycle. The problem I have is the guy running the machine thinks the feed is to fast and he turns the over ride back to 50% and blows the hole over size. curse.gif

Link to comment
Share on other sites

I use feed in/feed out. But a teacher once told me the if you are reaming to feed in, stop spindle and rapid out. To save the life of your tool.

But Like James said "I don't like marks on my reamed holes walls" this I agree on also. Dose this seem logical ? or is just a matter of weather you want marks on the walls or a reamer that will last you?

 

Ive used both cycles before and noticed minimal to no marks when stopping the spindle and raipding out.

 

 

Im glad this came up, Ive wondered about this for a while now.

Link to comment
Share on other sites

Here's my ream cycle. Actually the retract feed is 4x feed;

 

First initialize the variable reamfeed;

 

code:

reamfeed   : 0     # reamer retract federate

The custom drill cycle in pdrlcst$;

code:

      if drillcyc$ = 11, # reaming cycle

[

savdrl_gcode = gcode$

reamfeed = feed*4

pdrlcommonb

pbld, n$, pdrlxy, e$

pbld, n$, *sg01, *depth$, *feed, e$

if dwell$ <> 0, pbld, n$, sg04, *dwell$, e$

pbld, n$, sgfeed, *refht$, *reamfeed, e$

pcom_movea

]

The custom drill cycle in pdrlcst_2$;

code:

      if drillcyc$ = 11, # reaming cycle

[

pdrlcst$

]

The text for the reaming cycle (at the end of the post)

code:

[drill cycle 12]

1. "Reaming cycle"

7. ""

8. ""

9. ""

10. ""

11. ""

Depending on how your control def is set up you may need to put the text info in Control Def/Text/Mill Drill Cycles

 

Also the cycle is drillcyc$ 11 but the text will show as drill cycle 12

 

This post is for MCX MR2. I don't have X2 loaded up yet, hopefully I'll get the disk soon. I don't know if there are any changes in this section.

 

 

HTH

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...