Toggle coolant while peck drilling

Results 1 to 5 of 5

Thread: Toggle coolant while peck drilling

  1. #1
    Member
    Join Date
    May 2010
    Location
    Norway
    Posts
    26
    Downloads
    0
    Uploads
    0

    Default Toggle coolant while peck drilling

    Hi,
    I have a job where i’m drilling deep holes and i would like to have the coolant start briefly when i have retracted the drill bit.
    Is there a way to do this without writing my own drill function?
    I’m using G73 for making these holes.
    Full retract for every 8mm total lenght 400mm

    Frank

    Similar Threads:


  2. #2
    Member
    Join Date
    Feb 2011
    Location
    usa
    Posts
    353
    Downloads
    2
    Uploads
    0

    Default Re: Toggle coolant while peck drilling

    you will have to write your own drill cycle in order for the coolant to come on at every time it retracts to the R plane that you are using in the G83
    there is no way for the control to generate the coolant on / coolant off at each full retract



  3. #3
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Toggle coolant while peck drilling

    Why not just run the coolant through the full drill cycle? That's the way I do it.

    Jim Dawson
    Sandy, Oregon, USA


  4. #4

    Default Re: Toggle coolant while peck drilling

    Quote Originally Posted by Jim Dawson View Post
    Why not just run the coolant through the full drill cycle? That's the way I do it.

    Exactly. Theres not really a good reason not to let it blast away.



  5. #5
    Member
    Join Date
    May 2016
    Location
    United States
    Posts
    471
    Downloads
    0
    Uploads
    0

    Default Re: Toggle coolant while peck drilling

    Oops... after writing this I just noticed I'm in a Turning section. Hope this still applies. At least partially. Was thinking mill. Sorry. (Head slap!)

    I've got a feeling the OP does not have an enclosed machine and is hoping to avoid a big mess.

    Just for fun... here is 1/4 of what might work. You would need to continue in kind down to Z-400. I tried to figure out how to write it with a small subroutine called multiple times with a built in on-the-fly offset change. Couldn't quite figure it out and didn't want to spend all day trying so I left it at this.

    Macro pros could probably come up with something much better then this.

    This is generic Fanuc based. May or may not need to repeat the position call X0.Y0.

    I'm about 90% certain this would work. Just not sure how the control will react with all the M and G4 stuff stuck in between drill attempts.

    T1M6 (YOUR DRILL OF CHOICE)
    G17G21G40G49G54G80G90G98

    G0X0.Y0.
    G43Z3.H1S2960M3T2
    M8
    G4P250 ---------(1/4 SECOND SPRAY. ADJUST TO SUIT)
    M9
    G98G81Z-8.R3.F450.
    M8
    G4P250
    M9
    X0.Y0.Z-16.R-7.
    M8
    G4P250
    M9
    X0.Y0.Z-24.R-15.
    M8
    G4P250
    M9
    X0.Y0.Z-32.R-23.
    M8
    G4P250
    M9
    X0.Y0.Z-40.R-31.
    M8
    G4P250
    M9
    X0.Y0.Z-48.R-39.
    M8
    G4P250
    M9
    X0.Y0.Z-56.R-47.
    ---------------(continue to 400)
    G80
    G0Z25.
    G53Z0.Y0.
    M30

    The other option. Needs a quick trigger finger on a squirt bottle full of coolant. :-)

    T1M6 (YOUR DRILL OF CHOICE)
    G17G21G40G49G54G80G90G98

    G0X0.Y0.
    G43Z3.H1S2960M3T2
    G99G83Z-400.R3.Q8.F450.
    G80
    G0Z25.
    G53Z0.Y0.
    M30



Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Toggle coolant while peck drilling

Toggle coolant while peck drilling