Need Help! Z axis peck drill program on Fanuc OT controller


Results 1 to 3 of 3

Thread: Z axis peck drill program on Fanuc OT controller

  1. #1
    Member
    Join Date
    May 2008
    Location
    Viet Nam
    Posts
    107
    Downloads
    0
    Uploads
    0

    Default Z axis peck drill program on Fanuc OT controller

    Dear all.
    Does any one worked on Fanuc OA-T controller? I need Z axis peck drill program, but the controller not alowed G83 or G75( even 74).
    Thanks for your help.

    Similar Threads:


  2. #2
    Gold Member
    Join Date
    Aug 2011
    Location
    Fordaville
    Posts
    2517
    Downloads
    0
    Uploads
    0

    Default Re: Z axis peck drill program on Fanuc OT controller

    G1 Z-1.0
    G0 Z0
    G1 Z-2.0
    G0 Z0
    G1 Z-3.0
    G0 Z0
    etc etc etc

    ;-)

    or use sub program with incremental movement and L repeat
    example below will peck 30mm deep from start point Z0.5
    Peck is 2.0mm but back-off is 0.5mm so actual peck is 1.5mm
    and 1.5 * 20 repeats = 30mm depth


    G0 X0 Z1.0
    G1 Z0.5
    M98 P0002 L20
    G0 Z0


    O0002
    G1 W-2.0
    G0 W0.5
    M99

    Last edited by fordav11; 08-30-2014 at 10:17 AM.


  3. #3
    Member
    Join Date
    May 2008
    Location
    Viet Nam
    Posts
    107
    Downloads
    0
    Uploads
    0

    Default Re: Z axis peck drill program on Fanuc OT controller

    Dear fordav11: Thanks so much for your reply.
    I fixed it already: Just because one option parameter was not open: The parameter #901.7=0, then all canned cycles is disabled. Evevy thing OK now.



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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Z axis peck drill program on Fanuc OT controller

Z axis peck drill program on Fanuc OT controller