603,960 active members*
2,209 visitors online*
Register for free
Login
Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2008
    Posts
    4

    G34 rectangular box key program help

    Hi guys I am very rusty when it comes to manual programming(I always used work NC to generate my programs) I am on a Giddings and Lewis post mill using a GE Fanuc 160I control.I am trying to program a rectangular box key 4" long by 4" wide with a depth of 2 inches could someone write a program example using those dimensions.That would help me get started as I have alot of different box keys to do.My company is to cheap to buy mastercam or any other conversion software.Thanks Shawn.

  2. #2
    Join Date
    Jul 2008
    Posts
    116
    Dose the machine have macro b or not mill inside for a pocket or out side out side for a box are you mill all the way around a print would realy help
    You must remember that 99% of my posts are Bullchit!

  3. #3
    Join Date
    Sep 2008
    Posts
    4
    Quote Originally Posted by Get lucky View Post
    Dose the machine have macro b or not mill inside for a pocket or out side out side for a box are you mill all the way around a print would realy help
    No macro b and its an inside pocket 4" wide 4" long by 2" deep.

  4. #4
    Join Date
    Jul 2008
    Posts
    116
    well this is how I would long hand wright the program for a 2" cutter. xy zero center of the pocket z zero top of pocet

    O0000
    (customer)
    (part #)
    (part description)
    G0G90G40G17
    G91G28Z0(SAFE START)
    G28X0Y0
    N100M01
    T1M6
    (2" INSERT CUTTER)
    (BODY #)
    (INSERT #)
    G0G90G54X.5Y0S0000M3(POSITION TOOL OVER STAT POINT TURN SPINDAL ON AND CALL WORK OFFSET 54)
    G43H1Z.1M8(BRING TOOL TO .1 ABOVE POCKET)
    G1Z-.2F5.(z FEED)
    M98P100(RUN SUB PROGRAM)
    G1Z-.4F5.(z FEED)
    M98P100(RUN SUB PROGRAM)
    G1Z-.6F5.(z FEED)
    M98P100(RUN SUB PROGRAM)
    G1Z-.8F5.(z FEED)
    M98P100(RUN SUB PROGRAM)
    G1Z-.9F5.(z FEED)
    M98P100(RUN SUB PROGRAM)
    G1Z-1.F5.(z FEED)
    M98P100(RUN SUB PROGRAM)
    G1Z-1.2F5.(z FEED)
    M98P100(RUN SUB PROGRAM)
    G1Z-1.4F5.(z FEED)
    M98P100(RUN SUB PROGRAM)
    G1Z-1.6F5.(z FEED)
    M98P100(RUN SUB PROGRAM)
    G1Z-1.8F5.(z FEED)
    M98P100(RUN SUB PROGRAM)
    G1Z-2.F5.(z FEED)
    M98P100(RUN SUB PROGRAM)
    G0G28Z1.M9(SEND Z HOME)
    G91G28Y0(SEND Y HOME)
    T1M6
    M99P100(LOOP TO N100 TO SKIP SAFE START)
    %


    (SUB PROGRAM)
    O100
    G41D1X1.F?
    Y1.
    X-1.
    Y-1.
    X1.
    Y0
    G40X.5

    I hope this helps you if if not sorry
    Kyle
    You must remember that 99% of my posts are Bullchit!

  5. #5
    Join Date
    Sep 2008
    Posts
    4
    Thanks alot man this will help me alot to get started thank a bunch.

  6. #6
    Join Date
    Jul 2008
    Posts
    116
    Sorry but I for got my M99 at the end of my sub program
    You must remember that 99% of my posts are Bullchit!

  7. #7
    Join Date
    Jul 2003
    Posts
    263
    another way of doing this is
    i modified get lucky's prog a bit
    Did not look at the math just the program format

    O0000
    (customer)
    (part #)
    (part description)
    G0G90G40G17
    N100M01
    T1M6
    (2" INSERT CUTTER)
    (BODY #)
    (INSERT #)
    G0G90G54X.5Y0S0000M3(POSITION TOOL OVER STAT POINT TURN SPINDAL ON AND CALL WORK OFFSET 54)
    G43H1Z.1M8(BRING TOOL TO .1 ABOVE POCKET)
    Z.01
    M98P100 L10(RUN SUB PROGRAM 10 TIMES )
    OR
    ( FOR OLDER FANUC CONTROLS)
    M98P00100100(RUN SUB PROGRAM 10 TIMES )
    G0Z.1
    MOVE TO NEXT LOCATION
    Z.01
    M98P100 L10
    G0Z1.M9
    G91G28Z0(SEND Z HOME)
    G91G28Y0(SEND Y HOME)
    M30
    %


    (SUB PROGRAM)
    O100
    G91
    G1Z-.201F***
    G90
    G1G41D1X1.F?
    Y1.
    X-1.
    Y-1.
    X1.
    Y0
    G40X.5
    M99
    If you can ENVISION it I can make it

Similar Threads

  1. 303 rectangular bar source needed
    By zcases in forum Material Machining Solutions
    Replies: 1
    Last Post: 04-03-2008, 11:03 PM
  2. Need help turning small rectangular CR1018
    By Tat2nu in forum MetalWork Discussion
    Replies: 8
    Last Post: 07-11-2006, 05:37 AM
  3. rectangular tube 1/16th wall...tap or thru
    By slp_prlzys in forum Mechanical Calculations/Engineering Design
    Replies: 16
    Last Post: 06-22-2006, 12:55 PM
  4. diy vmc from rectangular steel tubing ?
    By andy55 in forum Vertical Mill, Lathe Project Log
    Replies: 7
    Last Post: 01-02-2006, 10:59 PM
  5. rectangular pocket macro
    By mistux in forum G-Code Programing
    Replies: 0
    Last Post: 11-01-2005, 06:54 PM

Posting Permissions

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