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:

How to get feed in mm/rev in Face contour operation for lathe


Recommended Posts

Depends on what control you are using.

On our HAAS G99 commands Feed Per Revolution. This ties in with spindle RPM commanded by S (S1000) and M03

This does not work if we are using live tooling as the RPM is commanded by a P (P1000) and  a different M to turn on the Live Tooling.

 

Link to comment
Share on other sites

Greetings @Hemkant HEMKANT

This is how I did in my post

Go in prpm  postblock
and search for sgfeed string
 pbld, n$, [if nc_system_type = 0, *sgfeed], [if nc_system_type >= 1, *sgfeed_b] *sg97, *speed, "P12" , *spindle_m, e$
What I did above?
If I change variable  nc_system_type  to value 1 it will output G99 if  I keep value 0 output is G98
( depends which G-system code I am using)
N170 G98 G97 S2315 P12 M03

Or just change string sg98 

 

# --------------------------------------------------------------------------
# Feed mode G code selection
sg98    : "G98"      #UPM  Fanuc A Group of G-code
sg99    : "G99"      #UPR  Fanuc A Group of G-code
sgfeed  : ""         #Target string

fstrsel sg98 ipr_actv$ sgfeed 2 -1
# --------------------------------------------------------------------------
# Feed mode G code selection
sg98_b    : "G94"      #UPM  Fanuc B Group of G-code
sg99_b    : "G95"      #UPR  Fanuc B Group of G-code
sgfeed_b  : ""         #Target string

fstrsel sg98_b ipr_actv$ sgfeed_b 2 -1
# --------------------------------------------------------------------------

But you should provide more information's how your output should look like for the milling mode and turning mode so I can give you accurate info where/what and how to change.
 

Once again example above is how I did for my machine (Controller (Fanuc) machine (puma 5100)))

Kind regards

Ivan Žugec  

  • Like 1
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...