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:

leblond makino drilling cycle


OTOMMYO
 Share

Recommended Posts

Im drilling a hole z-16. deep but want my drill to start at z-8. and still retract to z.25 to clear the chip. Is their a way to do this w/o cutting air for the first 8"?

 

This is what I have now...

 

O0001(16. deep hole)

G0G90X1.9799Y1.9799

S100M3

G43H1Z.25

G98G83Z-16.R.25Q.01F4.

G80

Link to comment
Share on other sites

I set up a macro for secondary (long drill) on a few of our VMCs, but I've never set it up in MC.

 

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

& called out with a g66/67 macro call

 

code:

 (Z DEPTH)

(R RAPID HEIGHT)

(Q PECK AMT)

(F FEED RATE)

(I INITIAL TOOL DEPTH)

(J JUMP HEIGHT)

(K PECK CLEARANCE)

(C CHIP REMOVAL PLANE)

G94

G66 P8800 Z-#522 R.1 Q.12 F3.2 I-#503 J2.0 K.01 C-.085

N301 X#520 Y0

N302 X#520 Y1.625

N303 X#520 Y3.25

N304 X#520 Y4.875

N305 X#520 Y6.5

N306 X#521 Y6.5

N307 X#521 Y4.875

N308 X#521 Y3.25

N309 X#521 Y1.625

N310 X#521 Y0

G55

N311 X#520 Y0

N312 X#520 Y1.625

N313 X#520 Y3.25

N314 X#520 Y4.875

N315 X#520 Y6.5

N316 X#521 Y6.5

N317 X#521 Y4.875

N318 X#521 Y3.25

N319 X#521 Y1.625

N320 X#521 Y0

G67

M54

HTH

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