Results 1 to 6 of 6

Thread: Command Timing

  1. #1
    Join Date
    Jul 2005
    Location
    Brookline, New Hampshire
    Posts
    434

    Default Command Timing

    Does anyone know ...

    If a shopbot file has a move command, is the next statement executed when the "move" command has been send to the control box or when the control box indicates that the move is complete?

    Paul Z

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

    Default

    Well...neither. Commands are sent from the PC to the control box in 'stacks', so they are executed in blocks of commands, not one by one.

    -B

  3. #3
    Join Date
    Jul 2005
    Location
    Brookline, New Hampshire
    Posts
    434

    Default

    Brady,

    I phrased the question incorrectly ... let me try again.

    If I send a move command and then a command to turn on an output, does the output get turned on after the move is started or only after the move is complete?

    I’d like to use one of the input/output pairs to “synchronize” a micro-controlled tool.

    Paul Z

  4. #4
    Join Date
    May 2006
    Location
    , South Daytona Florida
    Posts
    408

    Default

    IOW - are the commands synchronous or asynchronous?

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

    Default

    After the move is complete. In other words, if you wanted to move the tool from X0 to X48 and then turn on a switch:

    MX,48
    SO,3,1 (turn switch 3 on)

    #3 will not turn on until the tool gets to X48.

    -B

  6. #6
    Join Date
    May 2006
    Location
    , South Daytona Florida
    Posts
    408

    Default

    Synchronous, then. That's good to know.

Similar Threads

  1. Confusing Timing infiormation
    By NickB in forum ShopBot Buddy
    Replies: 5
    Last Post: 07-09-2013, 10:21 PM
  2. Adhesive for timing belt
    By tlempicke in forum Techniques for Cutting, Drilling, Machining
    Replies: 4
    Last Post: 01-16-2011, 06:41 PM
  3. Timing Belt Style (Gear) Reducers Experience
    By gerryv in forum ShopBotter Message Board
    Replies: 8
    Last Post: 11-23-2010, 12:58 PM
  4. Timing butterfly pattern
    By johntwo in forum Archives2004
    Replies: 7
    Last Post: 02-14-2004, 09:34 AM
  5. Timing Problems
    By valensign in forum Archives-2002
    Replies: 4
    Last Post: 10-18-2002, 06:08 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
  •