![Advantech MIC-6314 Series User Manual Download Page 108](http://html1.mh-extra.com/html/advantech/mic-6314-series/mic-6314-series_user-manual_2858322108.webp)
MIC-6314 User Manual
96
B.1
Watchdog Timer Programming Procedure
To program the watchdog timer, users must execute a program that writes a value to
I/O port address 443/444 (hex) to enable/disable. This output value represents a time
interval. The value range is from 01 (hex) to FF (hex), and the related time interval is
1 to 255 seconds.
Data
Time Interval
01
1 sec
02
2 sec
03
3 sec
04
4 sec
...
3F
63 sec
After data entry, the program must refresh the watchdog timer by rewriting and set-
ting the value of I/O port 443/443 (hex). To disable the watchdog timer, the program
should read I/O port 444 (hex). The following example demonstrates how to 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 (&H444) 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
Summary of Contents for MIC-6314 Series
Page 1: ...User Manual MIC 6314 OpenVPX 6U CPU Blade with 4th 5th Gen Intel Xeon E3v4 Core Processor...
Page 30: ...MIC 6314 User Manual 18...
Page 61: ...Chapter 3 3 BMC Firmware Operation This chapter describes the BMC firmware features...
Page 86: ...MIC 6314 User Manual 74...
Page 87: ...Chapter 4 4 HPM 1 Update This chapter explains how to update the software firmware components...
Page 95: ...Appendix A A Pin Assignments This appendix describes the pin assignments...
Page 106: ...MIC 6314 User Manual 94...
Page 109: ...Appendix C C I O Controller List...
Page 111: ...Appendix D D Glossary...
Page 114: ...MIC 6314 User Manual 102...
Page 115: ...Appendix E E BIOS Checkpoint...
Page 122: ...MIC 6314 User Manual 110...
Page 123: ...Appendix F F IPMI PICMG Command Subset Supported by BMC...
Page 133: ...Appendix G G Drivers and Tools...
Page 135: ...123 MIC 6314 User Manual Appendix G Drivers and Tools...