586,547 active members*
3,163 visitors online*
Register for free
Login
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2012
    Posts
    0

    Live Tapping in x

    Trying to tap some cross holes on my okuma lathe. I have a live tool setup with a floating collet. Not sure what code to use for tapping in x.

  2. #2
    Join Date
    Apr 2013
    Posts
    18
    Try looking into G184. This is used to tap in the face, but I'm pretty sure u can use it for cross holes to..
    If I'm not mistaken, it should look something like this:
    Code:
    (Drilling)
    G94 X60 Z10 M242 SB=1000 T0707 M8
    G183 X40 Z10 C0 I62 Q4 F120 D2
    G180 (Compound fixed cycle cancel)
    
    (Toolchange)
    G00 X900 Z500 T0909 M146 M12
    
    (Tapping)
    G00 X60 Z10 M242 SB=400 
    G184 X40 Z10 C0 I62 Q4 F320 
    G180
    G183 parameters:
    C defines the starting point on the c-axis (in degrees)
    I is rapid motion to, in this case X62 (use K for drilling in the face)
    Q defines the number of holes in the periphery making them evenly spaced.
    F is feed rate in mm/min (called by G94 in the line before). If you'r using metric of course.
    D has got something to do with chip breaking, but I'm not quite sure. But I know that if u try to run without it, you will get an error.
    There is also an L, but it's optional. Also having to do with chip breaking, or peck drilling or whatever.
    If you want holes that are not evenly spaced you can omit the Q and list the degrees as C-words in between the G183 and G180

    G184 parameters are same as G183, but the feed rate has to correspond with the tread pitch. The code above is used with an M5x0.8, where in this case u get 400*0.8=320.

    Hope this helps, and please post your results.

    Happy cutting

Similar Threads

  1. G178 live tool tapping cycle on Lathe
    By emsee in forum Okuma
    Replies: 3
    Last Post: 08-15-2011, 03:23 PM
  2. ST30 - Live Tool Tapping/ThreadMilling
    By Shooter7 in forum Haas Lathes
    Replies: 11
    Last Post: 05-02-2011, 07:17 PM
  3. Rigid Tapping in live tooling
    By JScharp 7675 in forum Fanuc
    Replies: 1
    Last Post: 02-01-2011, 12:40 PM
  4. Live tapping
    By Peter Gibbs in forum Haas Mills
    Replies: 11
    Last Post: 10-24-2008, 05:38 AM
  5. tapping head vs hand/cordless tapping machine....
    By InspirationTool in forum Uncategorised MetalWorking Machines
    Replies: 6
    Last Post: 09-13-2005, 02:10 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
  •