603,896 active members*
4,458 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > CNC "do-it-yourself" > Restart the code from a specif point of the sequence
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2024
    Posts
    1

    Restart the code from a specif point of the sequence

    Hi everyone,

    I am creating this thread to get some advice from experts in this forum to improve my prototype.
    The code that has been created allows to execute a sequence of steps that can be stopped in each moment if needed just clicking on the "Stop" button (in case something wrong happen during the sequence). When the machine is stopped it is possible to fix the problem and then continue. But in this case when clicking the "Start" button to run the program, it starts from the beginning (repeating already the steps that have been already performed). Is there a way in order to restart the program from a specific line of the code without starting from the beginning?

    Thanks in advance for the support,
    Libera

  2. #2
    Join Date
    Nov 2013
    Posts
    5409

    Re: Restart the code from a specif point of the sequence

    Hi,
    depending on the controller yes that can be done.

    Gcode is modal, so that if you start in the middle of a program the machine will not know what mode it is in. You in effect need to run the program from the start, but without movement,
    so that the controller knows what modes are active at the section of code that you want to start from.

    In Mach it is called the 'Run From Here' feature. You need to practice with it or you will crash. There is a procedure to follow.

    Craig

Similar Threads

  1. detect restart sequence ?
    By deadlykitten in forum Okuma
    Replies: 24
    Last Post: 04-02-2019, 09:02 PM
  2. How to restart the DSP machine at the point it stopped.
    By Fanny-Roctech in forum Roctech CNC Routers
    Replies: 0
    Last Post: 01-26-2015, 07:35 AM
  3. Sequence Restart question
    By stude8 in forum Okuma
    Replies: 10
    Last Post: 02-02-2014, 01:09 AM
  4. Replies: 6
    Last Post: 02-10-2011, 07:06 AM
  5. Restart sequence in U-10
    By edufer1 in forum Okuma
    Replies: 12
    Last Post: 11-25-2010, 02:31 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •