United Kingdom:One Omega Drive, River Bend Technology Centre
ISO 9002 CertifiedNorthbank, Irlam, Manchester
M44 5BD United Kingdom
TEL: +44 (0)161 777 6611FAX: +44 (0)161 777 6622
Toll Free in United Kingdom: 0800-488-488
e-mail: sales@omega.co.uk
OMEGAnet®Online Service Internet e-mail
www.omega.com info@omega.com
It is the policy of OMEGA to comply with all worldwide safety and EMC/EMI regulations that
apply. OMEGA is constantly pursuing certification of its products to the European New Approach
Directives. OMEGA will add the CE mark to every appropriate device upon certification.
The information contained in this document is believed to be correct, but OMEGA Engineering, Inc. accepts
no liability for any errors it contains, and reserves the right to alter specifications without notice.
WARNING: These products are not designed for use in, and should not be used for, patient-connected applications.
The OME-A-8111 is a high performance, multifunction (analog and digital I/O) board
for the PC AT compatible computer with the ISA bus. The OME-A-8111 provides
programmable gain (1, 2, 4, 8 and 16). The OME-A-8111 contains a 12-bit ADC with up to 8
single-ended analog inputs. The maximum sample rate of the A/D converter is about 30K
sample/sec. There is a 12-bit DAC with voltage outputs, 16 channels of TTL-compatible
digital input, and 16 channels of TTL-compatible digital output.
1.2 Features
z The maximum sample rate of the A/D converter is about 30 K sample/sec
z Software selective input ranges
z PC AT compatible ISA bus
z A/D trigger mode: software trigger, pacer trigger
z 8 single-ended analog input channels:
z Input current: 250 nA max (125 nA typical) at 25°C
z On-chip sample and hold
z Over voltage: continuous single channel to
70Vp-p
1.3.3 A/D Converter
z Type: successive approximation, Burr Brown ADS 774
z Conversion time: 8 µ sec.
z Accuracy: ± 1 bit
z Resolution: 12-bit
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 5
1.3.4 DA Converter
z Channels : 1 independent
z Type : 12-bit multiplying , Analog device AD-7948
z Linearity : ± 1/2 bit
z Output Range : 0~5 V or 0~10 V jumper selected , may be used with other AC
or DC reference input. Maximum output limit ± 10V
z Output Drive : ± 5 mA
z Settling Time : 0.6 microseconds to 0.01% for full scale step
1.3.5 Digital I/O
z Output port : 16 bits, TTL compatible
z Input port : 16 bits, TTL compatible
1.3.6 Interrupt Channel
z Level : 3,4,5,6,7 jumper selectable
z Enable : Via control register
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 6
1.3.7 Programmable Timer/Counter
z Type : 82C54 -8 programmable timer/counter
z Counters: The counter1 and counter2 are cascaded as a 32-bit pacer timer.
z Pacer output : 0.00047 Hz to 0.5 MHz
z Input Gate : TTL compatible
z Internal Clock : 2 MHz
1.3.8 Applications
z Signal analysis
z FFT & frequency analysis
z Transient analysis
z Production test
z Process control
z Vibration analysis
z Energy management
z Industrial and laboratory measurement and control
1.4 Product Check List
In addition to this manual, the package includes the following items:
z OME-A-8111 multifunction card
z OME-A-8111 utility diskette/CD ROM
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 7
2. Hardware Configuration
2.1 Board Layout
19
1920
CN3 D/C OUTCN2 D/C IN
12
20
21
8111
123456
SW1
A
()
BASS ADDRESS
987654
ON
A31
BB ADS-774
P1
JP1
JP2
VR1 VR2 VR3 VR4 VR5
A1
ANA I/0
CN1
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 8
2.2 I/O Base Address Setting
The OME-A-8111 occupies 16 consecutive locations in I/O address space. The base
address is set by DIP switch SW1. The default address is 0x220 as shown below:
The OME-A-8111 provides 16 TTL compatible digital outputs. The low 8 bits are stored in
address BASE+D. The high 8 bits are stored in address BASE+E
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 18
2.5 Digital I/O
R
The OME-A-8111 provides 16 digital input channels and 16 digital output
channels. All levels are TTL compatible. The connections diagram and block
diagram are given below:
Base+D
D0...D7
Base+E
Base+6
D0...D7
Base+7
Output Latch Register
Read
D0...D7
D8...D15
Read
Output Latch Register
Input Buffer Register
Read
D0...D7
D8...D15
Read
Input Buffer Register
CN3
1...8
17...18
DGND
9...16
OME-A-8111
OME-A-8111
CN2
1...8
17...18
DGND
Strobe 20
9...16
TTL
DGND
OME-DB-16
16-Channel Isolated
Input Board
(Option)
TTL
16-Channel Isolated
DI
DGND
OME-DB-16P
Input Board
DO
(Option)
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 19
2.6 8254 Timer/Counter
The 8254 Programmable timer/counter has 4 registers from Base+0 through Base+3. For
detailed programming information about 8254, please refer to Intel‘s “Microsystem
Components Handbook”. The block diagram is as below.
Gate
Cin: clock input
Cout: clock output
INTCLK: internal clock
Counter0, counter1 and counter2 are all 16 bit counters. Counter 1 and counter 2 cascade
2M
INTCLK
Cin
Counter 0
Counter 1
Cin
Counter 2
Cin
Gate
Gate
Cout
Cout
Cout
PACER CLK
VCC
10K
as a 32-bit timer. The 32-bit timer is used as a pacer timer.
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 20
2.7 A/D Conversion
(
This section explains how to perform A/D conversions. The A/D conversion
can be performed by software trigger by pacer trigger. At the end of the
A/D conversion, it is possible to transfer data by polling and interrupt
before using the A/D conversion function; users should notice the following
issues:
z A/D data register, BASE+4/BASE+5, stores the A/D conversion data (sec. 2.4.2)
z A/D gain control register, BASE+9, select gain (sec. 2.4.6)
z A/D multiplex control register, BASE+A, select analog input
z A/D mode control register, BASE+B, select trigger type and transfer
type (sec. 2.4.8)
z A/D software trigger control register, BASE+C (sec. 2.4.9)
The block diagram is given below:
CN1
OME-A-8111
7 to 0
Multi-
plexer
Base+A Base+9 Trigger
Gain
Control
Base+C
12 bits
A/D
Logic
Base+B
Buffer
Logic
sec. 2.4.7)
Memory
CPU Transfer
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 21
2.7.1 A/D conversion flow
Then the user must decide which A/D conversion mode will be used. The software driver
supports three different modes. The user can control the A/D conversion by polling mode
very easily (sec. 2.4.9). It is recommended to use the software driver if using interrupt or
DMA mode.
The analog input signals come from CN1.
The multiplexer can accept 8 single-ended lines into the gain control module. The gain
control module also needs settling time if the gain control code changed. Because the
software doesn’t monitor the settling time, the user should reserve enough settling time
if switching from one channel to the next (sec. 2.4.6).
The output of the gain control module feeds into the A/D converter. The A/D converter
needs a trigger signal to start an A/D conversion cycle. The OME-A-8111 supports
software trigger or pacer trigger mode.
2.7.2 A/D Conversion Trigger Modes
OME-A-8111 supports two trigger modes.
1 : Software Trigger :
Writes any value to the A/D software trigger control register, BASE+A, will initiate an
A/D conversion cycle. This mode is very simple but very difficult to control the
sampling rate.
2 : Pacer Trigger Mode :
The block diagram of the pacer timer is shown in section 2.6. The pacer timer can give
very precise sampling rates.
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 22
2.7.3 A/D Transfer Modes
OME-A-8111 supports two transfer modes.
1 : polling transfer :
This mode can be used with all trigger modes. Detailed information is given in section
2.4.8.The software scans A/D high byte data register, BASE+5, until
READY_BIT=0.The low byte data is also ready in BASE+4.
2 : interrupt transfer :
This mode can be used with pacer trigger or external trigger. Detailed information is
given in section 2.4.8.The user can set the IRQ level by register mode. A hardware
interrupt signal is sent to the PC when an A/D conversion is completed.
2.7.4 Using software trigger and polling transfer
If the user needs to directly control the A/D converter without the OME-A-8111 software
driver, it is recommended to use software trigger and polling transfer. The program steps are
listed as below:
1. Send 0x01 to A/D mode control register (software trigger + polling transfer)
(refer to sec. 2.4.8).
2. Send channel number to multiplexer control register (refer to sec. 2.4.7).
3. Send the gain control code value to gain control register (refer to sec. 2.4.6).
4. Delay the settling time (refer to sec. 2.4.6 and sec. 2.4.6).
5. Send any value to the software trigger control register in order to generate a software
rigger signal (refer to sec. 2.4.9).
6. Scan the READY bit of the A/D high byte data until READY=0 (refer to sec. 2.4.2).
7. Read the 12 bits of A/D data (refer to sec. 2.4.2).
8. Convert these 12 bits of binary data to floating point value
(refer to OME-A-8111 DOS Software Manual, sec. 4.7 and sec. 4.8)
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 23
2.8 D/A Conversion
The OME-A-8111 provides two 12-bit D/A converters. Before using the
D/A conversion function, user should notice the following issues:
z D/A output register, BASE+4/BASE+5/BASE+6/BASE+7 (sec. 2.4.3).
z JP1/JP2 selects internal/external reference voltage (sec. 2.4.1).
NOTE: The DA output latch registers are designed as a “double buffered” structure. The
user must send the low byte data first, then send the high byte
data to store the DA 12-bit digital data. If the user only sends the high byte
data, then the low byte data will be still the previous value. Also, if the user sends high byte
first then sends low byte, the low byte data of DA is still held in the previous one.
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 24
2.9 Analog Input Signal Connection
FIG 1: Connecting analog input configuration
Es
OME-A-8111
A/D CH0
A/D CHn
AGND
Signal Shielding
z Signal shielding connections are shown in Fig1.
z Use single-point connection to frame ground (not AGND or DGND)
OME-A-8111
Vin
AGND
DGND
Frame Ground
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 25
2.10 Pin Assignment
The OME-A-8111 provides three connectors. Connect 1, CN1 functions for analog
input & analog output input. Connector 2, CN2, functions as 16 digital outputs. Connector 3,
CN3, function as a digital output.
CN1/CN2/CN3 Pin Assignment
CN1: Analog input/Analog output/Connect Pin Assignment.
Pin Number Description Pin NumberDescription
1 A/D Analog Input Channel 0 20 Analog GND
2 A/D Analog Input Channel 1 21 Analog GND
3 A/D Analog Input Channel 2 22 Analog GND
4 A/D Analog Input Channel 3 23 Analog GND
5 A/D Analog Input Channel 4 24 Analog GND
6 A/D Analog Input Channel 5 25 Analog GND
7 A/D Analog Input Channel 6 26 Analog GND
8 A/D Analog Input Channel 7 27 Analog GND
9 Not Used 28 Analog GND
10 Analog GND 29 Analog GND
11 Not Used 30 D/A Analog Voltage output
12 Not Used 31 Not Used
13 Not Used 32 Not Used
14 Analog GND 33 Not Used
15 Analog GND 34 Not Used
16 Not Used 35 Not Used
17 Not Used 36 Not Used
18 Not Used 37 Not Used
19 PCB’s + 5V output
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 26
CN2: Analog input/Analog output/Connect Pin Assignment.
Pin Number Description Pin NumberDescription
1 Digital Input 0/TTL 2 Digital Input 1/TTL
3 Digital Input 2/TTL 4 Digital Input 3/TTL
5 Digital Input 4/TTL 6 Digital Input 5/TTL
7 Digital Input 6/TTL 8 Digital Input 7/TTL
9 Digital Input 8/TTL 10 Digital Input 9/TTL
11 Digital Input 10/TTL 12 Digital Input 11/TTL
13 Digital Input 12/TTL 14 Digital Input 13/TTL
15 Digital Input 14/TTL 16 Digital Input 15/TTL
17 PCB’s GND output 18 PCB’s GND output
19
PCB’s + 5V output
20
STROBE
CN3: Analog input/Analog output/Connect Pin Assignment.
Pin Number Description Pin NumberDescription
1 Digital output 0/TTL 2 Digital output 1/TTL
3 Digital output 2/TTL 4 Digital output 3/TTL
5 Digital output 4/TTL 6 Digital output 5/TTL
7 Digital output 6/TTL 8 Digital output 7/TTL
9 Digital output 8/TTL 10 Digital output 9/TTL
11 Digital output 10/TTL 12 Digital output 11/TTL
13 Digital output 12/TTL 14 Digital output 13/TTL
15 Digital output 14/TTL 16 Digital output 15/TTL
17 PCB’s GND output 18 PCB’s GND output
19
PCB’s + 5V output
20
PCB’s +12V output
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 27
2.11 Daughter Board
The OME-A-8111 can be connected with many different daughter boards. The function of
these daughter boards is described as follows.
2.11.1 OME-CA-4002
The OME-CA-4002 is a 37-pin D-Sub male connector. It can directly connect to a 37-pin
D-sub connector.
2.11.2 OME-DB-16P
The OME-DB-16P is a 16-channel isolated digital input board. The OME-A-8111
provides a 16 channel, non-isolated, TTL-compatible digital inputs from CN2. If connecting
to the OME-DB-16P, the OME-A-8111 can provide 16 channels of isolated digital input
signals. Isolation can protect the PC if an abnormal input signal is occurs.
2.11.3 OME-DB-16R
The OME-DB-16R provides a 16-channel SPDT relay output. The OME-A-8111
provides a 16 channel, TTL-compatible digital output from CN3. If connecting to the
OME-DB-16R, the OME-A-8111 can provide a 16-channel relay output to control power
devices.
2.11.4 OME-DB-37
The OME-DB-37 is a general-purpose screw terminal board. It provides a 37-pin
connector. This board directly connects to a 37-pin D-sub connector. It is suitable for easy
signal connection and measurement.
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 28
3. Calibration
r
r
A
The OME-A-8111 is calibrated to its best state of operation. For environments with large
vibration, recalibration is recommended. Before calibrating the OME-A-8111, users should
have the following items:
z One 6-digit multi-meter.
z One stable voltage source (4.9988V)
z Diagnostic program: this program is included in the delivered package
and will guide the user to in proceeding with the calibration.
3.1 Calibration VR Description
There are seven VRs on the OME-A-8111. Calibration is needed to adjust all seven VRs.
VR Num. Description
VR1 D/A Gain adjustment
VR2 D/A Offset adjustment
VR3 A/D Offset adjustment
VR4 A/D's Gain adjustment
VR5 A/D‘s PGA(Programmable Gain Amplifier) Offset Adjustment
A/D Converte
D/A Converte
VR4
VR3
8 ch.
PG
Mux
CN1
VR1
VR5
VR2
O.P.
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 29
3.2 D/A Calibration Steps
1. Run A8111CAL.EXE
2. Connect D/A channel0,, pin 30 of CN1 to DVM
3. Adjust VR1 until DVM=5.0000V
4. Press “Enter" key
5. Adjust VR2 until DVM=0.0000V
3.3 A/D Calibration Steps
1. Press “Enter" key
2. Connot A/D Channel 0 to analog ground, CN1-Pin1 to CN1-Pin20.
3. Input stable DC 4.9988V to A/d channel 1, pin2 of CN1.
4. Connect DVM to TP1(-) & (+).
5. Adjust VR5 until DVM=0.0000V.
6. Press <Enter> Key.
7. Adjust VR4 until A/D data shows 4094 or 4095.
8. Press <Enter> Key
9. Adjust VR3 until A/D data shows 2047 or 2048.
10. Repeat step_3 to step_11 until:
A/D channel 0 input 4.9988VÎA/D reading 4094 or 4095.
A/D channel 0 input 0 V ÎA/D reading 2047 or 2048.
11. Press <Enter> Key.
3.4 DI/O Testing
12. Use 20-pin flat cable (OME-CA-2010, OME-CA-2020 Option) to link CN2 to CN3.
13. Press <Enter> Key.
OME-A-8111 Hardware Manual (ver.1.1, Jul/2003) 30
WARRANTY/DISCLAIMER
OMEGA ENGINEERING, INC. warrants this unit to be free of defects in materials and workmanship for a
period of 13 months from date of purchase. OMEGA’s WARRANTY adds an additional one (1) month
grace period to the normal one (1) year product warranty to cover handling and shipping time. This
ensures that OMEGA’s customers receive maximum coverage on each product.
If the unit malfunctions, it must be returned to the factory for evaluation. OMEGA’s Customer Service
Department will issue an Authorized Return (AR) number immediately upon phone or written request.
Upon examination by OMEGA, if the unit is found to be defective, it will be repaired or replaced at no
charge. OMEGA’s WARRANTY does not apply to defects resulting from any action of the purchaser,
including but not limited to mishandling, improper interfacing, operation outside of design limits,
improper repair, or unauthorized modification. This WARRANTY is VOID if the unit shows evidence of
having been tampered with or shows evidence of having been damaged as a result of excessive corrosion;
or current, heat, moisture or vibration; improper specification; misapplication; misuse or other operating
conditions outside of OMEGA’s control. Components which wear are not warranted, including but not
limited to contact points, fuses, and triacs.
OMEGA is pleased to offer suggestions on the use of its various products. However,
OMEGA neither assumes responsibility for any omissions or errors nor assumes liability for any
damages that result from the use of its products in accordance with information provided by
OMEGA, either verbal or written. OMEGA warrants only that the parts manufactured by it will be
as specified and free of defects. OMEGA MAKES NO OTHER WARRANTIES OR
REPRESENTATIONS OF ANY KIND WHATSOEVER, EXPRESS OR IMPLIED, EXCEPT THAT OF TITLE,
AND ALL IMPLIED WARRANTIES INCLUDING ANY WARRANTY OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE HEREBY DISCLAIMED. LIMITATION OF
LIABILITY: The remedies of purchaser set forth herein are exclusive, and the total liability of
OMEGA with respect to this order, whether based on contract, warranty, negligence,
indemnification, strict liability or otherwise, shall not exceed the purchase price of the
component upon which liability is based. In no event shall OMEGA be liable for
consequential, incidental or special damages.
CONDITIONS: Equipment sold by OMEGA is not intended to be used, nor shall it be used: (1) as a “Basic
Component” under 10 CFR 21 (NRC), used in or with any nuclear installation or activity; or (2) in medical
applications or used on humans. Should any Product(s) be used in or with any nuclear installation or
activity, medical application, used on humans, or misused in any way, OMEGA assumes no responsibility
as set forth in our basic WARRANTY/ DISCLAIMER language, and, additionally, purchaser will indemnify
OMEGA and hold OMEGA harmless from any liability or damage whatsoever arising out of the use of the
Product(s) in such a manner.
RETURN REQUESTS/INQUIRIES
Direct all warranty and repair requests/inquiries to the OMEGA Customer Service Department. BEFORE
RETURNING ANY PRODUCT(S) TO OMEGA, PURCHASER MUST OBTAIN AN AUTHORIZED RETURN
(AR) NUMBER FROM OMEGA’S CUSTOMER SERVICE DEPARTMENT (IN ORDER TO AVOID
PROCESSING DELAYS). The assigned AR number should then be marked on the outside of the return
package and on any correspondence.
The purchaser is responsible for shipping charges, freight, insurance and proper packaging to prevent
breakage in transit.
FOR W
ARRANTY
RETURNS, please have the
following information available BEFORE
contacting OMEGA:
1. Purchase Order number under which the product
was PURCHASED,
2. Model and serial number of the product under
warranty, and
3. Repair instructions and/or specific problems
relative to the product.
FOR NON-W
ARRANTY
REPAIRS,
consult OMEGA
for current repair charges. Have the following
information available BEFORE contacting OMEGA:
1. Purchase Order number to cover the COST
of the repair,
2. Model and serial number of the product, and
3. Repair instructions and/or specific problems
relative to the product.
OMEGA’s policy is to make running changes, not model changes, whenever an improvement is possible. This affords
our customers the latest in technology and engineering.
reproduced, translated, or reduced to any electronic medium or machine-readable form, in whole or in part, without the
prior written consent of OMEGA ENGINEERING, INC.