System information
SECTION FIVE - MISCELLANEOUS FUNCTIONS (M CODES)
The text program can reside in the RAM directory or in the parts directory. The program in the
RAM directory holds precedence over the program in the parts directory. If you call any custom
M or G code from within a custom code, it will execute its normal function. If a syntax error
exists in a custom code, a message will be given on power-up.
Example 1: Set F3 (Power) parameter custom M code O9025 to 014 and enter a program into
C:/RAM/O9025. An M14 execution is similar to a call to C:/RAM/O9025.
Example 2: Set F3 (Power) parameter custom M code O9027 to 3 and enter the following G
program into C:/RAM/O9027.
M3 (Turns the spindle on like a normal M3)
Set 25 (To turn on a vacuum)
G4 F1 (To dwell for 1 second)
321










