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:

Top of Stock


Recommended Posts

I have a pretty good custom drill cycle for a reverse spotface tool. I just have two more tweaks I want to do.

 

First, my cycle runs the first hole twice. That doesn't hurt me for this job coming up, I'd just like to get that out of there. I'm sure it's in the transition between "pmisc1$" and "pdrill_pt" which outputs the 2nd thru Nth hole location to be drilled. I know it's difficult to understand without seeing the post, but I was wondering if anyone had any insight there.

 

Also, I was wondering if there was a way to name the "Misc. #1" in the Mastercam drop-down menu to "Reverse Spotface" or something like that... or do I just have to remember it is written for the "Misc. #1" field?

 

Thanks.

Link to comment
Share on other sites
Guest lucus serninj

You can name the drill cycle as follows.

 

At the bottom of the post, in the control definition section, you'll find the text for each drill cycle. For Misc #1, change the first input.

 

[misc1]

1. "Reverse Spotface"

2. ""

3. ""

7. ""

8. ""

9. ""

10. ""

11. ""

 

To remove the repeat drill point, you might be able to use a combination of the variables gcode$ and drillcyc$.

 

For drilling, gcode$ = 81 for the first call of the cycle and then gcode$ = 100 for subsequent points.

 

The variable drillcyc$ tells you what drill cycle you are using, drillcyc$ = 6 is for pmisc1$.

 

You could try something like this.

 

if drillcyc$ = 6 & not(gcode$ = 81), pdrill_pt

 

Hope this helps.

 

I have a pretty good custom drill cycle for a reverse spotface tool. I just have two more tweaks I want to do.

 

First, my cycle runs the first hole twice. That doesn't hurt me for this job coming up, I'd just like to get that out of there. I'm sure it's in the transition between "pmisc1$" and "pdrill_pt" which outputs the 2nd thru Nth hole location to be drilled. I know it's difficult to understand without seeing the post, but I was wondering if anyone had any insight there.

 

Also, I was wondering if there was a way to name the "Misc. #1" in the Mastercam drop-down menu to "Reverse Spotface" or something like that... or do I just have to remember it is written for the "Misc. #1" field?

 

Thanks.

Link to comment
Share on other sites
Guest Guest

You can name the drill cycle as follows.

 

At the bottom of the post, in the control definition section, you'll find the text for each drill cycle. For Misc #1, change the first input.

 

[misc1]

1. "Reverse Spotface"

2. ""

3. ""

7. ""

8. ""

9. ""

10. ""

11. ""

 

To remove the repeat drill point, you might be able to use a combination of the variables gcode$ and drillcyc$.

 

For drilling, gcode$ = 81 for the first call of the cycle and then gcode$ = 100 for subsequent points.

 

The variable drillcyc$ tells you what drill cycle you are using, drillcyc$ = 6 is for pmisc1$.

 

You could try something like this.

 

if drillcyc$ = 6 & not(gcode$ = 81), pdrill_pt

 

Hope this helps.

 

I have a pretty good custom drill cycle for a reverse spotface tool. I just have two more tweaks I want to do.

 

First, my cycle runs the first hole twice. That doesn't hurt me for this job coming up, I'd just like to get that out of there. I'm sure it's in the transition between "pmisc1$" and "pdrill_pt" which outputs the 2nd thru Nth hole location to be drilled. I know it's difficult to understand without seeing the post, but I was wondering if anyone had any insight there.

 

Also, I was wondering if there was a way to name the "Misc. #1" in the Mastercam drop-down menu to "Reverse Spotface" or something like that... or do I just have to remember it is written for the "Misc. #1" field?

 

Thanks.

Link to comment
Share on other sites

You can name the drill cycle as follows.

 

At the bottom of the post, in the control definition section, you'll find the text for each drill cycle. For Misc #1, change the first input.

 

 

I just want to make sure I explain this right. I'm looking at the "Cut Parameters" in Mastercam and when I select a drill cycle from the drop down menu, I want to change the one that says "Misc. #1" to a name I choose.

 

I'm not sure that has anything to do with the post... or I just don't understand what you mean.

 

Thanks.

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