Phil,
The AU command should accomplish this. The format is:
AU,Line Begin,Line End,Dry Run Option,Search Modals option
If you wanted to start at N200 without processing any line that came before it the command would be:
Code:
COMMAND MODE> AU,200,,,1
This is a somewhat dangerous mode of operation unless you are very careful in your program. If you need to use a fixture offset (E), it must come after the line you are starting on, otherwise the control will use the home coordinate system or sometimes the last E offset used. Ditto with the H and D offsets and as mentioned above, the control does not look to see what tool is in the spindle.
An alternative to this method is available allowing you to start at a particular line number, say N200, but still search for modal values from another line, say N25, to the line you wish to start at. This will skip earlier portions of the program you don't want the control to process. The command for that would be:
Code:
COMMAND MODE> AU,200,,,25
This method is only available in COMMAND mode. If you use the command prompting menus, type "6" in the FUNCTION menu to enter command mode.
I hope this makes sense. If not, I can post a code example to show you how it works. Good luck.
SBC