// ---------------------------------------- // // 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: Kitako L-25 Slant Bed Lathe Control: FANUC 3T Date: October 18,1990 @START % O#S1 (#FILE) #EVAL(#U2=8) #EVAL(#U1=1) N#U1 G50 X0000 Z0000 S1800 #ONBLK G00 T#TOFF (#TDESC) #SPMODE S#SPEED #SPNDL #NEXTPT #EVAL(#U1=#U1+1) @TOOLCHG G00 X0000 Z0000 T#LTOOL M09 M05 M01 #OFFBLK #EVAL(#U2=8) N#U1 G50 X0000 Z0000 S3000 #ONBLK G00 T#TOFF (#TDESC) #SPMODE S#SPEED #SPNDL #EVAL(#U1=#U1+1) @END G00 X0000 Z0000 M09 G97 S800 T#LTOOL M00 M30 #OFFBLK% @STPROF #RESET(#FXD) < #MOV>< X#XPOS>< Z#ZPOS>#IF(#U2>0)< M0#U2> #EVAL(#U2=0) @RAP #RESET(#FXD) < #MOV>< X#XPOS>< Z#ZPOS>#IF(#U2>0)< M0#U2> #EVAL(#U2=0) @LINE #RESET(#FXD) < #MOV>< X#XPOS>< Z#ZPOS>< F#FEED> @ARC #RESET(#FXD) < #MOV>< X#XPOS>< Z#ZPOS> R#ARAD< F#FEED> @FXD1 G76 X#XPASS Z#ZPASS< I#XOV> K#V1 D#FMT(#V2,T1.4) E#FTHRD A60 @FXD2 < G00< X#XPOS> Z#ZPOS> < #FXD>< X#XPASS>< Z#ZPASS>< F#FEED> @FXD3 < G00 X#XPOS > < #FXD>< X#XPASS>< Z#ZPASS>< F#FEED> @FXD4 G33 Z#ZPASS F#FEED M03 G33 Z#ZPOS F#FEED @FXD5 G74 Z#ZPASS K#PECK F#FEED @DWELL G04 P#DWELL#EVAL(#TIME=#DWELL/60) @