ISO programming
G481
G481
Refer to your machine manual!
If you want to measure the tool length, program the touch probe cycle 31 or 482 (Differences between Cycles 30 to 33 and Cycles 480 to 483). Input parameters allow you to select which of the three following methods will be used to measure the tool length:
The control determines the longest tooth of a rotating tool by positioning the tool to be measured at an offset to the center of the touch probe and then moving it toward the measuring surface of the TT until it contacts the surface. The offset is programmed in the tool table under Tool offset: Radius (R-OFFS).
The control positions the tool to be measured above the center of the measuring surface. It then moves the non-rotating tool toward the measuring surface of the TT until contact is made. For this measurement, enter 0 in the tool table under Tool offset: radius (R-OFFS).
The control pre-positions the tool to be measured to a position at the side of the touch probe head. The distance from the tip of the tool to the upper edge of the touch probe head is defined in offsetToolAxis (no. 122707). You can enter an additional offset in Tool offset: Length ( L-OFFS ) in the tool table. The control probes the tool radially while it is rotating to determine the starting angle for measuring the individual teeth. It then measures the length of each tooth by changing the corresponding angle of spindle orientation. To activate this function, set the parameter PROBING THE TEETH = 1 in Cycle 31.
Note the following sequence for setting up grinding tools, see Tool data.
Help graphic | Parameter |
---|---|
Q340 Tool measurement mode (0-2)? Define whether and how the measured data will be entered in the tool table. 0: The measured tool length is written to column L of tool table TOOL.T, and the tool compensation is set to DL = 0. If there is already a value in TOOL.T, it will be overwritten. 1: The measured tool length is compared to the tool length L from TOOL.T. The control calculates the deviation from the stored value and enters it into TOOL.T as the delta value DL. The deviation is also available in the Q parameter Q115. If the delta value is greater than the permissible tool length tolerance for wear or break detection, the control will lock the tool (status L in TOOL.T). 2: The measured tool length is compared to the tool length L from TOOL.T. The control calculates the deviation from the stored value and writes it to Q parameter Q115. Nothing is entered under L or DL in the tool table. Input: 0, 1, 2 | |
Q260 Clearance height? Enter the position in the spindle axis at which there is no danger of collision with the workpiece or fixtures. The clearance height is referenced to the active workpiece preset. If you enter such a small clearance height that the tool tip would lie below the top of the probe contact, the control automatically positions the tool above the top of the probe contact (safety zone from safetyDistStylus). Input: –99999.9999...+99999.9999 | |
Q341 Probe the teeth? 0=no/1=yes Define whether the control will measure the individual teeth (maximum of 20 teeth) Input: 0, 1 |
NC programs contained in this User's Manual are suggestions for solutions. The NC programs or individual NC blocks must be adapted before being used on a machine.
Some NC programs depend on the machine kinematics. Adapt these NC programs to your machine kinematics before the first test run.
In addition, test the NC programs using the simulation before the actual program run.
With a program test you determine whether the NC program can be used with the available software options, the active machine kinematics and the current machine configuration.
11 TOOL CALL 12 Z | ||
12 TCH PROBE 481 CAL. TOOL LENGTH ~ | ||
| ||
| ||
|
Cycle 31 includes an additional parameter:
Help graphic | Parameter |
---|---|
Parameter number for result? Parameter number in which the control stores the status of the measurement: 0.0: Tool is within the tolerance 1.0: Tool is worn (LTOL exceeded) 2.0: Tool is broken (LBREAK exceeded). If you do not wish to use the result of measurement within the NC program, answer the dialog prompt with NO ENT Input: 0...1999 |
NC programs contained in this User's Manual are suggestions for solutions. The NC programs or individual NC blocks must be adapted before being used on a machine.
Some NC programs depend on the machine kinematics. Adapt these NC programs to your machine kinematics before the first test run.
In addition, test the NC programs using the simulation before the actual program run.
With a program test you determine whether the NC program can be used with the available software options, the active machine kinematics and the current machine configuration.
11 TOOL CALL 12 Z |
12 TCH PROBE 31.0 CAL. TOOL LENGTH |
13 TCH PROBE 31.1 CHECK:0 |
14 TCH PROBE 31.2 HEIGHT::+120 |
15 TCH PROBE 31.3 PROBING THE TEETH:0 |
NC programs contained in this User's Manual are suggestions for solutions. The NC programs or individual NC blocks must be adapted before being used on a machine.
Some NC programs depend on the machine kinematics. Adapt these NC programs to your machine kinematics before the first test run.
In addition, test the NC programs using the simulation before the actual program run.
With a program test you determine whether the NC program can be used with the available software options, the active machine kinematics and the current machine configuration.
11 TOOL CALL 12 Z |
12 TCH PROBE 31.0 CAL. TOOL LENGTH |
13 TCH PROBE 31.1 CHECK:1 Q5 |
14 TCH PROBE 31.2 HEIGHT:+120 |
15 TCH PROBE 31.3 PROBING THE TEETH:1 |