IVS-200-ULT2 Embedded System
Page 101
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 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 IVS-200-ULT2
Page 13: ...IVS 200 ULT2 Embedded System Page 1 Chapter 1 1 Introduction ...
Page 22: ...IVS 200 ULT2 Embedded System Page 10 Chapter 2 2 Unpacking ...
Page 25: ...IVS 200 ULT2 Embedded System Page 13 VESA MIS D 100 wall mount kit Table 2 2 Optional Items ...
Page 26: ...IVS 200 ULT2 Embedded System Page 14 Chapter 3 3 Installation ...
Page 50: ...IVS 200 ULT2 Embedded System Page 38 Chapter 4 4 BIOS ...
Page 85: ...IVS 200 ULT2 Embedded System Page 73 Chapter 5 5 Troubleshooting and Maintenance ...
Page 90: ...IVS 200 ULT2 Embedded System Page 78 Chapter 6 6 Interface Connectors ...
Page 97: ...IVS 200 ULT2 Embedded System Page 85 Appendix A A Regulatory Compliance ...
Page 102: ...IVS 200 ULT2 Embedded System Page 90 B Safety Precautions Appendix B ...
Page 108: ...IVS 200 ULT2 Embedded System Page 96 Appendix C C BIOS Menu Options ...
Page 111: ...IVS 200 ULT2 Embedded System Page 99 Appendix D D Watchdog Timer ...
Page 114: ...IVS 200 ULT2 Embedded System Page 102 Appendix E E Hazardous Materials Disclosure ...