// ---------------------------------------- // // 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. // ---------------------------------------- @COMMENTS Machine: LIGHT MACHINE MILL Control: TMC-1000 Date: Jan. 24, 1990 Special variables/considerations: At every Tool Change the Z position is hard coded to a value of 2.0" @START ;CODE GENERATOR COMPATABLE WITH TMC v1.x CONTROL; #ONBLK G05; #FILE #SPNDL; SPINDLE ON #MOV X#XPOS Y#YPOS @TOOLCHG #MOV Z2 X#XPOS Y#YPOS M05 G05 T#TOOL #SPNDL; SPINDLE ON @END << #MOV> Z#ZPOS> M02; END OF FILE #OFFBLK @STPROF < #ABSI>< #MOV>< X#XPOS>< Y#YPOS>< Z#ZPOS>< F#FEED> @ENDPROF << #MOV> Z#ZPOS> @RAP < #ABSI>< #MOV>< X#XPOS>< Y#YPOS>< Z#ZPOS> @LINE < #MOV>< X#XPOS>< Y#YPOS>< Z#ZPOS>< F#FEED> @ARC < #MOV>< X#XPOS>< Y#YPOS> I#XCTR J#YCTR< F#FEED> @ZCLRMV < #ABSI><< #MOV> Z#ZPOS> @ZCHKMV < #FXD><< #MOV> Z#ZPOS> @ZDPTHMV << #MOV> Z#ZPOS< F#FEED>> @DWELL G04 F#DWELL @