Skip to main content
1-Visitor
April 20, 2010
Question

3 digit work offset

  • April 20, 2010
  • 3 replies
  • 784 views
Can someone tell me where in the post I need to allow my post to output 3 digit work offsets. I need to use "G540, G550, G560...". When I output the g code it only output "G40, G50..."?

    3 replies

    1-Visitor
    April 29, 2010
    You need to add a FIL code to handle that...



    Something like OFSETL = OFSETL+500



    Hth,



    Daniel



    From: Terry Thomas [
    1-Visitor
    April 29, 2010
    I think your problem is that the G register is set to output only 2 digits
    to the left of the decimal. Open your Option File and go to the File Format
    -> MCD File screen. Click on the G and change it to 3 - 0 for both Inch and
    Metric.

    Fred


    _____

    From: Santos, Daniel (GE Infra, Oil & Gas) [
    1-Visitor
    April 29, 2010
    Ops...