Results 1 to 8 of 8

Thread: How can I keep my spindle on?

  1. #1
    Join Date
    Mar 2010
    Location
    Santa Maria, CA
    Posts
    52

    Default How can I keep my spindle on?

    How can I make the spindle stay running after it finishes a toolpath?

    I am cutting pieces that only take 40 seconds and I want to leave the spindle running while I change the material.

    I comment out the turn off command at the end of the toolpath but it still turns off - it must be getting a turn off command from another program.

    I do not have the cable that connects the ShopBot control box to the spindle controller - yet.

    Any ideas pls

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

    Default

    I think you need to work a bit more on modifying the toolpath.
    ok after the cut have the machine jog to where you want it to park. then put in a pause command. this will requite you to hit enter to start it again. but you can also add a time if that works. then you add goto begin after that. at the top of the file right after the pause add begin:
    so the file will run then jog where you want it pause then wait for you to hit enter then start all over again.
    if you need the spindle to stop and start add the bottom lines after the off line and the begin before the start line.
    modify the start and stop locations so they are practical for the job.

  3. #3
    Join Date
    Jan 2004
    Location
    iBILD Solutions - Southern NJ
    Posts
    7,986

    Default

    Make sure you comment BOTH the SO,1,0 command as well as the END command.

    -B
    High Definition 3D Laser Scanning Services - Advanced ShopBot CNC Training and Consultation - Vectric Custom Video Training IBILD.com

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

    Default

    here is the sample makes it easier then following my poor explanation
    http://dl.dropbox.com/u/1939753/sample.sbp

  5. #5
    Join Date
    Mar 2010
    Location
    Santa Maria, CA
    Posts
    52

    Default How can I keep my spindle on?

    Thanks Brady and Steve

    Works good except I get a "Label Finding Error" at the GOTO begin command line

    Working great now - I failed to notice that I had to put BEGIN: up in the beginning of the file.

    I wonder why I fail programming 101...

    Thanks again
    Last edited by Hobodog2; 11-21-2011 at 04:37 PM.

  6. #6
    Join Date
    Aug 2005
    Location
    Oakwood GA
    Posts
    383

    Default

    Peter,
    Here is a link to a thread I started some time back. I used David Buchsbaum's option.

    http://www.talkshopbot.com/forum/showthread.php?t=62

    Andy B.
    Andy Brooks
    Oak Branch Manufacturing and Assembly, LLC
    andy@oakbranchmfg.com
    770-540-9672
    www.oakbranchmfg.com
    PRTAlpha 48x96 w/ 5 HP Spindle

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

    Default

    Quote Originally Posted by Hobodog2 View Post
    Thanks Brady and Steve

    Works good except I get a "Label Finding Error" at the GOTO begin command line

    Working great now - I failed to notice that I had to put BEGIN: up in the beginning of the file.

    I wonder why I fail programming 101...

    Thanks again
    me either. I would forget the : at the end of begin.
    if you want to have the spindle turn on and of between parts just move the lines after the stop command and the begin before the start command. Much easier then starting the file over and over.

  8. #8
    Join Date
    Mar 2010
    Location
    Santa Maria, CA
    Posts
    52

    Default

    Thanks everyone for your inputs - I essentially used David B's script, works great.

Similar Threads

  1. spindle fan blows up out the top or down through the spindle?
    By knight_toolworks in forum Assembly & Maintenance
    Replies: 8
    Last Post: 09-19-2016, 08:40 PM
  2. Spindle control without spindle
    By ken_rychlik in forum Cabinetry and eCabinet/ShopBot Link
    Replies: 13
    Last Post: 07-10-2010, 05:02 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
  •