
Originally Posted by
robbec
Hi, this may be of use to you, although you may already know how to use this feature.
To find a start point nearer to where your file stopped use the SIMULATION MODE, once this has run through to the end don't uncheck SIMULATION MODE just open the ADVANCED START option. Select LINE NUMBER at the top of this menu, on the left side select POSITION, below that enter a line number to start from, on the right menu select POSITION & enter a line number to stop at then click OK. The software will show a cut simulation of the selected section of code you specified. Repeat this untill you have found a point near to where you want to restart the code from.
Once you have found a line number to start from, uncheck SIMULATION MODE then select the ADVANCED START option, select LINE NUMBER at the top of this menu, on the left side select POSITION, below that enter the line number which you are wanting to start from, on the right menu select END so that the file will run untill finished, then select OK to restart the file.
This should make it easier than running the entire file from start to finish (if you are not able to resume automatically).
If you stop the machine in the middle of a cut for any reason, you can restart automatically from the stop point by opening ADVANCED START, then the line number which the code was stopped at should already be shown in the start from box, select OK & it will restart from that point.
This feature also lets you break up large files of code into smaller blocks so you can run them at different times (without actually editing the code file), you just need to remember the start & finish line numbers you have used so you can resume from that point.
Hope this makes sense & helps, let me know.
Rob