IDS-310AI Embedded System
Page 90
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 IDS-310AI
Page 14: ......
Page 15: ...IDS 310AI Embedded System Page 1 Chapter 1 1 Introduction...
Page 21: ...IDS 310AI Embedded System Page 7 Chapter 2 2 Unpacking...
Page 24: ...IDS 310AI Embedded System Page 10 Chapter 3 3 Installation...
Page 42: ...IDS 310AI Embedded System Page 28 Chapter 4 4 BIOS...
Page 76: ...IDS 310AI Embedded System Page 62 Chapter 5 5 Maintenance...
Page 80: ...IDS 310AI Embedded System Page 66 Chapter 6 6 Interface Connectors...
Page 88: ...IDS 310AI Embedded System Page 74 Appendix A A Regulatory Compliance...
Page 93: ...IDS 310AI Embedded System Page 79 Appendix B B Safety Precautions...
Page 99: ...IDS 310AI Embedded System Page 85 Appendix C C BIOS Menu Options...
Page 102: ...IDS 310AI Embedded System Page 88 Appendix D D Watchdog Timer...
Page 105: ...IDS 310AI Embedded System Page 91 Appendix E E Error Beep Code...
Page 107: ...IDS 310AI Embedded System Page 93 Appendix F F Hazardous Materials Disclosure...