Programming manual
CNC 8070
ADDITIONAL PREPARATORY FUNCTIONS
Probing (G100)
8.
(SOFT V02.0X)
151
8.6 Probing (G100)
With function G100, it is possible to program movements that will end
when the CNC receives the probe signal.
Operation
The probing movement is defined using function G100 followed by the
coordinates of the probe's target point.
The probe will move along the programmed path until the CNC
receives the signal from the probe or until the programmed position
is reached. At that point, the block will be completed and the CNC will
assume the current axis position as the theoretical position.
If the CNC receives the probe signal before reaching the programmed
target point, using G101 the CNC will assume as the theoretical
position of the axes the programmed coordinate . Ver "8.6.1 Include/
exclude probe offset (G101/G102)" en la página 152.
Feedrate behavior
The probing feedrate will be the active "F" and this feedrate will be
limited by machine parameter PROBEFEED of each probing axis.
This value may also be limited by parameters PROBERANGE and
PROBEDELAY so if the acceleration and jerk of the axis are active,
it will always respect the maximum probing distance.
The programmed feedrate "F" may be varied between 0% and 200%
using the selector switch on the CNC's operator panel or it may be
selected by program or by PLC. However, the maximum override is
limited by the machine manufacturer [G.M.P. "MAXOVR"].
Properties of the function
Function G100 is not modal, therefore it must be programmed
whenever a new probing movement is desired.
...
G100 X50 Y20 Z0 F150
...