586,590 active members*
2,392 visitors online*
Register for free
Login

Thread: 101 Alarm

Results 1 to 10 of 10
  1. #1
    Join Date
    Oct 2007
    Posts
    34

    101 Alarm

    Guys,

    I got this terriblle "101 alarm" on my Fanuc O-MD this morning. I read the maintenance manual, an it requires me to delete all memory.

    My problem is, if I delete all the memory, I won't be able to retrieve the special program or protected program (some call them PRC and I don't have a clue ?) already in that controller. The reason is, I don't have any back up for those program.

    Fortunately I had back up on my other machine which is using Fanuc Oi-MB. The problem is, the machine are different.

    Below are the program that i mention which is on Fanuc Oi-MB (Machine Twinhorn VA 500).

    :9000
    N60
    #33=#26
    #18=#18-#17
    IF[#18GE#26]GOTO61
    #18=#26
    N61
    M98P#19
    IF[#18LE#26]GOTO62
    GOTO60
    N62
    #26=#33
    G0Z50.
    M99

    :9001
    #33=#18
    N60
    #18=#18-#17
    IF[#18GE#26]GOTO61
    #18=#26
    N61
    M98P#19
    IF[#18LE#26]GOTO62
    GOTO60
    N62
    G0Z50.
    #18=#33
    M99

    :9003
    G91G30Z0
    M6
    G90
    M99

    :9222(G65P2222X5.Y5.S1000A2.B3.I5.J5.)
    G90G10L2P0X0Y0
    #130=#4014(G54-G59)
    #131=#24(X)
    #132=#19(S)
    #133=#4(I)
    #134=#1(A)
    #135=#5(J)
    #136=#2(B)
    #137=#25(Y)
    #138=#25
    #139=#24
    #140=0

    #120=[#135+#136]-#135(1ST Y)
    #123=#136*[#137]-[#137](1ST PI OF Y)

    WHILE[#120LE#135]DO1
    G90G10L2P0Y#123
    IF[#133GT#141]GOTO40
    #142=#140
    N40#141=[#133+#134]-#133(1ST X)
    #140=#134*[#131]-[#131](1ST PI OF X)
    IF[#120EQ1.]GOTO10
    IF[#135EQ#0]GOTO10


    N20IF[#142LE0]GOTO30
    #139=-[ABS[#139]]
    #140=#142-[ABS[#139]]
    GOTO10
    N30#139=ABS[#139]
    #140=#142+#139
    N10WHILE[#141LE#133]DO2
    G90G10L2P0X#140
    G#130
    M98P#132
    #140=#140+#139
    #141=#141+1.
    END2

    #123=#123+#137
    #120=#120+1.
    END1
    G90G10L2P0X0Y0
    M99

    :9996
    M9
    G90G80G40M5
    G91G28Z0
    G90G49
    G90G10L2P0X0Y0Z0
    M1
    M99

    :9997
    M9
    G90G80G40M5
    G91G28Z0
    G28Y0
    G90G49
    G90G10L2P0X0Y0Z0
    M1
    M99

    :9999
    G90G40G49G80
    G28Z0
    G91G30Z0
    M6
    G90
    M99
    %

    I'm afraid to use this program on Fanuc O-MD because I'm not the one who wrote the program. Is it ok if I use this program? I know the purpose of each program. I'ts just I'm not sure to use it. Is there anybody know anything about this?

    The machine with this problem is FEELER FV-1000ASE and Fanuc O-MD controller.

    Attached are sample of program which I normally use.

    Thanks in advance.


    David Samuel
    Malaysia
    Attached Files Attached Files

  2. #2
    Join Date
    Jun 2006
    Posts
    9
    Can you enter edit parameter mode.

  3. #3
    Join Date
    Oct 2007
    Posts
    34
    yes i can, but if i delete it all, i could not retrieve it i guess.

  4. #4
    Join Date
    Sep 2008
    Posts
    27
    the 90xx's programs are macros from machine manufactor, you can not use from other machine. if you can enter in parameters maybe you are able to make backups of macros, parameters, pinch tables, etc.. by your dnc line to a computer!?

  5. #5
    Join Date
    Sep 2008
    Posts
    12

    Alarm 101

    My Fanuc manual says:
    Alarm 101
    "The power turned off while rewriting the memory by program edit operation.
    If this alarm has occurred, press <RESET> while pressing <PROG>, and ONLY
    the program being edited will be deleted. Register the deleted program."

    Programs that start with 9000 are difficult to erase because they are
    write protected, special macros (small programs or routines). They are
    usually called by other programs and then return to the main program.

    You should be able to copy them to a floppy disk and reinstall after.

  6. #6
    Join Date
    Feb 2007
    Posts
    314
    Quote Originally Posted by MachMan View Post
    My Fanuc manual says:
    Alarm 101
    "The power turned off while rewriting the memory by program edit operation.
    If this alarm has occurred, press <RESET> while pressing <PROG>, and ONLY
    the program being edited will be deleted. Register the deleted program."

    Programs that start with 9000 are difficult to erase because they are
    write protected, special macros (small programs or routines). They are
    usually called by other programs and then return to the main program.

    You should be able to copy them to a floppy disk and reinstall after.
    I don't know wich fanuc manual you have but in my FANUC O-MD manual there is no mention about this procedure. But if it works it would be nice!

  7. #7
    Join Date
    Feb 2007
    Posts
    314
    Quote Originally Posted by PTtec View Post
    the 90xx's programs are macros from machine manufactor, you can not use from other machine. if you can enter in parameters maybe you are able to make backups of macros, parameters, pinch tables, etc.. by your dnc line to a computer!?
    This macro don't seem to be from machine manufacturor and syntax seems to be compatible with a O-MD. If you have good understanding of custom macro B and you have time to test it, i think you can try to transfer it without to much risk. But probably you also have a macro for your tool change if you have automatic tool changer, and this macro is made expressivly for one machine tool and cannot be transfered from a machine to another one. May be the machine tool builder can help you for that or if you also understand ladder you can check it to find tool change macro logic an re-write your tool change macro. I can give you mine, except custom M code it should be very similar to your.

    On my experience, on a O-MD you cannot use your DNC line when there is an alarm nor to call a program to see it. So i think it's to late to do a backup.

  8. #8
    Join Date
    Jun 2008
    Posts
    1511
    mrsammy,
    If your machine is powered on and everything is displayed then just make a backup of all your programs from the control. You will have to activate PWE and unlock your 8000 and 9000 programs using your parameters.
    I am not 100% but I believe that on the O-md control that to enable the parameters it is the 2nd screen from your offsets, using the offset key. It should say parameter write enable. To unlock your 8 and 9000 programs it is parameter 3202 bit 0 for the 8000's and bit 4 for the 9000's. Set them equal to 1. You should then beable to download all of your programs via RS232 or memory card.

    some DNC's you can backup when there is an alarm. If yours can not then as Samu said it is to late.

    However some of the macros you might not be using. I delete most of mine from the manufacture and write my own. Check to see what ones you are using and write down the most critical ones.

    Stevo

  9. #9
    Join Date
    Oct 2007
    Posts
    34
    Thanks for your info Stevo, I manage it already through PWE enable. It was on parameter no 10 and it was something like 00000010. Honestly I didn't have any formal training on CNC, but with the help from good people like you all I am grateful.

    Once again, thank you.

  10. #10
    Join Date
    Jun 2008
    Posts
    1511
    Your more then welcome. I am glad that everything worked out. Don't hesitate if you have anymore problems, questions or need documentation.

    Best of luck,
    Stevo

Similar Threads

  1. Replies: 2
    Last Post: 09-10-2018, 09:21 PM
  2. alarm 078
    By H_U_S_S_A_M in forum Fanuc
    Replies: 24
    Last Post: 04-06-2013, 05:23 AM
  3. ALARM shuttle drawbar alarm haas
    By timmydabull in forum Haas Mills
    Replies: 28
    Last Post: 02-18-2013, 07:47 PM
  4. Replies: 6
    Last Post: 04-29-2011, 11:20 PM
  5. Alarm 139
    By lovell110 in forum Haas Mills
    Replies: 0
    Last Post: 07-09-2008, 04: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
  •