7 - 15 7 - 15
7 ERROR LIST
No. Error
Message
Cause
Corrective
Action
59
With the CONCAT(_E)
function, the argument and
the same variable as a
return value are used.
(F0196)
The same variable is used in the argument and
return value of the CONCAT(_E) function.
Example 1: Character string label: Str1 • Str2
Str1 := CONCAT(Str2, Str1);
Use different variables in
the argument and return
value of the CONCAT(_E)
function.
60
With the INSERT(_E)
function, the argument and
the same variable as a
return value are used.
(F0206)
The same variable is used in the argument and
return value of the INSERT(_E) function.
Example 1: Character string label: Str1
Str1 := INSERT (Str1, Str2,
D0);
The same variable is used in the
argument and return value.
Use different variables in
the argument and return
value of the INSERT(_E)
function.
61
An illegal device type is
used. (C10000)
The illegal device type (timer, retentive timer,
counter, pointer) is used.
Example 1: Timer1 := 0;
The device type timer was used.
The illegal device type
(timer, retentive timer,
counter, pointer) cannot be
used. Change it into the
applicable device type.
62
The device and numerical
value which were specified
can be over it, or cannot
use the range. (C10001)
The device is greater than the applied range, the
unusable device is specified, or the numeric value is
greater than the applied range.
Example 1: M0 := X2000;
The device number greater than 1FFF
was specified as the device number of X.
Example 2: D0 := A0;
The accumulator was used with the
QCPU/LCPU
Example 3: Double word type label: DW1
DW1 := K2147483648;
Correct the device number
to within the applied range.
Alternatively, change the
device into the usable one,
or correct the numeric
value to within the applied
range.
Содержание MELSEC L series
Страница 1: ...Programming Manual Structured Text ...
Страница 2: ......
Страница 73: ...4 33 4 33 4 ST PROGRAM EXPRESSIONS MEMO ...
Страница 297: ......