SmartShop|Maker Owner’s Manual
58
Error Code Potential Issue(s) Resolution(s)
Absent ‘:’ or ‘,’ delimiter in
CASE statement
Programming error
Check MACRO program. In
CASE statement, ‘;’ or ‘,’ is
correct. However, the operator
should use ‘;’ when finishing
CASE command.
Array Index must be Integer Programming error
Please check the machining
program, the index in MACRO
command has to be rounded.
Ex; @[ROUND(#1)+1]
File not found Programming error
Check the machining program to
verify the existence of the file.
Divide by zero Programming error
Check the machining program to
ensure that the demominator is
not equal to zero (0).
Operand domain error Programming error
Please check the machining
program.
Program loading failure Programming error
Please check the machining
program
Arc not on work plane Programming error
Check the machining program to
ensure that G02 and G03 are
used correctly.
Arc radius too short Programming error
Check the machining program to
ensure that the Arc radius G02
and G03 are used correctly.
Arc destination not on arc Programming error
Check the machining program to
ensure that the Arc radius of
G02 and G03 are used
correctly.