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:

Tool inspection in new HST paths


Guest
 Share

Recommended Posts

  • Replies 55
  • Created
  • Last Reply

Top Posters In This Topic

Sure Keith,

 

In the ptlchg_com area I changed this

if output_z = yes$,

 

to this

if output_z = yes$ & rpd_typ$ <>7,

 

that was to avoid extra min & max depth comments at every tool insp. point

 

Also in the ptlchg_com postblock I found where the stock left postblock call was, then put this around it

if rpd_typ$ <> 7,

[

pstock

]

to eliminate that from being posted at tool insp. points

 

In the pwcs postblock I changed this line

if workofs$ <> prv_workofs$ | (force_wcs & toolchng) | sav_mi7<>0 | sof,

 

to this

 

if workofs$ <> prv_workofs$ | (force_wcs & toolchng) | sav_mi7<>0 | sof | rpd_typ$ = 7,

 

to ensure my G54 gets put into the restart

 

I added this postblock to the "motion nc output" area

 

ptool_insp #Tool inspection point

pbld, n$, *sm00, e$

pbld, " ", e$

pbld, " ", e$

pbld, n$, "CHECK TOOL", e$

ptlchg_com

if coolant$, prv_coolant$ = c9k

 

At the end of the prapidout postblock I added this

 

if rpd_typ$ = 7, ptool_insp #Tool inspection point

 

 

I haven't played much with it, but it does what I need for now cheers.gif

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