---------------------------------------- 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 SMA 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 SMA 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: Bridgeport Series I Mill Control: Dana Ind. (Summit) Bandit I Control Firmware Level 3M Revision Code M Notes: 1. This Code Generator supports the following drill cycles: G81 - Drilling Cycle G83 - Peck Drilling Cycle G84 - Tapping Cycle G85 - Boring Cycle @ @DECLARE //#OUTCND // outputs conditional status //#OUTSEC // outputs @section names //#OUTREF // outputs processing errors //#OUTRPT // outputs an error report file @ @START % #ONBLKN001& M3 #ABSI T#TOOL < /X#XPOS>< /Y#YPOS> @ @TOOLCHG < #FXD> M5 T0 G98 M6 T#TOOL M3 < #ABSI> < /X#XPOS>< /Y#YPOS> @ @END < #FXD> M5 T0 G98 M2 #OFFBLK% @ @STPROF < #FXD> < #ABSI> < /X#XPOS>< /Y#YPOS> @ @ENDPROF /Z#ZPOS < #DCOMP> @ @RAP < #FXD> < #ABSI> < /X#XPOS>< /Y#YPOS> @ @LINE < F#FEED> < #DCOMP> < X#XPOS>< Y#YPOS>< Z#ZPOS> @ @ARC < F#FEED> X#XPOS Y#YPOS I#XCTR J#YCTR @ @ZCLRMV < #FXD> < /Z#ZPOS> @ @ZCHKMV < #FXD> /Z#ZPOS @ @ZDPTHMV < F#FEED> < Z#ZPOS> @ @OP_SPEC #CALL(OP_DRL) @OP_REAM #CALL(OP_DRL) @OP_DRL < #ABSI> < /X#XPOS>< /Y#YPOS> < F#FEED> < Z#ZDPTH #CYCLE> @@CYCLE 0,G81 @ @OP_SPDRL #CALL(OP_CSINK) @OP_CDRL #CALL(OP_CSINK) @OP_CBORE #CALL(OP_CSINK) @OP_SPFACE #CALL(OP_CSINK) @OP_CSINK < #ABSI> < /X#XPOS>< /Y#YPOS> < F#FEED> < Z#ZDPTH /T#DWELL #CYCLE> @@CYCLE 0,G81 @ @OP_TAP < #ABSI> < /X#XPOS>< /Y#YPOS> < F#FEED> < Z#ZDPTH #CYCLE> @@CYCLE 0,G84 @ @OP_BORE < #ABSI> < /X#XPOS>< /Y#YPOS> < F#FEED> < Z#ZDPTH #CYCLE> @@CYCLE 0,G82 @ @OP_PDRL < #ABSI> < /X#XPOS>< /Y#YPOS> < F#FEED> < /Z#ZDPTH Z-#PECK #CYCLE> @@CYCLE 0,G83 @ @DWELL /T#DWELL @