50
Call: 1-631-648-7481 or Visit: support.technocnc.com
Titan Series WinCNC Manual
WinCNC
WinCNC Controller
WinCNC Users Guide Page 90
G92.2 Shift LZ Coordinates - G92.2 X# Y# Z# W#
Similar to G92.1 except that the coordinate system shift is added
to the current local coordinates instead of replacing them. This is
useful for ‘jogging’ a local position. If the Z head has been set for
running a G90 mode le but then needs to set to cut .010” deeper,
G92.2 Z-.01 will accomplish this with a single command. Can be
useful as a macro.
G92.3 Stores and Restores G92 values
Allows the user to switch back and forth between local and abso-
lute coordinates. Use the G92.3 command without any parameters
or axis characters. If G92 positions are set on any axis then they
will be stored and cleared. The next G92.3 call will restore the
previous G92 values even if they have been cleared by using G92.
G93 Inverse Time Feed Mode
In inverse time feed rate mode, an F word means the move should
be completed in [one divided by F number] minutes. For example,
if the F number is 2.0, the move should be completed in half a
minute. When the inverse time feed rate mode is active, an F word
must appear on every line which has a G1 motion, and an F word
on a line that does not have G1 is ignored. Being in inverse time
feed rate mode does not affect G0 motions. It is an error if: inverse
time feed rate mode is active and a line with G1 does not have
an F word.
G94 Cancels the Inverse Time Feed Mode
Turns off the Inverse Time Feed Mode.