585,749 active members*
3,772 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2013
    Posts
    5

    G71 canned cycle

    Hello,
    Below is a sample of a program I want to use to broach a part in my Wasino 3 axis lathe Fanuc 10T control. When I run the program it works perfectly but gets caught in a continuous loop and and never moves on to tool 7. I tried using both "H" and "C" for main spindle positioning and "H" works better. "C" will only move the spindle to the 45 degree position then the machine stays in a loop milling in the 45 degree position, using "H" always advances the main spindle 45 degrees but it will do this all day without ever going to the the next tool. How do I cancel the G71 cycle after the G0C315.0 position is machined? I tried putting in a G98 and a G80 (cancel drilling cycle) to no avail. I also tried G73 and could not get that to work right for other reasons. The broaching tool has little clearance inside the bore it is working in and the tool would bump the back side of the bore. I suspect the G71 and G73 have parameters associated with them, could one of these be messing with me?

    Thanks in advance,
    Denis

    O0005 (BROACHING)
    G28W0U0
    M54
    T1111 (BROACHING TOOL)
    G98
    G0X-.05Z.75C0.0
    G1Z.1F100.0
    G71P10Q30D.005F100.0U0W0
    N10G1X.14
    N20Z-.35
    N30X-.06Z-.4
    G0C45.0
    G71P10Q30D.005F100.0U0W0
    G0C90.0
    G71P10Q30D.005F100.0U0W0
    G0C135.0
    G71P10Q30D.005F100.0U0W0
    G0C180.0
    G71P10Q30D.005F100.0U0W0
    G0C225.0
    G71P10Q30D.005F100.0U0W0
    G0C270.0
    G71P10Q30D.005F100.0U0W0
    G0C315.0
    G71P10Q30D.005F100.0U0W0
    GOZ.75
    G28W0U0C0
    T0707
    G98M4S3000
    M8
    G0X1.75Z.1C45.0
    G1X1.1F5.0
    G0X1.75
    M5
    M9
    G28U0W0
    M30
    %

  2. #2
    Join Date
    May 2003
    Posts
    323
    This line is not correct.
    GOZ.75
    SHOULD BE
    G0Z.75

  3. #3
    Join Date
    Aug 2013
    Posts
    5

    no change

    I corrected that line, no different, evidently the controller never gets to that line, otherwise I would have had an alarm.

  4. #4
    Join Date
    Dec 2012
    Posts
    395

    Broaching

    Hi,

    I don't use G71 for broaching but a repeat-code, see program O0020 and O0021.
    First I drill a hole (radial) or cut a groove for chip breaking.
    Why tool T0707 ?


    %
    :0020( BROACHING )
    G00M05
    T0202 G98 M86( TOOL 2 + MM/MIN + C-AXIS ON )
    G0X16.Z50.C0
    /M8
    Z20. M14(C-AXIS BRAKE ON)
    M98 P650021
    Z20.

    M15(C-AXIS BRAKE RELEASE)
    G00 C45 (H45)
    M14(C-AXIS BRAKE ON)
    M98 P650021
    Z20.

    M15(C-AXIS BRAKE RELEASE)
    G00 C90 (H45)
    M14(C-AXIS BRAKE ON)
    M98 P650021
    Z20.

    M15(C-AXIS BRAKE RELEASE)
    G00 C135 (H45)
    M14(C-AXIS BRAKE ON)
    M98 P650021
    Z20.

    --
    --
    --
    G00Z150.M05
    X275.M09
    M85 (C-AXIS OFF)
    M30

    :0021( REPEAT 65X )
    G01U6.F1000
    G01W-50.F5000
    G01U-5.9F1000
    G00W50.
    M99
    %

    Regards,
    Heavy_Metal

Similar Threads

  1. Bad Z or R value in canned cycle
    By KevinV_MEI in forum Fadal
    Replies: 4
    Last Post: 04-21-2012, 04:27 PM
  2. Need Help with a canned cycle
    By gtkemp in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 1
    Last Post: 06-07-2011, 05:12 AM
  3. Canned Cycle Help
    By vanbry in forum Okuma
    Replies: 14
    Last Post: 12-15-2009, 12:48 AM
  4. Canned OD cycle?
    By VWbmx in forum Haas Mills
    Replies: 7
    Last Post: 06-05-2009, 06:17 PM
  5. G76 Canned cycle
    By Stebedeff in forum Fanuc
    Replies: 1
    Last Post: 02-07-2008, 06:42 PM

Posting Permissions

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