S1C6S3N2 TECHNICAL SOFTWARE
EPSON
II-35
CHAPTER 5: PERIPHERAL CIRCUITS (SVD Circuit and Heavy Load Protection Function)
Release of heavy load protection mode
When the heavy load drive terminates, the heavy load pro-
tection mode release flag is set, the heavy load protection
mode delay flag is set and reset with the 1-second timer
during the T2Hz interrupt processing routine, the heavy
load protection mode is released.
n sec
n.5 sec
(n+1) sec
(n+1).5 sec
Heavy load
drive terminates
(HLOF flag is set)
HLOFDL
flag is set
Time
Heavy load protection
mode is released
(Two flags are reset)
"CK" is executed
"CK" is executed
Fig. 5.3.3
Timing chart
0.5-sec flag (TISF)
High load protection mode release flag (HLOFF)
High load protection mode release delay flag (HLOFDLF)
Address of timing flag set
Address of heavy load protection flag set
Stop BZ
Set the HLOF flag
Return to parent routine
TISF = "0" or "1"?
TISF = "0": Set the TIS flag
If the HLOF flag is set
then
HLOFDLF = "0" or "1"?
HLOFDLF = "0": Set the HLOFDL flag
Return to parent routine
XTISF
EQU
0001B
;
XHLOFF EQU
1000B
;
XHLOFDLEQU
0100B
;
XNOTHL EQU
1100B
;
YFTM
EQU
◆ ■
◆ ■
H
;
YFHL
EQU
◆ ◆
◆ ◆
H
;
;
;
BZOF:
LD
X,7CH
;
AND
MX,1110B
;
LD
X,YFHL
;
OR
MX,XHLOF
;
RET
;
;
;
TI2:
LD
X,YFTM
;
FAN
MX,XTISF
;
JP
NZ,TI21
;
;
OR
MX,XTISF
;
FAN
MX,XHLOFDL
;
JP
Z,TI2RT
;
FAN
MX,XHLOFDL
;
JP
NZ,TI2HLO
;
;
OR
MX,XHLOFDL
;
RET
;
Содержание S1C6S3N2
Страница 4: ......
Страница 6: ......
Страница 7: ...Hardware Hardware S1C6S3N2 I Technical Hardware ...
Страница 8: ......
Страница 141: ...Software Software S1C6S3N2 II Technical Software ...
Страница 142: ......
Страница 146: ......