What's new
What's new

Fanuc 0M-C Toolchange works in Auto but not MDI

b-rad

Plastic
Joined
Jun 20, 2017
Hi folks,

I have a 2000 Feeler FV800 with a Fanuc 0M-C control and umbrella carousel style toolchanger. It uses a macro B tool change program.

%
:9001(TOOL CHANGE)
G20G17G90G80G40G49M9
M66
IF[#1000EQ1]GOTO25
G91G30Z0M42 (TOOL CHANGE POSITION)
M52 (MAGAZINE MOVE RIGHT)
M12 (TOOL UNCLAMP)
G28Z0
M41
G30Z0
M11 (TOOL CLAMP)
N25G90
M53 (MAGAZINE MOVE LEFT)
M99
%


I can run a little program in Auto with a T0x M06, and it works just fine.

The problem is if I type T0x M06 into MDI, the macro starts reading, but stops with the cursor on the line "G91G30Z0M42 (TOOL CHANGE POSITION)" with no alarm or anything, just stops. Almost like an option stop, but when I hit cycle start again nothing happens.
I tried T0x M98 P9001; and it does the same thing.



I guess I can keep that little program and just edit it to whatever tool number when I want to do a manual change.. but that's kind of annoying, any ideas?
 
Nevermind! Just figured it out.. I found a PLC Data parameter D486.5 "mdi-b atc can work PLCSW". I changed that baby from a 0 to a 1 and we're off to the races! Thanks though.

Next issue, chip conveyor turns on every time I hit cycle start, dont like that either. But no mention of conveyor-anything in the plc data params.
 
Thank you for the PLC Data parameter D486.5, I have a Feeler FV-600 with same problem, but not any more :willy_nilly: thanks to you. Where did you finde the information about D486.5? I have been struggling long time to solve this tool change from MDI. First thing I realized was the Parameter 903#4 need to be 1 for MDI EXEC B macro from MDI, but then I was stueked same place as you was.
Many thanks again, grate work.
 








 
Back
Top