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:

Need Help turning on parts catcher on a lathe post


Recommended Posts

Can someone help me. I'm trying to use the parts catcher option. misc value 7,and 8. parts catcher up an down. (m73-m74) I put a 1 in 7-8 but no luck.

                                                                                                                                                                                                    Thnx,  Alex

Link to comment
Share on other sites

What Post?

 

The Generic Fanuc "style" posts from Mastercam use Canned Text as the function to output Parts Catcher. They call it a "Schute". (I don't know why).

 

Canned Text option #7 and #8. #7 should retract the catcher, and #8 will engage it. Edit your output strings here:

# Chute M code selection
sm73    : "M73"      #Chute retracted
sm74    : "M74"      #Chute engaged
schute  : ""         #Target string

fstrsel sm73 chute schute 2 -1

Here is the code from Canned Text that actually turns the options on/off:

        if cantext$ = 7 | cantext$ = 8,
          [
          if cantext$ = 7, chute = zero
          else, chute = one
          rslt_upd = updstr (schute)
          strcantext = strcantext + schute
          ]
  • Like 1
Link to comment
Share on other sites
  • 6 years later...

I have been tinkering with a lathe post and want to use the canned text to turn on the spindle brake (clamp) to mill in the Y-axis. In my post it is designated as "sm73_1" and "sm74_1" even though this is normally reserved for the chute  

# Chute M code selection (Main Spindle)

sm73_1    : "M69"      #Unclamp

sm74_1    : "M68"      #Clamp Engaged

sclamp1   : ""         #Target string

 

fstrsel sm73_1 clamp1 sclamp1 2 -1

 

There is no identification for the actual chute (parts catcher) with M-code calls like M73-74 or string select designation. 

Could I create a new chute selection with the correct code selection like the one posted previously by Colin

# Chute M code selection
sm73    : "M73"      #Chute retracted
sm74    : "M74"      #Chute engaged
schute  : ""         #Target string

fstrsel sm73 chute schute 2 -1

and change the sclamp to a different designation? I'm also not sure how to add the "new" sclamp correctly within the cantext$ to use custom canned text option 1107 and 1108 for example.

Any help is appreciated. 

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