586,069 active members*
3,663 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2003
    Posts
    104

    Stop/start a program

    Hi;
    Is there a way to stop and restart a program remotely. The
    ESC button stops the program then Y/N to restart or terminate the program. One of my projects is a home built Wire EDM. For now the wire EDM is controlled by a programmable controller. I would like to convert it to true CNC. However, the spark voltage needs to be monitored while it is burning. When the voltage drops there is an input to the controller that halts the wire advance untill the voltage increases again, then the wire advance resumes.
    Is it possible to pause the Turbocnc software then restart it through some kind of input recieved from the EDM power supply.
    Thanks,
    Jim

  2. #2
    Join Date
    Apr 2003
    Posts
    131
    Is it possible to pause the Turbocnc software then restart it through some kind of input recieved from the EDM power supply.
    Not yet, at least not in any way that most users would consider reasonable. You could program the entire toolpath path in very short moves, punctuated by M72 or M73 commands to wait for input from the EDM power supply, but that'd be kind of a pain I would think.

    This sort of thing has been on the slate for eventual addition to the code, but I haven't gotten around to it yet.

  3. #3
    Join Date
    May 2003
    Posts
    325
    can the short move plus the M72/M73 be put inside a loop? that would let you program long controlled moves.

    robotic regards,

    Tom

  4. #4
    Join Date
    Apr 2003
    Posts
    131
    can the short move plus the M72/M73 be put inside a loop? that would let you program long controlled moves.
    No, sorry. Loops and macros aren't supported yet, although subroutines are.

    With the source code, such a thing could be spliced in to pause the action inside the motion loop - maybe simply by changing the function of the e-stop external trigger line from the (Y/N) dialog it displays now.

Similar Threads

  1. Learning to Program CNC Turning Center
    By Farmer in forum G-Code Programing
    Replies: 13
    Last Post: 09-12-2005, 06:03 AM
  2. parametric programming
    By Karl_T in forum CamSoft Products
    Replies: 21
    Last Post: 05-24-2005, 08:58 PM
  3. Bridgeport Eztrack Series II -Ferror Program
    By yuso in forum Bridgeport / Hardinge Mills
    Replies: 2
    Last Post: 05-23-2005, 06:44 PM
  4. How to cut multiple parts (loop a program)
    By Bird_E in forum Mach Software (ArtSoft software)
    Replies: 6
    Last Post: 05-13-2005, 09:16 PM
  5. A few honest questions
    By HuFlungDung in forum CamSoft Products
    Replies: 8
    Last Post: 06-16-2004, 12:24 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
  •