585,748 active members*
3,523 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Haas Machines > Haas Mills > Milling rectangular holes on a bolt circle
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2008
    Posts
    10

    Milling rectangular holes on a bolt circle

    I need some program help milling a series of 7 rectangular holes on a bolt circle on a VF-1. Can anyone help me?

  2. #2
    Join Date
    May 2007
    Posts
    781
    Something like.
    Code:
    #1=0
    #2=360/7
    #3=4
    
    G0Z.1
    WHILE [#1 LT 7]DO1
    G68X0Y0R[#1*#2]
    G0X[#3-1.0]Y0.0
    G1Z-0.1F20.0
    Y-0.5F30.0
    X[#3+1.0]
    Y0.5
    X[#3-1.0]
    Y0.0
    G0Z0.1
    #1 = #1 + 1
    END1
    G69
    G0X0Y0

Similar Threads

  1. macro for rectangular array of holes
    By sinha_nsit in forum Fanuc
    Replies: 0
    Last Post: 04-16-2009, 02:51 PM
  2. Bolt Circle Programming
    By Isureamcael in forum G-Code Programing
    Replies: 37
    Last Post: 07-15-2008, 03:23 AM
  3. macro bolt circle
    By jdsmith0524 in forum G-Code Programing
    Replies: 3
    Last Post: 05-17-2007, 01:09 AM
  4. I Need Help G Coding A Bolt Circle
    By capitalv in forum G-Code Programing
    Replies: 14
    Last Post: 02-25-2007, 10:41 PM
  5. bolt hole circle
    By sanddrag in forum Employment Opportunity
    Replies: 5
    Last Post: 01-23-2007, 01:52 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
  •