5525B/31/32 Line Matrix Printer Code V Programmer's Reference Manual
265
6 Error Codes
Code V Emulation Error Codes
The Code V provides coded error messages to help debug programs. When
the Code V detects an error, it stops text processing and prints out an error
message. The error message includes the appropriate error code, a brief
description of the error, and the erroneous data. All data up to the next
command sequence terminator is ignored, and the form (if any) is printed up
to the point of the error.
By Code V configuration, you can disable the printing of all error messages,
you can disable printing of off-page errors, or you can enable printing of error
location markers.
On the following pages, each error code is listed in numerical order and
described in more detail.
01 Alpha Command Error
One of the alphanumeric commands has a non-numeric height or
width parameter.
02 Alpha Length Error
Alpha data has exceeded the length of the internal alpha text
buffer. The terminator of the data was not found.
03 Not defined.
04 Box Command Error
A Box command (LB) has non-numeric parameter(s).
05 Buffer Overflow Error
The internal sequence buffer has overflowed. No sequence
terminator found.
06 Compressed Print Error
A Compressed Print command (#x) has a non-numeric value for
the selected compressed print font, or the line terminator is
missing.
07 Special Font Error
A High Density Look-Up Font (S) command has an invalid value
for the font selected. Valid values for
f
are 1 through 7.
08 Not defined.
09 Form Memory Error
The form is too big and ran out of form memory during alpha or
vector buffer storage.