585,743 active members*
4,912 visitors online*
Register for free
Login
Results 1 to 12 of 12
  1. #1
    Join Date
    May 2010
    Posts
    0

    tool change issue

    Hi all,

    We just acquired a Mitsui Seiki VS5A vmc with a Fanuc 11M control. It is a late Eighties vintage machine (!) with a static ATC, meaning each tool is assigned to it's own pot, and gets put back into that pot when a tool change is called (atc's were less sophisticated back then). Why such an old machine? It has low miles,was extremely low cost, and besides that it has glass scales for accuracy.

    I am having an issue trying to change tools within a program. I can change tools in MDI, with the caveat being that in between I have to type in T0 M6 to "park" the tool that is in the spindle back into it's position in the ATC before I can call another tool. Logically I should be able to incorporate the same "park" command in the program before issuing a tool change, but it doesn't work.

    I have tried all kinds of variations, both with & without the T0M6 but nothing seems to work. The machine will load the first tool and run it's operation, but freezes up at the next tool change. It doesn't matter if you try a different set of tool numbers.

    Example:

    O1701
    G90G80G54G40G17
    T10
    G91G30X0Y0Z0M06
    S1146M03
    G54G0G90X-4.733Y-4.098M08
    G43H10Z2.T2
    G0X-4.733Y-4.098
    G98G81X-4.733Y-4.098Z-0.1R0.1F3.0
    X-1.3Y-2.21
    X2.343Y-0.768
    G80
    M09
    G91G28Z0M5
    M01
    T12
    G91G30X0Y0Z0M06 <----MACHINE STOPS HERE AND DOES NOTHING (T12 DOES NOT LOAD)

    S540M03
    G54G0G90X-4.733Y-4.098M08
    G43H12Z2.T7
    G0X-4.733Y-4.098…

    Does anyone have experience with this type of older machine & ATC? Any help or suggestions will be greatly appreciated.

    -Chris

  2. #2
    Join Date
    Oct 2008
    Posts
    78
    Just wondering if it's actually the M01 which is "freezing up" your machine? Otherwise sorry I have no idea how your controller or toolchanger work.

  3. #3
    Join Date
    Nov 2004
    Posts
    260
    Quote Originally Posted by Diedesigner View Post
    Hi all,

    We just acquired a Mitsui Seiki VS5A vmc with a Fanuc 11M control. It is a late Eighties vintage machine (!) with a static ATC, meaning each tool is assigned to it's own pot, and gets put back into that pot when a tool change is called (atc's were less sophisticated back then). Why such an old machine? It has low miles,was extremely low cost, and besides that it has glass scales for accuracy.

    I am having an issue trying to change tools within a program. I can change tools in MDI, with the caveat being that in between I have to type in T0 M6 to "park" the tool that is in the spindle back into it's position in the ATC before I can call another tool. Logically I should be able to incorporate the same "park" command in the program before issuing a tool change, but it doesn't work.

    I have tried all kinds of variations, both with & without the T0M6 but nothing seems to work. The machine will load the first tool and run it's operation, but freezes up at the next tool change. It doesn't matter if you try a different set of tool numbers.

    Example:

    O1701
    G90G80G54G40G17
    T10
    G91G30X0Y0Z0M06
    S1146M03
    G54G0G90X-4.733Y-4.098M08
    G43H10Z2.T2
    G0X-4.733Y-4.098
    G98G81X-4.733Y-4.098Z-0.1R0.1F3.0
    X-1.3Y-2.21
    X2.343Y-0.768
    G80
    M09
    G91G28Z0M5
    M01
    T12
    G91G30X0Y0Z0M06 <----MACHINE STOPS HERE AND DOES NOTHING (T12 DOES NOT LOAD)

    S540M03
    G54G0G90X-4.733Y-4.098M08
    G43H12Z2.T7
    G0X-4.733Y-4.098…

    Does anyone have experience with this type of older machine & ATC? Any help or suggestions will be greatly appreciated.

    -Chris
    Try this sequence

    G91G30X0Y0Z0
    T12
    M06

    or this

    G91G30X0Y0Z0
    T12 M06

    It seams very unusual to command a M06 Toolchange command within a Movement Block. Functionality of the M06 command varies because some call a macro that dose the positioning within.
    May also try if this dose not work to add a G90 just prior to the M06 Block.

  4. #4
    Join Date
    May 2010
    Posts
    0
    I tried this simple test program sent to me by a Mitsui Seiki engineer, but had the same result:

    O1702
    T1
    G91G30Z0
    G91G30X0Y0
    M6
    G4X5.
    T2
    M6 <---MACHINE STOPS HERE AND WAITS, T2 DOES NOT LOAD
    G4X5.
    T0
    M6
    M30

  5. #5
    Join Date
    Mar 2009
    Posts
    1982
    I don't see where You put spindle tool back to it's pot in program. As for Okuma that would be M63, next line M6 - empty spindle, tool back to pot.

  6. #6
    Join Date
    May 2010
    Posts
    0
    Problem resolved!

    A Mitsui Seiki engineer contacted me with the solution - the ATC memory had to be reset.

    For those who may be interested:

    There was a carrier in the zero pot, which subsequently caused there to be an empty pot elsewhere in the ATC. The machine is equipped with a hand-held independent control for the ATC. I used this control to manually move the carrier out of pot zero to the empty tool pot, and then position pot zero (now empty) into the tool change position over the swing arm.

    Back to the main control panel, I had to press the "Mach Reset" and "PRP" buttons at the same time (the PRP button is similar to the "NC ON" button found on newer machines).This reset the ATC memory - everything works fine now.

    Thank you all for your suggestions.
    -Chris

  7. #7
    Join Date
    Jul 2010
    Posts
    0
    i have the same machine with similar issues. our tool changer won't work at all though. i type in t05; m06; in mdi and nothing happens, it just times out. i can see the hydraulic lines flex when pressure is emitted. but sadly nothing, even when using the sub controls on the side. is there any hope for me to get this problem resolved?

  8. #8
    Join Date
    May 2010
    Posts
    0
    Does it do anything if you try typing: "T0 M6"?

  9. #9
    Join Date
    Jul 2010
    Posts
    0
    i get error code 124, and i don't have the proper manuals to find out what it is.

  10. #10
    Join Date
    May 2010
    Posts
    0
    Your problem isn't the same as the one I was having - I suggest you try emailing Mitsui Seiki directly:

    [email protected]

    They are the guys who helped me work through my issues. They were patient and courteous with me. They will have a better idea on how to approach your problem.

    -Chris

  11. #11
    Join Date
    Jan 2013
    Posts
    0
    hi I need mitsuiseiki VS3A backup with fanuc O-M year 1989..I would appreciate if someone who has, please send me.. from now on [email protected]

  12. #12

Similar Threads

  1. Replies: 5
    Last Post: Today, 06:35 AM
  2. 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
  3. Replies: 0
    Last Post: 02-14-2010, 07:26 PM
  4. Femco Durga-25E Tool Change Issue
    By GM81 in forum Uncategorised MetalWorking Machines
    Replies: 2
    Last Post: 01-22-2010, 12:29 PM
  5. Fanuc tool change homing issue
    By openforbiz in forum Fanuc
    Replies: 8
    Last Post: 01-31-2007, 09:35 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
  •