APPENDIX A. HARDWARE I/O MAP..........................................14
Documentation Number PCRTC2095 ManualTable of Contentsi
B&B Electronics -- PO Box 1040 -- Ottawa, IL 61350
PH (815) 433-5100 -- FAX (815) 433-5105
Chapter 1. General Information
Introduction
The PCRTC is real time clock for PCs based on a highly
stable oscillator circuit. Using the software driver provided, the
PCRTC will update the DOS clock every minute, ensuring that all
applications have access to accurate time information.
With a simple function call, the PCRTC also reports battery
status and the time of the last power loss or computer reset.
Packing List
Examine the shipping carton and contents for physical
damage. The following items should be in the shipping carton:
1. PCRTC unit
2. One PCRTC 3.5” disk
3. This instruction manual
If any of these items are damaged or missing contact B&B
Electronics immediately.
Specifications
Setup
Address: Programmable with four position DIP switch
Interrupt: None required
Oscillator
Temperature Stability: < 5 ppm 0 - 50 °C
Calibration: < 1 ppm @ 23 °C (room temperature)
Aging: < 1 ppm
Power Requirements
35 mA @ 5VDC
Battery
Requires lithium AA battery 3-4V
Battery Life: approximately 10K hr. without host computer
powered.
Replacement batteries are available from B&B
Electronics, order as part number 3345.
Dimensions: 4.8” l x 3.0” h
Documentation Number PCRTC2095 Manual1
B&B Electronics -- PO Box 1040 -- Ottawa, IL 61350
PH (815) 433-5100 -- FAX (815) 433-5105
Chapter 2. Setup
Hardware Setup
The address switch on the PCRTC must be set to an
address which doesn’t conflict with other devices in the host
computer. The address settings are listed in Table 1, and are also
printed on the PCRTC card. The PCRTC is shipped from the factory
set for 200h. If you need to change this address, select one from the
table which will not conflict with another device in the host computer.
If the PCRTC does not operate properly, select a new address.
Remember to edit the file CONFIG.SYS to match the device driver
address to that used by the hardware. Appendix A contains a
hardware I/O address map for AT class PCs.
Table 1. Address Switch Settings
Hex
Address
2000000
2201000
2400100
2601100
2800010
2A01010
2C00110
2E01110
3000001
3201001
3400101
3601101
3800011
3A01011
3C00111
3E01111
Switch Settings
1234
2Documentation Number PCRTC2095 Manual
B&B Electronics -- PO Box 1040 -- Ottawa, IL 61350
PH (815) 433-5100 -- FAX (815) 433-5105
Hardware Installation
1. Shut the host computer power off.
2. Remove the computer cover.
3. Remove the expansion slot cover of an unused slot.
4. Handle the PCRTC only by its edges. Avoid touching any
conductors on the PCRTC. Install the PCRTC into the slot. Be
certain that the card is inserted completely into the slot.
5. Secure the card with the mounting screw from the slot cover.
The PCRTC is shipped with the oscillator halted to extend
battery life. To start the PCRTC, the card must be initialized. This
can be done using the command line option PCRTC /I found in
Chapter 3 of this manual or by the device driver. If you are using the
device driver, it will automatically initialize the PCRTC when it loads.
Upon initialization, a warning will appear stating that the oscillator
was halted and date and time information may be corrupt.
Software Setup
Place the 3.5” floppy disk in your “A” drive. Run the
installation program by typing “INSTALL” <Enter>. The files installed
to your hard drive include the PCRTC device driver, the shareware
program Timeset and three example files written in C, Pascal, and
QuickBASIC. These files demonstrate how to make function calls to
the PCRTC from within a program and are listed in Chapter 3. The
device driver will also be automatically installed in your
CONFIG.SYS file and set for address 200. If you require a different
address, remember to edit the CONFIG.SYS file to set the address
to match PCRTC hardware.
Documentation Number PCRTC2095 Manual3
B&B Electronics -- PO Box 1040 -- Ottawa, IL 61350
PH (815) 433-5100 -- FAX (815) 433-5105
Chapter 3. Operation
Overview
The most common application of the PCRTC is to simply
maintain the correct time on the host computer. Loading the device
driver in the CONFIG.SYS file will accomplish this function by
setting the DOS clock to the PCRTC clock time once every minute.
This allows the user and all applications access to the correct time
without any special commands or function calls.
The PCRTC has two additional features which may either
be incorporated using the provided “include file” and making
function calls within your program, or from the command line using
the PCRTC.EXE file. The first of these functions is battery status. By
checking the battery status you can take action on a low battery
before the time is corrupted. The second function is the time of last
power loss or reset. By checking this function, the time of the last
host computer power loss or system reset can be determined.
Using the Device Driver
In order for the PCRTC to automatically update the DOS
clock, the device driver PCRTCDD.SYS must be loaded from
CONFIG.SYS. This is done automatically by the installation
program. The following line will be added to the CONFIG.SYS file:
DEVICE = {path}PCRTCDD.SYS /A:{hex PCRTC address}
For example, if the file PCRTCDD.SYS is in the directory
C:\PCRTC, and the card address is set to 200h, use the following
line.
DEVICE = C:\PCRTC\PCRTCDD.SYS /A:200
If the address 200 is not compatible with your hardware, the
address parameter must be changed to match the address that was
selected for the hardware. After modifying the CONFIG.SYS file,
reboot the host computer. If the hardware and driver are installed
correctly, you should see the following message during bootup.
4Documentation Number PCRTC2095 Manual
B&B Electronics -- PO Box 1040 -- Ottawa, IL 61350
PH (815) 433-5100 -- FAX (815) 433-5105
Loading...
+ 11 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.