Chapter 5
46
UM10350_PCNC770_Manual_0916A
Intro to PathPilot
Tool Osets
Tool osets allow the operator to use tools of dierent length and (in the case of cuer radius
compensaon) dierent diameters. In the program you will create during this tutorial, you will use
two dierent tools. Because it is extremely unlikely that these tools will be exactly the same length,
the control needs to account for the dierence in tool length when switching tools.
If you measure your tools when you put them in TTS holders, then the PathPilot operang system
allows you to switch tools quickly and without the need to do anything more when you run a program
using them. Each tool and its holder only needs to be measured once, either oine or on the mill.
Once a tool has been measured, the tool length oset must sll be applied. Tool length osets are
not applied automacally – on virtually all CNC milling machines the tool length oset is applied
with the G43 command. When running a G-code program, the G43 G-code command must be called
out to apply a tool length oset – tool osets will not be applied with just a tool change command.
While operang manually, the M6 G43 buon does this for you. The code you generate using the
Conversaonal screens later in this tutorial will include the G43 command in the appropriate place
in the G-code. Use of cuer compensaon (G41/42) is a more advanced topic which is covered in
chapter 7, Programming.
5.1.4.1 Setting Work Offset by Touching Off Workpiece
There are many ways of conceptualizing tool and work
osets, but we use the idea of a true posive tool length
to demonstrate this rst part program. When using this
method we will touch the face of the spindle to the top of
the workpiece to set the work Z zero (see Figure 5.4). If you
set your work Z zero using the face of the empty spindle then
touch your tools o to the same work zero, the tool length
osets are equal in value to the length of the tool. True
posive tool length has a few benets over other methods
(e.g., relave tool lengths) of measuring tool osets:
• You can easily look at the tool length oset value
and esmate whether it is correct for a given tool by
checking that tool with a ruler or calipers.
• You can mix tools that have been touched o on the
mill with tools that have been measured using a digital
height gauge.
• It is conceptually easier to understand than the
alternaves.
Seng the Z Work Oset
1. If a tool is in the spindle, remove the tool from the spindle.
Figure 5.4