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:

Retract after a specified machining time


jaydenn
 Share

Recommended Posts

Morning,

 

Does Mastercam offer the ability to set a "retract after time" value?

For example, I'm going to mill a large pocket with WG-300 ceramics, and I want the cutter to retract and stop every 3 minutes for edge rotation.

 

Is it possible to automate this?

 

J

Link to comment
Share on other sites

Yes.. the new high speed toolpaths have a switch on the Tools Parameters page that allows you to define

distance or time in cut as a retract parameter

To function properly, your post processor will require some editing

Link to comment
Share on other sites

this is the meat of it

 

 pxout, pyout, pzout, pcout, [if gcode$ = 1, `feed], strcantext, scoolant, e$

 

from here down

        if cur_cflg$ = 70000, tool_chk = 1
      if cur_cflg$ = 70000,
              [
              pbld, "M09" ,e$
              pretract0, e$
              pbld, "M00", "(TOOL INSPECTION POINT)", e$
              pbld, n$, *sgcode, sgabsinc, pwcs, pfxout, pfyout,e$
              pfspindleout, e$
              pbld, n$, "G43", *tlngno$, pfzout, e$
              pbld,*feed, *scoolant,e$
              tool_chk = 0
              ]

 

this needs to be added to these 2 blocks

 

prapidout       #Output to NC of linear movement - rapid 

 

plinout         #Output to NC of linear movement - feed

 

 this is taken form a 4 axis mpmaster post

  • Like 2
Link to comment
Share on other sites

Yes.. the new high speed toolpaths have a switch on the Tools Parameters page that allows you to define

distance or time in cut as a retract parameter

To function properly, you post processor will require some editing

Not that I need it but now im curious.  I cant see it, screenshot?

Link to comment
Share on other sites

I've used it a lot with high speed rest roughing and a time interval setting

It's pretty smart about where it pulls up. 99% of the time its at the end of a cut where it would normally retract.

Its very useful for long roughing programs

instead of 50 or 60 15 minute toolpths.. and all the work it takes to make them

you program 1 toolpath and set a retract interval.

If experience shows the interval can be longer ( or must be lower), you just change the setting and repost

Link to comment
Share on other sites
  • 2 weeks later...

Afternoon Everyone,

I need to resurrect this topic.

 

I thought it worked, but it doesn't. Or should I say, it works in typical "Mastercam" fashion!

 

All jokes aside;

When I use a "surface high speed" operation, and I turn on the "tool inspection", everything works wonderfully.

 

Now, when I use a "2D high speed" operation, and I turn on "tool inspection", it doesn't work at all.

 

I've compared the NCI for both of these paths and only the "surface" version has the 70000(pause for inspection) control flag in it.

 

Is this yet another mastercam bug?

 

The 2D path is actually generating the retract points per my criteria, but it doesn't output the NCI flag to initiate the pause.

 

How can I remedy this? I'm really, really, really counting on these inspection points to work!!!!!

 

Jay

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