SmartShop|Maker Owner’s Manual
60
Error Code Potential Issue(s) Resolution(s)
Sub program no M99 Programming error
Write M99 at the end of
subprogram.
Too many G code Programming error
Dividing that single block into
others single block that has less
than 10G codes.
Too many (I,J,K) triples Programming error Check the machining program.
Use undefined workpiece
coordinate
Programming error
Decide the working plane and
input G17, G18, or G19.
Invalid are radius value Programming error
Check the program and
recalculate.
Macro stack is full or access
fail
1. Storing value in STACK
(PUSH) is too much.
2. Arguments in
STKTOP[]exceeds the value
storing in STACK.
1. Stack is full, no using push
command.
2. Input reasonable argument
in STKTOP[].
Macro stack is empty
The numbers of Push commands
and Pop commands are not the
same.
Check the program to ensure
that the number of Push
commands is the same with that
of Pop commands.
Invalid macro arguments
Once Macro finds out the
unreasonable situation, machining
program will be stopped, and alarm
will appear.
According to display content of
alarm to find out where error is.
Macro program error Programming error
Please check the machining
program.
Tool length offset change at
arc
Programming error
Please check the machining
program.