586,075 active members*
4,087 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > Fanuc Operator Message/Comment/Statement
Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2009
    Posts
    684

    Fanuc Operator Message/Comment/Statement

    Hi all,

    Am running machine with Fanuc 31i, which is proving to be a powerful control, once you get to grips with it. Wondered if anyone knows how to get program to write a statement/message (a string that includes variables) into the 'Current Machining' or similar area of the 'Graphic' display. (Not just a (comment) in the program, and not an error message that will halt the cycle).

    I want this statement to appear at a certain point in the program, as a confirmation for the operator, and then clear itself. Other controls I have run have used MSG commands or similar to do this. I am new to Fanuc and have scoured the literature to no avail.

    Cheers,

    Dave

  2. #2
    Join Date
    Mar 2003
    Posts
    2932
    I don't know about displaying a message without halting the cycle, but you could use a macro statement. It's limited to 26 characters, however. See attached.
    Attached Thumbnails Attached Thumbnails 31i 3006 Stop with message.jpg  

  3. #3
    Join Date
    Feb 2006
    Posts
    1792
    The execution would, however, restart after pressing CYCLE START.
    If you use system variable #3000, it would terminate the execution.

  4. #4
    Join Date
    Jun 2007
    Posts
    119

    A possible solution

    This is possible by introducing in ladder
    Code:
    |  G 54.0                 A1.1
    *----||-------------------()---*
    |
    G54.0 is for #1000 ,and put anywhere in the program #1000=1 which will generate alarm A1.1 without stopping machine .
    This is the basic idea ,you can put a timer to clear itself.
    Sorry for my English

  5. #5
    Join Date
    Feb 2006
    Posts
    1792
    #1000 is read-only variable. You probably need to use #1100 and F-signal.

  6. #6
    Join Date
    Aug 2009
    Posts
    684

    'Comment' G-Code

    Hi,

    Just in case anyone cares...

    This issue is resolved in Fanuc i series with G2900. I didn't have an i series manual, I found it by inputting codes randomly and checking descriptions.

    G2900 P_ (comment);

    Where P1 displays comment and P0 clears it.

    (Still haven't worked out if you can put a)#variable(in the string though...)

    Any ideas?

    DP

  7. #7
    Join Date
    Jan 2010
    Posts
    96
    Hello, i have a training manual from Fanuc for the new 30 series i control. I will be happy to send you what i have if it will help. As you already know this is where Fanuc up and decided to change things for some reason and some things are a lot different than you are used to. Let me know your e-mail and i can send it to you. I havent sent anything via cnc zone yet so i dont know how large of a file we can send here but either way i can get it to you.

Similar Threads

  1. Fanuc 6T - comment entry
    By bkelsey in forum Fanuc
    Replies: 3
    Last Post: 05-17-2023, 03:25 AM
  2. Using an IF statement inside a While looping
    By ggborgen in forum Parametric Programing
    Replies: 6
    Last Post: 06-23-2009, 06:40 PM
  3. Replies: 104
    Last Post: 02-24-2009, 03:18 PM
  4. Operator Message question for a 16I control
    By dougtyler in forum Fanuc
    Replies: 3
    Last Post: 11-11-2007, 01:59 AM
  5. Fanuc 11M alarm message
    By Moparmatty in forum DNC Problems and Solutions
    Replies: 12
    Last Post: 08-07-2007, 03:32 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
  •