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:

Coolant shuts off - LEADWELL MCV-550S


ddelauter
 Share

Recommended Posts

I am almost certain this is not a Mastercam or post processor problem, but I am hoping someone has experienced this problem, or similar, and has found a solution.

One of the CNC's I am running now is a LEADWELL MCV-550S. During a tapping evolution, on the first hole, the coolant comes on until it reverses out, then it stays off. The NC code is correct, M8 at the beginning, and then M9 at the end of the operation. It even stays off if I put in an M8/M9 code for each hole.

The only solution, so far, is to have an operation for each hole, but I would rather turn coolant switch to manual on.

Any answers?

Link to comment
Share on other sites

The code from the post spits out an M8 at the beginning of the operation, and an M9 at the end. That is normal. We have tried to put an M8 and M9 for each hole in one single operation, but that also produced the same result. The only way for the coolant to stay on for all holes (currently) is to have a single hole per operation, or one operation for each hole, whichever way you want to look at it. I would rather just turn the manual coolant switch on.

I believe the problem is a PLC switch. I think when the spindle speed is 0, it will stay off until it is reset. I want to change the parameters for that switch not to read spindle speed. The only time I want the coolant off is when it reads an M9. Now I jsut have to figure out how to program the switch, or maybe, if I am lucky, it will be physical and I can flip it!

Thanks again,

Don DeLauter,

CMED Machine Shop

Link to comment
Share on other sites

Good code:

N30 G00 G90 G54 X-3.3885 Y1.3082 S534 M03

N35 G43 H1 Z1. M08

N40 G98 G84 Z-1. R.1 F41.08

N45 X-2.8095 Y.8471

N50 X1.5763 Y-.5147

N55 X-.5147 Y2.713

N60 G80 M09

Bad Code:

N30 G00 G90 G54 X-3.3885 Y1.3082 S534 M03

N35 G43 H1 Z1.

N40 M08 G98 G84 Z-1. R.1 F41.08 M09

N45 M08 X-2.8095 Y.8471 M09

N50 M08 X1.5763 Y-.5147 M09

N55 M08 X-.5147 Y2.713 M09

N60 G80

If the good code wont work try:

N30 G00 G90 G54 X-3.3885 Y1.3082 S534 M03

N35 G43 H1 Z1. M08

N40 G98 G84 Z-1. R.1 F41.08

N42 M08

N45 X-2.8095 Y.8471

N47 M08

N50 X1.5763 Y-.5147

N52 M08

N55 X-.5147 Y2.713

N60 G80 M09

This method is an easy fix.

Show us the code!

 

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