585,589 active members*
2,945 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Uncategorised MetalWorking Machines > Matsuura Horizontal Pallet change help (M61/M62)
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2010
    Posts
    1184

    Matsuura Horizontal Pallet change help (M61/M62)

    I am looking for a little education on the overall workings of changing a pallet. Sounds simple, but I am missing something.

    Sorry for the long post and hopefully it is not to confusing.

    I would assume that the pallet change m-codes, M61 and M62 would cross over to several machine and control versions, but my specific machine is a Matsuura H-Plus 300 with a Fanuc 16i controller.

    I am a little weak on this particular controller, I am a Haas guy obviously, but we have been changing pallets using what the machine references as a START program combined with the pallet scheduler feature. Within the start program it performs several checks then uses M61 to change a pallet, calls up a program, and proceeds to run said program. We are getting things done in a round about way but I want to change things so that we can start using the M61 and M62 commands without the use of the START program. I have made some progress, but I am overlooking something with the way these codes work and/or how they interact with the pallet scheduling feature.

    I can get M61 to work in MDI as expected, as in I press the pallet ready button, execute the M61 and the pallet changes.
    In MDI when I execute M62 the pallet changes without checking the ready button as it should.

    My problem is when I put things in the program. What I am looking to do is as follows;

    If I am just running a program using a single tombstone, I want to use the M61 code at the beginning to cycle the tombstone into the machine, then execute the program. At the end of the program I want to cycle the tombstone out to the load station so the parts can be changed. Once the tombstone is reloaded, I want to press cycle start again and repeat the process.

    If I use an M62 at the beginning and end of the program, I can accomplish what I want. I would really prefer to use the M61 so that the machine will look to see if the ready button is illuminated signalling that it is okay to proceed with the program.

    When I use M61 at the beginning of my program, the control basically skips right over it and keeps going.

    %O12345
    M22
    M61
    G00........(body of program)


    Or another scenario, what if I was running the same program on both tombstones? I would definitely want to use M61 to change pallets to make sure that the load station pallet is ready to go.

    I think the short version question of all this is how should I set up the pallet scheduler to interact with M61?

  2. #2
    Join Date
    Dec 2008
    Posts
    3109

    Re: Matsuura Horizontal Pallet change help (M61/M62)

    Sorry but my forte was Okuma... but my suggestion might give you a lead

    I had worked a horiz, with 2 pallets ( too many years ago)
    - M60 forces a pallet change , but we needed a "conditional" M code assigned to each pallet..... otherwise restarting a program usually brought in the wrong pallet
    ie M201 .... checks if #1 is in.... if not cycle it in, ONLY IF "Ready button" is set to go
    M202 .... same as M201... but for #2 pallet

    OLD thread link

    [Usage]
    header
    N1 safety codes
    N2 M201
    N... program for pallet #1
    N2000 M202
    N... program for pallet#2
    N3000 GOTO N1
    M30

  3. #3
    Join Date
    Apr 2012
    Posts
    85

    Re: Matsuura Horizontal Pallet change help (M61/M62)

    On the Matsuura the M62 is 'compulsory' pallet change used for maintenance or for setup. It does not check the 'ready' condition set on the pallet manage screen.
    How about scheduling the pallet that's not being used with just a 10 second dwell?

    %
    O71(DUMMY PALLET)
    G4 X10.
    M98P1(OR WHATEVER YOUR START PROGRAM IS NAMED)
    %
    The factory start program is always O0001.
    That way you can have time to reload your part on the pallet and when it's readied it will change right into the machine.

    This way you have the safety of the start program and if there's any manual intervention you ALWAYS start with the Start program.

Similar Threads

  1. Help NH4000 HORIZONTAL PALLET CHANGE
    By Scottyb in forum Mori Seiki Mills
    Replies: 10
    Last Post: 05-05-2016, 12:41 AM
  2. horizontal haas ec400 pallet change startup.
    By jz25180 in forum Haas Mills
    Replies: 2
    Last Post: 11-12-2015, 02:23 AM
  3. Replies: 3
    Last Post: 11-01-2013, 04:44 PM
  4. looking for a Horizontal Pallet machine
    By kingfisher in forum Want To Buy...Need help!
    Replies: 0
    Last Post: 08-12-2010, 01:59 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
  •