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:

Thru Spinle Coolant


Recommended Posts

Hey all,

 

I have been looking over previous posts about adding this to my post and such, but have had little success.

 

I get the greyed out boxes (except for FLOOD) in the coolant window, and I don't know how to activate them (again, looked at other posts with little gained).

 

My post is an update from time gone by (maybe even updated from V8....) I am not sure. I just know it's not super current. So where can I start with this?

 

This is what my coolant section looks like, if it's any help.

 

quote:

# --------------------------------------------------------------------------

# Coolant M code selection

sm09 M09 #Coolant Off (Use sm09_0 through sm09_2)

sm08 M08 #Coolant Flood

sm08_1 M27 #Coolant Mist

sm08_2 M51 #Coolant Tool

sm09_0 M09 #Coolant Flood Off

sm09_1 M09 #Coolant Mist Off

sm09_2 M09 #Coolant Tool Off

scoolant #Target for string


Link to comment
Share on other sites

Add this to this (or similar) to your post misc. integers section;

 

quote:

 

[misc integers]

1. "WCS ON"

2. "FLOOD ON [1 = ON]"

3. "SHOWER ON [1 = ON]"

4. "THRU COOLANT [1 = ON]"

5. ""

6. ""

7. ""

8. ""

9. ""

10. ""


This is the Misc Values that I added to my post after the tool length offset line. Works great for me there (main coolant is on the G43 line for me and this appears after).

quote:

if mi2$=one, n$, *sm08, e$

if mi3$=one, n$, *sm08_1, e$

if mi4$=one, n$, *sm08_2, e$


This is my coolant section...

 

quote:

# --------------------------------------------------------------------------

# Coolant M code selection

sm09 M09 #Coolant Off (Use sm09_0 through sm09_2)

sm08 M08 #Coolant Flood

sm08_1 M27 #Coolant Mist

sm08_2 M51 #Coolant Tool

sm09_0 M09 #Coolant Flood Off

sm09_1 M09 #Coolant Mist Off

sm09_2 M09 #Coolant Tool Off

scoolant #Target for string

 

fstrsel sm09 coolant$ scoolant 7 -1


Link to comment
Share on other sites

Here is what I am using

 

 

This is setup for normal thru coolant, and high pressure thru coolant. if you do not want

High pressure coolant remove sm08_1 and if mi4$=one. if you wanted to keep air blast, or

coolant mist you may need to add a sm08_3 and sm08_4. I dont have the option so I just replaced them.

 

 

In post Txt file:

 

[misc integers]

1. ""

2. "Abs/Inc, top level [0=ABS,1=INC]"

3. ""

4. "Thru Coolant [0=Off,1=HP,2=Normal]"

5. ""

6. ""

7. ""

8. ""

9. "Lock on First WCS [0=No,1=Yes]"

10. "M00 before operation [0=No,1=Yes]"

 

 

In Post: (**Adjust M codes for Controller**)

 

# Coolant M code selection

sm09 M09 #Coolant Off (Use sm09_0 through sm09_2)

sm08 M08 #Coolant Flood

sm08_1 M131 #High Pressure

sm08_2 M51 #Thru Coolant

sm09_0 M09 #Coolant Flood Off

sm09_1 M09 #Coolant Mist Off

sm09_2 M09 #Coolant Tool Off

scoolant #Target for string

 

 

Also in Post: (**Just add the if MI4 Lines only**)

 

 

pcan1, pbld, n$, *sgcode,"G17 G40 G80", *sgabsinc,*sgfeed, [if not(index), pwcs], pfxout, pfyout,

pfcout, [if gcode$ = 1, `feed], *speed, *spindle, pgear, strcantext, e$

if lock_codes = one & not(index) & rot_on_x & cuttype = 0, pbld, n$, *slock, slockcomm, e$

if mi4$=one, n$, *sm08_1, e$

if mi4$=two, n$, *sm08_2, e$

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

 

 

Also in Post: (**Just add the if MI4 Lines only**)

 

 

else, gcode$ = zero

pbld, n$, sccomp, *sm05, psub_end_mny, e$

if mi4$=one, n$, *sm09_1, e$

if mi4$=two, n$, *sm09_2, e$

pbld, n$, sgabsinc, sgcode, "G28", "Z0.", [if gcode$ = 1, `feed], scoolant, e$

#if lock_codes = one & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$

#pbld, n$, "G28", "X0.", "Y0.", protretinc, 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...