586,065 active members*
4,837 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Haas Machines > Haas Mills > Program stop/Tool Carousel problem
Results 1 to 6 of 6
  1. #1
    Join Date
    May 2007
    Posts
    34

    Program stop/Tool Carousel problem

    I've got a bit of a cycle time problem and a question I hope someone can help me with. I've got Haas VF-2 with a 25 tool carousel. Here's my problem, I'm running a job that requires 4 program stops (M00) where I bring the spindle down with a pin in a tool holder to load the pc up to. My next tool is an end mill that is 10 tools deep in the carousel, so the pin rapids back to Z0 while the carousel indexes slowly to find my end mill. Is there a way to get the end mill to get into the next tool position before my M00? I'll post a portion of the program so you can see what I'm doing. Thanks

    Code:
    (LOCATING PIN) 
    N1 G00 G17 G20 G40 G49 G80 G90 G98 
    G53 Z0 
    T1 M06  
    G110 X.3125 Y-.17 
    G43 Z1. H01
     
    G00 Z-.2 
    M00 (LOAD PC TO PIN)
    
    G00 G80 Z1. M09 
    G49 G53 Z0 
    
    
    (FACE MILL 1ST SIDE & MILL OAL) 
    N2 G00 G17 G20 G40 G49 G80 G90 G98 
    G53 Z0 
    T2 M06 
    S6000 M03 
    G110 X.3 Y-.17 
    G43 Z1. H02 M08 
    
    G00 Z-.025 
    G01 X-2. F45.
    G00 Z.1
    X-1.249 Y-.615
    Z-.385
    G01 Y.275 F40.
    G00 Z.1
    X.249
    Z-.385
    G01 Y-.615 F40. 
    
    G00 G80 Z1. M09 
    G49 G53 Z0

  2. #2
    Join Date
    Jul 2005
    Posts
    12177
    I think you can put the next tool number ahead of the M00 and the changer will pre-position that tool. That is just the tool number Tn without the M06 command. My machines see the next tool in look ahead and pre-position well before the change is called. I have not used M00 and I just wonder if that blocks the look ahead. It would be logical if it does.
    An open mind is a virtue...so long as all the common sense has not leaked out.

  3. #3
    Join Date
    May 2007
    Posts
    34
    Thanks for the reply Geof, I'll give that a try in the morning. Yeah, the M00 does stop the look ahead that's why I was wondering if there was another way to get the next tool ready before the stop. It's adding about 40 extra seconds to my cycle time. Thanks again for the tip and I'll let you know if it works.

  4. #4
    Join Date
    Mar 2003
    Posts
    2932
    Is this a dual-arm changer or an umbrella style? If it's a dual arm, you should be able to put the next tool call right after the tool change, i.e.:

    G110 X.3125 Y-.17
    G43 Z1. H01 T02 (PRESELECT NEXT TOOL)
    G00 Z-.2

  5. #5
    Join Date
    May 2007
    Posts
    34
    Yes it's the dual-arm changer. I didn't realize I could call up the next tool like that. Geof also recommended I try that method, I knew it was going to be something stupid easy! Thanks guys, much appreciated.

  6. #6
    Join Date
    May 2007
    Posts
    34
    Worked perfect guys, thanks again!! :cheers:

Similar Threads

  1. VF-2SS Tool Carousel Problem
    By JoBwan in forum Haas Mills
    Replies: 18
    Last Post: 05-25-2011, 07:07 PM
  2. tool carousel position problem
    By Greg 24 in forum Haas Mills
    Replies: 4
    Last Post: 10-19-2009, 09:44 PM
  3. tool carousel alignment
    By rubino2112 in forum DNC Problems and Solutions
    Replies: 0
    Last Post: 12-27-2006, 07:26 PM
  4. Spindle Bearing/Tool Carousel Motor???
    By AdvancedMfg in forum Charter Oak Automation Support Forum
    Replies: 0
    Last Post: 12-05-2005, 04:25 AM
  5. Stop/start a program
    By jimglass in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 3
    Last Post: 06-10-2003, 02:59 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
  •