585,975 active members*
4,612 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Hitachi Seikis > Tapping on a Hitachi Seiki TS15
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2013
    Posts
    24

    Tapping on a Hitachi Seiki TS15

    Hi all,

    Can anyone post an example of a direct tapping piece of code. It has the seicos 21L controller. So far I have been able to use a generic Fanuc post processor for the turning opertaions, however the tapping doesn't work right. It outputs a M29 and G84 which is not recognized by my controller. The lathe in question does not have a c-axis, however seems to have spindle synchronization along with recognizing G63 and G842. My manual notes what G842 is to be used for "direct tapping" with no floating tap head required. However doesn't give me any examples on how to use it or what other codes "M" or "G" need to be used along with it.

    Thank you,
    Clinton

  2. #2
    Join Date
    Dec 2009
    Posts
    539

    Re: Tapping on a Hitachi Seiki TS15

    Clinton - G842 should be right - Not M29

    This is coming straight from the Sigma 21L TS15 Programming manual:

    T0800 M40
    G17
    M43
    G28 H0
    G50 C0
    G97 S300 M08
    G00 X62.0 Z20.0 M13
    G99 G01 Z5.0 F5000
    G842 G198 Z−8.0 H60.0 L6 F0.8
    G80
    G00 Z5.0 M05
    M45
    G00 X200.0 Z200.0
    M01


    G842 : Forward direct tapping
    G843 : Reverse direct tapping
    G198/G199 : Return point
    X_/C_ : Hole position (Note 2)
    Z_ : Z point position (Note 2)
    R_ : R point position
    P_ : Dwell time
    L_ : No. of repetition
    F_ : G98 mode Feed rate of tapping axis
    G99 mode Pitch of tap
    E_ : No. of thread per inch (Effective at G99 mode only)
    S_ : Spindle speed of rotating tool
    (Note 1) If number of repetition (L) is omitted, it deems as L=1.
    If L=0 is commanded, it moves at hole position but tapping is not
    performed.
    (Note 2) Command a position of Z point by an axis address of tapping axis.
    Command a hole position by an axis address other than tapping axis.
    (Note 3) R and Z points and P are mordal during a fixed cycle.

    Give it a shot!
    John

  3. #3
    Join Date
    Apr 2013
    Posts
    24
    Thanks John. I will give that a try. As always your the man!

    Clinton

    Quote Originally Posted by shas595 View Post
    Clinton - G842 should be right - Not M29

    This is coming straight from the Sigma 21L TS15 Programming manual:

    T0800 M40
    G17
    M43
    G28 H0
    G50 C0
    G97 S300 M08
    G00 X62.0 Z20.0 M13
    G99 G01 Z5.0 F5000
    G842 G198 Z−8.0 H60.0 L6 F0.8
    G80
    G00 Z5.0 M05
    M45
    G00 X200.0 Z200.0
    M01


    G842 : Forward direct tapping
    G843 : Reverse direct tapping
    G198/G199 : Return point
    X_/C_ : Hole position (Note 2)
    Z_ : Z point position (Note 2)
    R_ : R point position
    P_ : Dwell time
    L_ : No. of repetition
    F_ : G98 mode Feed rate of tapping axis
    G99 mode Pitch of tap
    E_ : No. of thread per inch (Effective at G99 mode only)
    S_ : Spindle speed of rotating tool
    (Note 1) If number of repetition (L) is omitted, it deems as L=1.
    If L=0 is commanded, it moves at hole position but tapping is not
    performed.
    (Note 2) Command a position of Z point by an axis address of tapping axis.
    Command a hole position by an axis address other than tapping axis.
    (Note 3) R and Z points and P are mordal during a fixed cycle.

    Give it a shot!
    John

  4. #4
    Join Date
    Apr 2013
    Posts
    24
    Another thing. I see that this code has a G17 in it. So far I have had to take out any G17 in the code I have tried our else I get an error/alarm saying incorrect plane. Not sure why however everything seems to work fine without it. However I have not tried any center cutting tools like drills yet.

  5. #5
    Join Date
    Apr 2013
    Posts
    24

    Re: Tapping on a Hitachi Seiki TS15

    John,
    I am attempting to work on my post processor to make the code look for like what you posted. However I was wondering if you knew if my machine doesn't have a C-axis like I had stated will the code you posted work? It has two codes G28 H0 and G50 C0 that from what I gather have to do with zeroing the C-axis. I wont be near the machine again until the end of the week to test it myself and don't want to spend a lot of time trying to modify my post processor if the code wont work.

    Thank you,
    Clinton

    Quote Originally Posted by shas595 View Post
    Clinton - G842 should be right - Not M29

    This is coming straight from the Sigma 21L TS15 Programming manual:

    T0800 M40
    G17
    M43
    G28 H0
    G50 C0
    G97 S300 M08
    G00 X62.0 Z20.0 M13
    G99 G01 Z5.0 F5000
    G842 G198 Z−8.0 H60.0 L6 F0.8
    G80
    G00 Z5.0 M05
    M45
    G00 X200.0 Z200.0
    M01


    G842 : Forward direct tapping
    G843 : Reverse direct tapping
    G198/G199 : Return point
    X_/C_ : Hole position (Note 2)
    Z_ : Z point position (Note 2)
    R_ : R point position
    P_ : Dwell time
    L_ : No. of repetition
    F_ : G98 mode Feed rate of tapping axis
    G99 mode Pitch of tap
    E_ : No. of thread per inch (Effective at G99 mode only)
    S_ : Spindle speed of rotating tool
    (Note 1) If number of repetition (L) is omitted, it deems as L=1.
    If L=0 is commanded, it moves at hole position but tapping is not
    performed.
    (Note 2) Command a position of Z point by an axis address of tapping axis.
    Command a hole position by an axis address other than tapping axis.
    (Note 3) R and Z points and P are mordal during a fixed cycle.

    Give it a shot!
    John

  6. #6
    Join Date
    Dec 2009
    Posts
    539

    Re: Tapping on a Hitachi Seiki TS15

    I think the programming manual is assuming you want to do tapping via the C Axis - so just delete those out of the code and replace as necessary. Let me know how it works out

    John

Similar Threads

  1. TAKISAWA TS15 FANUC 11T, MANUALS
    By gerfmate in forum Fanuc
    Replies: 0
    Last Post: 03-30-2015, 08:03 PM
  2. Hitachi Seiki HG-630
    By Jim Green in forum Mori Seiki Mills
    Replies: 1
    Last Post: 03-01-2012, 11:36 PM
  3. Did Mori Seiki Buy Hitachi Seiki?
    By Billet Sean in forum Mori Seiki lathes
    Replies: 6
    Last Post: 05-05-2011, 04:12 AM
  4. Need Help Hitachi Seiki V-40
    By kenwalus in forum Uncategorised MetalWorking Machines
    Replies: 1
    Last Post: 08-28-2009, 02:36 PM
  5. rigid tapping on Hitachi-Seiki HT-23J Lathe
    By jbird68 in forum G-Code Programing
    Replies: 2
    Last Post: 09-21-2007, 02:02 PM

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
  •