User manual
Table Of Contents
- Chapter 1 Overview
- Chapter 2 Hardware Functionality
- 2.1 Introduction
- 2.2 RS-232/422/485 Interface (COM1~COM2)
- 2.3 Optional RS-232 Interfaces (COM3~COM4)
- 2.4 LAN: Ethernet Connector
- 2.5 Power Inputs
- 2.6 USB Connector
- 2.7 DVI-I Display Connector
- 2.8 Reset Button
- 2.9 Power Button
- 2.10 Audio
- Chapter 3 Initial Setup
- Appendix A System Settings and Pin Assignments
- A.1 System I/O Address and Interrupt Assignments
- A.2 Board Connectors and Jumpers
- A.3 RS-232 Standard Serial Port (COM3~COM4)
- A.4 RS-232/422/485 Serial Port (COM1~COM2)
- A.5 Ethernet RJ-45 Connector (LAN1~LAN2)
- A.7 PS/2 Keyboard and Mouse Connector
- A.8 USB Connector (USB1~USB4 & CN7)
- A.9 VGA Display Connector
- Appendix B Programming the Watchdog Timer
UNO-3072LA User Manual 50
Appendix B Programming the Watchdog
Timer
To program the watchdog timer,
you must write
a program which writes I/
O
port
address
443 (hex). The
output data is a
value of
time interval. The
value range is from
01 (hex) to 3E (hex),
and
the related time interval is 1
sec. to 62
sec.
Data
Time Interval
01
1 sec.
02
2 sec.
03
3 sec.
04
4 sec.
..
..
..
3E
62 sec.
After data entry, your program must
refresh
the
watchdog timer by rewrit-
ing the I/O port 443
(hex)
while simultaneously setting it.
When you want
to disable
the
watchdog timer, your program should read
I/O port 443
(hex).










