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:

A little fadal post help please.


somename75
 Share

Recommended Posts

Here ya go, hope what you were looking for is in this section.

 

 

ptlchg_com #Tool change common blocks

pcom_moveb

c_mmlt #Multiple tool subprogram call

#ptoolcomment

comment

pmisccheck

pcan

if plane < 0, plane = 0

if stagetool >= zero, pbld, n, *t, "M06", ptoolcomm, e

spaces=0

if output_z = yes,

[

preadbuf5

 

 

Thanks

Link to comment
Share on other sites

I am by no means a post guru, but you could try something like this:

 

code:

 ptlchg_com #Tool change common blocks

pcom_moveb

c_mmlt #Multiple tool subprogram call

#ptoolcomment

comment

pmisccheck

pcan

if plane < 0, plane = 0

if stagetool >= zero, pbld, n, *t, ptoolcomm, e

if stagetool >= zero, pbld, n, "M06", e

spaces=0

if output_z = yes,

[

preadbuf5


I don't know what you want to do with the ptoolcomm; you could put it on a separate line also. There's probably a more elegant way to do it, but maybe that will work.

Link to comment
Share on other sites

Try this;

 

code:

ptlchg_com #Tool change common blocks

pcom_moveb

c_mmlt #Multiple tool subprogram call

#ptoolcomment

comment

pmisccheck

pcan

if plane < 0, plane = 0

if stagetool >= zero,

[

pbld, n, *t, ptoolcomm, e

pbld, n, "M06", e

]

spaces=0

if output_z = yes,

[

preadbuf5

Edit: or make sure there's an "*" in front of the "t".

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