PAC-400AI-C236 Embedded System
Page 95
NOTE:
The Watchdog Timer is activated through software. The software
application that activates the Watchdog Timer must also deactivate it
when closed. If the Watchdog Timer is not deactivated, the system will
automatically restart after the Timer has finished its countdown.
EXAMPLE PROGRAM:
; INITIAL TIMER PERIOD COUNTER
;
W_LOOP:
;
MOV
AX, 6F02H
;setting the time-out value
MOV
BL, 30
;time-out value is 48 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
BL, 0
;
INT
15H
;
; EXIT ;
Summary of Contents for PAC-400AI-C236
Page 10: ......
Page 11: ...PAC 400AI C236 Embedded System Page 1 Chapter 1 1 Introduction ...
Page 18: ...PAC 400AI C236 Embedded System Page 8 Chapter 2 2 Unpacking ...
Page 23: ...PAC 400AI C236 Embedded System Page 13 Chapter 3 3 Installation ...
Page 40: ...PAC 400AI C236 Embedded System Page 30 Chapter 4 4 Troubleshooting and Maintenance ...
Page 47: ...PAC 400AI C236 Embedded System Page 37 Chapter 5 5 BIOS ...
Page 85: ...PAC 400AI C236 Embedded System Page 75 Chapter 6 6 Interface Connectors ...
Page 89: ...PAC 400AI C236 Embedded System Page 79 Appendix A A Regulatory Compliance ...
Page 94: ...PAC 400AI C236 Embedded System Page 84 Appendix B B Safety Precautions ...
Page 100: ...PAC 400AI C236 Embedded System Page 90 Appendix C C Digital I O Interface ...
Page 103: ...PAC 400AI C236 Embedded System Page 93 Appendix D D Watchdog Timer ...
Page 106: ...PAC 400AI C236 Embedded System Page 96 Appendix E E Error Beep Code ...
Page 108: ...PAC 400AI C236 Embedded System Page 98 Appendix F F Hazardous Materials Disclosure ...