Yaskawa YASNAC PC NC Programming Manual User Manual

Page 246

Advertising
background image

4 - 109

YASNAC PCNC Programming Manual

Chapter 4: Enhanced Level Commands

(2) Specifying the Tool Life Control

(a) Specifying in a program

In a program, the T codes, H/D codes, and M codes indicated below are used to specify the
tool life control function.

Table 4.3.3.3

Tool Life Control Commands Specified in a Program

Program

Block

Operation (with the setting of pm4110 = 1)

TI005;

Specifies tool group number “5”. Tools are selected from the specified tool
group in the preset order.

M06;

Places the status of the selected tool in “selected”.

H999;

Selects the H number registered for the tool.

D999;

Selects the D number registered for the tool.

D0;

Cancels D.

H0;

Cancels H

T0010;

Returns the T command to a normal T command.

M06;

Changes the tool to a not life-controlled tool; ends the tool life control mode
which has been called up by the preceding M06.

M30;

End of program

Advertising