585,982 active members*
4,533 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2007
    Posts
    26

    startup an shut down code needed

    I am a new member. I posted this in the club house and maybe tht was the wrong place. I currently use MDI to start up machine. I enter
    m91 m28 x0 y0 z-1.5

    then
    m94 t13
    m97 t13

    I have andi router. fanuc control

    the problem is after this I manually move tool from carousel to spindle, at the end of shift I move it back to carousel. I had a near miss spindle was not stopped. to avoid this I would like a program to run at startup that does above and moves the tool. Then a program for end of shift that moves to center of table and removes tool. as this is what our procedure says we should do.

  2. #2
    Join Date
    Jan 2007
    Posts
    26
    does this look right. at least I am learning something

    Start
    ‘(start up)
    %
    O0015 (start up)
    (Produced on Thursday, February 08, 2007)
    (1 total ops)
    G91 G28 X0 Y0 Z-1.5
    M94 T10
    M97 T13
    T13

    This homes the machine and moves tool 3 from carousel 1 to spindle
    __________________________________________________ __________________
    Start
    ‘(End day)
    %
    O0016 (end day)
    (Produced on Thursday, February 08, 2007)
    (1 total ops)
    G0 G90 G54 X39 Y15 Z0.1 M15
    T10

    This moves to about center of table
    Insure spindle is off
    Places which ever tool is in spindle back in the carousel

  3. #3
    Join Date
    Nov 2005
    Posts
    274
    Quote Originally Posted by jrick View Post
    I am a new member. I posted this in the club house and maybe tht was the wrong place. I currently use MDI to start up machine. I enter
    m91 m28 x0 y0 z-1.5

    then
    m94 t13
    m97 t13

    I have andi router. fanuc control

    the problem is after this I manually move tool from carousel to spindle, at the end of shift I move it back to carousel. I had a near miss spindle was not stopped. to avoid this I would like a program to run at startup that does above and moves the tool. Then a program for end of shift that moves to center of table and removes tool. as this is what our procedure says we should do.


    What kind of control? I just created a user Mcode for my Chiron that preforms and auto home function. look up parrameter # 6080 and tell me what it says. If it has the function I can show you how to set up a macro with an Mcode

    Bluesman

Similar Threads

  1. Makino shut down
    By steedspeed in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 1
    Last Post: 04-04-2016, 10:23 PM
  2. servo stall shut off circuit
    By wcarrothers1 in forum DIY CNC Router Table Machines
    Replies: 5
    Last Post: 10-27-2006, 03:01 AM
  3. Help needed with G-Code
    By parts in forum G-Code Programing
    Replies: 16
    Last Post: 08-08-2006, 02:23 PM
  4. G code needed
    By patrickb in forum Fanuc
    Replies: 3
    Last Post: 05-28-2006, 02:50 AM

Posting Permissions

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