54
Call: 1-631-648-7481 or Visit: support.technocnc.com
Titan Series WinCNC Manual
WinCNC
WinCNC Controller
WinCNC Users Guide Page 94
L20 Enable Soft Limits - L20 [X1, X2]
Enable Soft Limit and Boundary Checking: L20 X1 enables Bound-
aries only. L20 X2 enables Soft Limits only. L20 alone enables
both.
L21 Disable Soft Limits
Disable Soft Limit and Boundary Checking Soft Limits and Bound-
aries are used to dene a cutting area which is checked during
parsing of a le or command. This effectively keeps the machine
from moving out of a dened area. L21 disables Soft Limit and
Boundary checking.
L22 Set Low Boundaries - L22 X# Y# Z# W#
Set Low Boundaries to values specied. If no values are given
then all Low Boundaries are set to WINCNC.INI defaults.
L22.1 Restore Low Boundaries - L22.1 XYZW
Restores default Low Boundaries to the specied axes.
L23 Set High Boundaries - L23 X# Y# Z# W#
Set High Boundaries to values specied. If no values are given
then all High Boundaries are set to WINCNC.INI defaults.
L23.1 Restore High Boundaries - L23.1 XYZW
Restores default High boundaries to the specied axes.
L28 Set Position - L28 X# Y# Z# W#
Sets Machine Coordinates. Machine Coordinates specify the xed
machine zero point for your machine. L28 is normally used only to
write a custom homing program. L28 does not move the machine,
but sets the current position to the values specied. Use G92 to
set a local coordinate system for running absolute mode programs
from any table position.