586,080 active members*
3,485 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > Operator Message question for a 16I control
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2007
    Posts
    103

    Operator Message question for a 16I control

    I need to know if there is a way to pass a macro variable value into an operator message along with a common text message.

    I'm wanting to have an operator message that displays the results of a probing cycle.

    The only way I know of to bring up an operator message is with the following code.

    #3006=1(the message text goes here)

    Please help !!!!

  2. #2
    Join Date
    Feb 2006
    Posts
    992
    I don't remember exactly, but the answer is yes. I think it is #5xxx something you have to check the manual book.
    The best way to learn is trial error.

  3. #3
    Join Date
    Jun 2007
    Posts
    103
    Nope, that's not it. Anybody else have a clue on this one?

  4. #4
    Join Date
    Mar 2005
    Posts
    988
    I've never seen it on FANUC. Instead, what I have done in the past is to only display it as a function of "GO/NO GO" type of thing. You can prompt the message depending on certain conditions. If the measured value is in range you prompt a message:

    #3006=1(#520-VALUE-IN-TOLERANCE)

    Then, if its out of tolerance you can jump it to:

    #3006=2(#520-OUT-OF-TOLERANCE) .... or you can trigger a machine alarm instead:

    #3000=1(OUT-OF-TOLERANCE)

    If you're needing this because you need to verify results or track results, the only other way I can think of is to use a DPRINT macro and have the machine output the results to a file or printer.
    It's just a part..... cutter still goes round and round....

Similar Threads

  1. Haas TM-2 control question
    By Zeekh in forum Haas Mills
    Replies: 1
    Last Post: 03-15-2007, 03:14 AM
  2. stepper control IC question
    By KrashKing405 in forum Open Source Controller Boards
    Replies: 0
    Last Post: 08-04-2006, 12:53 AM
  3. Heidenhain TNC 155 Control Question
    By riggsmachine in forum Bridgeport / Hardinge Mills
    Replies: 3
    Last Post: 04-22-2006, 11:38 PM
  4. Question about Centroid M-400 control
    By ValleyFab in forum Centroid CNC Control Products
    Replies: 13
    Last Post: 08-19-2005, 01:37 AM
  5. A question about servo control
    By Ubarch in forum LinuxCNC (formerly EMC2)
    Replies: 3
    Last Post: 08-06-2005, 11:20 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
  •