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:

Home on Y


Recommended Posts

You could use canned text, and place it before the next tool change.

 

I do this all the time

 

in the canned text section of the post

code:

if cantext$ = 6,   [  

pbld, n$, sg91, "G28", "Y0.", e$

pbld, n$, sg90, *g_wcs, "X0.", e$

pbld, n$, sm00, e$

pbld, n$, "(LOOSEN AND RETIGHT VISE)", e$

pbld, n$, "( DO NOT OVERTIGHTEN)", e$

]

If you do a seacrch, I did something that I posted the methosd on adding these things in, they are handy to have. TYhen once it is in, it is available to use whenever the situation comes up.

 

Here's a link if you're so inclined

Linky

 

[ 03-15-2006, 09:44 AM: Message edited by: jmparis ]

Link to comment
Share on other sites

John

 

I'm playing around with my post here. How do I get my G90 GO WCS, spindle on, to post right? Not sure exactly what I'm missing.

 

 

quote:

#Comment from manual entry

scomm$ = ucase (scomm$)

if gcode$ = 1007, "(", scomm$, ")", e$

if gcode$ = 1006, scomm$, e$

if gcode$ = 1005,

[

n$,"G90 G0 Z5. M9", e$

n$,"G91 G28 Y0. M5", e$

n$,"M00", "(", scomm$, ")", e$

n$,"g90, g00, *g_wcs, pfxout, pfyout,

*speed, sm3,e$

], e$

else, "(", scomm$, ")", e$

This is what I'm getting

 

quote:

N1400 G90 G0 Z5. M9

N1410 G91 G28 Y0. M5

N1420 M00 ( SWITCH CLAMPS TO THE SIDES )

N1430 g90, g00, *g_wcs, pfxout, pfyout, S6000

( MILL FRONT AND BACK STEP )

N1440 X-3.923 Y4.054

Thanks

Mike

Link to comment
Share on other sites

see if this helps you out at all

 

code:

pbld, n$, sm00, e$

pbld, n$, "(CHANGE CLAMPS)", e$

pbld, n$, sg00, *g_wcs, sg90, pfxout, pfyout,

*speed, sm03, e$

pbld, n$, sm08, e$

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