Results 1 to 4 of 4

Thread: Spindle Warm Up File

  1. #1
    Join Date
    Oct 2006
    Posts
    20

    Default Spindle Warm Up File

    Hello All,
    Anyone know if it is possible to create a "warm up" part file for spindles? I am familiar with the TR and SO commands but cannot locate one for time.

  2. #2
    Join Date
    Sep 2006
    Location
    cnc routing, portland or
    Posts
    3,633

    Default

    I can give you mine tomorrow.

  3. #3
    Join Date
    Dec 2000
    Location
    Thorp, WI
    Posts
    2,845

    Default

    J, I run this from a "CustomCut" command (C7 for me).

    MSGBOX(Ready to warm up the spindle?,4,Spindle Warm-Up)
    If &msganswer = NO Then END

    TR,9000
    PAUSE 2
    SO,1,1 'Spindle on
    PAUSE 120
    TR,13500
    PAUSE 120
    TR,18000
    PAUSE 120
    SO,1,0 'Spindle Off

    MSGBOX(Spindle is now warmed up and ready to use,64,Spindle Ready)

    END

  4. #4
    Join Date
    Oct 2006
    Posts
    20

    Default

    Thanks Scott, it's much appreciated!

    Jason

Similar Threads

  1. Spindle warm up question
    By Max Girouard in forum ShopBot Desktop
    Replies: 8
    Last Post: 07-16-2015, 10:09 PM
  2. Warm up spindle quesstion
    By ArtFilmgroup in forum Archives 2003
    Replies: 3
    Last Post: 03-08-2015, 07:26 PM
  3. Spindle warm up
    By Kyle Stapleton in forum ShopBotter Message Board
    Replies: 4
    Last Post: 04-26-2014, 05:58 PM
  4. Spindle speed and warm-up
    By Chuck Keysor in forum ShopBotter Message Board
    Replies: 18
    Last Post: 08-08-2011, 06:51 PM
  5. HSD Spindle warm up/cool down
    By beacon14 in forum Archives2008
    Replies: 4
    Last Post: 02-25-2008, 06:32 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
  •