587,125 active members*
2,632 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > how to disable tool change option Fanuc Om-C
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    Mar 2019
    Posts
    58

    Re: how to disable tool change option Fanuc Om-C

    Quote Originally Posted by the_gentlegiant View Post
    Well you could just never call an M6, but if you're trying to use existing programming that has M6's in it, either modify your Tool changer program. (potentially program 9001) and remove everything but M99 out of it. (Save a backup first.)

    That or look at your parameters 230 to 242 and assign M6 to any one of those that is not in use. Create the program and have the only thing in it be M99.

    The control will try there first before going after a real M6 tool change and cause the real M6 to be skipped over.

    Pretty sure this will work.
    you mean if i make 230 to 242 eual 6 of each parameter , this will disable all tool change function

    now my machine after homing msg appear " rotate tool drum first "

    so i need to fully disable the tool change function

  2. #2

    Re: how to disable tool change option Fanuc Om-C

    Quote Originally Posted by yurirevenge View Post
    you mean if i make 230 to 242 eual 6 of each parameter , this will disable all tool change function

    now my machine after homing msg appear " rotate tool drum first "

    so i need to fully disable the tool change function
    It will not disable it, only bypass it. You only need to make one of those parameters 6, not all. Then you need to create a program using the proper program number that you assigned 6 to, and save it on the control. It should look like this.

    Parameter 242 =6

    %
    O9003 (TOOL CHANGE BYPASS)

    G53
    G53
    M99
    %

    If 9003 is used by something else, pick a different parameter and program number.

    I added a couple G53's to give it some body and stop it from looking ahead. May not need the G53's.

    What would be the problem of rotating the carousel one time after homing? Why is it even asking for that?

    Curious why you don't want to use the tool changer. Can't imagine living without one.

  3. #3
    Join Date
    Dec 2008
    Posts
    3122
    Quote Originally Posted by yurirevenge View Post

    so i need to fully disable the tool change function
    You need to replace all M6 commands with M00, and comment out all Txx addresses.

    M00 stops the program for you to manual toolchange
    The Txx removal stop the carousel from rotating to pre-select a tool.

  4. #4

    Re: how to disable tool change option Fanuc Om-C

    Quote Originally Posted by Superman View Post
    You need to replace all M6 commands with M00, and comment out all Txx addresses.

    M00 stops the program for you to manual toolchange
    The Txx removal stop the carousel from rotating to pre-select a tool.
    Yes all that is the easy way to do it, but this isn't the first person I've seen lately wanting something like this. Seems nobody either wants to or has the ability to modify a Post or Program manually. Even though they're asking the machine to forget about half of its functions, they still want it done without any personal intervention. Go figure. Really... the time it would take to modify programs would be almost nothing. A couple text based Find & Replaces and that's it.

Posting Permissions

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