When an error message is displayed (Error code list)
Maintenance/Troubleshooting
1-117
3418
∗∗∗
Operand must be an array ele-
ment. Define an array element.
(
∗∗∗
indicates an operand name.)
Operand S1 or D1 has elements other than a bit,
integer, float, or real array element or a system
variable (integer array element). Set only a bit,
integer, float, or real array element or a system
variable (integer array element) for operands S1
and D1.
3419 Operand S2 exceeds the number of
array elements in operand
∗∗∗
(
∗∗∗
indicates an operand name.)(
∗∗∗
(
∗∗∗
indicates an instruction name.)).
Increase the number of array ele-
ments
∗∗∗
(
∗∗∗
indicates an instruction
name.) or change the settings in
operand S2.
The value of operand S2 exceeds the number of
array elements in operand S1. Increase the num-
ber of array elements in operand S1 or set the
value of operand S2 to fewer than the number of
array elements in operand S1.
3420 Operand S2 plus the element num-
ber in operand
∗∗∗
(
∗∗∗
indicates an
operand name.)(
∗∗∗
(
∗∗∗
indicates an
instruction name.)) exceeds the num-
ber of array elements. Reduce the
element number or change the set-
tings in operand S2.
Operand S2 is an integer constant, and the value
of “the element number of operand S1 or D1 +
the value of operand S2” exceeds the array range
for operand S1 or D1. Set the value of operand
S2 within the range for operand S1 or D1, or
increase the array element for operand S1 or D1.
3421
∗∗∗
Operand must be an array ele-
ment. Define an array element.
(
∗∗∗
indicates an operand name.)
Operand S1 or D1 has elements other than an
integer, float, or real variable array element or a
system variable (integer variable). Set an integer,
float, or real variable array element or a system
variable (integer variable) for operand S1 or D1.
3422 Operand S2 is out of range. Enter a
value within the specified range.
Operand S2 is an integer constant and its value is
other than “0
≤
S2
≤
31” or “0
≤
S2
≤
32 x size -
1” (when an array is specified). Set a value
within the setting range.
3423 Operand S2 is out of range. Enter a
value within the specified range.
Operand S2 for RCL/RCR instructions is an
integer constant and its value is other than “0
≤
S2
≤
32”. Set a value within the setting range.
3424
∗∗∗
Operand is out of range. Enter a
value within the specified range.
(
∗∗∗
indicates an operand name.)
Operand S1 for the DECO instruction is an inte-
ger constant and its value is other than “0
≤
S1
≤
31”. Or, Operand S2 for SAL/SAR instructions is
an integer constant and its value is other than “0
≤
S2
≤
31”. Set a value within the setting range.
3425 Operand S1 and operand S2 data
types do not match. Data types must
be the same.
Operands S1 and S2 have different data types.
Set the same data type for operands S1 and S2.
3426
∗∗∗
Operand exceeds the range
specified in operand
∗∗∗
. Change the
value.
(
∗∗∗
indicates an operand name.)
The bit size of the integer constant for operands
S1 and S2 exceeds the available input range. Set
them within the range of the bit size of the vari-
able.
3427 Operand S1 is zero. Enter a value
within the specified range.
Operand S1 is an integer constant and its value is
0. Set a constant other than 0.
Continued
Error
No.
Error Message
Cause and Solution