7 - 11 7 - 11
7 ERROR LIST
No. Error
Message
Cause
Corrective
Action
"DO" is not described in the FOR syntax.
Example 1: FOR D1 := D2 TO D3 BY D4
Describe "DO" in the FOR
syntax.
"UNTIL" is not described in the REPEAT syntax.
Describe "UNTIL" in the
REPEAT syntax.
"OF" is not described in the CASE conditional
statement.
Describe "OF" in the CASE
conditional statement.
"THEN" is not described in the IF conditional
statement.
Describe "THEN" in the IF
conditional statement.
"THEN" is not described in the ELSIF conditional
statement.
Describe "THEN" in the
ELSIF conditional
statement.
41
The keyword '*1' is
missing. (C8039)
(DO
UNTIL
OF
THEN
or
DO
enters *1.)
"DO" is not described in the WHILE syntax.
Describe "DO" in the
WHILE syntax.
42
Illegal parameter for call of
*1. (C8040)
(FB name enters *1.)
The description of the input, output or I/O variable of
the called FB is illegal.
Example 1: Diverted FB name: FB1
FB1(X10);
Example 2: Input variable: IN1
Diverted FB name: FB1
FB1(FB1.IN1);
Correct the call description
of the FB.
43
The variable which stores
the return value of a
function is not specified.
(C8041)
The return value or the variable that will store the
return value does not exist in the function that has no
EN/EN0.
There is the following example where the variable
that will store the return value.
Example 1: INT_TO_DINT(D0);
Describe the return value of
the function.
Содержание MELSEC L series
Страница 1: ...Programming Manual Structured Text ...
Страница 2: ......
Страница 73: ...4 33 4 33 4 ST PROGRAM EXPRESSIONS MEMO ...
Страница 297: ......