584,798 active members*
4,259 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Haas Machines > Haas Mills > Haas Visual Quick Code > VF-2 Program in to Rerun section of code after a tool break
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2020
    Posts
    1

    VF-2 Program in to Rerun section of code after a tool break

    I'm trying to figure out how after a tool check finds that the tool is broken how to swap to a redundant tool and have the program go back to the start of that tool and rerun the sequence. Obviously this is for a small end mill that is side milling and not getting stuck in the part.

  2. #2
    Join Date
    Sep 2021
    Posts
    7

    Re: VF-2 Program in to Rerun section of code after a tool break

    Make use of the advanced tool management and instead of calling up a specific tool/offset call up the tool group. Then use this quick tool check (it rapids instead of feeds).

    O09613 (REN TOOL BRK)


    keep in mind that this routine clears in Z, then after checking it clears in Z again.

    so in program all you would put in is

    G65 P9613
    IF[#10101 EQ 1.0] GOTOnnnn (nnnn IS THE BEGINNING OF THE CUTTING CYCLE)
    M99 (GO BACK TO MAIN)
    Attached Files Attached Files

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
  •