Epson S1C62 Family 사용자 설명서

다운로드
페이지 219
SEGMENT OPTION GENERATOR SOG62XX
S1C62 FAMILY
EPSON
VI-9
DEVELOPMENT TOOL REFERENCE MANUAL
5 ERROR MESSAGES
If an error is detected in the segment option source file, an error message is displayed. In this case,
the segment option HEX file is not generated, and the segment option document file consisting of the
segment option source file and an error message is generated.
Note
In the following examples, there are cases of models where the common output is 4 terminals, the segment
output is 26 terminals and the 900H–AFFH is set in the display memory area. You should be aware of the
fact that the number of output ports and the display memory address may vary depending on the model.
N 12   66
     9B0
    9B1
    9B2
    9B3
    S
S 16   15
     9F0MSD     9F1
    9F2
    9F3
    S
D 20   19
     A30
    A31
    A32
    A31
    S
N 22   42
     A50
    A51
    A52
    A53
    S
D 23   22
     A60
    A61
    A31
    A31
    S
R 25   24
     A80
    881
    A82
    A83
    S
Duplication is  SEG NO. 19  COM NO. 3
Duplication is  SEG NO. 22  COM NO. 2
Duplication is  SEG NO. 22  COM NO. 3
7 ERROR(S)
STRIKE ANY KEY.
MAKING SEGMENT OPTION FILES IS NOT COMPLETED BY SOURCE FILE ERROR-(S).
If one or more errors are detected, error symbols are output in column 0 and the source lists containing the
errors are output in subsequent columns. The following four error symbols are used for SOG62XX:
S
:
Syntax error
N
:
Segment number selection error
R
:
RAM address selection error
D
:
Duplication error
The priority order is S, N, R, and D.
Each type of error is explained here.
S: Syntax error
This type of error occurs when the data was written in an invalid format. Correct the segment option
source file format.
Example:
S 16   15     9F0MSD  9F1     9F2     9F3     S
        This format is invalid
N: Segment number selection error
This type of error occurs when a segment number outside the specificable range is specified. Correct the
segment option source file so that all segment numbers are in the specificable range.
Example:
N 12   66     9B0     9B1     9B2     9B3     S
N 22   42     A50     A51     A52     A53     S
 These values exceeds the range
R: RAM address selection error
This type of error occurs when the segment memory address or data bit outside the specificable range.
Correct the segment option source file so that all addresses are in the specificable range and all data bits
are 0 to 3.
Example:
R 25   24     A80     881     A82     A83     S
This value exceeds the range