587,011 active members*
3,791 visitors online*
Register for free
Login
Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2009
    Posts
    30

    G78 threading cycle on Fanuc 0i-TD

    Hi

    I am trying to program the G78 threading cycle on a Fanuc 0i-TD without the proper Fanuc manual. I have the standard 0i-D manual which does not cover the G78.

    Please can someone who knows this control jot down a quick example for me, say an M8 x 1.25 external thread 20mm long, 5 rough passes, one finish pass and one spring cut.

    Thanks for your help

  2. #2
    Join Date
    Mar 2003
    Posts
    2932
    If I'm not mistaken, the G78 cycle is programmed exactly like G76. The G76 is used in G-Code systems A and B, the G78 is used in G-Code system C. Have you tried the G76?

    In my experience, most Japanese/Taiwanese/Korean, etc. machines are set up to use G-Code system A. Some American-made machines were set up to use system C.
    Attached Thumbnails Attached Thumbnails 0i G-Code System.jpg  

  3. #3
    Join Date
    Jan 2009
    Posts
    30
    Quote Originally Posted by dcoupar View Post
    If I'm not mistaken, the G78 cycle is programmed exactly like G76. The G76 is used in G-Code systems A and B, the G78 is used in G-Code system C. Have you tried the G76?
    Hi - Yes it seems you are correct. The parameters for G76 seem the same. I have not tried G76, but I will now.

    Any idea what the difference is between G76 and G78?

    Many thanks

  4. #4
    Join Date
    Mar 2003
    Posts
    2932
    No difference other than the G-Code system.

  5. #5
    harshal Guest

    Re: G78 threading cycle on Fanuc 0i-TD

    G78 FANUC THREADING CYCLE PROGRAM FOR LATHE CNC EXAMPLE - CNC PROGRAMMING TUTORIAL
    Friends , G76 and G78 are similar threading cycle in fanuc contol cnc . Sometimes some fanuc control cnc model working with G78 Cycle . Mostly used for threading cycle is G76 , behaves same as G78 threading cycle. Manin program will be same , change is only is place of G76 .

    G78 FANUC THREADING CYCLE PROGRAM FOR LATHE CNC EXAMPLE - CNC PROGRAMMING TUTORIAL

    N10 M06 T01 01 ;
    N20 M04 G97 S1000 ;
    N30 G00 X45 Z5 ;
    N40 G78 P020060 Q100 R50 ;
    N50 G78 X38.7 Z-50 P1227 Q100 F2 ;
    N60 G00 X45 Z5 ;
    N70 M05 M09 M30 ;

    DESCRIPTION OF MAIN PROGRAM :-

    N10- Tool change command , select tool no. 1
    N20- Spindle ON anti clockwise , constant spindle speed command , speed is 1000 rpm
    N30- Rapid action command where X45 and Z5 .
    N40- Threading cycle command , P020060
    ( P02 = No. of finished path
    00 = Chamfer amount at end
    60 = Angle of tool tip ) ,
    Q100 = Each cut is 0.1 mm ,
    R20 = finishing allowance 0.02mm
    N50- Threading cycle command , Minor dia X axis , threading along Z- axis up to -50 , Threading depth , Depth of finish cut 0.1 mm , pitch is 2 .

    : M40X2

    Major diameter is 40
    Pitch is 2
    Thread depth calculation = Pitch x 0.61363
    = 2 x 0.61363
    = 1.227 mm in micron is 1227

    Minor diameter = 40-1.23 = 38.7 mm

    N60- Rapid action command where X45 and Z5 .
    N70- Spindle off , coolant off , main program end .

    FOR MORE DETAILS VISIT WWW.HDKNOWLEDGE,COM

  6. #6
    Join Date
    Sep 2010
    Posts
    1230

    Re: G78 threading cycle on Fanuc 0i-TD

    Quote Originally Posted by harshal View Post
    Friends , G76 and G78 are similar threading cycle in fanuc contol cnc . Sometimes some fanuc control cnc model working with G78 Cycle . Mostly used for threading cycle is G76 , behaves same as G78 threading cycle. Manin program will be same , change is only is place of G76 .
    An ancient Thread that was answered succinctly by dcoupar with "No difference other than the G-Code system."

    The G76 and G78 cycles are not only similar, but exact same with an alternate address. There are three different G Code Systems available with a Fanuc ontrol, A, B and C. A and B use G76 to execute the Multi-repetitive Threading Cycle, whilst the G Code C System uses G78.

    Regards,

    Bill

Similar Threads

  1. g76 threading cycle
    By Readme00 in forum Mastercam
    Replies: 3
    Last Post: 06-17-2014, 07:59 PM
  2. Fanuc 6t threading cycle.
    By jetfuelgenius in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 11
    Last Post: 04-14-2011, 06:50 PM
  3. fanuc threading cycle 4 a 21-t lathe
    By offset col in forum Fanuc
    Replies: 3
    Last Post: 07-14-2010, 03:49 AM
  4. Threading cycle
    By chrisryn in forum Parametric Programing
    Replies: 1
    Last Post: 06-12-2008, 09:04 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
  •