Newbie How to Program a Pause for Manual Tool Change? HELP!


Results 1 to 5 of 5

Thread: How to Program a Pause for Manual Tool Change? HELP!

  1. #1
    Activation process cnataliec's Avatar
    Join Date
    Nov 2018
    Posts
    12
    Downloads
    0
    Uploads
    0

    Question How to Program a Pause for Manual Tool Change? HELP!

    I´m am pretty new to CNC, I have a very old Acroloc M12 with a Fanuc 6m control, and the tool change doesn´t work so I have to do it manually.

    How can I program a stop in the program, make the Z go up a little (enough to make the tool change) and then continue the program?

    I found that I could use M0 or M1, but am not sure if this is correct.

    Any help is great, and thanks in advance!

    Similar Threads:


  2. #2
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: How to Program a Pause for Manual Tool Change? HELP!

    M0 (Stop) or M1 (Optional Stop) is the normal way it is done. Not sure if Fanuc has a M6 (Tool change) code format for a manual tool change.

    So:

    G0 [Z+ move] (for clearance)
    M0 (manually change tool)
    G0 [Z- move] (back to working height)

    But you may have to tell the program what new tool number is so that it applies the offsets correctly. Not sure how to do this.

    I would fix the tool changer.

    Jim Dawson
    Sandy, Oregon, USA


  3. #3
    Member
    Join Date
    Feb 2011
    Location
    usa
    Posts
    353
    Downloads
    2
    Uploads
    0

    Default Re: How to Program a Pause for Manual Tool Change? HELP!

    i would write the program something like this

    GOZ+xxxx
    M5
    G53Zxxxx(set to a good height to clear part with longest tool Z0 should be all the way up )
    G53XxxxxYxxxx( move to make sure you have clearance away from the part this would ease changing the tool)
    M00(program stop)

    G00G40G49G80G90(SAFTEY'S)
    txx(if you can use tool numbers)(if not try leaving it out )
    M3Sxxxx
    G0G43HxxDxxZ.100(MOVE TO PARTS WITH TOOL OFFSETS)



  4. #4
    Member mactec54's Avatar
    Join Date
    Jan 2005
    Location
    USA
    Posts
    15362
    Downloads
    0
    Uploads
    0

    Default Re: How to Program a Pause for Manual Tool Change? HELP!

    Quote Originally Posted by rcs60 View Post
    i would write the program something like this

    GOZ+xxxx
    M5
    G53Zxxxx(set to a good height to clear part with longest tool Z0 should be all the way up )
    G53XxxxxYxxxx( move to make sure you have clearance away from the part this would ease changing the tool)
    M00(program stop)

    G00G40G49G80G90(SAFTEY'S)
    txx(if you can use tool numbers)(if not try leaving it out )
    M3Sxxxx
    G0G43HxxDxxZ.100(MOVE TO PARTS WITH TOOL OFFSETS)
    His control most likely will not use a G53 not in that format anyway, the G49 nothing safe about that, a G49 will cancel tool Offsets and you don't want to be doing that

    Mactec54


  5. #5
    Activation process cnataliec's Avatar
    Join Date
    Nov 2018
    Posts
    12
    Downloads
    0
    Uploads
    0

    Default Re: How to Program a Pause for Manual Tool Change? HELP!

    I managed to find my away around by skiping that line in the program and sadly using only one tool per program. I guess the tool chnager has to be fixed. Thanks for the help everyone!!



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

How to Program a Pause for Manual Tool Change? HELP!

How to Program a Pause for Manual Tool Change? HELP!