ACR-MOTIONMAX Installation Guide
25
Step 17. Configure Valid Mcodes List for ACR-MOTIONMAX
Mcodes Are Validated in ACR-MOTIONMAX to prevent erroneous Mcodes from running in a G Code
Program.
All Valid Mcodes must be Edited/Set in the Parameters [MCodes] section of the Parameters.Cfg file.
Set to 1 to enable Mcode … Set to 0 to disable Mcode
Enter Mcode Description
Sample Parameters.Cfg file
[MCodes]
M0=1
DESC0=OPTIONAL PROGRAM STOP
M1=1
DESC1=PROGRAM STOP
M2=1
DESC2=PROGRAM STOP
M3=1
DESC3=SPINDLE FWD
M4=1
DESC4=SPINDLE REV
M5=1
DESC5=SPINDLE STOP
M6=1
DESC6=TOOL CHANGE
M7=0
DESC7=
M8=1
DESC8=COOLANT ON
M9=1
DESC9=COOLANT OFF
M126=1
DESC126=TURN ON TAPPING MODE
M127=1
DESC127=TURN OFF TAPPING MODE
Important: if ACR-MOTIONMAX encounters an invalid Mcode in a G Code
program an Error will be displayed as to which Mcode is invalid.
A Gcode program must contain all valid MCodes to be run.