587,302 active members*
3,506 visitors online*
Register for free
Login
Results 1 to 14 of 14
  1. #1
    Join Date
    Dec 2009
    Posts
    968

    FANUC 15-MA problem

    hi

    i have a NCT TMC 40V machine center with FANUC 15 MA i lost parameters, i extracted manual from tape and i put in also by hand but when i want to use rigid tapping cycle i get an alarm:

    ex 24: machine is abnormal condition on rigid mode and is canceled by M30 OR M40.

    if someone knows what parameters should i set cause i am sure these parameters where not on the tape and i do not know .

    Thanks fro your help

    HAVE A GOOD DAY!

  2. #2
    Join Date
    Apr 2009
    Posts
    1379
    ridgid tapping is an option. The parameter is 9122 bit 4. If that does not solve the problem, I can't help.

  3. #3
    Join Date
    Dec 2009
    Posts
    968
    HI M8

    i know this is already activated is all about that the machine get in position but the spindle do not start to rotate just wait some seconds than i get the alarm.

    so the cycle is activated but is just a no corespondence for the rigid tapping cycle between z axes and spindle from parameters.

  4. #4
    Join Date
    Jun 2008
    Posts
    1511
    EX is typically a MTB alarm and you will have to find the definition in their manual. Can you post the code so we can look at it to see if maybe it is a syntax error.

    Stevo

  5. #5
    Join Date
    Apr 2010
    Posts
    89

    Fanuc 15MA

    Maybe the attached .PDF will help.
    Attached Files Attached Files

  6. #6
    Join Date
    Mar 2005
    Posts
    816
    I had problems setting the 5600, 5700 and 5800 series parameters on my 15-MA.

    My Parameter #9122 option bit 4 is set so I don't know if that will help either.

    I had to follow the parameter setting of machines like mine for this option.

    My problem with it, is that the Spindle servo connected through the amplifier A06B-6059-H002 does not accel/decel like it should, although it does work and it is fairly smooth..

    Thanks for the PDF, FrankCNC.

    Greg

  7. #7
    Join Date
    Apr 2010
    Posts
    89

    Fanuc 15MA

    These are the parameter settings on our 15MA Daewoo ACE-H100

    #1837 X16000 Y16000 Z32767 B1600
    #5604 00000000
    #5605 00000010
    #5610 0
    #5691 1101
    #5692 1101
    #5693 1101
    #5694 0
    #5695 0
    #5696 0
    #5697 0
    #5698 0
    #5703 0
    #5704 0
    #5751 4000
    #5752 10
    #5753 2512
    #5754 32767
    #5755 20
    #5756 0
    #5757 2000
    #5801 0
    #5802 0
    #5803 0
    #9122 00010010

    Hope this helps.

  8. #8
    Join Date
    Mar 2005
    Posts
    816
    I'll check this against my setup. My parameters were hand entered because the machine is a custom built machine.

    My last rigid tapping experience with the 15-MA was doing some 1/4-20, 5/16-18 and 3/8-16 taps into some 1018 steel, hich was about 1/2" (0.500" or abt. 12 or 13mm for you metric folks.

    They were Reiff & Nestor HSS H3 class taps. I don't remember the speed or feedrate.. but I tried to keep my setup rigid as possible. These were not blind tapped threads. I tried my Hanson Whitney taps but one broke before on the spindle reverse. I did remember though that the fit seemed about 75% so it was pretty good when i checked it with my gage. They werent really even critical but I wanted to be sure so I checked them anyhow both with the actual fasteners used and the gage.

    Now that I think about it, the spindle speed was about 300-500RPM but still cant recall the feed.

    Greg

  9. #9
    Join Date
    Dec 2009
    Posts
    968
    yeah before lose parameters i used the G84.2 comand so is something about the special parameters

    the g84 i can use but g84.2 not so maybe somedoby use this special function\

  10. #10
    Join Date
    Feb 2006
    Posts
    1792
    For rigid tapping, you either use M29/G84 combination, or just G84.2.
    For G84, you can also select between standard mode and rigid mode through a parameter.

  11. #11
    Join Date
    Apr 2010
    Posts
    89
    This works on my 15MA, if using G94 the feed rate F is in mm/min, if using G95 the feed rate F is tap pitch, no need to code in M3 (M4 for G84.3 Left hand tap) as rigid tap cycle starts the spindle itself.

    O5001

    G17 G21 G40 G54 G64 G80 G90 G94 (feed/min)

    (T57 SPIRAL TAP 5/8-11 UNC)

    N10 G90 G10 L1 P57 R288.4

    G63 G90 G0 X257. Y-75. S204
    G43 Z700. H57
    Z677.
    G98 G84.2 Z633. R677. F471 (F = mm/min)
    G80
    G64 G0 Z700. M9
    G91 G28 Z0. M5
    M1

    M30
    %

    O5001

    G17 G21 G40 G54 G64 G80 G90 G95 (feed/rev)

    (T57 SPIRAL TAP 5/8-11 UNC)

    N10 G90 G10 L1 P57 R288.4

    G63 G90 G0 X257. Y-75. S204
    G43 Z700. H57
    Z677.
    G98 G84.2 Z633. R677. F2.3091 (F = tap pitch)
    G80
    G64 G0 Z700. M9
    G91 G28 Z0. M5
    M1

    M30
    %
    Attached Files Attached Files

  12. #12
    Join Date
    Dec 2009
    Posts
    968
    ok thamk you m8 i will give it a try and let u know about it

    thanks again for u help!

  13. #13
    Join Date
    Mar 2005
    Posts
    816
    Thanks for the G code there FrankCNC. I've been searching for ways to implement this in my 15-MA.

    My usual part rigid tapping program at the start was to go from the machine zero home to the zero of the work offset of my Kurt D675 Vise on the center of my custom built VMC's table.

    This part I did with different tap sizes went pretty smoothly, it' just that the servos may need a little tuning because of age, but they were recently certified and recertified to meet its standards per the manual.

    I did not use M3 although I could have.

    I used G95 too.

    Greg

  14. #14
    Join Date
    Aug 2010
    Posts
    0

    need help regarding spendle

    Quote Originally Posted by sinha_nsit View Post
    For rigid tapping, you either use M29/G84 combination, or just G84.2.
    For G84, you can also select between standard mode and rigid mode through a parameter.
    i have victor 10ma machine but spendle is not work as requirt only 4-5 rpm give when i give 1500-5000rpm please help me thanks:

Similar Threads

  1. Fanuc PML-L&M Problem
    By taspunsaen in forum Fanuc
    Replies: 5
    Last Post: 07-01-2022, 05:24 PM
  2. Problem with fanuc 01
    By dopamine in forum Fanuc
    Replies: 2
    Last Post: 04-11-2010, 04:31 AM
  3. FANUC-OM ATC Problem
    By Stebedeff in forum Fanuc
    Replies: 1
    Last Post: 07-27-2007, 04:18 PM
  4. Fanuc OT problem
    By Skybrake in forum Fanuc
    Replies: 16
    Last Post: 02-09-2007, 07:04 AM
  5. Fanuc 6M Problem
    By Mimas in forum Fanuc
    Replies: 3
    Last Post: 12-17-2006, 01:03 AM

Posting Permissions

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