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:

start peck drilling at Z-2.0 but retract to Z.1


FP1
 Share

Recommended Posts

If I drill over a hundred 3/16 dia holes 2 inches deep with G83 and now I come back with a longer drill and want to rapid to Z-1.9 and start pecking every .050 but retract to Z.1 after each peck.

 

1st question - G83 can not do that right?(fanuc control on a Mori vmc) Please correct me if I am wrong on this.

 

2nd question - If G83 won't do it, can I change something to have mastercam output the code long hand. How can I accomplish this? I don't need the exact details right now, just need to have a basic idea of what needs to be done for now.

Link to comment
Share on other sites

This is what I use for a secondary drilling op.

 

code:

 

:8800(SECONDARY PECK)

(Z=#26 - DEPTH)

(R=#18 - RAPID HEIGHT)

(Q=#17 - PECK AMT)

(F=#9 - FEED RATE)

(I=#4 - INITIAL TOOL DEPTH)

(J=#5 - JUMP HEIGHT)

(K=#6 - PECK CLEARANCE)

(C=#3 - CHIP REMOVAL PLANE)

#1=#4-#17

IF[#26LT#1]GOTO5

#1=#26

N5G0Z#18

G1Z[#4+#18]F30.

N10G1Z#1F#9

G0Z#3

IF[#1LE#26]GOTO90

#2=#1

#1=#2-#17

IF[#26LT#1]GOTO15

#1=#26

N15G0Z[#2+#6]

GOTO10

N90G0Z#5

M99


Disclaimer: use at your own risk. wink.gif

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