Welcome to the Industrial Automation website!

NameDescriptionContent
XING-Automation
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

ADLINK 6208/6216-GL Analog Output Card

F: | Au:FANS | DA:2026-08-07 | 226 Br: | 🔊 点击朗读正文 ❚❚ | Share:


ADLINK 6208/6216-GL Series Multi Channel Analog Output Card Selection, Deployment, and Calibration Complete Guide

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.

  • SIGMATEK ICA111 Module
  • SIGMATEK MDD 121-1 Drive Axis Module
  • SIGMATEK M5V121 12-300-121 Krauss Maffei M5 Display Unit
  • SIGMATEK CTMS 020 CD Technology Module 12-250-011
  • SIGMATEK PCT122 Touch Panel
  • Stöger MCS4100 SIGMATEK Control Module
  • SIGMATEK Krauss Maffei M5 Keyboard Unit M5K902 12-310-902
  • SIGMATEK SD310-2 Servo Drive Module
  • SIGMATEK CM5V020 CD Wiring Circuit Module
  • SIGMATEK ENGEL Robot Drive M3 02220-8748
  • Sigmatek CFF011 Drive Module
  • Sigmatek DCP642 DIAS Central Unit
  • Sigmatek SDM081 S-DIAS Safety Module
  • Sigmatek C-IPC 01-450-024 Industrial PC
  • Sigmatek Kompakt NC4 Control Module
  • Sigmatek VI021 VARAN Interface Module
  • Sigmatek Engel RD-M6-2 Robot Drive
  • Sigmatek CNC031 Positioning Module
  • Sigmatek TO161 Digital Output Module
  • Sigmatek CCL912 CPU PSU Module
  • Sigmatek ETV0821 Operator Terminal
  • SIGMATEK ET 261 Operator Terminal
  • SIGMATEK CP731-K Control Module 20-004-731-K
  • SIGMATEK ETEK Motherboard 12-250-021-K CM5V020
  • Sigmatek DEZ 181 DIAS Input Output Module
  • Sigmatek IPC111-D Industrial PC
  • SIGMATEK AKM54L-ANC2GBB0 Servomotor with Gearhead
  • SIGMATEK CTMS020 CM5V020 CNC Controller
  • DEMAG ERGOTECH 061 381 66 Sigmatek Control Unit
  • Sigmatek DAI 883 Module
  • Sigmatek ETV1521 Control Panel Installation Terminal
  • Sigmatek 9802.289.01 Board Control TA71 Display
  • Wittmann Sigmatek EU-252 proDrive W4 Servo Drive
  • Sigmatek CDM166 C-DIAS Module
  • Sigmatek DCP082 DIAS Central Unit
  • Sigmatek CCP081 C-DIAS Processor Module
  • Sigmatek MD111-1 Drive Module
  • Sigmatek ETV0821 Operator Terminal
  • Sigmatek ISE021 Interface Module
  • Sigmatek DCC080L Slide Control Module
  • Sigmatek AI075 Analog Input Module
  • SIGMATEK TO161 20-007-161 Module
  • SIGMATEK CIC011 Module
  • SIGMATEK AE0000318502 Hand Terminal Pendant
  • Sigmatek Krauss Maffei PC323-K Control Unit
  • Sigmatek Krauss Maffei PC321-K Control Cabinet PC
  • SIGMATEK CIV521 Control Module
  • SIGMATEK C-IPC-171 Industrial PC
  • SIGMATEK MDP101-L DIAS Drive Network Module
  • Sigmatek Krauss Maffei PC323-K Control Cabinet PC
  • SIGMATEK CRCH081 C-SLIDES Temperature Module
  • Sigmatek PC301-E6 Industrial PC SSD
  • Sigmatek SDI101 S-SLIDES Safety Input Module
  • Sigmatek CIV521 VARAN Control Module
  • Kollmorgen Sigmatek AKM42G-ANCNGBB0 Servo Motor
  • Sigmatek PC 521 Process Controller
  • Sigmatek Geode LX800 12-780-012 Industrial PC
  • Sigmatek STO081 S-DIAS Safety Output Module
  • Sigmatek SCP111 S-DIAS Safety CPU Module
  • Sigmatek CDI161 Industrial I O Module
  • Sigmatek Wiring Board V2 DIAS 05-250-023
  • Sigmatek CP102 20-004-102 S-DIAS CPU Module
  • SIGMATEK SLIDES CNC 115 Module
  • SIGMATEK DCC080 05-700-080-2 Control Module
  • SIGMATEK MDD 121 Drive Axis Module
  • SIGMATEK CIO011 C-DIAS Multi I/O Module
  • SIGMATEK CIV512 Servo Drive
  • SIGMATEK CM5V020 12-250-021-K Wiring Module
  • SIGMATEK CIO011 12-013-011 Multi I/O Module
  • SIGMATEK 01-450-031 C-IPC Industrial Computer
  • SIGMATEK AKM24D-ANBNGBB0 Servo Motor
  • DEMAG NC4 LP0001289.03 Control Module
  • Sigmatek ETEK Industrial PC C-IPC with Option Module
  • Sigmatek AO081 20-010-081 Analog Output Module
  • Sigmatek CNC 031 Positioning Module
  • Sigmatek CP731-K 20-004-731-K CPU Module
  • Sigmatek MDD 3320-JR-A Drive Module
  • Sigmatek PM Servo Motor AKM52K-ANC2GBB0
  • Sigmatek MDP 101 09-403-101 Power Module
  • Sigmatek S-SLIDES AO046 Analog Output Module
  • Sigmatek ICA111 20-102-111 Interface Module
  • SIGMATEK DCP646 Module 05-004-646
  • SIGMATEK SDI101 Digital Input Module 20-891-101
  • SIGMATEK S3330-2 Directional Gyro Altitude Instrument
  • SIGMATEK MDP102-1 Controller
  • SIGMATEK SMT 01-230-321 Touch Screen
  • SIGMATEK Krauss Maffei PC301-K 01-310-301-K Industrial PC with 8GB SSD
  • SIGMATEK ETT731 01-230-731 Built-in Touch Terminal
  • SIGMATEK CIV521 Control Module
  • SIGMATEK DME 128 Module 05-005-128
  • SIGMATEK SCP111-S 20-890-111-S S-DIAS Safety CPU Module
  • Sigmatek SCP111 S-DIAS Safety CPU
  • Sigmatek CRIF081 Interface Module
  • Sigmatek CP112-1 S-DIAS CPU Module
  • Sigmatek MDD121-L DIAS Drive Axis Module
  • Sigmatek C-IPC 01-450-024 Industrial PC
  • Sigmatek SDD215-23 SLIDES Drive
  • Sigmatek DPS001 DIAS System Components
  • Sigma-Tek 4000B-30 Directional Gyro
  • Sigmatek SDD340-46 SDD Series Drive
  • Sigmatek CEZ221 Euromap67 I O Module
  • SIGMATEK VI021 Interface Module
  • SIGMATEK CP731-K Control Module
  • SIGMATEK Krauss Maffei PC321-K Industrial PC
  • SIGMATEK ET322 Operator Terminal
  • SIGMATEK CP102 Control Module 24VDC
  • SIGMATEK SRO021 Relay Output Module
  • SIGMATEK DCP640 DIAS Central Unit
  • SIGMATEK MDD 121 Drive Axis Module
  • SIGMATEK AI043 Analog Input Module
  • ENOTEC OXITEC 5000 SME-53310000 Oxygen Analyzer
  • SIGMATEK Krauss Maffei PC301-K 01-310-301-K Industrial PC
  • SIGMATEK SDD310-23 VARAN Servo Drive
  • SIGMATEK CDM 163 and CIC 011 C-DIAS Input Modules
  • SIGMATEK MDP 101-1 Power Module
  • SIGMATEK CM5V020 Wiring Circuit with CTMS020
  • SIGMATEK CCP521 C-DIAS Processor Module
  • SIGMATEK MDP 101-K Power Module
  • SIGMATEK ETEK C-IPC 733MHz VIA Eden 7000
  • SIGMATEK DCP 643 DIAS PLC CPU Module
  • SIGMATEK TAE121 12-200-121 Operator Terminal
  • Sigmatek TMS012-T Injection Moulding Technology Module
  • Sigmatek MDD 121-1 Controller
  • Sigmatek CDM167 Module
  • Sigmatek DCP082 DIAS Central Unit
  • Sigmatek ETT731 Built-In Terminal Touch
  • Sigmatek CCP521 C-DIAS Processor Module
  • Sigmatek Krauss Maffei PC301-K Control Cabinet PC