Results 1 to 7 of 7

Thread: c axis milling program

  1. #1
    Registered
    Join Date
    Jan 2010
    Location
    canada
    Posts
    5
    Downloads
    0
    Uploads
    0

    c axis milling program

    hello members
    i.m new to this site
    i have an okuma captain L370 lathe and am trying to mill
    a hex on the end of a shaft. the hex comes to a shoulder and
    i am able to produce the hex but the flats appear rounded or
    it looks like maybe the corners may be milled away a bit causing
    the flats to look rounded.
    i have milled a bigger hex on an other part using the same program
    but this time it doesn't appear that i have the feed rate figured right
    or maybe i need to use a different programing method.
    any example programs or easy methods of calculating the feed would be helpful. i'm running a 1inch 3insert cutter milling a hex in stainless steel that is .830 across
    the flats and .930 across the corners .340 deep
    i'm running 2600rpm and feeding f18
    any thoughts or advice
    thanks in advance


  2. #2
    Registered
    Join Date
    Apr 2009
    Location
    USA
    Posts
    495
    Downloads
    0
    Uploads
    0
    What does your code look like? Are you using G101 with tool comp? If yes,
    you may have your nose comp wrong which gives your flats a concave or convex surface depending on your comp value direction error. If I'm not understanding your description, then you may have your turning tool clipping the sharp corners thus rounding them out.

    Your code, comp values would be helpful.

    Your feedrate will need to be calculated using the formula in your programming book for "C" milling. (yes I too really wish the Okuma control would calculate this for you automatically - isn't that what a computer is for?!)

    Best regards,


  3. #3
    Registered CNCRim's Avatar
    Join Date
    Feb 2006
    Location
    usa
    Posts
    949
    Downloads
    0
    Uploads
    0
    hard to help with out see your program code and from what you said I think you have the end line up with the piece and that's why the piece have corner, but we need to take a look at your program.
    The best way to learn is trial error.


  4. #4
    Registered
    Join Date
    Oct 2009
    Location
    world
    Posts
    61
    Downloads
    0
    Uploads
    0
    I think Okumawiz is right. It is R comp problem.


  • #5
    Registered
    Join Date
    Jan 2010
    Location
    canada
    Posts
    5
    Downloads
    0
    Uploads
    0
    hello thanks for your previous response
    i am just starting to learn the milling function on this okuma
    i have live tooling for side and face milling
    i was using no comp on the previous job which was a bigger hex head
    so i wasn't using any tool comp on this job
    but this time on the smaller hex head the corners are rounded off
    leaving the convex flat
    can changes be made in the tool offset area x z t values
    or must they be made elsewhere
    but here's the program

    NSTRT

    G90
    G95
    G50
    M5

    /(FACE & RUFF TURN SMRAD TRIGON)
    G0X20Z3
    G50S2500
    T010101M8
    G97S1505M3M42
    G18
    /G0X1.6Z0.100
    G0X1.100Z.100(BLT VRT LINK)
    G1Z0.0F.010
    X-0.031F.004
    G0Z0.055
    X0.935(BLT VERT LINK)
    G1Z-.335F.008
    X1.100
    G0Z.100
    G0Z1.00M9
    M5
    G0X20Z3
    T0100
    M1
    /(NOV 26,2009 OKUMA)
    /(MILL 6 FLATS HEX)
    G090G95G50
    M157
    M5
    /M1

    N05
    (1INCH END MILL)
    G50 S4500T040404
    G50 SB=3000(M TOOL MAXSPEED)
    G0 X20 Z0.05 M5
    /M146(C AXIS UNCLAMP CLOCKWIS)
    M110(C AXIS JOINT)
    M146M16(C AXIS UNCLAMP+DIR)
    (START MILLING)
    /G0X2.250 C30 T040404SB=1600M13
    G0X0.940 C30 T040404 SB=2600 M13

    G94 Z-0.109 F4
    G101 C330 F20(2ND FLAT ROTAT 60)
    C270
    C210
    C150
    C90
    C30

    /G0X2.250 C30 T040404SB=1600M13
    G0X0.940 C30 T040404 SB=2600 M13

    G94 Z-0.218 F4
    G101 C330 F20(2ND FLAT ROTAT 60)
    C270
    C210
    C150
    C90
    C30

    /G0X2.250 C30 T040404SB=1600M13
    G0X0.940 C30 T040404 SB=2600 M13

    G94 Z-0.327 F4
    G101 C330 F20(2ND FLAT ROTAT 60)
    C270
    C210
    C150
    C90
    C30

    /G0X2.250 C30 T040404SB=1600M13
    /G94 Z-0.328 F3
    /G101 C330 F18(2ND FLAT ROT 60)
    /C270
    /C210
    /C150
    /C90
    /C30

    /G0X2.240 C30 T040404SB=1600M13
    G0X0.940 C30 T040404 SB=1600 M13

    G94Z-0.083F4
    G101 C330 F8(2ND FLAT ROTAT 60)
    C270
    C210
    C150
    C90
    C30

    /G0X2.240 C30 T040404SB=1600M13
    G0X0.940 C30 T040404 SB=1600 M13

    G94 Z-0.166 F4
    G101 C330 F8(2ND FLAT ROTAT 60)
    C270
    C210
    C150
    C90
    C30

    /G0X2.240 C30 T040404SB=1600M13
    G0X0.940 C30 T040404 SB=1600 M13

    G94 Z-0.249 F4
    G101 C330 F8(2ND FLAT ROTAT 60)
    C270
    C210
    C150
    C90
    C30

    /G0X2.2400 C30 T040404SB=1600M13
    G0X0.940 C30 T040404 SB=1600 M13

    G94 Z-0.332 F3
    G101 C330 F8(2ND FLAT ROTAT 60)
    C270
    C210
    C150
    C90
    C30


    M12(STOP SPINDLE)
    G0X20Z0.05
    M146(C AXIS UNCLAMP CLOCKWIS)
    M109(CANCELS M110 AXIS JOINT)
    G95(RETURN 2 FEED/REVOLUTION)
    T0400M9
    M2
    %
    thanks in advance


  • #6
    Registered CNCRim's Avatar
    Join Date
    Feb 2006
    Location
    usa
    Posts
    949
    Downloads
    0
    Uploads
    0
    This is the link you are looking for check it out.

    http://www.et.byu.edu/groups/mfg230c...de_blocks.htm#
    The best way to learn is trial error.


  • #7
    Registered
    Join Date
    Jan 2010
    Location
    canada
    Posts
    5
    Downloads
    0
    Uploads
    0

    okuma milling

    yeah thanks i have that link


  • Similar Threads

    1. how to program a 4th axis
      By cob in forum Mastercam
      Replies: 9
      Last Post: 02-19-2012, 07:00 AM
    2. Need Help!- Why I program in 4/5 axis?
      By EL DUKE in forum EdgeCam
      Replies: 1
      Last Post: 04-29-2010, 03:07 AM
    3. Need Help!- Need help with thread milling program
      By Lukema in forum G-Code Programing
      Replies: 4
      Last Post: 10-18-2009, 12:10 PM
    4. Thread Milling - Cnc Program Developer - New Release
      By John Walker in forum Product and Manufacturer Announcements
      Replies: 0
      Last Post: 02-08-2009, 06:18 PM
    5. Incremental circle milling sub program
      By Diggs in forum G-Code Programing
      Replies: 25
      Last Post: 01-07-2008, 07:03 PM

    Posting Permissions



    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.