66
Call: 1-631-648-7481 or Visit: support.technocnc.com
Titan Series WinCNC Manual
WinCNC
WinCNC Controller
WinCNC Users Guide Page 106
M17.2 Run Next if AuxOut is On - M17.2 D# C#
Run the next command only if channel specied by the # is on.
Port and bit addresses are set up in WINCNC.INI le.
D# can be 0 or 1. D0 sets the simulate logic to false. D1 sets the
simulate logic to true.
M17.3 Run Next if Virtual Input On - M17.3 C#
C# is a “virtual input” channel, will run the next line if the specied
“virtual input” channel is on and skip the next line if the channel is
off. # can be 1-64.
M17.4 Run Next if C# is 1, Otherwise Skip. M17.4 C#
C# can be 0 or 1. 1 will run the next line, 0 will skip the next line.
M18 Pause Until Input Off - M18 C#
Wait for channel specied by # to go off. Port and bit addresses
are set up in WINCNC.INI.
M18.1 Run Next if Input Off - M18.1 D# C#
Run next command only if channel specied by # is off. 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.
M18.2 Run Next if AuxOut is off - M18.2 C#
C# is an “auxiliary output” channel, will run the next line if the
specied output channel is off and skip the next line if the channel
is on. # can be 1-64.
M18.3 Run Next if Virtual Input is Off - M18.3 C#
C# is a “virtual input” channel, will run the next line if the specied
“virtual input” channel is off and skip the next line if the channel is
on. # can be 1-64.
M18.4 Run Next Line If C# is 0, Otherwise Skip - M18.4 C#
C# can be 0 or 1. 0 will run the next line, 1 will skip the next line.