7 - 2 7 - 2
7 ERROR LIST
No. Error
Message
Cause
Corrective
Action
4
Description of a device is
wrong. (C1014)
The description of the device is illegal.
As illegal descriptions, there are the following
examples.
Example 1: D0.10 := TRUE;
The bit No. specification of the word
device is wrong.
Example 2: D0@ := 0;
Correct the description of
the device.
5
Description of a device is
wrong. (C1017)
The description of the device is illegal.
As an illegal description, there is the following
example.
Example 1: D0 := %MMW0.10;
The device was described in an
unusable format.
Correct the description of
the device.
6
Description of a comment
is wrong. (C1018)
The description of the comment is illegal.
It is not written in the "(*" "*)" format.
As illegal descriptions, there are the following
examples.
Example 1: (* *
A parenthesis is insufficient.
Example 2: (*(*
The parenthesis and * format is wrong.
Example 3: (* * )
There is a space between "*" and ")".
Example 4: (*aaaaa)
* is insufficient.
Correct the description of
the comment.
7
Description of a character
constant is wrong. (C1019)
The description of the character string constant is
illegal.
As illegal descriptions, there are the following
examples.
Example 1: STRING type : STRV1 is defined.
STRV1 := """;
Example 2: STRV1 := ";
" is insufficient.
Example 3: STRV1 := "' character ";
There is ' within the character string "".
Example 4: STRV1 := "$";
The method of using the escape
sequence is wrong.
Correct the description of
the character string
constant.
7
Содержание MELSEC L series
Страница 1: ...Programming Manual Structured Text ...
Страница 2: ......
Страница 73: ...4 33 4 33 4 ST PROGRAM EXPRESSIONS MEMO ...
Страница 297: ......