586,061 active members*
4,484 visitors online*
Register for free
Login
Results 1 to 16 of 16
  1. #1
    Join Date
    Apr 2009
    Posts
    21

    EIA in fusion 640 wont tool change

    Just got a new to me 99 fh5800 with a fusion control. The problem i have is it wont make a tool change in auto mode. It will with the same line of code in mdi though. The alarm i get is 296 NO TOOLCHANGE (AXIS NOT ATC POS). Checked the parameters with another 5800 of the same year in the shop that does run in auto and they are the same. WTF I have management up my ass to get it going like yesterday. If any one has a suggestion it would be great so the boss can kiss my @#$%&. Did I mention I hate mondays!!!!!!!!!

  2. #2
    Join Date
    Dec 2007
    Posts
    300
    Probably need to bring it to zero two. Use G30 G91 Y0.0 to bring it to the tool change position then call M06

  3. #3
    Join Date
    Apr 2009
    Posts
    21
    The code in the other machine and in this one is N1 G0 M06 T6 and it works fine both are the same year same control and both are 5800's. The same code works in mdi but wont work when in auto.

  4. #4
    Join Date
    Dec 2007
    Posts
    300

    Tool change

    Here is a tool change from a FH580 for reference
    .
    .
    N102 G0 G17 G40 G80 G90 G95
    (3/4 BALL ENDMILL TOOL26 DIA .750 )
    ( FAR SIDE ROUGH .025 STK )
    N104 G30 G91 Z0. Y0.
    N106 T26
    N108 M6
    N110 T1
    N112 S20000 M3
    N111 G61.1
    N114 G0 G90 G55 X2.338 Y6.1892
    .
    .
    .

  5. #5
    Join Date
    Apr 2009
    Posts
    21
    Tried that format, Did the same alarm!

  6. #6
    Join Date
    Mar 2005
    Posts
    988
    Look through your program files and J parameters for M codes (starts at J41) and make sure the previous shop didn't write their own "M6" tool change macro. I've seen this before and you can simply remove the J parameter call for it and then the machine will use the ladder M6 instead....

    Other issues that can stop it also...

    Bad or missing Tool data for the T number, .... Tool life is over, .... incomplete Tool Data, ...
    It's just a part..... cutter still goes round and round....

  7. #7
    Join Date
    Apr 2009
    Posts
    21
    Checked the J parameters, all the same as the other machine that works. Got to be something in the parameters though, is only two months different in the build dates.

  8. #8
    Join Date
    Apr 2009
    Posts
    21
    I just broke the program down with one code per line and I dont get the alarm till it reads the M6. Machine had programs it from previous owner but the @##$ forman dumped them all. Should be his problem now but its not.

  9. #9
    Join Date
    Mar 2005
    Posts
    988
    It's possible that the machine ladder was changed but people don't usually do that. Besides, if you can MDI a toolchange from your spindle being anywhere in the machine, then your ladder should be OK. The glitch is on the AUTO mode.

    So, did you check out your Tool Data to see if something is missing there?
    It's just a part..... cutter still goes round and round....

  10. #10
    Join Date
    Apr 2009
    Posts
    21
    Just rechecked tool date to be safe and didnt see any problems or differences from other machine. Had someone else look to be sure.

  11. #11
    Join Date
    Mar 2005
    Posts
    988
    so, if you broke down your code to something like this.... would it work in AUTO mode?

    G0G91G30X0Y0Z0
    G90
    T26M6
    .
    .
    .
    .

    note: MDI can do things quite differently than in AUTO mode so we need to test in memory mode

    That's other test as well.... rearrange your T code to come before the M6 instead....
    It's just a part..... cutter still goes round and round....

  12. #12
    Join Date
    Jan 2009
    Posts
    55

    PLC parameter

    There is a PLC parameter to set the language needed for a tool change. Look in the elecrical manual at the plc parameters (R's). The one that needs to be changed is the one that says "tool change by plc?" you want this valid. This will make the plc do the move to the tool change position so you won't have to write G91G30X0.Y0.Z0. There is also a parameter there to set if you need to actually use M06 to exicute the tool change. If you do not change these parameters your language needs to be:

    G91G30X0.Y0.Z0.
    T26T30M06
    ...


    meaning move magazine to tool 26 change tool and then move magizine to tool 30. (the second T code can be T0 if you don't want the magizine to move to the next tool)


    Hope this helps sorry I don't have a manual by me to give you the parameter numbers

  13. #13
    Join Date
    Apr 2009
    Posts
    21
    Ok been out sick for a week just wanted to let everyone know the machine is running now.
    The problem was in the reg. setting for the tool change it was set to use an eia program. So now i need to give the forman who erased the programs a good slab upside the head.
    I really appreciate all the good advice and you guys were right on with the solution. Just wanted to say thanks to all!

  14. #14
    Join Date
    May 2011
    Posts
    3
    gday mikey! can you tell us few steps how did you fix it? did you mean reg. in parameter setting? cheers!

  15. #15
    Join Date
    Jan 2005
    Posts
    15
    try inserting G30X0Y0Z0 before your tool change.

  16. #16
    Join Date
    Apr 2011
    Posts
    0
    Try 3 digit tool call.

    T026 M6.

Similar Threads

  1. How to change Tool change position(About MAZATROL T1 control)
    By liushuixingyun in forum Mazak, Mitsubishi, Mazatrol
    Replies: 6
    Last Post: 01-07-2014, 01:33 AM
  2. Replies: 4
    Last Post: 02-01-2011, 03:10 PM
  3. Replies: 0
    Last Post: 02-14-2010, 07:26 PM
  4. vf4 wont release tool holder
    By panaceabea in forum Haas Mills
    Replies: 9
    Last Post: 08-25-2009, 11:02 PM
  5. Fusion 640 controls and G10 tool data
    By mbarber in forum Mazak, Mitsubishi, Mazatrol
    Replies: 1
    Last Post: 04-18-2007, 08:47 PM

Posting Permissions

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