Mitsubishi Electronics Q172CPU(N) Home Security System User Manual


 
19 - 6
19 ERROR CODE LISTS
Table 19.5 Operation control/transition execution errors (16300 to 16599) (continued)
Error factor
Error code
Name Description
Error Processing Corrective Action
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.
16337
Device input (DIN)
execution error
16338
Bit device output
(OUT=) execution
error
• The device No. which indirectly specifies (D) is
illegal.
Correct the program so that the device No.
which indirectly specifies (D) is proper.
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.
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
16400
Arccosine (ACOS)
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.
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.
The block processing on
executing is stopped and
the next block is executed.
Correct the program so that (S) is a positive
number.