// ---------------------------------------- // // The following SmartCAM code generator has been // created to generate NC code for the respective // machine and control combinations listed below. // // Due to differences in programming styles, // controller versions, and optional equipment, // SmartCAMcnc DOES NOT and CANNOT guarantee // that the NC code generated is correct for any // specific machine. Some modification to the code // generator to match your setup and output // requirements is likely necessary. // // Modifications to code generators do not TYPICALLY // require a significant amount of time. SmartCAM // customers with active SSA contracts are entitled // to support for their code generators from the // SmartCAMcnc Support Group. To contact them for // support, please send an email to: // Support@SmartCAMcnc.com. If you would like // information on purchasing SSA for your SmartCAM // products, please contact: Sales@SmartCAMcnc.com // // DISCLAIMER: It is the responsibility of the end // user to confirm and verify that the NC code // created by any code generator is accurate and // will not cause a machine malfunction which // could result in stock, tooling, machine, and/or // personal injury. // // SmartCAMcnc assumes no responsibility or // liability for any damage caused or alleged to // have been caused by the use of any of the code // generators it provides. // ---------------------------------------- //Machine: South Bend MagnaTurn 612 //Control: South Bend Ultrapath //Date: September 14, 1992 @START %#ONBLK G90 G00 X#XPOS Z#ZPOS T#TOFF M06 [ #TDESC ] #SPNDL S#SPEED F#FEED M08 @TOOLCHG M09 G00 X#XPOS Z#ZPOS< #SPOFF> T#TOFF M06 [ #TDESC ] #SPNDL S#SPEED F#FEED M08 @END G00 X#XHOME Z#ZHOME M09 M02 #OFFBLK% @STPROF < #MOV>< X#XPOS>< Z#ZPOS> @RAP < #MOV>< X#XPOS>< Z#ZPOS> @LINE < #MOV>< X#XPOS>< Z#ZPOS>< F#FEED> @ARC #MOV X#XPOS Z#ZPOS I#XCTR K#ZCTR @FXD1 G33< X#XPOS> Z#ZPOS F#FTHRD @STOP M00< [ #S0 ]> #RESET(#SPNDL) @OPSTOP M01< [ #S0 ]> #RESET(#SPNDL) @NOTES #S0 = Comment string to be output with M00 or M01