PDA

View Full Version : Repeat a Part



mnrite
03-12-2007, 10:36 AM
Can I edit a program so that after cutting a part, the program asks if I want to cut another, if I position another blank and type "Y" it jumps back to the proper line and cuts another, if I type "N" it finishes the program, shuts off the router etc.

Thanks
Mike

scottj
03-12-2007, 10:50 AM
Hi Mike,
You will want to review the section under advanced progamming in the manual. What you would need to do is add an input and a loop statement into the file that would do this for you. You can find examples of these statements in the sample files in Sbparts.

mnrite
03-12-2007, 02:21 PM
Thanks Scott,

Input & Loop Statements, I thought it would be something like that from back in my "BASIC" programing days. I'll take a look to refresh my memory.

Thanks
Mike