Programming manual
154
CNC 8070
8.
ADDITIONAL PREPARATORY FUNCTIONS
Probing (G100)
(SOFT V02.0X)
152
8.6.1 Include/exclude probe offset (G101/G102)
The probe offset is the difference between the programmed
coordinate and the coordinate reached by the probe.
Programming
The functions associated with the probe offset are:
G101 Include probe offset.
G102 Exclude probe offset.
G101 - Include offset resulting from the measurement
With this function, the CNC will take into account the probe offset to
set the theoretical axis positions; in other words, the CNC will assume
as theoretical axis position the programmed coordinate (position
reached by the probe + probe offset).
The offset inclusion is determined by programming G101 followed by
the axes whose offset is to be included and the inclusion factor of each
one. This factor indicates how many times the offset is included.
Function G101 can only be executed after probing.
...
G100 X75 Y50 F200
...
(1) Programmed coordinate.
(2) Probe signal (coordinate reached).
offset Difference between the programmed coordinate and the one
reached
G100 X75 Y50 F200
G101 X1 Y1 (It assumes X75 Y50)
(X=60+offset*1) (Y=40+offset*1)
G100 X75 Y50 F200
G101 X3 Y2 (It assumes X105 Y60)
(X=60+offset*3) (Y=40+offset*2)