ADTECH9 Series CNC Programming Manual
3.1.1.
M00 program pause
When the system is running automatically, it reads M00, the program pauses; press the start button again
to continue runing from the stop point. Press the reset button, the system running status will be reset, and
the system stops running.
3.1.2.
M03 spindle moves clockwise (CW)
When M03 is read at the time the system is running automatically, the spindle starts rotate clockwise and
the spindle moves at the speed set by the S value.
3.1.3.
M04 spindle moves counterclockwise (CCW)
When M04 is read at the time the system is running automatically, the spindle starts to counterclockwise
and the spindle moves at the speed set by the S value.
3.1.4.
M05 spindle stops
When M05 is read at the time the system is running automatically, the spindle is stopped for
automatically running.
3.2
M command for input signal detection output
3.2.1.
M88 input port signal detection
Format: M88 Pn Lm
Check if the input IO (IN n) level signal is m (high or low), if not, continue to wait
Example: Wait for the input terminal is IN10, and the port level is low at "0", continue to wait until the
level is low. When the level is 0, the command ends and the next command is executed.
Example:
M88 P10 L0
G0 X10 Y10
3.2.2.
M89 specifies output port control
MFormat: 89 Pn Lm Qt
Output OUT n, level is m, delay t millisecond output, and execute immediately without t
Example: Open the output port OUT02 and specify the status as ON (‘1’ is on, '0’ is off), and it takes
effect immediately.
Example:
M89 P02 L1
G0 X10 Y10
Summary of Contents for CNC9640
Page 1: ...ADTECH9 Series CNC Programming Manual ...
Page 21: ...ADTECH9 Series CNC Programming Manual Workpiece Coordinate System Diagram ...
Page 44: ...ADTECH9 Series CNC Programming Manual 2 Occasions that inner corner rotates ...
Page 45: ...ADTECH9 Series CNC Programming Manual ...
Page 62: ...ADTECH9 Series CNC Programming Manual Manual insertion ...
Page 65: ...ADTECH9 Series CNC Programming Manual Tool radius compensation start and axis Z cut in action ...
Page 117: ...ADTECH9 Series CNC Programming Manual ...
Page 118: ...ADTECH9 Series CNC Programming Manual ...
Page 142: ...ADTECH9 Series CNC Programming Manual ...
Page 143: ...ADTECH9 Series CNC Programming Manual ...