![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| G-Code Programing Discuss G-code programing and problems here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| ||||
| ||||
Hello there. I need help adding G2 to a small program. I'm making a circle 1.250 diameter with a tool .625 diameter the program I have is: from the center of the circle: G2G91X.250Y0.R.125 G2I-.250 G2X-.250Y0.R.125 (WORKS GOOD not using tool compensation) Now...I need to be able to adjust the 1.125 diameter, I'm trying this. G2G91G42X.5625Y0.0R.281 G2I-.5625 G2X-.5625Y0.0R.281 G1G40Z1.0 But is not working (alarms out). Please where is the bug or advice for a different way to do this. Thank you in advance. George |
|
#3
| ||||
| ||||
|
|
#8
| ||||
| ||||
| If you're dead-set on starting and finishing on an arc, use your "good" program and only put the amount you need to adjust into the offset register, and turn on the comp with the XY rapid to the center. G0G42X0Y0 Z-0.25 G2G91X.250Y0.R.125 G2I-.250 G2X-.250Y0.R.125 G0G40G90Z1.0 Otherwise, add lead-in/lead-out lines to turn the comp on and off (per the attached .jpg). Of course, that's assuming it's a Fanuc or similar control... |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| tool nose radius comp | joe1970 | G-Code Programing | 8 | 02-24-2010 09:43 PM |
| Tool nose comp for Fanuc OT? | Bobesmo | General Metalwork Discussion | 2 | 12-30-2009 04:48 PM |
| Newbie- tool nose comp? | wronggrade | G-Code Programing | 8 | 12-02-2008 06:46 AM |
| Help with tool nose radius comp | mcash3000 | General CNC (Mill and Lathe) Control Software (NC) | 6 | 05-09-2008 08:25 AM |
| tool nose comp.? | pp-TG | General Metalwork Discussion | 1 | 09-19-2006 03:36 PM |