Mitsubishi Electric MELSEC Q Series Programming Manual page 269

Structured text
Hide thumbs Also See for MELSEC Q Series:
Table of Contents

Advertisement

7 ERROR LIST
No.
Error Message
'*1' missing. (C8006)
(END FOR
;
END WHILE
END FOR
15
END_REPEAT
END_CASE
or
END_IF
enters *1.)
EXIT outside a loop
16
statement. (C8009)
Description of a constant is
17
wrong. (C8010)
Undefined FB was called.
18
(C8011)
The value is not specified
to IN/IN_OUT variable '*1'.
19
(C8012)
(Input or I/O variable name
enters *1.)
7 - 5
Cause
The statement is not ended by ";".
"END FOR" is not described in the FOR syntax.
"END WHILE" is not described in the WHILE syntax.
"END_REPEAT" is not described in the REPEAT
syntax.
"END_CASE" is not described in the CASE
conditional statement.
"END_IF" is not described in the IF conditional
statement.
The EXIT syntax is described outside the loop
syntax.
The unsupported data type was used.
Example 1: Timer label: wTime
wTime := T#1111111111111111
1s;
The undefined FB was called.
There are the following examples of using undefined
FBs.
Example 1: FB_1();
The undefined FB is called.
Example 2: Word type label: W_TMP
W_TMP();
The variable other than FB is described.
No value has been specified in the input or I/O
variable of the FB.
There are the following examples that will result in
the above error.
Example 1: I/O variable: IO_TEST1
Diverted FB name: FB1
FB1();
Example 2: I/O variable: IO_TEST1
Diverted FB name: FB1
FB1(IO_TEST);
No value is assigned to the input
variable.
Corrective Action
Describe ";" at the end of
the statement.
Describe "END FOR" in the
FOR syntax.
Describe "END WHILE" in
the WHILE syntax.
Describe "END_REPEAT"
in the REPEAT syntax.
Describe "END_CASE" in
the CASE conditional
statement.
Describe "END_IF" in the
IF conditional statement.
Describe the EXIT syntax
in the loop syntax.
The used data type is not
supported.
Correct the data type.
Define the used FB.
Specify a value in the input
or I/O variable of the FB.
7 - 5

Advertisement

Table of Contents
loading

This manual is also suitable for:

Melsec l series

Table of Contents