586,732 active members*
3,594 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > NC lathe stops intermittently at same line in the programme
Results 1 to 18 of 18
  1. #1
    Join Date
    Apr 2011
    Posts
    0

    Question NC lathe stops intermittently at same line in the programme

    There is a ECOCA SJ - 35 HT CNC (control is Fanuc Oi - TD) lathe machine. It is used to machine impellers, suction flanges of pumps etc.while it is machining a particular impeller, machine stops intermittently but it occurs always at same line in the programme ( but this problem is not occuring each and every time that programme runs). once it is stopped, the word ' alarm' is shown on one place of the display and also 'hold' word appears (important - running programme is still being displayed on one side of dispaly).
    *** again programme start to works and machining happens from where it stopped when we switch on the start button on the control panel.


    I want to know whether this problem is due to a problem in programming or due to any other reasons. please help me quickly

    HERE IS THE PROGRAMME ( THE LINE AT WHICH PROGRAMME STOPS IS IN BOLD),
    %


    O0029(NSP IMPELLER MACHINING INITIAL PROGRAMME)


    N1T1010
    G50S400M03
    G96S45
    G0X190.Z150.
    X147.9Z3.1
    G1X142.5Z3.6F0.11
    G2X54.Z13.3R500.F0.2
    G0X55.Z26.6
    X50.5
    G1X0.F0.25
    G0X55.Z26.7
    Z24.7
    X52.
    G1X-1.1F0.2
    G0Z24.8X45.5
    G1Z15.1F0.2
    G0X46.Z24.8
    X41.5
    G1Z24.1X43.35F0.16
    Z15.1F0.25
    X47.F0.32
    X54.2F0.5
    G0Z13.5
    G1Z13.3F0.16
    X43.35F0.23
    Z15.7F0.4
    G0X250.Z160.
    T0M05
    M01
    N2T0404
    G97S280M03
    G0X295.Z40.
    X0.2
    Z-31.2
    G1Z-32.3F0.04
    Z-34.F0.07
    Z-50.1F0.19
    G0Z50.
    X3.
    T0M05
    M01
    N3T0808
    G97S250M03
    G0X39.7Z102.
    Z40.
    G1Z36.6F0.1
    G0X38.Z39.
    X43.
    G1Z36.4F0.1
    G0X40.Z50.
    X44.Z99.
    T0M05
    M01
    N4T0202
    G97S250M03
    G0X36.1Z117.
    Z24.8
    G1X35.27Z24.1F0.1
    Z21.4F0.2
    Z20.85F0.1
    X16.4F0.16
    G0Z25.
    X45.Z110.
    T0M05
    M01
    N5T1212 // Tool changer changed to under cut tool from boring tool
    G97S200M03
    G0X29.Z137.
    X17.
    Z5.5
    Z1.75
    G1Z1.2F0.14
    X14.4Z-0.2F0.1
    Z-10.95F0.115
    X16.4F0.07
    G1X13.7F0.4
    G0Z140.
    X18.
    T0M05
    M01
    N6T0606
    G97S230M03
    X35.Z99.
    X32.
    Z-40.
    G92X35.65Z-52.5F1.41
    X35.85
    X36.05
    X36.15
    X36.3
    X36.5
    X36.53
    G0Z-37.X34.
    Z99.
    X230.
    M01
    M30
    %
    Edit/Delete Message

  2. #2
    Join Date
    Nov 2006
    Posts
    418
    The bold highlighting doesn't show for me, can you add quotes or something (maybe >> xyz f <<).

  3. #3
    Join Date
    Feb 2006
    Posts
    1792
    Might be due to optional stop M01.
    Check the status of optional-stop switch on the MOP.

  4. #4
    Join Date
    Apr 2011
    Posts
    0
    @jhon B

    here is the programme line where machine stops.

    N5T1212 // Tool changer changed to under cut tool from boring tool

  5. #5
    Join Date
    Apr 2011
    Posts
    0
    what do you mean by MOP?

  6. #6
    Join Date
    Jul 2007
    Posts
    34
    Machine Operator's Panel

  7. #7
    Get rid of the comment or use parens instead of slashes. might be confused with block skip by the control. Use ALL CAPS for anything in the program, including comments.
    The T0's prior to the tool change may be cancelling offsets & causing the machine to think it's going overtravel. I've never seen a need for a T0 in a lathe program.
    I am also not understanding why you stop the spindle (M5) prior to tool change. The machine might not move X or Z without the spindle running, and it probably wants to make a move with the new tool offset.

  8. #8
    Join Date
    Dec 2009
    Posts
    9
    use parenteses get rid of the slashes../ is block skip // is probably causing the alarm

  9. #9
    Join Date
    Apr 2011
    Posts
    0
    // Tool changer changed to under cut tool from boring tool


    this slashes and the comment doesn't exist in the real programme. that is something i added later inorder to give viewers a idea what is happening at the programme when problems comes. so those slashes and the comment cannot be the cause of the problem.

  10. #10
    Join Date
    Jun 2007
    Posts
    119
    Go to message screan and see what alarm appears

  11. #11
    Join Date
    Nov 2006
    Posts
    418
    I think you may want to try a G0 in front of your toolchange line. I have a lathe that requires this, don't know why - but it does... Other than that I have no other ideas...

  12. #12
    Join Date
    Sep 2005
    Posts
    767
    What kind of tool changer does this machine have? Does the tool change to T12, then the machine stops, or does the tool change not happen?

    Something may just be putting the control into "Feed Hold" momentarilly. The Feed Hold switch is normally closed, so any loose connection in that +24v circuit will put the control into Feed Hold. You can resume from any Feed Hold condition by pressing Cycle Start again, but we need to find out why the Feed Hold is happening. Could it be a switch in the tool changer?

  13. #13
    Join Date
    Feb 2006
    Posts
    1792
    Read the message when the machine stops (press the MESSAGE key if the message is not automatically displayed).

  14. #14
    Join Date
    Apr 2011
    Posts
    0
    @John_B ,

    T0M05
    M01
    G0
    N5T1212
    is that what you meant? or other thing?

  15. #15
    Join Date
    Apr 2011
    Posts
    0
    @Dan Fritz,

    yes , tool does change to T12 and after then it stops.

  16. #16
    Join Date
    Apr 2011
    Posts
    0
    @mfgbydesign ,

    i omitted T0,M01 AND even M5 also. but problem was not solved.

  17. #17
    Join Date
    Nov 2006
    Posts
    418
    That sounds like your control isn't seeing the turret clamp signal.

  18. #18
    Join Date
    Jul 2009
    Posts
    13
    I have seen T0 used to cancell all offsets in a lathe should work the same on a mill. I was told on miyano to cancel all off sets before changing tools just to make sure all off sets are cleared. good luck

Similar Threads

  1. Intermittently Supported Linear Ball Bushing Rails
    By Chuck_M in forum Linear and Rotary Motion
    Replies: 1
    Last Post: 12-13-2009, 05:57 AM
  2. It stops after every line of code
    By Farmers Machine in forum CamSoft Products
    Replies: 3
    Last Post: 11-15-2009, 09:41 PM
  3. Fadal 4020 stops at line 13 or 16 in program
    By ThatguyDave in forum Fadal
    Replies: 10
    Last Post: 09-09-2009, 08:57 PM
  4. Spindle brake fuse blows intermittently
    By AndyB in forum Fadal
    Replies: 1
    Last Post: 08-20-2007, 04:14 PM
  5. Replies: 0
    Last Post: 06-30-2007, 10:13 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
  •