587,998 active members*
3,513 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > G-Code Programing > Gcode that spindle does not turn off at the end of the cycle
Results 1 to 3 of 3
  1. #1

    Gcode that spindle does not turn off at the end of the cycle

    Hello,
    My prdoucts cutting time is like 15 sec but starting spindle and spindle stop take extra 15 sec. It takes too much time. Is it possible that the spindle non stop working? You can see the start of code and the end of code below. I am using Mach3.In advance I appreciate your helps

    What I tried that

    1) I remove M30 but not working and code did not come to the begining
    2)I put M03 insted of M30 but not working and the code did not come to the begining
    3)I put S16000M3 insted of M30 but not working and the code did not come to begining.

    M3 starts spindle and M30 turns of the spindle.

    T1M6
    G0Z25.000
    G0X0.000Y0.000S16000M3
    G0X15.000Y-3.000Z25.000
    G1Z-7.000F2000.0
    G1X14.177Y-2.958F2300.0
    .
    .
    .
    .
    .
    .
    X15.000
    G0Z25.000
    G0X0.000Y0.000
    G0Z25.000
    G0X0Y0
    M30

  2. #2

    Re: Gcode that spindle does not turn off at the end of the cycle

    you can replace the m30 with m47 which will rewind the program but will want to repeat the program . Add an m0 at the top of the program to prevent it from repeating . The spindle will stay running on an m0

  3. #3
    Join Date
    Jun 2010
    Posts
    4262

    Re: Gcode that spindle does not turn off at the end of the cycle

    My prdoucts cutting time is like 15 sec but starting spindle and spindle stop take extra 15 sec.
    Check the Mach3 configs - I forget which tab. There is an option to vary the motor start and stop times.

    Cheers
    Roger

Similar Threads

  1. Replies: 10
    Last Post: 03-31-2019, 01:41 PM
  2. Replies: 2
    Last Post: 03-10-2019, 09:01 PM
  3. Replies: 6
    Last Post: 01-25-2014, 11:41 PM
  4. END OF CYCLE SIGNAL
    By 300blkout in forum Daewoo/Doosan
    Replies: 0
    Last Post: 10-04-2012, 05:12 PM
  5. Gcode Turn A axis CCW
    By kNucklBustr in forum Mach Software (ArtSoft software)
    Replies: 9
    Last Post: 09-24-2012, 06:47 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
  •