3-13
Troubleshooting
Command Error
-113 Undefined header
The header is syntactically correct, but it is undefined for this
specific device. For example,
*XYZ is not defined for any
device.
-114
Header suffix out of range
The value of a header suffix attached to a program mnemonic
makes the header invalid.
-120
Numeric data error
This error, as well as errors -121 through -129, are generated
when parsing a data element which appears to be numeric,
including non-decimal numeric types. This particular error
message is used if the device cannot detect a more specific
error.
-121
Invalid character in number
An invalid character for the data type being parsed was
encountered. For example, an alpha in a decimal numeric or a
ā9ā in octal data.
-123
Exponent too large
The magnitude of an exponent was greater than 32000 (see
IEEE 488.2, 7.7.2.4.1).
-124
Too many digits
The mantissa of a decimal-numeric data element contained
more than 255 digits excluding leading zeros (see IEEE 488.2,
7.7.2.4.1).
-128
Numeric data not allowed
A legal numeric data element was received, but the device does
not accept one in this position for the header.
-130
Suffix error
This error, as well as errors -131 through -139, are generated
when parsing a suffix. This particular error message is used if
the device cannot detect a more specific error.