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:

RIGID TAPPING


Threept82
 Share

Recommended Posts

What post are you using and does the machine like a M5 or M3 before the call of a tapping cycle? Do you want ot do away with the tapping cycle already supprted by your post or add to the cycle you have in the post? have set all of our machines up with the rigid tapping cycle and our fanuc's with peck tapping. I have also add compression tapping to our Fadal post since one of the machines only supports that verse having a seperate post to support only that machine. If you want an M5 not calling an M3 at the beginning of the operation that is easily done with the MPMASTER post with some modifications.

Link to comment
Share on other sites

Im using a modified MPMASTER post.

M3 before the cycle call on same line as the M109

code. I'm looking to add an aditional tapping call out (Rigid). Most of time I Tap using

a standard tapping head but in this case I can't

find a head that will fit the tap. So Im going

mill chuck and rigid.

Link to comment
Share on other sites

In Mpmaster:

 

use_pitch : 1

 

code:

ptap            #Canned Tap Cycle

pdrlcommonb

#RH/LH based on spindle direction

if use_pitch, pbld, n, "M109", *speed, *speed, *spindle, pgear, e

if use_pitch = 0,

[

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

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)

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

prdrlout, *pitch, !feed, strcantext, e

]

pcom_movea

tapflg = 1

Link to comment
Share on other sites

Thanks Kyle

I changed pmisc1 to what you have and I get the following error message.

 

 

Combined Mill and Lathe Post Processor Version 9.19 © Copyright 1992-2004 CNC Software, Inc.

Processing file with SPN40...

Variable not defined: pdrillref

Post line number 1858

Program execution halted due to error(s) in .pst

 

Do I need to change something else or rename something. I don’t know anything about Misc. anything unless it in the book, not even sure what

switch to use misc values, canned text or custom drill param.

Link to comment
Share on other sites

Did you get this resovled. The adding of soemthing to the post needs to have a little thought. I added a custom drill cycle 13 for compression tapping to a post that already uses the tapping cycle for rigid tapping. I was thinking you were trying to acheive the same task. I would copy the tapping cycle and paste it in the drilling cycle you want to use it in. Then just modify it to your liking this is much safer then trying to modify a drilling cycle to work the way you want. If you need more help put on the drilling cycle you are trying to modify and we will see if you can get you over the hump.

Link to comment
Share on other sites

Thanks Ron.

I copied the tapping section into the

custom drilling 9 section and changed it

to my liking. It works fine as long as only one hole is done if more than one hole is tapped it codes as follows

 

N100T1M106

G0G90G54X0.Y0.B0S534M3

G43Z2.H#511M8

M109S534M3

G84G98Z-.5R.1F41.14

G0G90X-2.8104Y1.1851

M98P0000

G0G90X1.0384Y1.3995

M98P0000

M5

G91G28Z0M19M9

M98P9110(BTD)

G28Y0

 

I have no idea why it throws in the G0G90

or where the sub call up is coming from.

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