584,798 active members*
4,244 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2012
    Posts
    5

    Need help with G-Code on 10T

    I am trying to write to an offset on a 10T control. I have used a G10 on the OTC and works great, the 10T wont buy it. We dont have a complete manual showing G-codes. Thanks, Kevin

  2. #2
    Join Date
    Sep 2010
    Posts
    1230
    Quote Originally Posted by ofmachine View Post
    I am trying to write to an offset on a 10T control. I have used a G10 on the OTC and works great, the 10T wont buy it. We dont have a complete manual showing G-codes. Thanks, Kevin
    Kevin,
    G10 is an Option, but most controls came with it. When you execute the G10 block is a P/S 10 (IMPROPER G-CODE) alarm raised by the control. If the G code is not available, this alarm should result.

    Determine if your control has the User Macro B option. Write a short program as follows, or execute the same code via MDI

    #1=1

    If the control accepts and runs that block without error, then your control has the option. Also you should be able to locate a Macro Variable page via the Offset Key, and then via a MACRO Soft Key at the bottom of the screen.

    If your control does have User Macro B, then the offsets can be Read From and Written To the following System Variables in the following way:

    Read From
    #1=#2001 Read the current value of X Tool Wear Offset for Offset 01

    Write To
    #2001=0.25 Write 0.25mm to X Tool Wear Offset for Offset 01
    #2001=#2001+0.25 Add 0.25mm to to X Tool Wear Offset for Offset 01

    X Offsets ---- Tool Wear -------- Tool Geometry
    1 to 64 --- #2001 to #2064 --- #2701 to #2764

    Z Offsets ---- Tool Wear -------- Tool Geometry
    1 to 64 --- #2101 to #2164 --- #2801 to #2864

    Regards,

    Bill

  3. #3
    Join Date
    Feb 2012
    Posts
    5

    Thanks

    Thanks Angelw, Thats what I needed to know. I appreciate the help.
    Kevin

Similar Threads

  1. Replies: 4
    Last Post: 03-29-2011, 02:39 PM
  2. fanuc program code vs. Haas code
    By sixty8frbrd in forum Fanuc
    Replies: 6
    Last Post: 03-11-2011, 04:05 AM
  3. Converting Fanuc G code to Seimens 840D G code
    By Jasbinder in forum SIEMENS -> Sinumerik 802D/808D/810D/828D/840D
    Replies: 2
    Last Post: 02-20-2011, 05:02 PM
  4. Replies: 8
    Last Post: 12-15-2010, 09:32 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
  •