12 - 12
12 ERROR CODE LISTS
Error
code
Details
code
Error factor
Error Processing Corrective Action
Name Description
16376 —
Direct specification 64
bit Multiple CPU area
device for CPU No.3
(U3E2\G10000 to)
read error
Multiple CPU area device number is outside
the range that set by the parameter.
The block processing
on executing is
stopped and the next
block is executed.
Correct the program so that Multiple CPU
area device number is within the range set
in the parameter.
16377 —
Direct specification 16
bit Multiple CPU area
device for CPU No.4
(U3E3\G10000 to)
read error
16378 —
Direct specification 32
bit Multiple CPU area
device for CPU No.4
(U3E3\G10000 to)
read error
16379 —
Direct specification 64
bit Multiple CPU area
device for CPU No.4
(U3E3\G10000 to)
read error
16380 —
Signed 16-bit integer
value conversion
(SHORT) execution
error
The (S) data is outside the signed 16-bit
integer value range.
Correct the program so that the (S) data is
within the signed 16-bit integer value range.
16381 —
Unsigned 16-bit
integer value
conversion
(USHORT) execution
error
The (S) data is outside the unsigned 16-bit
integer value range.
Correct the program so that the (S) data is
within the unsigned 16-bit integer value
range.
16382 —
Signed 32-bit integer
value conversion
(LONG) execution
error
The (S) data is outside the signed 32-bit
integer value range.
Correct the program so that the (S) data is
within the signed 32-bit integer value range.
16383 —
Unsigned 32-bit
integer value
conversion (ULONG)
execution error
The (S) data is outside the unsigned 32-bit
integer value range.
Correct the program so that the (S) data is
within the signed 32-bit integer value range.
16386 —
32-bit
64-bit floating-
point type data
conversion (DFLT)
execution error
The (S) data is not a valid 32-bit floating-
point type.
Correct the program so that the (S) data is
valid as a 32-bit floating-point type.
16387 —
64-bit
32-bit floating-
point type data
conversion (SFLT)
execution error
The (S) data is not in a valid 64-bit floating-
point type.
Or the converted value exceeded the 32-bit
floating-point type range.
Correct the program so that the (S) data is
valid as a 64-bit floating-point type and the
converted value is within the range of 32-bit
floating-point type.
16398 —
Tangent (TAN)
execution error
(S) is 90+(180*n).
(n is an integer)
Correct the program so that (S) is not
90+(180*n). (n is an integer)
16399 —
Arcsine (ASIN)
execution error
(S) is outside the range of -1.0 to 1.0.
Correct the program so that (S) is within the
range of -1.0 to 1.0.
16400 —
Arccosine (ACOS)
execution error
16402 —
Square root (SQRT)
execution error
(S) is a negative number.
Correct the program so that (S) is a positive
number.
16403 —
BCD
BIN
conversion (BIN)
execution error
Any digit of (S) has a value other than 0 to
9.
Correct the program so that each digit of (S)
is 0 to 9.
16404 —
BIN
BCD
conversion (BCD)
execution error
The (S) value is outside the range where
BIN data can be converted into BCD data.
Correct the program so that the (S) value is
within the range.
16405 —
Natural logarithm (LN)
execution error
(S) is 0 or a negative number.
Correct the program so that (S) is a positive
number.
16407 —
Absolute value (ABS)
execution error
The value of (S) is outside the range of the
absolute value conversion.
Correct the program so that the (S) value is
within the range.