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:

FEEDRATE F0.


Recommended Posts

from the X5 gen5x post

 

 

 

fix_fr : 1 #If feedrate is zero, apply these values

deffeedpm : 1. #Default for zero feed in inch/min

deffeedpm_m : 25. #Default for zero feed in mm/min

deffrinv : 500. #Default for zero feed inverse time

 

 

 

If you set fix_fr 0 nothing is done

set to 1 the following values are applied..

Link to comment
Share on other sites

Z2G is to big for email. I'll try what TTom said. It doea appear it happens on very small moves around the edges

 

Y-.5057 Z.3168 A311.338 F10000.

Y-.51 Z.3098 A310.548 F10000.

Y-.514 Z.303 A309.79 F10000.

Y-.5153 Z.3008 A309.542 F0.

Y-.5201 Z.2924 A308.608 F10000.

Y-.5248 Z.2839 A307.675 F10000.

Y-.5291 Z.2755 A306.768 F10000.

 

I just do a global replace with F10000.

Link to comment
Share on other sites

This is a bit of a cheat, but you can always just output the 10000 if the calculated feed is 0.

 

In pfclc_deg_inv:

 

       if cuttype = three, cldelta = sqrt((x$-prv_x$)^2+(y$-prv_y$)^2+(z$-prv_z$)^2)
       if inversefeed$ = 0, frinv = fr_pos$/cldelta  # 1/min
       else, frinv = fr_pos$/(60*cldelta)  # 1/sec
       if frinv = 0, frinv = 10000 <-- ADD THIS LINE
       if rot_feed & opcode$ <> 3 & opcode$ <> 16,
         [
         if frinv > maxfrinv, frinv = maxfrinv
         if frinv < minfrinv, frinv = minfrinv
         feed = frinv
         ]

Link to comment
Share on other sites
  • 1 year later...

Know this is an old thread, but I could really Use some help!

 

I'm Using a Mpmaster Post and when In G93 (Inverse) I'm not Getting a F. call at All on some lines! So this alarms the machine beacause G93 isn't modal on Haas anyways...

 

I applied the^^^ "cheat" in my post, But it doesn't see this Like the F0. problem. Any Ideas???

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