ACU-RITE 3500i 389
11.4 Advanced Programming
Tool Modification Programming Example:
This program mills the square shape four times. The 3500i executes
the first pass using the tool diameter entered in the Tool Page. Each
subsequent pass uses a different, "modified" tool diameter, as
programmed in Blocks 8, 10, and 12. T, D, L, and H are the only word
addresses allowed on the block.
Block # Block
N1 O41 * TOOL-MOD.G
N2 G90 G70 G0 G17
N3 T0
N4 Z0
N5 X0 Y0
N6 T1 * .8000 DIA.
N7 M98 P1
N8 T1 D.6
N9 M98 P1
N10 T1 D.4
N11 M98 P1
N12 T1 D.2
N13 M98 P1
N14 T0
N15 G0Z0