Appendix A Programming the Watchdog Timer
57
After data entry, your program must refresh the watchdog timer by
rewriting the I/O port 443 (hex) while simultaneously setting it. When
you want to disable the watchdog timer, your program should read the
I/O port 443 (hex).
The following example shows how you might program the watchdog
timer in BASIC:
10
REM
Watchdog timer example program
20
OUT &H443, data REM
Start and restart the watchdog
30
GOSUB 1000 REM
Your application task #1,
40
OUT &H443, data REM
Reset the timer
50
GOSUB 2000 REM
Your application task #2,
60
OUT &H443, data REM
Reset the timer
70
X=INP (&H443) REM,
Disable the watchdog timer
80
END
1000
REM
Subroutine #1, your application task
1070
RETURN
2000
REM
Subroutine #2, your application task
2090
RETURN
Содержание MIC-3351
Страница 1: ...Modular Industrial Computer MIC 3351 3U sized Pentium MMX CPU board for CompactPCI...
Страница 3: ...MIC 3351 User s Manual...
Страница 11: ...1 Hardware Configuration CHAPTER...
Страница 15: ...Chapter 1 Hardware Configuration 5 1 3 Function Block Diagram Figure 1 1 MIC 3351 function block diagram...
Страница 16: ...6 MIC 3351 User s Manual 1 4 Board Dimensions Figure 1 2 MIC 3351 board dimensions 160 mm 100 mm...
Страница 22: ...1 2 MIC 3351 User s Manual Figure 1 5 MIC 3351 lower layer connector locations CN10 CN9 J2 J1...
Страница 26: ...1 6 MIC 3351 User s Manual...
Страница 27: ...2 Connecting Peripherals CHAPTER...
Страница 33: ...Chapter 2 Connecting Peripherals 2 3 Figure 2 2 Installing the card into the chassis Red portion Lock Unlock...
Страница 34: ...2 4 MIC 3351 User s Manual...
Страница 35: ...3 Ethernet Software Configuration CHAPTER...
Страница 39: ...4 SVGA Setup CHAPTER...
Страница 41: ...Chapter 4 SVGA Setup 31 4 2 1 Installation for Windows 3 1...
Страница 44: ...3 4 MIC 3351 User s Manual 4 2 4Installation for Windows NT...
Страница 45: ...Chapter 4 SVGA Setup 35...
Страница 47: ...5 SCSI Software Configuration CHAPTER...
Страница 53: ...6 Award BIOS Setup CHAPTER...
Страница 65: ...Programming the Watchdog Timer A A PPENDIX...
Страница 68: ...5 8 MIC 3351 User s Manual...
Страница 69: ...B Pin Assignments APPENDIX...