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:

Help with posting a G54


rjoyner
 Share

Recommended Posts

Right on bro !

 

Go to Operations Manager and open any op.

Now click on parameters right below the name of the op you opened. Next click on T/C Plane button, now click on the lower left button where it says Work offset and put "0" for G54, "1" for G55 etc.

 

Remember this is just "my" way of gettin u goin.

Ur reseller can help u setup ur post if u wanna get fancy.

Also the other folks in here will have some ideas.

HTH

Link to comment
Share on other sites

Make sure this part of the post says This:

 

code:

161. Enable Home Position button? y

162. Enable Reference Point button? y

163. Enable Misc. Values button? y

164. Enable Rotary Axis button? n

165. Enable Tool Plane button? y

166. Enable Construction Plane button? y

167. Enable Tool Display button? y

168. Check tplane during automatic work origin creation? y


Should be a cake walk from there unless you need to change this also:

code:

 force_wcs   : no    #Force WCS output at every toolchange? 

Then that should take care of you unless you are going to be doing 4th axis work then say yes to that button.

 

Crazy Millman

 

Also what is the Date on the Post you are using?

 

[ 12-01-2003, 08:10 PM: Message edited by: Millman^Crazy ]

Link to comment
Share on other sites

Try turn on your misc integer 1 to 2.

 

Also, find out if you have this section in your post:

 

code:

  

pwcs #G54+ coordinate setting at toolchange

if mi1 > one,

[

sav_frc_wcs = force_wcs

if sub_level, force_wcs = zero

if workofs <> prv_workofs | (force_wcs & toolchng),

[

if workofs < 6,

[

g_wcs = workofs + 54

]

else,

[

g_wcs = workofs + 104

]

if workofs >= 0 & workofs <= 25, *g_wcs

else, "ERROR - Invalid Work Coordinate System", e

]

force_wcs = sav_frc_wcs

!workofs

]

If you have this section of code in your post, turning on mi1 to 2 will enable otputting the WCS.

 

Make sure you call out pwcs in tool change or null tool change section.

 

If you still having problem posting wcs, try finding all the pwcs section in your post and paste it in this thread. We might be able to help you out.

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