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:

Stepped Boring


KCollins
 Share

Recommended Posts

We on occasion Machine Engine Blocks. For both the cam and Crank tunnels we have to do a stepped boring cycle. Rapid to -0-, Bore down to -1", Rapid to -2", Bore to -3"....I havent found a way to accomplish this in mastercam yet. Its the one thing thats keeping me from being able to say Mastercam can do everything our old logic based system could do...anyone have any ideas? I'm currently running 9.1 but have X to install this week

Link to comment
Share on other sites

Ok , here's is a work around.

As you know , canned cycles wont do this without a lot of help.

So you can use manual entry and a text file.

For boring try something like this:

S300 MO3

G0 Z0

G1 Z-1 F2.0

GO Z-2.0

G1 Z-3.0

.

.

G1 X-.01(LIKE A SHIFT BORE)

G0 Z.1

X0.

.

.

 

Got the idea ?

Now save it as a text file and use manual entry to input the code into your program.

Your post has to be set up in the comment field so the code will come out as code and not a comment.

Manual entry has 2 outputs. Code or comments. 1005, or 1006. You have to check the box that the post is set up for. some posts are not set up right. Here is my comment field:

 

pcomment # Manual Entry - COMMENTS (on a block by itself) 1005,1006

if gcode=1005, pcomment1 # Manual Entry Comment - 1005 - Codes

if gcode=1006, pcomment2 # Manual Entry Comment - 1006 - Comments

if gcode=1007, pcomment3 # Define comment with output line

if gcode=1008, pcomment2 # Define NC parameter comment - Operation comments

 

pcomment1 # Manual Entry - Codes - Without brackets

scomm = ucase (scomm)

n, scomm

 

pcomment2 # Manual Entry - Comments - With brackets and sequence number

scomm = ucase (scomm)

n, "(", scomm, ")"

 

pcomment3 # Manual Entry - Comments - With brackets and without sequence number

scomm = ucase (scomm)

"(", scomm, ")"

 

ptoolcomment #Comment for tool

tnote = t

toffnote = tloffno

tlngnote = tlngno

"(", pstrtool, *tnote, *toffnote, *tlngnote, *tldia, ")", e

 

pstrtool #Comment for tool

if strtool <> sblank,

[

strtool = ucase(strtool)

*strtool, " "

]

 

Use a g81 drill cycle at your center point and move the manual entry info into the g81 routine, and make sure you delete the g81 and the g80 code.

 

Finecut

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