Mitsubishi MELSEC-q Programming Manual page 279

Melsec q series; melsec l series
Hide thumbs Also See for MELSEC-q:
Table of Contents

Advertisement

7 ERROR LIST
No.
Error Message
With the CONCAT(_E)
function, the argument and
59
the same variable as a
return value are used.
(F0196)
With the INSERT(_E)
function, the argument and
60
the same variable as a
return value are used.
(F0206)
An illegal device type is
61
used. (C10000)
The device and numerical
value which were specified
62
can be over it, or cannot
use the range. (C10001)
7 - 15
Cause
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);
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.
The illegal device type (timer, retentive timer,
counter, pointer) is used.
Example 1: Timer1 := 0;
The device type timer was used.
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;
Corrective Action
Use different variables in
the argument and return
value of the CONCAT(_E)
function.
Use different variables in
the argument and return
value of the INSERT(_E)
function.
The illegal device type
(timer, retentive timer,
counter, pointer) cannot be
used. Change it into the
applicable device type.
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.
7 - 15

Advertisement

Table of Contents
loading

This manual is also suitable for:

Melsec-l

Table of Contents