586,036 active members*
4,107 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2011
    Posts
    0

    Cool General programming Q

    Hello,

    Here is the scenario: program designed, loaded into the machine, machine is now running this program (e.g., all holes, spotted). While the machine is running I finished two additional programs (e.g., all holes drilled and all holes tapped as separate programs).

    Is there a way to have the machine run the additional programs without having to wait on the machine to finish the first program and then have me load up another program and then another ... etc. :stickpoke ... in other words to have the machine somehow perform a cursory reading of a pre-defined folder, and execute all programs found in that folder in a sequential manner.

    Thanks for your input/suggestions,

    Cheers!

    Chris
    Noob
    Haas VM3

  2. #2
    Join Date
    Jul 2005
    Posts
    12177
    You cannot load a program into the machine from a floppy, USB or via RS232 while a cycle is running so you will have to wait for it to finish running the first program.

    When you have all the programs loaded you can run them in sequence by having the first program do a M98 call to the second program and the second one M98 to the third program.
    An open mind is a virtue...so long as all the common sense has not leaked out.

  3. #3
    Join Date
    Feb 2008
    Posts
    267
    once your done with the spotting operation you could call up the other programs from the first program using M98 (sub program call) like so...

    Code:
    (spot sequence)
    M98 P1000(drilling sub program number)
    M98 P2000(tap sub program number)


    Sorry Geof, did not read your post completely, did not see that you've already suggested the use of M98.
    Control the process, not the product!
    Machining is more science than art, master the science and the artistry will be evident.

Similar Threads

  1. GENERAL cnc PRO
    By JIM at ATG in forum Commercial CNC Wood Routers
    Replies: 0
    Last Post: 06-07-2011, 06:27 PM
  2. General Logo Comment for Programming
    By charger19690 in forum Uncategorised CAM Discussion
    Replies: 3
    Last Post: 08-30-2009, 04:10 AM
  3. cnc general questions
    By helodude1 in forum Bridgeport / Hardinge Mills
    Replies: 3
    Last Post: 05-12-2009, 05:20 AM
  4. General question
    By kal_pesh in forum Mastercam
    Replies: 4
    Last Post: 06-20-2008, 01:57 AM
  5. I'm new to FeatureCAM, cad/cam in general actually...
    By swingwing205 in forum FeatureCAM CAD/CAM
    Replies: 10
    Last Post: 01-27-2008, 05:57 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
  •