586,106 active members*
2,987 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Haas Machines > Haas Lathes > help Broaching along a profile on SL-10
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2006
    Posts
    73

    Question help Broaching along a profile on SL-10

    Hi all,

    I am cutting vent grooves axially along the profile of a turned mold core using my SL-10 lathe. The grooves are evenly spaced radially around the core. The motion is a lot like broaching with a single point tool in G98 mode. I'm using an M97 subroutine to hold the profile tool path and using M19 Pnn to index the spindle to the next groove location.

    What I would like to do is find a way to use a looping function to incrementally offset the grooving tool in a few thou in X over multiple passes for each groove without having to write individual profiles.

    For example:
    On the first groove I could call M97 P10 L3.
    Then the tool would run the first pass at the programmed diameter, but on the second pass the the tool would increment down .003" in X and so on. Then after all loops/passes are complete the tool would reset to the original location and then I could index the spindle to the next groove location and do it again.

    Does anyone know of a way to do this without writing a mile of repetitious code? Oh, and I don't have the MACRO option either.

    I hope I explained the situation well enough.

    Thanks for looking.

  2. #2
    Join Date
    Aug 2010
    Posts
    579
    Use U instead of X and W instead of Z, those will do incremental moves. You can also use the spindle brake (M14) if you have one. This code will broach 3 slots, 60 degrees apart:

    G00 G54 X0. Z0.
    M19 P0
    M97 P10 L10
    G00 G54 X0. Z0.
    M19 P120
    M97 P10 L10
    G00 G54 X0. Z0.
    M19 P240
    M97 P10 L10
    G28
    M30

    N10 G00
    M19
    N10 G01 U-.013 F.01
    W-1.
    G00 U.01
    W1.
    M99
    Thanks,
    Ken Foulks

  3. #3
    Join Date
    Oct 2006
    Posts
    73
    Thanks Ken,

    I knew the solution would be simple, but with all the projects going on I just wasn't able to wrap my head around it.

    Thanks again for the help.

  4. #4
    Join Date
    Nov 2010
    Posts
    32
    Nice work Ken, seems too simple.

Similar Threads

  1. Broaching on CNC Mill?
    By tkoden in forum Uncategorised MetalWorking Machines
    Replies: 14
    Last Post: 09-16-2011, 07:08 PM
  2. Replies: 0
    Last Post: 01-04-2011, 05:14 PM
  3. Broaching Job, Broaching head
    By unlock in forum Tormach Personal CNC Mill
    Replies: 5
    Last Post: 05-15-2010, 11:30 PM
  4. Broaching
    By dcalp in forum FeatureCAM CAD/CAM
    Replies: 1
    Last Post: 10-01-2008, 02:53 AM
  5. Which press for broaching?
    By Arnaudb in forum MetalWork Discussion
    Replies: 3
    Last Post: 03-30-2008, 02:19 AM

Posting Permissions

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