Mitsubishi QD51 Programming Manual page 659

Logic controller
Hide thumbs Also See for QD51:
Table of Contents

Advertisement

APPENDIX
Error message
Missing operand
Next without FOR
No RESUME
Out of data
Out of memory
Out of string space
Overflow
Position not on Screen
Redimensioned array
Rename across disks
RESUME without error
RETURN without
GOSUB
Sequential after PUT
App - 14
Code
(hexadecimal)
22 (16
)
A parameter required in the
H
statement is not specified.
1 (1
)
There must be a FOR instruction for
H
each NEXT instruction (there are too
many NEXT).
19 (13
)
There is no RESUME instruction in
H
the error handling routine and the
program execution cannot continue.
4 (4
)
The READ instruction is executed
H
when there is no data to read.
7 (7
)
There is not enough memory (the
H
program is too large or the stacks
have been used up).
14 (E
)
There is no more space in the
H
memory area for storing character
strings.
6 (6
)
Calculation results or input numerical
H
values have exceeded the allowable
range.
24 (18
)
The specified cursor position is
H
outside the screen range.
10 (A
)
It is attempted to redefine an array or
H
user function.
68 (44
)
It is attempted to rename a file
H
across different drives using the
NAME instruction.
20 (14
)
The RESUME instruction is specified
H
even though control was not
transferred to the error handling
routine.
3 (3
)
There must be a GOSUB instruction
H
for each RETURN instruction (there
are too many RETURN).
69 (45
)
It is attempted to access a sequential
H
file after executing the PUT
instruction.
Meaning
MELSEC-Q
Corrective action
Specify the necessary parameter.
Modify the program so that FOR
and NEXT match correctly.
Execute the RESUME instruction.
Specify the data using the DATA
instruction.
Reduce the number of variables
or subroutines such as the
GOSUB instruction.
Increase the memory area using
the CLEAR instruction.
Modify the program so that the
calculation results do not exceed
the range.
Specify the position within the
allowable range in the LOCATE
instruction.
Do not define arrays or user
functions twice.
Rename the file name within the
same drive.
Remove the RESUME instruction
or create an error handling
routine.
Make sure that the instructions
match.
Do not try to access the random
file as if it were a sequential file.
App - 14

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ad51h-s3Qd51-r24A1sd51s

Table of Contents