CHAPTER 5 – Software Utilities
54
PC-686 (CPCI)-LV User’s Manual
5.4. Watchdog-Timer (WDT) Setting
WDT is widely used for industry application to monitoring the activity of
CPU. Application software depends on its requirement to trigger WDT with
adequate timer setting. Before WDT time out, the functional normal system will
reload the WDT. The WDT never time out for a normal system. The WDT will
not be reload by an abnormal system, then WDT will time out and reset the system
automatically to avoid abnormal operation.
PC-686(CPCI) supports 16 levels watchdog timer by software
programming I/O ports. Write any value to I/O address 0441H will disable Watch-
Dog-Timer. Write setting code (please reference to WDT Setting Table) to I/O
0443h will re-load WDT.
Below is an assembly program example for disable and load of WDT.
MOV DX,0441H REM Write any value to 0441H, disable WDT
OUT DX,AX;
MOV AX,0001H REM set WDT timer = 28 Sec
MOV DX,0443H
OUT DX,AX REM trigger WDT with timer setting
VALUE
TIMER
VALUE
TIMER
VALUE
TIMER
VALUE
TIMER
0
30 Sec.
4
22 Sec.
8
14 Sec.
C
6 Sec.
1
28 Sec.
5
20 Sec.
9
12 Sec.
D
4 Sec.
2
26 Sec.
6
18 Sec.
A
10 Sec.
E
2 Sec.
3
24 Sec.
7
16 Sec.
B
8 Sec.
F
0 Sec.
Summary of Contents for PC-686CPCI-LV
Page 2: ......
Page 8: ...Table of Contents iv PC 686 CPCI LV User s Manual ...
Page 18: ...CHAPTER 1 Introduction 10 PC 686 CPCI LV User s Manual 1 7 Connector Jumper Location ...
Page 20: ...CHAPTER 1 Introduction 12 PC 686 CPCI LV User s Manual ...
Page 50: ...CHAPTER 3 Jumper Setting 42 PC 686 CPCI LV User s Manual ...
Page 72: ...CHAPTER 5 Software Utilities 64 PC 686 CPCI LV User s Manual ...
Page 117: ......
Page 118: ...A 46 427 LZS2451 021030 010606 ...