586,075 active members*
4,141 visitors online*
Register for free
Login
Results 1 to 6 of 6
  1. #1
    Join Date
    May 2008
    Posts
    157

    Help with User generated Alarms

    We have couple of VMC's with Fanuc controllers.

    I use #3000 for user generated alarms from the programs but how to generate operator messages without going into alarm state ? Does anyone have an idea about this ?

    Generating an alarm requires Reset of the machine where as Operator message does not require reset and can be generated in the middle of a program execution (the use case)

    Thanks

  2. #2
    Join Date
    Dec 2009
    Posts
    953

    Re: Help with User generated Alarms

    if you are able to modify the ladder of the machine you can easily take out the #3000 alarms from equations where is need it the reset button to clear.
    i mean you need to change the alarm which color is red into operator message which color is black and no program stop.
    if you can upload the ladder i will show you .

  3. #3
    Join Date
    Feb 2006
    Posts
    1792

    Re: Help with User generated Alarms

    Execution Pause
    System variable #3000 generates an alarm condition and terminates
    the program execution, whereas variable #3006 causes temporary
    pause of execution, which can be restarted by pressing the CYCLE
    START button again. In the paused state, pressing the MESSAGE key
    displays the user-specified message (up to 26 characters). Assigning a
    number to variable #3006 halts the program execution. There is no
    significance to this number, because message number is not displayed.
    So, normally, 1 is assigned. Example:
    #3006 = 1 (CHECK THE DIAMETER);
    This would temporarily stop the execution, and display “CHECK
    THE DIAMETER” on the message screen. If no message is typed,
    nothing would be displayed.

  4. #4
    Join Date
    May 2008
    Posts
    157

    Re: Help with User generated Alarms

    Quote Originally Posted by sinha_nsit View Post
    Execution Pause
    System variable #3000 generates an alarm condition and terminates
    the program execution, whereas variable #3006 causes temporary
    pause of execution, which can be restarted by pressing the CYCLE
    START button again. In the paused state, pressing the MESSAGE key
    displays the user-specified message (up to 26 characters). Assigning a
    number to variable #3006 halts the program execution. There is no
    significance to this number, because message number is not displayed.
    So, normally, 1 is assigned. Example:
    #3006 = 1 (CHECK THE DIAMETER);
    This would temporarily stop the execution, and display “CHECK
    THE DIAMETER” on the message screen. If no message is typed,
    nothing would be displayed.
    Thanks for the Info

    - - - Updated - - -

    Quote Originally Posted by zavateandu View Post
    if you are able to modify the ladder of the machine you can easily take out the #3000 alarms from equations where is need it the reset button to clear.
    i mean you need to change the alarm which color is red into operator message which color is black and no program stop.
    if you can upload the ladder i will show you .
    I dont want to modify the ladder and the intention is to only do this through NC Program

  5. #5
    Join Date
    May 2008
    Posts
    157

    Re: Help with User generated Alarms

    The Operator message posted through #3006 does not get registered in the Operator History. Is there a parameter which can push this into the Operator history ?

  6. #6
    Join Date
    Jul 2010
    Posts
    118

    Re: Help with User generated Alarms

    Hi,
    the number next to #3000/#3006 =?? is significant as this number can be displayed on the screen next to the message, so you can know exactly where it come's from.
    for complex project's individual numbers are therefore recommended.
    see prm 6008#1, MCA

    history:
    3112#2+#3

Similar Threads

  1. Control over generated toolpaths?
    By WhippyBoy in forum EdgeCam
    Replies: 3
    Last Post: 10-01-2013, 06:50 PM
  2. Seiki-Seicos LII Bubble memory Alarms --- Help on recovering from alarms 104,144,105
    By AZTEXAN_MIMXII in forum Uncategorised MetalWorking Machines
    Replies: 8
    Last Post: 05-16-2013, 08:59 PM
  3. Replies: 1
    Last Post: 08-02-2012, 05:15 PM
  4. What is the max. pluse rate generated by Flashcut
    By tim168 in forum FlashCut CNC
    Replies: 4
    Last Post: 03-19-2007, 12:22 AM

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
  •