The template words #EXIT and #EXITC will only exit sections. I want exit the entire code generator, to bring the entire process to a screeching halt. Yes I could set a flag with my error checks, test the flag in each section, then use #EXIT if true. I'm looking for a quicker (easier) way.
============================================= Fred Lauzus, CAM Programming Coordinator High Steel Structures, Incorporated mailto:[EMAIL PROTECTED] http://www.highsteel.com ============================================= -----Original Message----- From: Michael Senack [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 25, 2000 3:08 PM To: 'Lauzus, Frederick'; SmartCAM Email Group Subject: RE: [mfg-smartcam] How to kill a code generator Blue Screen of Death! Can you not use an #EXIT as per SmartCAM Code Generation Guide Page 159 if the error check is true? -----Original Message----- From: Lauzus, Frederick [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 25, 2000 2:24 PM To: SmartCAM Email Group Subject: [mfg-smartcam] How to kill a code generator Does anyone know how to kill a code generator? Before they come to lock me up, let me explain. I'm building in some automatic error checks into the template file such as checking for axis over travel, excessive spindle speeds, etc. Once a error condition is found, is there a simple way to stop generating code at that point? What I'm looking for is one of those happy little accidents where someone finds a bug (a.k.a. undocumented feature) that they can actually make good use of. Anybody have such luck? ============================================= Fred Lauzus, CAM Programming Coordinator High Steel Structures, Incorporated mailto:[EMAIL PROTECTED] http://www.highsteel.com ============================================= ====================================================================== To find out more about this mailing list including how to unsubscribe, send the message "info mfg-smartcam" to [EMAIL PROTECTED] ====================================================================== ====================================================================== To find out more about this mailing list including how to unsubscribe, send the message "info mfg-smartcam" to [EMAIL PROTECTED] ======================================================================
