586,307 active members*
2,966 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > When i need used G11 ? (Fanuc 31i)
Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2010
    Posts
    0

    When i need used G11 ? (Fanuc 31i)

    Hello everyone.
    I have a question about codes G10/G11 (Fanuc 31i). I know, G10 is used to transfer data into the system via program. I want to use the code G10 for automatic adjustment of the coordinate system (G10 L2 P1 X_Y_Z_). Do I need to use the code G11? When i need used this code? I do not have info in guide, except that this option. Code G10 works on my machine.

  2. #2
    Join Date
    Apr 2009
    Posts
    22
    The only time I have ever used a G11 is when changing parameters or tool life management. Neither I want left open for accidental adjustments by a program or operators.

    As for tool or work offsets I just command the G10 and go, never added a G11 for this.

  3. #3
    Join Date
    Feb 2006
    Posts
    1792
    Yes.
    A difference from other applications of G10 is that it behaves as a modal code, when used for parameter entry. Once it enters parameter entry mode, as many parameters as desired can be entered in subsequent blocks, till this mode is cancelled by G11.
    In other applications, G10 remains effective only in the block where it is commanded, like a non-modal code. In the next block, if G10 is needed again, it has to be explicitly commanded. Obviously, there is no need to program G11 in such cases.

  4. #4
    Join Date
    Mar 2010
    Posts
    0
    Thanks for the replies. If anyone has the instructions for use the code G10/G11, please share

  5. #5
    Join Date
    Aug 2007
    Posts
    793
    Hi
    I don't write in Russian, as it's English language forum.
    I can send you russian manual for 0i series. there is info about using G10 in it
    report me your email

  6. #6
    Join Date
    Mar 2003
    Posts
    2932
    Quote Originally Posted by alexium2007 View Post
    Thanks for the replies. If anyone has the instructions for use the code G10/G11, please share
    This macro uses G10/G11 to set the X/Z 2nd Zero position. The operator moves X and Z to where he wants the G30P2 (2nd Zero) and runs the macro.

    %
    O9010 (G30 AUTO-SET)
    #101=#5021*25400.
    #102=#5022*25400.
    G10L50 (PROGRAMMABLE PARAMETER INPUT MODE)
    N1241P1R#101 (SET 1241 X TO CURRENT X MACHINE POSITION)
    N1241P2R#102 (SET 1241 Z TO CURRENT Z MACHINE POSITION)
    G11 (CANCE G10 MODE)
    M30
    %

  7. #7
    Join Date
    Mar 2010
    Posts
    0
    dcoupar, Thanks for the example. Now I understand how it works G10/G11.

    guhl, I sent the email to you in a personal. Thank you

Similar Threads

  1. GE Fanuc & FANUC proprietary posts
    By cncadmin in forum Fanuc
    Replies: 76
    Last Post: 01-12-2022, 07:33 PM
  2. FANUC & GE FANUC Repairs
    By RRL in forum News Announcements
    Replies: 1
    Last Post: 04-17-2011, 05:50 PM
  3. Replies: 5
    Last Post: 03-09-2011, 04:11 PM
  4. Fanuc & GE Fanuc Repairs
    By RRL in forum News Announcements
    Replies: 0
    Last Post: 10-01-2008, 06:42 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
  •