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:

IPR FEED OUTPUT


Recommended Posts

I am looking to output IPR when tapping. I have checked over the forum and can't find anything that really fits.

 

pplunge        #
              if frplunge$ > 0, *frplunge$

 

ptap$        # Canned Tap Cycle
           n$, *sgdrill, g98_g99, *x$, *y$, *dpoint, *refht$, pplunge,e$

 

Here is the relevant part of my post.

Link to comment
Share on other sites
  • 1 month later...

What kinda machine is it? Some machines like the makino I run use a m129 to run that, sets it ipr for tapping then plus it out of ipr when g80. But if you want to do it in the post just need to add a g94 witch you can set in mi6 of you miscellaneous integers in mastercam parameters. Just make sure it sets back to g95 or you will be in for a supreme next tool path!

Link to comment
Share on other sites

I am looking to output IPR when tapping. I have checked over the forum and can't find anything that really fits.

 

pplunge        #

              if frplunge$ > 0, *frplunge$

 

ptap$        # Canned Tap Cycle

           n$, *sgdrill, g98_g99, *x$, *y$, *dpoint, *refht$, pplunge,e$

 

Here is the relevant part of my post.

 

MPMaster has it in already. Why not download it and use the logic out of it?

  • Like 1
Link to comment
Share on other sites
  • 4 weeks later...

Sorry it took so long to get back on here. I did figure it out though. It is for a yasnac control. Here is what I came up with.

 

ptap$        # Canned Tap Cycle
  "G93",e$
  pitch = 1/n_tap_thds$       # Tap pitch (inches per thread)
  *sgdrill, g98_g99, *x$, *y$, *dpoint, *refht$, *pitch,e$

 

pcanceldc$   # Cancel canned drill cycle
  if drillcyc$ = 3, n$, "G94", e$ 
  "G80", e$

 

The reason I don't switch to the master is kind of sad. The team doesn't like the formatting on the MPMaster. I have been working on changing the formatting to "look" just like the current post they are used to using.

 

#nobackbone

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