586,121 active members*
3,289 visitors online*
Register for free
Login Register
SolidCAM Forum
Fanuc > Turning programming M29!!!
Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2019
    Posts
    30

    Turning programming M29!!!

    I have a lathe with Fanuc oi-TF and I'm trying to make a thread and is not working.

    My program:
    G40G80G97;
    G00X0.Z2.S200M3;
    M29S200;
    G84Z-20.R2.F2.;
    G00Z10.;
    G28U0.W0.;
    M30;

    After line G84Z-20.R2.F2.; needs to move to G00Z10.; but is not moving and is waiting someting , no alarm.

    Any help will be appreciated!

  2. #2
    Join Date
    Apr 2017
    Posts
    29

    Re: Turning programming M29!!!

    You are missing the G80 to cancel G84. Program should look like this
    G40G80G97;
    G00X0.Z2.S200M3;
    M29S200;
    G84Z-20.R2.F2.;
    G80
    G00Z10.;
    G28U0.W0.;
    M30;

  3. #3
    Join Date
    Sep 2019
    Posts
    30

    Re: Turning programming M29!!!

    Hi, I tried with G80 but still is not moving to next line

  4. #4
    Join Date
    Aug 2019
    Posts
    145

    Re: Turning programming M29!!!

    Look at the bottom of the screen at the status bar as well as the distance to go window.
    Is there a MTN, FIN, STOP, HOLD, STRT, or other codes present?
    Is there a distance to go indicated on the position screen?
    There is also a generic screen under diagnostics that shows several items that could stop a program from continuing or axis from moving.

  5. #5
    Join Date
    Sep 2019
    Posts
    30

    Re: Turning programming M29!!!

    Is only STRT and at distance to go 0

  6. #6
    Join Date
    Aug 2019
    Posts
    145

    Re: Turning programming M29!!!

    and the diagnostic screen status?
    Is Waiting for SAR or Feed override 0 set to 1? Or any of the status items on that screen.

  7. #7
    Join Date
    Feb 2006
    Posts
    992

    Re: Turning programming M29!!!

    Quote Originally Posted by Rukam22 View Post
    I have a lathe with Fanuc oi-TF and I'm trying to make a thread and is not working.

    My program:
    G40G80G97;
    G00X0.Z2.S200M3;
    M29S200;
    G84Z-20.R2.F2.;
    G00Z10.;
    G28U0.W0.;
    M30;

    After line G84Z-20.R2.F2.; needs to move to G00Z10.; but is not moving and is waiting someting , no alarm.

    Any help will be appreciated!

    It had been almost 20years, I think you need G98 or G96 after thread cycle.
    The best way to learn is trial error.

Similar Threads

  1. Eccentric Turning CAM programming
    By DEEP85 in forum G-Code Programing
    Replies: 1
    Last Post: 06-03-2021, 09:12 AM
  2. Programming for Eccentric Turning...
    By Jashley73 in forum Okuma
    Replies: 13
    Last Post: 07-20-2018, 09:14 PM
  3. Question about M29 Rigid Tapping
    By pleasedontcrash in forum G-Code Programing
    Replies: 1
    Last Post: 06-03-2015, 05:51 PM
  4. machine doesn't know m29
    By mjsaylor in forum Bridgeport / Hardinge Mills
    Replies: 2
    Last Post: 03-07-2011, 05:53 AM
  5. turning Intiutive programming off/on
    By riverracer in forum Haas Mills
    Replies: 2
    Last Post: 04-27-2010, 11:13 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
  •