585,728 active members*
4,120 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > Doosan/Daewoo HM800 tool changer macro Fanuc 18i-m
Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2013
    Posts
    2

    Doosan/Daewoo HM800 tool changer macro Fanuc 18i-m

    We have some big tools and would need to create a custom M06 macro where the spindle moves away from the door before it closes. M22, M23 open and closes the door and that works fine but when M06 is called it changes tool and closes the door immediately.

    This should replace M06 in O9001 tool changer macro but M241 and M249 doesn't work.

    M09
    M19
    M241 (ATC 1 CYCLE)
    G91G28Y-200 (MOVE AWAY)
    M23 (CLOSE DOOR)
    M249 (POT MAG SIDE)

    Is there a parameter or code to enable those M-codes? Or is there a better way to do it?

  2. #2
    Join Date
    Dec 2009
    Posts
    952
    M23 is already implemented in another subprogram that M241 is calling

    please check the other O9000 programs that have in M23 and you will find your problem.
    if you find it ,delete M23 from there and let your program to run and also you can put after G91G28Y-200 some time like G4 X2. for security

  3. #3
    Join Date
    Nov 2013
    Posts
    2
    O9001 is the only macro for the tool changer and it's called with M06. When M06 is called in the macro it runs some machine built in program that's not shown and it changes tools and closes door. I would need to replace that M06 with other codes so that the spindle can move away before the door closes.

    Found those codes in the manual but I can't get them to work. Maybe they're used for some service mode.
    M241 - ATC ARM 1 CYCLE MODE ON
    M242 - ATC + STEP MODE ON
    M243 - ATC - STEP MODE ON
    M249 - ATC WAITING POT MAGAZINE SIDE

    %
    :9001(M06 ATC CHANGE PROGRAM)
    #1108=0
    #105=#4003
    M33
    G04
    G04
    G04
    G04
    G04
    IF[#1000EQ1]GOTO10
    M34
    #1108=1
    N10IF[#1000NE1]GOTO10
    #1108=0
    N20IF[#1000EQ1]GOTO20
    G91G28Z0
    G91G28Y0
    M06
    N100M34
    G[#105]
    M99
    %

  4. #4
    Join Date
    Mar 2003
    Posts
    2932
    You should probably post this in the Daewoo/Doosan forum. It's not a Fanuc problem. There are several Doosan engineers who frequent that forum and can help you.

  5. #5
    Join Date
    Dec 2009
    Posts
    952
    M242 - ATC + STEP MODE ON
    M243 - ATC - STEP MODE ON
    M249 - ATC WAITING POT MAGAZINE SIDE

    these are only for troubleshooting wehn your magazine get stuck so you will use it only on that situation
    i supposed that the atc door is open and closed by a pneumatic cylinder.and also i suposed that cylinder have regulated valves for open/close faster or slower,if nt maybe you can install one on the close side and adjust your door for atc to close slower than now and your tool will get out of the magazine without touching the door.
    will be simple and efficient.

  6. #6
    Join Date
    Feb 2010
    Posts
    3

    Re: Doosan/Daewoo HM800 tool changer macro Fanuc 18i-m

    Hello

    Anybody can give me a backup from the system parameters?

Similar Threads

  1. Daewoo tool changer macro help
    By rgrow1 in forum Daewoo/Doosan
    Replies: 12
    Last Post: 11-06-2013, 07:54 PM
  2. Daewoo tool cnager macro help
    By rgrow1 in forum Community Club House
    Replies: 0
    Last Post: 11-04-2013, 07:34 PM
  3. Daewoo 3016 Tool Changer Recovery
    By rpm3000 in forum Daewoo/Doosan
    Replies: 2
    Last Post: 04-25-2013, 10:29 PM
  4. TOOL CHANGER MACRO ENTERING IN FANUC OM
    By moghul in forum G-Code Programing
    Replies: 5
    Last Post: 12-20-2010, 03:28 PM
  5. Posprocessor for daewoo HM800 4axis
    By crazi in forum Post Processors for MC
    Replies: 2
    Last Post: 10-19-2005, 02:40 PM

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
  •