585,753 active members*
4,651 visitors online*
Register for free
Login
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2020
    Posts
    1

    G65 P9170 D0E5.1 H0 R30 T5

    Hi all,
    Machine using fanuc 31i.
    The command show : G65 P9170 D0E5.1 H0 R30 T5
    Please help me explain one by one G code.
    Thank

  2. #2
    Join Date
    Feb 2011
    Posts
    353

    Re: G65 P9170 D0E5.1 H0 R30 T5

    G65 is a subprogram call
    p9170 is the program number to call
    D0 IS #7 VARIABLE =0
    E5.1 IS #8=5.1
    H0 IS #11=0
    R30 IS #18=30
    T5 IS #20=5

    D,E,H,R,AND T are carried into the program of 9170 as a variables (local variables #1-#33)

    G,L,N,O,AND P CANNOT BE USED AS A VARIABLE

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
  •