586,089 active members*
3,902 visitors online*
Register for free
Login
Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2006
    Posts
    179

    Radius in z axis?

    Hi all,

    Can anyone tell me if it is possible to program a radius in the x & z axis on a cnc mill I have a fanuc oi-mb control?

    I am using a 1/2" ball em. and need to mill an ellipse in the face of a part....
    Attached Files Attached Files

  2. #2
    Join Date
    Mar 2003
    Posts
    35538
    How about using G18?
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  3. #3
    Join Date
    Sep 2006
    Posts
    179
    Thanks Ger21,

    I Was Just Looking At That Never Used It Before But Looks Pretty Straight Forward...

    One Thing I Am Not Sure Of Is This A Modal G Code... So After I Am Done With The Radius I Must Have To Call Back Up G17, Is This Correct?

  4. #4
    Join Date
    Mar 2003
    Posts
    35538
    Quote Originally Posted by pp-TG View Post
    Thanks Ger21,

    I Was Just Looking At That Never Used It Before But Looks Pretty Straight Forward...

    One Thing I Am Not Sure Of Is This A Modal G Code... So After I Am Done With The Radius I Must Have To Call Back Up G17, Is This Correct?
    I think so, but I've never used it myself either.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  5. #5
    Join Date
    Sep 2006
    Posts
    179
    :cWORKED GREAT, I DID HAVE TO CALL BACK UP G17 AFTER THE RADIUS WAS DONE. BUT WOKED THANKS AGAIN.:cheers:

  6. #6
    Join Date
    Dec 2023
    Posts
    1
    Quote Originally Posted by pp-TG View Post
    Hi all,

    Can anyone tell me if it is possible to program a radius in the x & z axis on a cnc mill I have a fanuc oi-mb control?

    I am using a 1/2" ball em. and need to mill an ellipse in the face of a part....

    Hi there, I just used this program

    G17 g21 g90 g94
    T5 M6
    G54
    S1000m3
    G0 x-15 y0
    G43 z100 h5
    Z2
    G18
    G1z-26f1000
    X50 ,r26 f300 (the full length was 60mm, but I was using a 20 mm ballnose so I had to consider the radius of the tool)
    G0z200
    M30

    Or you can use the center of the arc

    G18 g21 g90 g94
    T5 M6
    G54
    S1000m3
    G52 x25 y0 (start point of the radius)
    G0 x-41 y0
    G43h5 z100
    Z2
    G1 z-26 f1000
    X0 f300
    G2 x26 z0 i0 k26
    G1 z1
    G52 x0 y0
    G0z200
    M30

    I hope it helps

  7. #7
    Join Date
    Dec 2003
    Posts
    1227

    Re: Radius in z axis?

    I don't suppose the job has been sitting on the mill for the last 16 years waiting for a solution,but you never know.One day bots might be given the ability to refer to dates and ignore those that are more than a few weeks old.

Similar Threads

  1. Small radius good Large radius bad
    By K2Developmentab in forum Fadal
    Replies: 2
    Last Post: 09-26-2013, 07:26 PM
  2. Okuma Y axis radius problems
    By dabigguyster in forum Okuma
    Replies: 2
    Last Post: 06-07-2013, 06:32 PM
  3. Replies: 1
    Last Post: 05-15-2013, 08:52 AM
  4. Radius with c-axis?
    By bman356 in forum G-Code Programing
    Replies: 2
    Last Post: 03-31-2009, 01:36 PM
  5. Fanuc 5 axis radius compensation
    By d.a.v.e in forum Fanuc
    Replies: 1
    Last Post: 10-06-2008, 08:52 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •