@COMMENT See bottom for disclaimer Machine: REICHENBACHER Control: SINUMERIC 3 Date: 88-0218 Revision History 09-0911: Updated to v5 @ @START % #ONBLK G40 D0 G54 G64 M51 T0 S0 R01 G90 G0 Z R01 #OFFBLK /M5 #ONBLK T#TOOL M6 #EVAL(#V0=#SPEED/100) #SPNDL S#FMT(#V0,T2.0) #MOV X#XPOS Y#YPOS T81 D#LOFF Z#ZPOS @ @TOOLCHG #RESET(#V0) G90 G0 D0 Z R01 T0 S0 T#TOOL M06 #EVAL(#V0=#SPEED/100) #SPNDL S#FMT(#V0,T2.0) #MOV X#XPOS Y#YPOS T81 D#LOFF Z#ZPOS @ @END #RESET(#V0) G90 G0 D0 Z R01 T0 S0 M28 M30 #OFFBLK% @ @STPROF < #MOV>< X#XPOS>< Y#YPOS> @ @ENDPROF #MOV Z#ZPOS < #DCOMP> @ @RAP < #MOV>< X#XPOS>< Y#YPOS> @ @LINE < #DCOMP D#DOFF>< #MOV>< X#XPOS>< Y#YPOS>< Z#ZPOS>< F#FEED> @ @ARC < #MOV>< X#XPOS>< Y#YPOS>< I#XCTR>< J#YCTR>< F#FEED> @ @ZCLRMV < #MOV>< Z#ZPOS> @ @ZCHKMV < #MOV>< Z#ZPOS> @ @ZDPTHMV < #MOV>< Z#ZPOS>< F#FEED> @ @OP_DRL < X#XPOS>< Y#YPOS>< F#FEED> #CYCLE @@CYCLE 0,L10001 @ @OP_SPDRL #CALL(OP_CSINK) @OP_CDRL #CALL(OP_CSINK) @OP_CBORE #CALL(OP_CSINK) @OP_SPFACE #CALL(OP_CSINK) @OP_CSINK < X#XPOS>< Y#YPOS>< F#FEED> #CYCLE @@CYCLE 0,L10401 @ @OP_TAP < X#XPOS>< Y#YPOS>< F#FEED> #CYCLE @@CYCLE 0,L10201 @ @OP_BORE < X#XPOS>< Y#YPOS>< F#FEED> #CYCLE @@CYCLE 0,L10301 @ @OP_PDRL < X#XPOS>< Y#YPOS>< F#FEED> #CYCLE @@CYCLE 0,L10101 @ // ---------------------------------------- // // 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. // ----------------------------------------