585,737 active members*
4,543 visitors online*
Register for free
Login
Results 1 to 6 of 6
  1. #1

    Question Fanuc Oi-MF ATC Macro help

    Hey legends,

    I've accidentally deleted the contents of //CNC_MEM/MTB1 and //CNC_MEM/MTB2 on my Chinese VMC650 ( i believe its a Doosan copy?) with Fanuc Oi-MF control
    Now every time I call up a tool change I get errors and alarms

    Would anyone here possibly have the files required so i can put them back into the folder?
    Attached are some images of the ATC and machine for reference.

    I have searched the forum and found a few posts about similar issues but most are related to parameter settings or unknown causes of ATC functionality issues.

    Thanks in advance.
    Attached Thumbnails Attached Thumbnails 20220615_092050.jpg   20220615_092120.jpg   20220615_104533.jpg   20220615_104547.jpg  

    Last edited by Leeson_Engineering; 06-15-2022 at 02:35 AM.

  2. #2

    Re: Fanuc Oi-MF ATC Macro help

    So far ive managed to try some macro codes ive found on here.
    Both of these result in the same thing
    stored in MTB1 as O9001
    Both move the Z to the correct tool change height for the arm to engage the tool
    The drum moves to the correct tool number in the change position
    then the code hangs and does nothing, the arm doesn't move, the pneumatic tool retainer doesn't disengage.

    Below are the macros I've tried, any help would be greatly appreciated.

    O9001 ;
    #149 =#4003 ;
    G00 G40 M9 ;
    G91 G30 Z0 M19 ;
    M06 ;
    G#149 ;
    M99 ;
    %


    O9001 ;
    G80 ;
    M9 ;
    G91G30Z0M5 ;
    G30X0Y0M15 ;
    T#4320M6 ;
    G53 ;
    G90G0G43G54Z[24.99-[#[2000+#4120]+#[2200+#4120]]]H#4120 ;
    G53 ;
    M99 ;

  3. #3
    Join Date
    Dec 2009
    Posts
    952

    Re: Fanuc Oi-MF ATC Macro help

    look in the manual
    maybe you have an M code for lowering the pot from magazine before reading the M6 command that will move the arm and change the tool and also an Mcode for put back the pot in magazine
    Should be in the book as command:POT UP/ POT DOWN

  4. #4

    Re: Fanuc Oi-MF ATC Macro help

    Try this. It works on both my OM and 18M machines. Will likely work on yours too. Much of this is likely redundant, but it won't hurt anything or slow things down enough to notice.

    %
    O9001 (M6 TOOL CHANGE)

    G0G80G40M9
    G91G28Z0M5
    M19
    M6
    G90
    M99
    %

    Another idea... when you use the tool change programs that were listed in post #2 above, when it hangs, what do you see in the buffer area on your screen? Is it waiting for a FIN signal?

  5. #5

    Re: Fanuc Oi-MF ATC Macro help

    I got this sorted out, the OEM came through with the macro, ill post it here tomorrow in
    case anyone else needs it in the future.

    Thanks gents.

  6. #6

    Re: Fanuc Oi-MF ATC Macro help

    Can you share macros that were placed on your machine since I had the same problem? Please

Similar Threads

  1. ATC Macro YCM-V85A Fanuc O-M
    By fritzkirchner in forum Auto Tool Changer
    Replies: 2
    Last Post: 03-22-2019, 08:42 AM
  2. Leadwell Fanuc 0-MF lost atc macro
    By danilom in forum Fanuc
    Replies: 4
    Last Post: 03-29-2018, 01:00 AM
  3. Replies: 15
    Last Post: 05-19-2016, 11:05 PM
  4. LeadWell MCV-760 FANUC 0-MF ATC macro
    By cnc35 in forum Fanuc
    Replies: 0
    Last Post: 08-05-2013, 08:44 PM
  5. Replies: 5
    Last Post: 12-16-2012, 08:43 AM

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
  •