![]() | |
| 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
| |||
| |||
alright my brain is melting right now and i cannot solve this problem im on. i want to cut a 360deg circle around a part to a specific dia. in a clockwise direction and the way im coding it my machine just ignors it, it is capable of multi quad cutting. and has done it befor (only that time mastercam wrote the code) heres what im doing; the finish radius for the part is R .310 (.620 Dia) im useing a .500 dia end mill G92 is in the very center of what i want to be a circle so techincally from ZERO im putting the tool at G01 X.560 Y0.0 which is the start point of the arc. now heres where my brain is locking. I is the incre. dis on the X axis from G92 and J is on the Y axis so for my complete circle AROUND ZERO it should read (assume G17 G75) G02 X.560 Y0.0 I.560 J0.0 F3.0 set up like that it should go in a clockwise circle back to the starting point. or is my I wrong because the actual Incremental distance from my start point to Zero is -.560??? any thoughts??? |
|
#2
| ||||
| ||||
| Yes, it is I-.56 When I did G code by hand all the time I liked to use cutter comp. When using cutter comp I had to ramp on- couldn't arc from the starting point of your boss- and ramp off using G01. Send us your code if you have time. |
|
#3
| ||||
| ||||
| Really, you probably only need: G02 I-.56 F3.0 where -.56 is the incremental distance in X from the start point (X.560) to circle center (X0), It needs the sign because the center is in the minus direction from the start point. What machine/controller are you using? |
|
#4
| |||
| |||
| im useing an old bridgeport BTC-1 verticle mill running bridgeport Boss 7.2. i have mastercam, but ocasionally i like to prove to myself that i still know how to do this, and i useually get stuck on the stupidest things (case in point G02 commands ) i'll switch it to -X and run it tonight, if it doesent work i'll post the code for you guys to pick apart. thanks!!!!! |
![]() |
| 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 |
| probably a stupid question | mad.sculpture | Linear and Rotary Motion | 4 | 10-09-2007 04:55 PM |
| Stupid problem - jogging incremental Mach 3 mill | Green0 | Mach Mill | 2 | 06-23-2007 02:50 PM |
| Big problem. Tool stuck | Tien_Luu | General CNC (Mill and Lathe) Control Software (NC) | 0 | 08-04-2006 03:46 PM |
| stupid question | boomer187um | Autodesk Software (Autocad, Inventor etc) | 3 | 08-29-2005 04:16 PM |
| Before I do anything stupid... | runnoahrun | Hobbycnc (Products) | 2 | 04-15-2005 05:24 PM |