7 - 5 7 - 5
7 ERROR LIST
No. Error
Message
Cause
Corrective
Action
The statement is not ended by ";".
Describe ";" at the end of
the statement.
"END FOR" is not described in the FOR syntax.
Describe "END FOR" in the
FOR syntax.
"END WHILE" is not described in the WHILE syntax.
Describe "END WHILE" in
the WHILE syntax.
"END_REPEAT" is not described in the REPEAT
syntax.
Describe "END_REPEAT"
in the REPEAT syntax.
"END_CASE" is not described in the CASE
conditional statement.
Describe "END_CASE" in
the CASE conditional
statement.
15
'*1' missing. (C8006)
(END FOR
;
END WHILE
END FOR
END_REPEAT
END_CASE
or
END_IF
enters *1.)
"END_IF" is not described in the IF conditional
statement.
Describe "END_IF" in the
IF conditional statement.
16
EXIT outside a loop
statement. (C8009)
The EXIT syntax is described outside the loop
syntax.
Describe the EXIT syntax
in the loop syntax.
17
Description of a constant is
wrong. (C8010)
The unsupported data type was used.
Example 1: Timer label: wTime
wTime := T#1111111111111111
1s;
The used data type is not
supported.
Correct the data type.
18
Undefined FB was called.
(C8011)
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.
Define the used FB.
19
The value is not specified
to IN/IN_OUT variable '*1'.
(C8012)
(Input or I/O variable name
enters *1.)
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.
Specify a value in the input
or I/O variable of the FB.
Содержание MELSEC L series
Страница 1: ...Programming Manual Structured Text ...
Страница 2: ......
Страница 73: ...4 33 4 33 4 ST PROGRAM EXPRESSIONS MEMO ...
Страница 297: ......