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:

reduce feed in corners


Smrkoul
 Share

Recommended Posts

thanx, i found it. But it is quite slow to edit all radius in toolpath point by point. Is there any faster way? global setting?...

And if i am machining pocket with R4 in a corner and have tool diameter 8, than toolpath has sharp corners. So is it possilbe to reduce feed before tool approach corner but straight lines go with full feed?

Link to comment
Share on other sites

I added this code to my posts ...

code:

  pcirout1        #Output to NC of circular interpolation

pcan1, pbld, n$, `sgfeed, sgplane, sgcode, sgabsinc, pccdia,

pxout, pyout, pzout, pcout, parc,

 

(from here)

 

[

if iout,

[if iout <mr2$ & iout >-mr2$ ,feed = feed*mr1$]

else,

if jout,

[if jout <mr2$ & jout >-mr2$ ,feed = feed*mr1$]

],

 

(to here)

 

feed, strcantext, scoolant, e$

to use misc. reals to change the feeds during circle output if my I or J values fall above or below the value I specify in mr2.

ex: if I want to reduce my feed by 50% whenever an I or J value falls below .03 , I input .03 into mr2 and .5 into mr1 , the feeds are reduced for the G02 and G03 blocks that have I's or J's less than .03 and then return to normal for G01. this can also be used to increase feeds on outside radii by inputing a larger number than one in mr1, a value of 1.5 would increase your feed by 50%.

 

HTH

mike

Link to comment
Share on other sites

This is the best I believe cut feed by 75%

set misc setting to 1 for contour path

pcirout #Output to NC of circular interpolation

if mi10$ =1, pstevesfeed

pcan1, pbld, n$, `sgfeed, sgplane, sgcode, sgabsinc, pccdia,

pxout, pyout, pzout, pcout, parc, feed, strcantext, scoolant, e$

feed = sav_fdd

 

pstevesfeed

sav_fdd = feed

feed = feed/4

Link to comment
Share on other sites

the reason I like using I & J values to reduce/increase my feed is that , for example: if I'm using a .5 end mill and I have 6 radii in a pocket, 3 of them are .27 and 2 of them are 1.5, well a .5 end mill cutting a .27 radius greatly increases the radial chip load on my tool and yet the 1.5 rad might as well be a straight line cut, I would set my misc. real to change my feed for any block with an I or J between .025 and -.025, this way only the feed in the small radii is affected helping me to eliminate tool deflection in those areas. In my lathe posts I use I & K. works the same way.

Link to comment
Share on other sites

Regarding using the Highfeed option... This will slow the tool down in the corners. you have to make sure that your 'Machine Dynamics' are set up correctly in the 'General Machine Perametes' section of your Machine Def.

When you go to High Feed leave it set to finishing only and it will use the info in 'Machine Dynamics' to slow down the tool

 

----------------

Brian

Link to comment
Share on other sites

I have not tried this but there is a dialog box in you Machine Group Properties Tool Settings tab called "adjust feed on arc move"

 

According to the help page:

 

"Adjusts the current linear feed rate to fit arc geometry. The feed rate change occurs at the start point of the arc. the adjusted feed rate cannot exceed the linear feed rate and cannot fall below the minimum arc feed rate.

Link to comment
Share on other sites

Someone on the forum said they can get "adjust feed on arc moves" to work only on certain toolpaths by doing the following:

 

1. turn on adjust feed on arcs moves

2. regen your toolpaths

3. lock the toolpaths you want it to

work on

4. turn off adjust feed on arc moves

5. regen your toolpaths

 

It won't turn it off on the locked toolpaths.

 

I have not tried this but I'm curious to see if it works.

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