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:

Tapping Feedrate Precision Question


Mike@Apollo
 Share

Recommended Posts

What you grabbed is from the formats statements. You need to look in the format area;

 

code:

fmt  Q  2   peck1$       #First peck increment (positive)

fmt 2 peck2$ #Second or last peck (positive)

fmt 2 peckclr$ #Safety distance

fmt 2 retr$ #Retract height

fmt K 4 repeat #canned cycle repeating

fmt Q 2 shftdrl$ #Fine bore tool shift

fmt Z 2 entryz #Entry Z for custom drill

fmt Z 2 zdrl$ #Depth of drill point

fmt Z 2 tosz$ #Drilling top of stock

fmt N 4 n_tap_thds$ #Number of threads per inch (tpi) / Pitch (mm)

fmt F 13 pitch #Tap pitch (inches per thread) #<<<<<<<<<<<<<<<<<<<<

fmt R 2 refht_a #Reference height

fmt R 2 refht_i #Reference height

The marked line is what I use but you may use something else. Look for a tapping variable there and replace the number to 17.

Link to comment
Share on other sites

Thanks everyone for your input.

 

After some digging, I found this:

code:

 pcanceldc$       #Cancel canned drill cycle

result = newfs(12, feed) #WAS (9, FEED)<<<<<<<<<<<<<<<<<<<<<<<

result = newfs(three, zinc)

result = nwadrs(strq, peck1$)

z$ = initht$

if cuttype = one, prv_zia = initht$ + (rotdia$/two)

else, prv_zia = initht$

pxyzcout

!zabs, !zinc

prv_gcode$ = zero

pcan

pcan1, pbld, n$, sg80, strcantext, e$

pcan2

I changed the "(9, feed)" to "(12, feed)" and it seems to do what we want.

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

quote:

...Feed IPR for tapping may require a parameter change in the actual machine control...

Generally it is a standard option included with the machine. I think in all my years running machines I've seen less than 10 that did not have it and all were late 80's machines or older.

 

JM2C

Link to comment
Share on other sites

Actually...this is what is in my post.

 

code:

pmisc2$          #Canned Rigid Tapping Cycle

pdrlcommonb

#RH/LH based on spindle direction

pbld, n$, sg95, e$

pbld, n$, sm29, *speed, e$

if met_tool$, pitch = n_tap_thds$ #Tap pitch (mm per thread)

else, pitch = 1/n_tap_thds$ #Tap pitch (inches per thread)

pcan1, pbld, n$, *sgdrlref, *sgdrill, pxout, pyout, pfzout, pcout,

prdrlout, *pitch, !feed, strcantext, e$

pcom_movea

Link to comment
Share on other sites

Quoting the Quote. -.-

 

quote:

--------------------------------------------------------------------------------

...Feed IPR for tapping may require a parameter change in the actual machine control...

--------------------------------------------------------------------------------

 

Generally it is a standard option included with the machine. I think in all my years running machines I've seen less than 10 that did not have it and all were late 80's machines or older.

_________________________________________________

If it's standard, then its not an option. Anyone want some Jumbo Shrimp?

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

quote:

...If it's standard, then its not an option...

You must not be too familiar with how FANUC operates. EVERYTHING is an option. When they sell a control to a machine tool builder, they get HARDWARE ONLY. The builder then goes down the list and says, "...I need this, I need that, oh, and I guess we'll take the other thing as well..." etc...

 

There are generally speaking, standard sets of options.

 

HTH

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

I feel your pain. Kitamura HMC's come with an impressive list of Options (Extended Offsets, Dataserver, Ethernet, NURBS, Custom MACRO B, etc...) but still only come with Tool Offset "A"(H and D cannot match). rolleyes.gif

 

Toyoda HMC's (with 16i's) come with CUstom MACRO B, Tool Offset "C" (H, H Wear, D and D Wear), G54-G59 rolleyes.gif , and NO HELICAL Interpolation eek.gifrolleyes.gif

 

You know darn well that a bean counter made the decision on what options would be standard.

 

:sigh:

 

Tell you what though, I'd take that Makino over a Haas any day of the week. It's a FAR superior machine tool even with the control being stripped down.

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...