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 with M135


mtnflyr
 Share

Recommended Posts

I have A88 Makinos with FANUC PRO3 control. These machines need to have the M3 command before the G84 canned cycle is called. The post puts the M3 out at the beginning of the tool call. The problem is if there are additional tapping cycles with the same tool I get the M135 again but no M3 prior to the M135. This makes the machine alarm.

 

How can I get the M3 to post at every tap cycle?

 

Thanks in advance.

cheers.gif

Link to comment
Share on other sites

FYI

 

This is my current tapping post...

 

ptap$ #Canned Tap Cycle

pdrlcommonb

#RH/LH based on spindle direction

if use_pitch = 0,

[

if rigid_tap, pbld, n$, "M135", *speed, e$

pcan1, pbld, n$, *sgdrlref, *sgdrill, pdrlxy, pfzout, pcout, pindexdrl,

prdrlout, *feed, strcantext, e$

]

else,

[

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

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

if rigid_tap, pbld, n$, "M135", *speed, e$

pcan1, pbld, n$, *sgdrlref, *sgdrill, pdrlxy, pfzout, pcout, pindexdrl,

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

]

pcom_movea

Link to comment
Share on other sites

it has to be a parameter

here is our code:

S1008

S1008M135

G98G84Z-1.6633R-.29F63.

 

code:

    ptap$            #Canned Tap Cycle

pdrlcommonb

pbld, n$, *speed, e$

pbld, n$, *speed, "M135", e$

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

prdrlout, *feed, strcantext, e$

pcom_movea

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