Problem 18-T on a Hardinge conquest T42 stops on the G01 without any alarms. - Page 2


Page 2 of 2 FirstFirst 12
Results 21 to 31 of 31

Thread: 18-T on a Hardinge conquest T42 stops on the G01 without any alarms.

  1. #21
    Member
    Join Date
    Apr 2007
    Location
    Serbia
    Posts
    65
    Downloads
    1
    Uploads
    0

    Default

    Hi, this should be a problem with the spindle encoder, it's possible to break the belt between the encoder and the spindle !



  2. #22
    Member TassScott's Avatar
    Join Date
    Mar 2019
    Posts
    18
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by nsdjole View Post
    Hi, this should be a problem with the spindle encoder, it's possible to break the belt between the encoder and the spindle !
    Yeah I think you might be right about the encoder. I'll have to have someone look at it, that's above my head.



  3. #23
    Member TassScott's Avatar
    Join Date
    Mar 2019
    Posts
    18
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by zavateandu View Post
    try to use G96 and G97?
    I tried both G96 and G97 and no luck.



  4. #24
    Member
    Join Date
    Dec 2012
    Location
    The Netherlands
    Posts
    395
    Downloads
    0
    Uploads
    0

    Default Re: 18-T on a Hardinge conquest T42 stops on the G01 without any alarms.

    Hello TassScott,

    Is this the first time that the program didn't run ?
    Is this a "new" machine for you ?
    Is the progam code correct ?
    Sometimes older lathes don't run the G98 on the spindle side, but only in combination with the live tools / C-axis.
    Did you run the program earlier without problems on this machine ?
    What happens when you add the G99 at the first lines of your nc-code ?

    Regards,
    Heavy_Metal.

    Last edited by Heavy_Metal; 03-12-2019 at 12:37 PM.


  5. #25
    Member TassScott's Avatar
    Join Date
    Mar 2019
    Posts
    18
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by Heavy_Metal View Post
    Hello TassScott,

    Is this the first time that the program didn't run ?
    Is this a "new" machine for you ?
    Is the progam code correct ?
    Sometimes older lathes don't run the G98 on the spindle side, but only in combination with the live tools / C-axis.
    Did you run the program earlier without problems on this machine ?
    What happens when you add the G99 at the first lines of your nc-code ?

    Regards,
    Heavy_Metal.
    Hello Heavy_Metal,

    Yes this program runs fine on any other machine. This machine won't run any program past the G01 in G99. The machine has live tooling and will feed in G98 just not G99. This machine is new to me, been sitting in an air conditioned room for 3 years. Just trying to get it going. I have put G99 in the beginning of the program to be sure It was in the correct mode. It's just a simple program to bore jaws. I have several parts I want to run on it but none of them go past the G01.



  6. #26
    Member
    Join Date
    Dec 2012
    Location
    The Netherlands
    Posts
    395
    Downloads
    0
    Uploads
    0

    Default Re: 18-T on a Hardinge conquest T42 stops on the G01 without any alarms.

    Hi,

    I assume when you say this program will run on any other machine that they are the same Hardinge Conquest T42.
    Is there no other sample program in the control that you can try ?
    In any normal 2 axis lathe theres no G98 / G99 it's always inch/rev or mm/rev. G99.

    Regards,
    Heavy_Metal.



  7. #27
    Member TassScott's Avatar
    Join Date
    Mar 2019
    Posts
    18
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by Heavy_Metal View Post
    Hi,

    I assume when you say this program will run on any other machine that they are the same Hardinge Conquest T42.
    Is there no other sample program in the control that you can try ?
    In any normal 2 axis lathe theres no G98 / G99 it's always inch/rev or mm/rev. G99.

    Regards,
    Heavy_Metal.
    Hi,

    No not the same Hardinge conquest t42 but a daewoo with the exact same control and capability. I did try to run the three programs that were in the memory already but they only ran the part of the program that was using live tools but of course that's in G98 inch/min. I'm starting to lean towards the encoder or a cable being the issue. I think I've pretty much crossed off all of the stupid mistakes I could have made in the process.

    These are some of the Active G codes listed on control when it stops.
    G01, G99, G96, G50, G80, G40, G23, G54 there are some more but these are the ones I'm usually concerned with.

    My basic program to take one pass on some soft jaws.
    O0007;
    T0505;
    G00G97S500M03;
    G50S2500
    X7.9Z.1;
    G96S500
    G01X7.9485Z.01F.01;
    X7.9505Z-.315;
    X1.75;
    G00Z.1;
    X10.Z3.;
    M30;
    %



  8. #28
    Member
    Join Date
    Dec 2009
    Location
    ROMANIA
    Posts
    952
    Downloads
    0
    Uploads
    0

    Default Re: 18-T on a Hardinge conquest T42 stops on the G01 without any alarms.

    could be related to spindle feedback ,is the spindle showing the right speed?



  9. #29
    Member
    Join Date
    Dec 2012
    Location
    The Netherlands
    Posts
    395
    Downloads
    0
    Uploads
    0

    Default Re: 18-T on a Hardinge conquest T42 stops on the G01 without any alarms.

    Hi TassScott,

    You said that you put the G99 at the top of the program, that's whats normal.
    When I look to the Hardinge T42 Fanuc 18-T manual in all examples they put it after the G50, G96 or G97, G41/G42.
    Not every Fanuc-18T program will run on any other brand machine with Fanuc 18-T, sometimes you need extra codes.
    In the example they put the G99 on two places whats new to me, normally only when you change from G99 to G98 and back.
    Maybe it's still a progam code error and not a hardware problem.

    Example page 6-13
    http://www.hardingeservice.com/usr/C...09500-0320.pdf

    N10 G20 ;
    N20 G10 P0 Z-2.650 ;
    N2 (Operator Message) ;
    N30 G97 S1000 M13 ;
    N40 M98 P1 ;
    N50 T0202 ;
    N60 X4.11 Z0.2 ;
    N70 G50 S4000 ;
    N80 G96 S1000 ;
    N90 G1 G41 X4.1 Z.1 F100. ;
    N100 G99 ;
    N110 G72 W.1 R.03 ;
    N120 G72 P130 Q180 U.03 W.015 F.01 ;
    N130 G0 Z-1.25 S800 ;
    N140 G1 G99 X3. F.004 ;
    N150 Z-.95235 ;
    N160 X1. Z-.375 ;
    N170 X.75 ;
    N180 Z.1 ;
    N190 G70 P130 Q180 ;
    N200 M98 P1 ;
    N210 M1 ;
    N220 M30 ;

    Regards,
    Heavy_Metal.



  10. #30
    Member MirNar's Avatar
    Join Date
    Sep 2019
    Posts
    10
    Downloads
    0
    Uploads
    0

    Default

    Hi

    Last edited by MirNar; 09-04-2019 at 07:25 AM.


  11. #31
    Member MirNar's Avatar
    Join Date
    Sep 2019
    Posts
    10
    Downloads
    0
    Uploads
    0

    Default

    Hi , I have the same problem with my conquest. Have you sorted this somehow?
    Always program stop at block with g97 , g96 and dosnt go through G0 and G1 when is on G99 but when change for G98 and switch spindle off program run.
    2
    And also:
    In my conquest t42 ( fanuc 18t ) reverse spindle for left hand tools is M23 ! not m4. In my machine m3 and m4 dont work. And I steel don't know how to switch on spindle forwards. Please help with both problems.



Page 2 of 2 FirstFirst 12

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

18-T on a Hardinge conquest T42 stops on the G01 without any alarms.

18-T on a Hardinge conquest T42 stops on the G01 without any alarms.