SmartShop|Maker Owner’s Manual
56
Error Code Potential Issue(s) Resolution(s)
EXIT statement outside loop
statement
Programming error
Check whether EXIT command
in program is used correctly.
Repeat loop too deep Programming error
Change MACRO program to
avoid too many loop commands.
Absent end of statement
character ‘;’
Programming error
Check MACRO program to
confirm whether it has the
terminal symbol.
Wrong assignment character
‘:=’
Programming error
Check MACRO program to see
whether assigning value to
symbolic variable to correct.
Absent right ‘)’ Programming error
Check MACRO program to
confirm whether using “(“ and “)”
is correct.
Absent right ‘]’ Programming error
Check MACRO program to
confirm whether using “[“ and “]”
is correct.
Absent ‘FOR’ keyword in
FOR statement
Programming error
Check MACRO program to
confirm whether FOR loop uses
TO correctly.
Absent ‘DO’ keyword in FOR
statement
Programming error
Check MACRO program to
confirm whether FOR loop uses
DO correctly.
Absent ‘END_FOR’ keyword
in FOR statement
Programming error
Check MACRO program to
confirm whether FOR loop uses
END_FOR.
Absent ‘UNTIL’ keyword in
REPEAT statement
Programming error
Check MACRO program to
confirm whether using UNTIL in
REPEAT loop is correct.