Rockwell Automation 8520-MUM 9/Series CNC Mill Operation and Programming Manual Documentation Set User Manual

Page 515

Advertising
background image

Tool Control Functions

Chapter 20

20-31

When all of the tools for all of the different groups have been entered, end
the execution of editing the tool life management table by programming
either a M02 or M30 end of program blocks or by entering the following
block:

G11;

This cancels the G10 data setting mode for tool management.

Important: Any information that was previously entered for any of the
tool groups is lost when the control executes the G10L3 block.

Example 20.6

Programming Tool Life Management Data

Program Block

Description

G10L3;

Starts loading tables.

P1I1Q60;

Begins loading data for tool group 1. Type 1 (number of uses)
measurement. Threshold 60%.

T1H5D7L25;

Places tool 1 in group 1 with length offset number of 5, cutter
radius offset number 7, and expected life of 25 uses.

T2H2;

Places tool 2 in group 1 with length offset number of 2, no cutter
radius offset number and expected life of 25 uses.

T15H7;

Places tool 15 in group 1 with length offset number of 7, no cutter
radius offset number and expected life of 25 uses.

P2;

Begins loading data for tool group 2. Type 0 measurement
(default). Threshold at 80% (default).

T12H3D6L40;

Places tool 12 in group 2 with length offset number of 3, cutter
radius offset number of 6, and expected life of 40 minutes.

T13;

Places tool 13 in group 2 with length and radius offset numbers of
0 and expected life of 40 minutes.

P4I0Q90;

Begins loading data for tool group 4. Type 0 (time) measurement.
Threshold at 90%.

T20H3D6;

Places tool 20 in group 4 with length offset number of 3, cutter
radius offset number of 6, and expected life of 0 minutes.

Q50;

Resets the threshold at 50% for group 4.

G11;

Ends the loading operation.

M02;

Advertising