586,103 active members*
2,725 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > Help needed Fanuc 18I programming. Next tool call
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2010
    Posts
    21

    Help needed Fanuc 18I programming. Next tool call

    can i call the next tool in the carousel to wait at the bottom to make a quicker tool change? is that possible?

  2. #2
    Join Date
    Feb 2013
    Posts
    151

    Re: Help needed Fanuc 18I programming. Next tool call

    It will depend on what type of tool changer you have. An umbrella style like Fadal uses will not work. but a swing arm system with a belt or a big wheel will likely work.

    On the 11m I just issue a T command. Then when the tool change happens I just run the m6 command. Here is a snippet of code for my 11m:

    N6G0G40G80G91G28Z0
    T6M6 <- First tool change - calls and loads the tool in the spindle
    T3 <- Call for the second tool in the program - machine pulls this one up and has it waiting
    G90G55X4.175Y-0.9125M8
    G43Z3.125H6S1200M3
    .......
    M9
    G91G28Z0M19
    M1
    N3G0G40G80G91G28Z0
    M6 <- Loads the waiting tool in the spindle
    T2 <- calls the next tool
    G90G55X-0.2449Y0.0164M8
    G43Z3.125H3S3500M3

    Cj

  3. #3
    Join Date
    Jun 2010
    Posts
    21

    Red face Re: Help needed Fanuc 18I programming. Next tool call

    Thank you!! got it






    Quote Originally Posted by cjfisher View Post
    It will depend on what type of tool changer you have. An umbrella style like Fadal uses will not work. but a swing arm system with a belt or a big wheel will likely work.

    On the 11m I just issue a T command. Then when the tool change happens I just run the m6 command. Here is a snippet of code for my 11m:

    N6G0G40G80G91G28Z0
    T6M6 <- First tool change - calls and loads the tool in the spindle
    T3 <- Call for the second tool in the program - machine pulls this one up and has it waiting
    G90G55X4.175Y-0.9125M8
    G43Z3.125H6S1200M3
    .......
    M9
    G91G28Z0M19
    M1
    N3G0G40G80G91G28Z0
    M6 <- Loads the waiting tool in the spindle
    T2 <- calls the next tool
    G90G55X-0.2449Y0.0164M8
    G43Z3.125H3S3500M3

    Cj

  4. #4
    Join Date
    Feb 2017
    Posts
    32

    Re: Help needed Fanuc 18I programming. Next tool call

    N24
    T24M6
    M1
    G90G0G54X2.Y3.S2500M3
    G43H24Z1.T30 <----------------------------- Tool call up and puts it in waiting.
    M8
    G1Z.1F100.
    AND ON AND ON,,, This is how I set up my programs its a control that doesn't need unnecessary zeros and such so I short hand it.
    I've noticed on most Fanuc and Mori type controls that usually if the tool calls up on the G43 line the machine will not sit and wait for the call up, also if its somewhere else in a G1 line.

Similar Threads

  1. Fanuc MSC 501 programming manual needed
    By Iownacnc in forum Fanuc
    Replies: 9
    Last Post: 05-04-2015, 08:19 AM
  2. Replies: 0
    Last Post: 10-11-2014, 12:21 AM
  3. Replies: 1
    Last Post: 10-14-2012, 03:09 PM
  4. Replies: 4
    Last Post: 05-15-2010, 05:02 PM
  5. fanuc 18i programming with tool changes
    By krustykrab in forum Fanuc
    Replies: 9
    Last Post: 12-03-2005, 12:51 PM

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
  •