![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Fanuc Discuss Fanuc controllers here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Hello I need an example line of code to do a G03. I have a Fanuc O-M controller. I want to make a 1.25" circle with the with a .75" endmill. Can not figure out how to calculate the I & J value or the order to put them in. Thanks, CD |
|
#2
| ||||
| ||||
| I and J are the distance in X and Y that the center point exists relative to the start point. For example, if you have a point at X.5 Y2. where a circle starts and the circle center is at X.75 Y2., your code would look like: G01 X.5 Y2. G03 X.5 Y2. I.25 J0 because the center point is .25 from the start point in X, and no distance from the start point in Y. Hope this is understandable. I'm not giving you the answer for two reasons. First, the teach a man to fish thing, and second, I don't know where your circle exists on your coordinate system. Good Luck! |
|
#3
| |||
| |||
| I and J are the distance to center of the Arc in X and Y. Fanuc will read I and J as incremental distance. So if you start your arc at 3 O'clock... "I" would be minus "J" would be 0(zero) If you start your arc at 11 O'clock.."I" would be positive and "J" would be negative |
|
#5
| ||||
| ||||
Try this link : http://www.kentechinc.com/tip7.html Look for the free circle milling code generator on that page ... it will come in handy for ya. Real World Machine Shop Software at ... www.KentechInc.com |
| Sponsored Links |
|
#7
| ||||
| ||||
| CNCRIM is right just use R I=the distance from the centre point of circle to the start in X with direction J=the distance from the centre point of circle to the start in X with direction Simple. PM me and i'll send you a sheet explaining it all.
__________________ The Fanuc Support Center Team www.fanuc-support.com |
|
#8
| |||
| |||
| But, cannot make a complete circle with R method. The reason is that, for the same start and end points, infinite circles are possible, all with the same radius. In such a case, the circle would need to be made at least in two halves, if R method is desired to be used. While both methods can be used, selection should generally be based on how dimensions are specified on the drawing. |
|
#9
| ||||
| ||||
Will make complete 1" circle. G1X0Y.5 G3Y.5R-.5
__________________ The best way to learn is trial error. |
|
#11
| ||||
| ||||
![]() Again i agree with CNCRim
__________________ The Fanuc Support Center Team www.fanuc-support.com |
![]() |
| 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 |
| Newbie- Circular Interpolation | Deadwood | Mach Software (ArtSoft software) | 3 | 01-11-2009 02:35 PM |
| circular interpolation | sqatch | Dolphin CADCAM | 9 | 02-11-2008 12:02 AM |
| Circular or Helical Interpolation? | meme | General Metalwork Discussion | 6 | 10-30-2007 03:05 AM |
| Circular interpolation problem | L. Sakthivel | Fanuc | 3 | 10-17-2007 02:26 AM |
| No circular interpolation in G-Code? | M30 | Mastercam | 2 | 07-24-2007 09:55 PM |