Download CNC Code Shooter Help File
Transcript
Below is a snapshot of a program created by CNC Code Shooter Mill. You will be able to create a program from beginning to the end with CNCCodeShooter. Begin your program with the start tab, setting your program number, the tool description, and the work shift. Next you will click the button Make Code and preview it in the preview box. If the code is good then click the send button to send it over to the text editor to start creating your program. Renumber your program to your own sequence of numbers for your own program or use the default setting. This is just an example . Every machine will have different configurations and will be slightly different depending on specific settings that are required by different machines. Refer to the machine manual for the specific settings required by individual machines.(example: the baud rate, or the parity, etc.) $ :00001 Flange Adapter (Program Description) (More Description) % #4 CENTER DRILL (Tool Description) N1 G90 G80 G40 G00 G17 (Cancel Codes) N2 S1000 M03 (spindle 1000rpm / forward) G15P1 (Work shift) N3 G00 X2.1213 Y2.1213 (1st position move) N4 G56 Z1.0 H1 M08 (work shift) N5 G81 Z-.28 R.1 F2.0 M54 (drill Cycle) N6 Z-2.1213 N7 Y-2.1213 N8 X2.1213 N9 X3.2476 Y1.875 N10 X0 Y-3.75 N11 X-3.2476 Y1.875 N12 Y-1.875 N13 X0 Y-3.75 N14 X3.2476 Y-1.875 N15 G80 G00 Z1.0 N16 G91 G30P1 Z0 M09 N17 G90 M01 N18 T2 M06 (17/32 DIA. DRILL) N28 G90 G80 G40 G00 G17 N29 S539 M03 N30 G00 X2.1213 Y2.1213