58
Call: 1-631-648-7481 or Visit: support.technocnc.com
Titan Series WinCNC Manual
WinCNC
WinCNC Controller
WinCNC Users Guide Page 98
L82.3 Calibrate Digitizing Probe
Calibrates, or stores, the distance from the probe contact point to
the table surface.
L83 Measures Z Depth - L83 X# Y#
L83 command will do a one-shot Z probe at the specied location,
and record the XYZ position values in a comma delimited text le
named SCAN.CSV. Where X# and Y# specify the (X,Y) coordi-
nates to move to before doing the depth probe.
L90 One Time Absolute
L90 is used in a command to specify G90 coordinates on one line
without changing program mode to G90.
L91 One Time Relative
L91 is used in a command to specify G91 coordinates on one line
without changing program to G91.
L92 Cancel G92 Restore
The current G92 Local Coordinate system is saved every time a
program is started or a subprogram is called using M98. When
the program is nished, the original G92 system is restored. This
is not desirable if the program is being used to preset a system
conguration for other programs. L92 causes the normal G92
coordinate restore to be skipped after the program containing the
L92 is nished.
L110 Tool Change - L110 T#
Sets current tool number for machines with an automatic tool
changer. The tool number is available as {TP1} in subsequent
commands, or {TN1} and {TN2} for dual tool changer machines.
The stored tool measure is reloaded for the new tool.
(See M37 command for storing tool measures)
L111 Test Tool Number - L111 T#
Run next line if tool number is equal to T#.
L111.1 Test Tool Number with Dual Tool Changers - L111.1 T#
Run next line if both tool numbers are equal to T#.