585,954 active members*
4,144 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Mastercam > help, big fixture, 112 helix bore tool paths
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2011
    Posts
    83

    help, big fixture, 112 helix bore tool paths

    Hi guys, as all of you know helix bores in mastercam generate a crapload of lines of code, ive been making some aluminum parts 1 piece at a time in the vice and now im building a fixture to hold 28 parts, 2 counterbored flat bottomed holes in each part, 1st operation is ith a 3/8" 2 flute going .875" deep on a .52" diameter hole, next operation for the counterbore is with a 1/2" 2 flute 90 degree drill point drill mill at a depth of .25" to the shoulder with the step on the bore being 45 degrees, hence the reason for using the drill mill. My problem is, the program is way to big, how do i can the helix bore cycles in mastercam so it only has 2 different sets of helix bore code rather than 112 seperate helix bore codes. machine is a haas vf4.

  2. #2
    Join Date
    Nov 2011
    Posts
    83

    Re: help, big fixture, 112 helix bore tool paths

    thinking of just using a contour, depth cut(not 2d ramp) plunging at 30-40ipm with a 40ipm feed .125 depth cuts and finish pass at bottom at 30% speed and feed and lead out to center of bore. thoughts? If i used 2d ramp the program would still be way too big.

  3. #3
    Join Date
    Dec 2008
    Posts
    3109

    Re: help, big fixture, 112 helix bore tool paths

    curious, is your NC code point to point ( small lines ), or arcs with a Z move ?
    or are you surfacing ?


    Couple of ways to do it
    1-.......bit of manual editing....runs a risk of programmer error..... program each helix bore at X0. Y0 in INCREMENTAL and change it to be a sub-program....ends with M99
    Then have the main program go-to the bore centre then call-up the correct sub.

    2- let Mastercam do it.....say 10 holes....run it.....next 10 holes.........probably faster, & less chance of fat finger errors

  4. #4
    Join Date
    Apr 2006
    Posts
    3206

    Re: help, big fixture, 112 helix bore tool paths

    This is where subroutines shine. Write the tool paths in a single subroutine, and the main program indexes the part location. If you have macro on your control you could use that to index the part. Writing macros is more complex (more fun too, IMHO), but either way, editing a single subroutine is far safer than wading through 28 iterations and risking missing one single ... whoops.

Similar Threads

  1. Replies: 7
    Last Post: 03-08-2013, 10:21 PM
  2. Helix Bore's - hole sizes not right
    By kprice1658 in forum Mastercam
    Replies: 2
    Last Post: 01-31-2010, 05:46 PM
  3. Replies: 8
    Last Post: 10-14-2009, 06:56 PM
  4. 3d tool paths
    By ginamc in forum OneCNC
    Replies: 5
    Last Post: 03-19-2005, 06:17 PM
  5. Tool Paths
    By WOODKNACK in forum G-Code Programing
    Replies: 7
    Last Post: 04-27-2003, 02:09 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
  •