II-34
EPSON
S1C6S3N2 TECHNICAL SOFTWARE
CHAPTER 5: PERIPHERAL CIRCUITS (SVD Circuit and Heavy Load Protection Function)
The normal mode changes to the heavy load protection
mode in the following case:
➀
When the software changes the mode to the heavy load
protection mode (HLMOD = "1")
The heavy load protection mode switches the constant
voltage circuit of the LCD system to the high-stability
mode from the low current consumption mode. Conse-
quently, more current is consumed in the heavy load
protection mode than in the normal mode. Unless it is
necessary, be careful not to set the heavy load protection
mode with the software.
(1) Control of heavy load protection function using flag (S1C6S3L2/6S3B2)
Specifications
When heavy load protection mode is set, this will be routine
"HLONBZ" which switches BZ ON, routine "BZOF" which
switches BZ OFF, and 2 Hz interrupt routine "TI2" which
controls 1-second waiting release.
This routine employs the heavy load protection mode release
flag HLOFF, which recognizes termination of heavy load
drive, and the heavy load protection mode release delay flag
HLOFDLF, which takes the timing of a 1-second wait.
Setting heavy load protection mode
XHLOF
EQU
1000B
;
XHLOFDL
EQU
0100B
;
XNOTHL
EQU
0011B
;
YFHL
EQU
◆ ◆
◆ ◆
H
;
;
;
HLONBZ:
LD
X,76H
;
OR
MX,1000B
;
LD
X,YFHL
;
AND
MX,XNOTHL
;
LD
X,7CH
;
OR
MX,0001B
;
RET
;
Heavy load protection mode release flag
Heavy load protection mode release delay flag
Address of heavy load protection function related flag set
Set heavy load protection mode
Reset flags related to heavy load protection
Switch BZ ON
Return to parent routine
This routine assumes that the addresses of the flag set
related to heavy load protection functions together with the
0.5-sec flag are allocated suitably in RAM as the addresses
of the timing flag set.
Содержание S1C6S3N2
Страница 4: ......
Страница 6: ......
Страница 7: ...Hardware Hardware S1C6S3N2 I Technical Hardware ...
Страница 8: ......
Страница 141: ...Software Software S1C6S3N2 II Technical Software ...
Страница 142: ......
Страница 146: ......