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


Results 1 to 2 of 2

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

  1. #1
    tchonka's Avatar
    Join Date
    Oct 2020
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default 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
    Member jrfiggz1's Avatar
    Join Date
    Sep 2021
    Posts
    7
    Downloads
    0
    Uploads
    0

    Default 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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

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

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