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:

g81 peck problem


CJF
 Share

Recommended Posts

using mill version 9 with a numatix controller,

I have to cancel (G80) the drilling cycle between each hole. peck 1 is in the pdrill_2 field. This is fine for G83 cycles, but it also puts a peck in the 2nd and succeeding G81 cycles. Is there a way to force the peck in G83 and not in the G81

2nd,3rd and so on cycles?

 

Hope I'm clear in my question.

Thanks,

Jack

Link to comment
Share on other sites

check in your post to see if you have a peck in your pdrill maybe?

 

code:

pdrill        #Canned Drill Cycle

pdrlcommonb

pbld, n, *sgdrlref, *sgdrill, pxout, pyout, pfzout, pcout, prdrlout,

dwell, pffr, e

pdrlcommona

 

ppeck #Canned Peck Drill Cycle

pdrlcommonb

pbld, n, *sgdrlref, *sgdrill, pxout, pyout, pfzout, pcout, prdrlout, *peck1,

pffr, e

Link to comment
Share on other sites

Thad:

This post started out as a haas post and has been extensively changed.

The drilling cycle has z za zb zz in it for depths,retracts, and pecks.

 

the pdrill_ is as follows:

 

pdrill_2 #Canned Drill Cycle, additional points

pdrlcommonb

n,"G80",e

n,"G0",*zr

pcan1, pbld, n, *sgdrill,*x,*y,"Z",*REFHT, *zb, prdrlout,peck1, dwell,

*feed, strcantext, e #pxout, pyout,

pcom_movea

Link to comment
Share on other sites

Well you might have a problem here. I think you need to go a little further here. Probably all the 2nd drill calls are all going to the pdrill_2 and if you take out the peck then it fixes the G81 but hoses the G83. So need to go a step further here. Your post should look like this:

 

code:

pdrill_2        #Canned Drill Cycle, additional points

pdrlcommonb

n,"G80",e

n,"G0",*zr

pcan1, pbld, n, *sgdrill,*x,*y,"Z",*REFHT, *zb, prdrlout,peck1, dwell,

*feed, strcantext, e #pxout, pyout,

pcom_movea

 

ppeck_2 #Canned Peck Drill Cycle

pdrill_2

 

pchpbrk_2 #Canned Chip Break Cycle

pdrill_2

 

ptap_2 #Canned Tap Cycle

pdrill_2

 

pbore1_2 #Canned Bore #1 Cycle

pdrill_2

You need to change it like so:

code:

pdrill_2        #Canned Drill Cycle, additional points

pdrlcommonb

n,"G80",e

n,"G0",*zr

pcan1, pbld, n, *sgdrill,*x,*y,"Z",*REFHT, *zb, prdrlout, dwell,

*feed, strcantext, e #pxout, pyout,

pcom_movea

 

ppeck_2 #Canned Peck Drill Cycle

pdrlcommonb

n,"G80",e

n,"G0",*zr

pcan1, pbld, n, *sgdrill,*x,*y,"Z",*REFHT, *zb, prdrlout,peck1, dwell,

*feed, strcantext, e #pxout, pyout,

pcom_movea

 

pchpbrk_2 #Canned Chip Break Cycle

pdrill_2

 

ptap_2 #Canned Tap Cycle

pdrill_2

 

pbore1_2 #Canned Bore #1 Cycle

pdrill_2

That should solve your problem. Notice the peck1 is gone out of the pdrill_2 and it you added the same thing to the peck_2.

 

HTH

Link to comment
Share on other sites

quote:

Kannon- I certainly did not mean to demean you. The stupid was for me alone. I appreciate everyone's help.

you kiddin....demean me? you dont worry bout that!...If I was worried bout lookin stupid...I wouldnt have said anything. TRUTH is I never claim to know the answers..I try to help..if I am wrong others correct me..worst case scenerio here....I bumped your thread to get help from someone who knew the answer( Ron), and I learned more.

 

glad you got it.. cheers.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...