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:

Missing M08


CNCGUY
 Share

Recommended Posts

When posting a program, the M08 will not post. I did some searching and found what should fix it "support coolant using coolant value in post-processor". I have "checked" this, but still no M08. Any ideas?

 

Using a modified V9 Fanuc Post updated to X.

Link to comment
Share on other sites

Setting "Support coolant using coolant value in post-processor" (in the Mach. Def.) is correct for a 'V9' style post updated for 'X'.

 

Once that is done and still no joy, it's time for some investigating...

 

First, it's assumed that you have programmed coolant ON in the toolpath operation in question. wink.gif

 

In a 'v9' style MPFAN.PST

 

The Coolant command (strings) are usually defined like this ->

 

# Coolant M code selection

sm09 M9 #Coolant Off

sm08 M8 #Coolant Flood

sm08_1 M8 #Coolant Mist

sm08_2 M8 #Coolant Tool

scoolant #Target for string

 

And in the psof$, ptlchg0$ and ptlchg$ postblocks you should have the scoolant command.

(All of these pre-defined postblock names and pre-defined post variable names

will have a '$' append on them when the post was updated for use with 'X').

 

Something like this ->

 

pbld, n, "G43", *tlngno, pfzout, scoolant, next_tool$, e$

 

You can make sure the the scoolant string selector is working by doing this test...

Add '*' in front of the scoolant command in psof$.

 

Like this ->

pbld, n, "G43", *tlngno, pfzout, *scoolant, next_tool$, e$

 

You should now at least see an 'M9' output on the initial tool's "G43" block ->

N108 G43 H1 Z.25 M9

 

Still nothing?

Make sure that you did not add a '$' on the scoolant$, as it is not a pre-defined variable,

and this will cause "nothing" to output.

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