65
Call: 1-631-648-7481 or Visit: support.technocnc.com
Titan Series WinCNC Manual
WinCNC
WinCNC Controller
WinCNC Users Guide Page 105
L911 Enable G-Code Line Display
Enabling G-Code display when running large G-Code les can
increase CPU and memory usage resulting in worse overall com-
puter system performance.
M Codes
M11 Auxiliary Output On - M11 C#
Controls auxiliary outputs. Channel specied by # is turned on.
Port and bit addresses are set up in WINCNC.INI le.
Note: For use with a Drill Bank
A d# can be added to the M11 command for use with a drill bank.
The d# is the binary number of channels up to the n# specied in
the drill bank line to turn on.
Example: M11D7 would turn on the rst 3 channels of a ten chan-
nel drill bank.
M12 Auxiliary Output Off - M12 C#
Controls auxiliary outputs. Channel specied by # is turned off.
Port and bit addresses are set up in WINCNC.INI.
M13 Auxiliary Output On - M13 C#
Same as M11, except the output is turned on without pausing mo-
tion.
M14 Auxiliary Output Off - M14 C#
Same as M12, except the output is turned off without pausing mo-
tion.
M17 Pause Until Input On - M17 C#
Wait for channel specied by # to come on. Port and bit addresses
are set up in WINCNC.INI.
M17.1 Run Next if Input On - M17.1 D# C#
Run next command only if channel specied by # is on. Port and
bit addresses are set up in WINCNC.INI.
D# can be 0 or 1. D0 sets the simulate logic to false. D1 sets the
simulate logic to true.