68
Call: 1-631-648-7481 or Visit: support.technocnc.com
Titan Series WinCNC Manual
WinCNC
WinCNC Controller
WinCNC Users Guide Page 108
M37.2 Measure Tool for Calibrating G37 - M37.2 Z# W#
M37.2 is used to store a tool measure in the TM2 variable. This
command is used primarily with calibrating G37 for automatic tool
measuring.
M37.3 Shift Workspace Offsets M37.3 S# H# T# M# X# Y#
Z# ...
M37.3 is used to shift workspace offsets for tool measures, tool
measure switch heights, or individual axis.
S# is the shift amount to be used for tool measures and tool mea-
sure switch positions. (usually a negative #).
H# is the H register number to be shifted by the shift amount. H0
will shift all H registers.
T# is the tool number height to be shifted by the shift amount. T0
will shift all tool numbers.
M# is the measure switch height to be shifted by the shift amount.
M0 will shift both switches.
X# Y# Z# ... shifts each axis workspace offsets by the specied
value.
M98 Subprogram Call - M98 <lename>
Run a subprogram. A subprogram may be any G-Code le.
Control is passed back to the calling program when nished. To
run a G90 mode subprogram from any position on the table use
G92X#Y#Z#W# to set the local coordinates at the beginning of the
le.
M98.1 Subprogram Call - M98.1 <lename>
Same as M98, except line numbers in the subprogram are not
counted. This is most useful for macros that call subprograms.
M99 End Subprogram
Ends a subprogram.
M99.1 Abort
Initiates a commanded program abort.