In applications such as industrial automation testing equipment (ATE), servo control, process control, and signal generation, high-precision, multi-channel analog voltage output is one of the core requirements of the system. The 6208/6216-GL series analog output card launched by ADLINK Technology has become the preferred solution for many engineers due to its 16 bit resolution, ± 10V output range, independent DAC per channel, and flexible PCI/CompactPCI/PCIe interface options. This article will provide a detailed technical reference manual for engineering and technical personnel from multiple dimensions, including model comparison, hardware installation, pin definition, register level programming, calibration mechanism, and software ecology.
Series Overview and Model Selection
The 6208/6216-GL series includes two basic models:
PCI-6208V-GL: Provides 8 analog voltage outputs, using standard 32-bit 5V/3.3V PCI bus.
PCI-6216V-GL: Provides 16 analog voltage outputs, with other characteristics consistent with 6208.
In addition to standard PCI, this series also covers cPCI (3U CompactPCI) and PCI Express (x1 lane) interface versions, named cPCI-6208V-GL, cPCI-6216V-GL, PCIe-6208V-GL, and PCIe-6216V-GL, respectively. It is worth noting that cPCI versions with the suffix "/R" (such as cPCI-6208V/R-GL) additionally provide Rear I/O functionality, which is suitable for compact chassis applications that require backplane cabling.
All models with the suffix "- GL" are direct substitutes for early PCI-6208V/6216V and cPCI versions, maintaining full compatibility in register mapping, hardware, and software, facilitating smooth upgrades of existing systems.
Selection suggestion:
Channel requirement ≤ 8 and cost sensitive → 6208V-GL series;
Number of channels required 9~16 → 6216V-GL series;
Due to limited chassis space or the need for high-speed serial bus → PCIe version;
Redundancy or hot swappable (CompactPCI feature) → cPCI version is required. If rear wiring is needed, select/R model.
Key electrical specifications and performance indicators
2.1 Simulation output core parameters
Resolution: 16 bits (but ensuring 15 bit monotonicity, i.e. no code loss).
Output voltage range: Bipolar ± 10V, full range corresponds to digital codes -32768 (0x8000)~+32767 (0x7FFF), where 0x0000 corresponds to 0V, 0x7FFF corresponds to+9.99969V (close to+10V), and 0x8000 corresponds to -10.00000V.
Drive capability: Maximum ± 5mA, can directly drive most operational amplifiers or instrument loads.
Establishment time: From -10V to+10V, the typical value is 130 μ s, suitable for generating medium and low-speed signals.
Swing rate: 25V/μ s, ensuring fast response.
Gain error: ± 0.0025% full-scale (at 25 ℃), offset error ± 0.0005% full-scale.
Differential Nonlinear (DNL): Typical ± 1.5 LSB, Integral Nonlinear (INL): Typical ± 2.5 LSB, ensuring good linearity.
Output initial state: After power on or reset, all channels automatically output 0V to prevent external devices from being impacted by power on.
2.2 Digital I/O auxiliary functions
In addition to analog output, each card also provides 4 TTL digital inputs and 4 TTL digital outputs (via the DIn/DOn pins of the 37 pin D-sub connector), which can be used for simple status monitoring or trigger control. Digital input high-level threshold ≥ 2.0V (maximum 5.5V), low-level ≤ 0.8V; digital output high-level ≥ 2.4V (source current 0.4mA), low-level ≤ 0.4V (sink current 8mA).
2.3 Power consumption and environment
PCI-6208V-GL:+ 5V@580mA ,+ 12V@70mA ;
PCI-6216V-GL:+ 5V@1A ,+ 12V@280mA (16 channel output power consumption significantly increases);
There is a slight difference in power consumption between cPCI and PCIe versions, please refer to the manual for details.
Working temperature: 0-50 ℃, storage: -20~80 ℃, humidity: 5-95%, no condensation.
Hardware installation and connector pin allocation
3.1 Anti static and Physical Installation
The 6208/6216-GL series card is an electrostatic sensitive device, and must be operated on a grounded anti-static workbench, wearing an anti-static wristband. Installation steps:
Turn off the power of the host and peripherals, and unplug the power cord.
Open the chassis and select an available 32-bit PCI/PCIe/cPCI slot (note that PCIe versions require x1 or higher slots).
Touch the metal discharge of the chassis, hold the edge of the board and insert it into the slot to ensure it is fully seated.
Secure the baffle with screws.
After system startup, the BIOS automatically assigns I/O base addresses and interrupts (IRQs) without the need for jumper settings.
3.2 Definition of connector pins (37 pin D-sub female socket)
Analog output: V0-V7 (6208) or V0-V15 (6216), corresponding to channels 0-15; There is an A.GND (analog ground) next to each channel, and all A.GNDs are internally connected.
Digital I/O: DI0~DI3 (input), DO0~DO3 (output), please refer to Figure 1-5 and Figure 1-6 in the manual for pin numbers.
Important reminder: The analog output ground (A.GND) and digital ground (DGND) are separated inside the card, and confusion should be avoided when wiring externally to avoid introducing noise.
Recommended matching terminal board:
DIN-37D-01: Screw terminal board with DIN rail installation.
ACLD-9137-01/9138-01: Universal 37 pin terminal board.
ACL-10137:37 pin D-sub male to male cable.

Key points of register mapping and underlying programming
For developers who need to directly control hardware, understanding I/O registers is essential. This series of cards occupies a continuous I/O address space (the base address is allocated by the PCI BIOS and can be obtained by reading the PCI configuration space offset 0x18). All registers are 16 bits wide and must be accessed using 16 bit (WORD) I/O instructions.
4.1 Analog output control register (offset 0x00~0x1E)
Each channel corresponds to a 16 bit register, with offset=channel number x 2 (e.g. channel 0 offset 0x00, channel 1 offset 0x02, and so on).
The written value is the D/A conversion digital code (binary complement format, 0x8000 corresponds to -10V, 0x7FFF corresponds to+9.99969V).
Note: After writing, it is not immediately output, and the internal serial bus needs to be delayed. It is necessary to check the "Data_Send" bit in the status register to ensure that it is at a low level before writing the next data.
4.2 Analog output status register (offset 0x00, read-only)
Bit D0 is the Data_Send flag: 1 indicates that data is currently being transmitted, 0 indicates idle.
After each write operation, wait for this bit to become 0 (at worst about 2.2 μ s) before writing the next channel, otherwise it may cause data conflicts.
4.3 Digital output register (offset 0x40, read/write)
Positions D0~D3 correspond to DO0~DO3. Write 1 to output high level and 0 to output low level.
Retain positions D4~D7 (read back as 0).
4.4 Digital Input Register (offset 0x40, read-only)
Positions D4~D7 correspond to the current status of DI0~DI3.
Positions D0~D3 return the output values of current DO0~DO3 (read back function).
Programming example (pseudocode):
text
base = get_pci_base_address(); //Retrieve from PCI configuration space
//Set channel 0 output+5V (digital code 0x4000)
while (inw(base + 0x00) & 0x0001) ; //Waiting for Data_Send=0
outw(base + 0x00, 0x4000);
//Set channel 1 output to -5V (0xC000)
while (inw(base) & 0x0001) ;
outw(base + 0x02, 0xC000);
Unique Calibration Technology - Flash Mapping Table Calibration
Traditional analog output cards often rely on potentiometers to manually adjust gain and offset, while ADLINK has introduced advanced digital calibration methods in the 6208/6216-GL series. The card has built-in Flash memory and undergoes a precise calibration process at the factory:
Use a 6.5-inch digital multimeter (DMM) to measure the actual output voltage corresponding to each digital code (-32768~+32767).
Generate a mapping table to record the actual digital code that is closest to each ideal digital code and the actual output.
Burn the mapping table onto the onboard Flash chip.
Every time a user writes a digital code, the firmware in the card automatically queries the mapping table and converts it into a linearized compensation code, significantly reducing gain and offset errors and improving overall nonlinearity. This mechanism ensures that the factory precision remains stable within one year.
Calibration suggestion: ADLINK recommends recalibrating once a year. Due to the need for dedicated DMM and calibration software for calibration, users should send the card back to the original factory or authorized service center for processing. It is not recommended to calibrate on their own to avoid damaging the factory mapping data.
Software driver and development environment support
ADLINK provides a rich software stack for the 6208/6216-GL series, covering mainstream operating systems and development environments.
6.1 Windows platform (recommended new driver DAQPilot)
DAQPilot: A new generation graphical driver/SDK that supports task oriented programming, significantly reducing development cycles. Provide APIs, ActiveX controls, and NET assembly, compatible with Windows 7/10/11, etc.
DAQMaster: A unified device management tool used to configure and manage all ADLINK DAQ cards.
Traditional PCIS-DASK driver: still supports old systems (including Windows Vista 64 bit), but the official recommendation is to migrate to DAQPilot.
6.2 Linux Platform
PCIS-DASK/X: Provides a universal API that supports the development of PCI/cPCI/PXI cards on Linux.
6.3 Third party software integration
MATLAB: With the DAQ-MTLBB adapter, the MATLAB Data Acquisition Toolbox control card can be directly used.
LabVIEW: Provides DAQ-LabVIEW PnP VI library, fully compatible with NI style, supports LabVIEW 7.0~8.5 and subsequent versions.
Agilent VEE: The PICS-VEE driver package achieves seamless integration.
ActiveX controls (DAQBench/PCI-OCX): suitable for Visual Basic, C++, Delphi, etc., making it easy to quickly build SCADA/HMI applications.
All drivers and tools can be obtained from the ADLINK official website or the accompanying "all-in-one CD".
Common troubleshooting and practical skills
Output remains unchanged or always at 0V: Check if the external power supply is normal (especially+12V power supply); Confirm if the software is waiting for the Data_Send bit; Check if the numeric code format is binary complement.
Excessive output noise: Ensure that the analog ground and digital ground are grounded at a single point; Use shielded twisted pair cables to connect loads; Avoid long-distance transmission.
Digital input reading error: Check if the input level meets the TTL threshold (especially high level needs to be ≥ 2.0V); Pay attention to the input current limit.
The system cannot recognize the card: try changing the slot; Confirm that the motherboard has sufficient PCI/PCIe resources; Update BIOS settings.
Calibration failure or decreased accuracy: If it exceeds one year, it needs to be returned to the factory for calibration; Avoid working in environments beyond the temperature range.
