587,108 active members*
3,833 visitors online*
Register for free
Login
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2006
    Posts
    1016

    ? how to tap holes?

    I often wondered how to automate taping on a cnc...I would like some of the cnc gurus to explain the best methods / gcode software to tap larger array or quanity of hole that require taping ie in aluminum ie 1/4 to 1/2 plate
    not sure if mach or some other application is better suit to run or generat g code?

  2. #2
    Join Date
    Jul 2005
    Posts
    12177
    Can you provide more details? Are the holes at specific coordinates or are they just on an evenly spaced grid pattern? How many holes are you tapping?

    G84 is the canned cycle for tapping on most machines. The G84 command normally includes the hole location, the depth, the pitch/feedrate and the clearance plane:

    G84 X Y Z F R

    Most machines do not need the entire line for additional holes so you just need to program the X Y location.

    Some machines let you change the Z so you program X Y Z for holes at a different depth at a different location.
    An open mind is a virtue...so long as all the common sense has not leaked out.

  3. #3
    Join Date
    Apr 2006
    Posts
    1016
    Quote Originally Posted by Geof View Post
    Can you provide more details? Are the holes at specific coordinates or are they just on an evenly spaced grid pattern? How many holes are you tapping?

    G84 is the canned cycle for tapping on most machines. The G84 command normally includes the hole location, the depth, the pitch/feedrate and the clearance plane:

    G84 X Y Z F R

    Most machines do not need the entire line for additional holes so you just need to program the X Y location.

    Some machines let you change the Z so you program X Y Z for holes at a different depth at a different location.
    there a few projects in the works, onejust some specific locations with holes
    was sure of the functionality of g84 command and the depth, the pitch/feedrate....

    can someone explain the clearance plane to me not sure of the meaning of it.

    the project would have set array of holes on a grid spacing may be all the same...

    question if i have the gcode for drilling the holes
    would require manual writting of the gcode to add g84 lines

    can someone please explain the process, I would be using acad to design 3d model use someones cam to generate the gcode to machine the part....
    is there a program to generat the g code of tapping? please explain?

  4. #4
    Join Date
    Dec 2003
    Posts
    24223
    Also for tapping etc you usually require a Z axis that is capable of being sync'd to the Spindle.
    There is also a device called a floating tap holder that can be used where sync does not exist.
    But for this spindle rpm has to be held fairly constant.
    Al.
    CNC, Mechatronics Integration and Custom Machine Design

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.

  5. #5
    Join Date
    Jul 2005
    Posts
    12177
    Quote Originally Posted by eloid View Post
    ....can someone explain the clearance plane to me not sure of the meaning of it.....
    When you move X and Y into position you may want the tap to be well clear in Z. The clearance plane is the distance above the surface that the machine starts tapping: For instance if you move into position at Z1.0 above the part you might program a clearance plane (R) of 0.1 so the machine rapids to 0.1 above the part does the tapping and retracts back to the 0.1 then rapids to Z1.0 before moving to the next location.
    An open mind is a virtue...so long as all the common sense has not leaked out.

  6. #6
    Join Date
    Mar 2003
    Posts
    35538
    You can't tap with G84 with Mach3. It can't do rigid tapping.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

Similar Threads

  1. Holes instead of engraving
    By Beaker in forum Mastercam
    Replies: 5
    Last Post: 01-28-2009, 03:20 AM
  2. How are you tapping holes?
    By cyclestart in forum Benchtop Machines
    Replies: 5
    Last Post: 01-20-2008, 01:06 PM
  3. PCB holding for thru holes
    By yugami in forum Work Fixtures / Hold-Down Solutions
    Replies: 8
    Last Post: 10-20-2006, 03:10 PM
  4. Holes?
    By saturnnights in forum SheetCam
    Replies: 2
    Last Post: 02-22-2006, 07:28 PM
  5. holes
    By Xeno in forum PTC Pro/Manufacture
    Replies: 1
    Last Post: 09-06-2003, 12:11 AM

Posting Permissions

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