Owner's manual
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;
Beginsloadingdatafortool group 1. Type 1(numberofuses)
measurement. Threshold 60%.
T1H5D7L25;
Places tool 1in group 1with length offsetnumber of5,cutter
radius offsetnumber 7,and expected lifeof25 uses.
T2H2;
Places tool 2in group 1with length offsetnumber of2,no cutter
radius offsetnumber and expected life of25 uses.
T15H7;
Places tool 15in group 1with length offsetnumber of7,no cutter
radius offsetnumber and expected life of25 uses.
P2;
Beginsloadingdatafortool group 2. Type 0measurement
(default). T hresholdat80%(default).
T12H3D6L40;
Places tool 12in group 2with length offsetnumber of3,cutter
radius offsetnumber of6,and expected lifeof40 minutes.
T13;
Places tool 13in group 2with length andradiusoffsetnumbersof
0 and expected life of 40 minutes.
P4I0Q90;
Beginsloadingdatafortool group 4. Type 0(time)measurement.
Threshold at90%.
T20H3D6;
Places tool 20in group 4with length offsetnumber of3,cutter
radius offsetnumber of6,and expected lifeof0 minutes.
Q50;
Resets the threshold at50%forgroup 4.
G11;
Endstheloadingoperation.
M02;