Makino Standard Tool Length Function Operation Manual

Standard Tool Length
Function

Operation Manual

Professional 6
Original instructions
MAKINO GmbH
Essener Bogen 5, 22419 Hamburg
Phone ++49 / 40 / 29 80 90 Fax ++49 / 40 / 29 80 94 00
Imprint I
Imprint
Editor: MAKINO GmbH
Essener Bogen 5 D-22419 Hamburg
Tel.: ++49 / 40 / 298 09 - 0 Fax: ++49 / 40 / 298 09 - 400 e-mail: documentation@makino.de
Date issued: 2015-02
MAKINO 0851A-1502 (en)
II Imprint
0851A-1502 (en) MAKINO
Revisions III
Revisions
Date Chapter/Page Modification
MAKINO 0851A-1502 (en)
IV Revisions
Revisions
Date Chapter/Page Modification
0851A-1502 (en) MAKINO
Table of contents V
Table of contents
0 GENERAL SAFETY INSTRUCTIONS ....................................................................................................... 0-1
0.1 Indicator words and their meaning .......................................................................................................... 0-1
1OUTLINE ............................................................................................................................................................. 1-1
2 SPECIFICATION ............................................................................................................................................... 2-1
2.1 Display of the Standard Tool Length at the “Tool Data” Screen ................................................... 2-1
2.2 Using the Standard Tool Length ................................................................................................................ 2-2
3 STANDARD TOOL LENGTH DATA ......................................................................................................... 3-1
3.1 Copying the Standard Tool Lengths into Macro Variable ............................................................... 3-1
3.2 Entering the Standard Tool Lengths from an NC Program ............................................................. 3-1
4 MACHINE ALARMS AND WARNINGS ................................................................................................ 4-1
5 MACHINE PARAMETERS ........................................................................................................................... 5-1
6APPENDIX ......................................................................................................................................................... 6-1
6.1 Revision History ................................................................................................................................................ 6-1
MAKINO 0851A-1502 (en)
VI Table of contents
0851A-1502 (en) MAKINO
GENERAL SAFETY INSTRUCTIONS 0-1

0 GENERAL SAFETY INSTRUCTIONS

The hazards involved in operating the machine are identified by the following means:
- In this manual, warning notices serve to indicate aspects which are relevant to safety.
- On the machine, warning signs point out aspects which are relevant to safety.

0.1 Indicator words and their meaning

The indicator words use for warning notices are divided into the categories listed below, according to the accepted degree of risk involved.
Consciously ignoring these warning notices can result in accidents, serious injuries or death.
Furthermore, serious damage may be caused to the machine and its auxiliary units. The warning notices below must there be followed without fail!
DANGER!
Indicator word used to denote an immediately hazardous situation which, if not avoided, will result in serious injury or death.
WARNING!
Indicator word used to denote a potentially hazardous situation which, if not avoided, could result in serious injury or death.
CAUTION!
Indicator word used to denote a potentially hazardous situation which, if not avoided, could result in slight to moderate injuries.
NOTICE! Indicator word used to denote a potentially hazardous situation which, if not avoided,
could result in damage to property.
REMARK Indicator word used to point out important or useful information.
MAKINO 0851A-1502 (en)
0-2 GENERAL SAFETY INSTRUCTIONS
0851A-1502 (en) MAKINO
OUTLINE 1-1

1OUTLINE

REMARK 1. Read this manual carefully before operating the machine.
2. Store this manual in a clearly marked location for easy reference.
3. All rights reserved. No part of this document may be reproduced, copied, or modified in any form or any means without direct permission of Makino Milling Machine Co., Ltd.
In “Tool data” screen of Professional 6, there is column of the length of the tool “H (Geometry)”, and actual length of the tool of each tool is registered there. The operator registers this data with the MDI key on the tool data screen usually.
Usually machining is performed according to this tool length.
When a machining is performed with this tool length that is extremely different from the tool length in­tended by an NC programmer (a person managing the tools), there is a possibility of damaging the spin­dle by an empty operation, an overlord operation, an interference of the tool to a work, etc.
To prevent this, “Nominal Length” column was introduced into “Tool data” screen of Professional 6. The programmer registers the length of a standard tool and it is possible to stop the machining program by comparing the length of the tool by the NC program with the length of a standard tool.
REMARK This is restricted to only when the Tool Offset Data Transfer Command (M56) is being
used.
(Remark)
MAKINO 0851A-1502 (en)
1-2 OUTLINE
0851A-1502 (en) MAKINO
SPECIFICATION 2-1

2 SPECIFICATION

2.1 Display of the Standard Tool Length at the “Tool Data” Screen

The standard tool length is displayed at the “Tool Data” screen of the Professional 6 as shown below: This is where an NC programmer (a person managing the tools) registers the data. In addition to a regis­tration by the tool data screen, the registration is also possible by NC programs. (Refer to “3.2 Entering the Standard Tool Lengths from an NC Program”.)
Fig. 2-1:
REMARK If the standard tool length “Nominal Length” is not currently displayed at the “Tool Data”
screen, it can be brought up by the standard procedure:
1. Display the context menu on the Tool Data screen, and select the “Screen Setting”.
2. Check the item described as “Nominal Length” on the “Tool Data List” tab.
3. Press the [OK] button. For more information, refer to the section “3.9 Setting Screen” of the tool data screen of the screen part in the Professional 6 operation manual.

2.2 Using the Standard Tool Length

Comparison between a tool length and a nominal tool length is performed when a specific M code (M1423) is commanded. The comparison is not performed when registering or changing data. Here, the tool length denotes the sum of an offset length (H (geometry)) and an offset length (H (wear)).
When the M1423 is executed, the tool length and the nominal tool length of a tool mounted to the spin­dle is calculated by the following formula. The machine alarm goes off in the following cases.
MAKINO 0851A-1502 (en)
(Remark)
2-2 SPECIFICATION
Legend
[1] Standard tool length => Nomi-
nal length: Nominal
[2] Minus side allowable value
“Nominal Length: Tolerance (−)”
[3] Plus side allowable value
“Nominal Length: Tolerance (+)”
[4] Tool length (geometry + wear)
Within the range: this is OK.
[5] Tool length (geometry + wear)
Out of the range: this is not OK.
[H (geometry) + H (wear)]>[Nominal Length: Nominal + Nominal Length: Tolerance (+)] [H (geometry) + H (wear)]<[Nominal Length: Nominal – Nominal Length: Tolerance (–)]
REMARK Instead of the machine alarm, only a warning can be selected.
Fig. 2-2:
0851A-1502 (en) MAKINO
STANDARD TOOL LENGTH DATA 3-1

3 STANDARD TOOL LENGTH DATA

Like other tool data, the standard tool length data can also be outputted to the macro variables, registered from NC programs, and outputted to the tool data file.

3.1 Copying the Standard Tool Lengths into Macro Variable

Similarly with the other tool data items, the standard tool length data can be copied into the macro varia­ble with M483 code. #102=502.0 must be specified to refer to the standard tool length (see the following examples):
Program example 1 The standard tool length data of the tool, currently fixed in the spindle, is copied into the macro variable #110
#100=1.0; (Tool Data) #101=0.0; (Spindle Pot) #102=502.0; (Standard tool length) M483;
Program example 2 The standard tool length of the pot No. 7, which is currently in the tool magazine, is copied into macro variable #110
#100=1.0; (Tool Data) #101=7.0; (Composite tool pot No.7 in the magazine) #102=502.0; (Standard tool length) M483;

3.2 Entering the Standard Tool Lengths from an NC Program

Similarly with the other tool data items, the standard tool length data can be entered from an NC program with M448 and M449 codes. S502 must be specified to refer to the standard tool length (see the following examples).
Program example 1 The standard tool length data are input for a series of tools by M448.
M448 S502; (Input “Nominal Length: Nominal”) S1 T1000000; (100.0 mm to pot 1) S2 T2000000; (200.0 mm to pot 2) S3 T3000000; (300.0 mm to pot 3) M448;
Program example 2 T number, FTN and Nominal Length: Nominal are input to the tool of 1st pot by M449.
M449 S1; (Input data to the 1st pot tool) S004 T1; (“T number” is 1) S005 T1; (“FTN” is 1) S502 T1000000; (“Nominal Length: Nominal” is 100.0[mm]) M449;
MAKINO 0851A-1502 (en)
3-2 STANDARD TOOL LENGTH DATA
0851A-1502 (en) MAKINO
MACHINE ALARMS AND WARNINGS 4-1

4 MACHINE ALARMS AND WARNINGS

Number Explanation
410134 Excess of the tool length
TYPE: ........................... Warning
CAUSE: ....................... The actual tool length is larger than the standard tool length, speci-
fied in the tool data sheet.
RECOVERY: ............... Check the actual tool length and the standard tool length.
410135 Deficiency of the tool length
TYPE: ........................... Warning
CAUSE: ....................... The actual tool length is less than the standard tool length, specified
in the tool data sheet.
RECOVERY: ............... Check the actual tool length and the standard tool length.
410136 Excess of the tool length
TYPE: ........................... Alarm
CAUSE: ....................... The actual tool length is larger than the standard tool length, speci-
fied in the tool data sheet.
RECOVERY: ............... Check the actual tool length and the standard tool length.
410137 Deficiency of the tool length
TYPE: ........................... Alarm
CAUSE: ....................... The actual tool length is less than the standard tool length, specified
in the tool data sheet.
RECOVERY: ............... Check the actual tool length and the standard tool length.
Table 4-1:
REMARK Note that the spindle tool's T number (not the tool pot number) is displayed on the de-
tails screen of the above messages.
REMARK There are no NC alarms related to the standard tool length.
MAKINO 0851A-1502 (en)
4-2 MACHINE ALARMS AND WARNINGS
0851A-1502 (en) MAKINO
MACHINE PARAMETERS 5-1

5 MACHINE PARAMETERS

Number Details
01164 Procedure at actual tool length excess
Specifies the procedure, when “the actual tool length of the spindle > Nominal tool length: Nominal size + Nominal tool length: Allowable value (+)”.
0: Nothing 1: Warning display 2: Stop by alarm (Recommended)
Power Off not Required
01165 Procedure at actual tool length deficiency
Specifies the procedure, when “the actual tool length of the spindle < Nominal tool length: Nominal size + Nominal tool length: Allowable value (−)”.
0: Nothing 1: Warning display 2: Stop by alarm (Recommended)
Power Off not Required
Table 5-1:
REMARK There are no NC parameters associated with the Standard Tool Length.
MAKINO 0851A-1502 (en)
5-2 MACHINE PARAMETERS
0851A-1502 (en) MAKINO
APPENDIX 6-1

6 APPENDIX

6.1 Revision History

No. Date Revision
0851A-1502 2015/02 First edition
MAKINO 0851A-1502 (en)
6-2 APPENDIX
0851A-1502 (en) MAKINO
Loading...