User's Manual Part 3
Table Of Contents
- 4 AMI BIOS Setup
- 5 Software Drivers
- A BIOS Configuration Options
- B One Key Recovery
- C Safety Precautions
- D Watchdog Timer
- E Hazardous Materials Disclosure
UPC-V312-D525 Panel PC
Page 156
NOTE:
When exiting a program it is necessary to disable the Watchdog Timer,
otherwise the system resets.
Example program:
; INITIAL TIMER PERIOD COUNTER
;
W_LOOP:
MOV AX, 6F02H ;setting the time-out value
MOV BX, 05 ;time-out value is 5 seconds
INT 15H
;
; ADD THE APPLICATION PROGRAM HERE
;
CMP EXIT_AP, 1 ;is the application over?
JNE W_LOOP ;No, restart the application
MOV AX, 6F02H ;disable Watchdog Timer
MOV BX, 0 ;
INT 15H
;
; EXIT ;
Click to buy NOW!
P
D
F
-
X
C
h
a
n
g
e
V
i
e
w
e
r
w
w
w
.
d
o
c
u
-
t
r
a
c
k
.
c
o
m
Click to buy NOW!
P
D
F
-
X
C
h
a
n
g
e
V
i
e
w
e
r
w
w
w
.
d
o
c
u
-
t
r
a
c
k
.
c
o
m










