Section 6 Programming Macros 6-2 List of Error Messages
NS-Designer Operation Manual NS-Designer Operation Manual NS-Designer Operation Manual
6-2 List of Error Messages
The following table shows the details of error messages that are displayed in the Error List field after
executing an error check.
Error message Details
Format error The program contains elements other than variable name, function name, or
programming that cannot be interpreted.
Variable name error A variable name is incorrect.
( is missing The ( (left parentheses symbol) is missing from a function or sentence.
No. of ( ) does not agree The number of ( ) (parentheses) in the program do not agree.
Position of , is incorrect The position of the , (comma) in the program is incorrect.
Function argument error The program contains an incorrect function argument, such as word memory
being set in a position that permits bit memory only. Check the arguments that
can be set by referring to 2-1 Function Argument Table in the NS12 Macro
Reference included on the NS-Designer CD-ROM.
= command error The program contains an incorrect substitution statement, such as 3=10 or
$B0=3.
End of program is incomplete The program that was input is incomplete.
If sentence error The program contains an incorrect IF, ELSE, or ENDIF statement.
, or ; is missing The , (comma) after the function argument is missing or the program is not
divided using a ; (semicolon).
FOR sentence error A value outside the range 0 to 32767 is set for n in a FOR (n) statement, or
FOR is nested to more than 1 level.
6-8