
APPENDIX
B–63785EN/01
B. ALARM LIST
455
Number ContentsMessage
PS0116 WRITE PROTECTED VARIABLE An attempt was made in a custom macro to use on the left side of an
expression a variable that can only be used on the right side of an
expression.
PS0118 TOO MANY BRACKET NESTING Too many brackets “[ ]” were nested in a custom macro.
The nesting level including function brackets is 5.
PS0119 ARGUMENT VALUE OUT OF RANGE The value of an argument in a custom macro function is out of range.
PS0120 ILLEGAL ARGUMENT FORMAT The specified argument in the argument function (ATAN, POW) is in
error.
PS0121 TOO MANY SUB,MACRO NESTING The total number of subprogram and macro calls exceeds the
permissible range.
Another subprogram call was executed during an external memory
subprogram call.
PS0122 TOO MANY MACRO NESTING Too many macro calls were nested in a custom macro. The nesting level
is 5.
PS0123 MISSING END STATEMENT The END instruction corresponding to the DO instruction was missing in
a custom macro.
PS0124 MISSING DO STATEMENT The DO instruction corresponding to the END instruction was missing in
a custom macro.
PS0125 ILLEGAL EXPRESSION FORMAT The format used in an expression in a custom macro statement is in
error. The parameter tape format is in error.
PS0126 ILLEGAL LOOP NUMBER DO and END Nos. in a custom macro are in error, or exceed the
permissible range (valid range: 1 to 3).
PS0128 SEQUENCE NUMBER OUT OF RANGE The jump destination sequence No. in a custom macro statement GOTO
instruction was out of range (valid range: 1 to 99999999).
PS0131 MISSING OPEN BRACKET The number of left brackets ([) is less than the number of right brackets
(]) in a custom macro statement.
PS0132 MISSING CLOSE BRACKET The number of right brackets (]) is less than the number of left brackets
([) in a custom macro statement.
PS0133 MISSING ‘=’ An equal sign (=) is missing in the arithmetic calculation instruction in a
custom macro statement.
PS0134 MISSING ‘,’ A delimiter (,) is missing in a custom macro statement.
PS0135 MACRO STATEMENT FORMAT ERROR The format used in a macro statement in a custom macro is in error.
PS0137 IF STATEMENT FORMAT ERROR The format used in the IF statement in a custom macro is in error.
PS0138 WHILE STATEMENT FORMAT ERROR The format used in the WHILE statement in a custom macro is in error.
PS0139 SETVN STATEMENT FORMAT ERROR The format used in the SETVN statement in a custom macro is in error.
PS0141 ILLEGAL CHARACTER IN VAR. NAME The SETVN statement in a custom macro contacts a character that
cannot be used in a variable name.
PS0142 TOO LONG V–NAME (SETVN) The variable name used in a SETVN statement in a custom macro
exceeds 8 characters.
PS0143 BPRNT/DPRNT STATEMENT FORMAT
ERROR
The format used in the BPRINT statement or DPRINT statement is in
error.
PS0144 G10 FORMAT ERROR The G10 L No. contains no relevant data input or corresponding option.
Data setting address P or R is not specified.
An address not relating to the data setting is specified. Which address to
specify varies according to the L No.
The sign, decimal point or range of the specified address are in error.