Welcome to the Industrial Automation website!

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

Integration and Optimization of ADLINK DAQ-20xx Synchronous Acquisition Card

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

ADLINK DAQ/DAQE/PXI-20xx series synchronous data acquisition card on-site deployment and optimization full guide

In the fields of automotive testing, transient signal measurement, biomedicine, and automated testing equipment (ATE), high-precision, multi-channel synchronous data acquisition is the cornerstone for obtaining reliable experimental data. The ADLINK DAQ/DAQE/PXI-20xx series data acquisition card (covering DAQ-2010/2005/2006 and corresponding PCIe/PXI versions) has become a powerful tool for engineers to build precision measurement systems with 4-channel synchronous differential input, a maximum sampling rate of 2MS/s, 16 bit resolution, and flexible analog/digital triggering capabilities. However, any negligence in any link from board ID configuration, signal source grounding type matching, trigger mode selection, and multi card SSI synchronization may lead to data distortion or system failure to start. This article combines the core specifications of the DAQ-20xx series user manual to systematically outline the key nodes and optimization strategies for on-site deployment.


Hardware configuration and jumper settings

1.1 The key role of card ID (SW1) in multi card systems

When installing multiple DAQ-20xx series cards in the same industrial computer or PXI chassis, the system needs to distinguish each device based on the card ID. The onboard 4-digit DIP switch SW1 (default all OFF corresponds to ID 0) provides a total of 16 selectable IDs from 0 to 15. Table 2-1 in the manual provides the complete binary encoding correspondence, for example, ID 5 corresponds to "ON-OFF-ON-OFF".

Deployment points:

In a multi card environment, it is essential to assign a unique ID to each card, otherwise the driver cannot address correctly.

To enable board ID recognition, you need to use W2K_D2kUtil.exe in the D2K-DASK toolset and uncheck the "Ignore Board ID" option (see Figure 2-4). If this function is not enabled, even if different IDs are set for SW1, the system will still ignore it.

1.2 Default Pull Down Mechanism for DIO Initial State (JP4)

The JP4 jumper cap defaults to pulling down the initial state of 24 universal digital I/O channels (provided through 82C55A) to a low level through a 1k Ω resistor to avoid external relay misoperation caused by outputting a high level at the moment of power on. If the application requires a high-level power output, the jumper cap can be removed to disable the pull-down function (see Figure 2-5). Manual recommendation: For applications that drive external solid-state relays or MOSFETs, it is safer to maintain default pull-down.


Signal connection and grounding strategy

2.1 Overview of pin functions of 68 pin VHDCI connector

The DAQ-20xx series uses a 68 pin VHDCI connector (AMP-787254-1) to centralize analog inputs (CHO+~CH3+), analog outputs (DA0OUT/DA1OUT), 24 channels of DIO (PA0~PA7, PB0~PB7, PC0~PC7), universal timer (GPTC0/1), and trigger signals (EXTATRIG, EXTDTRIG, EXTWFTRIG) into a single interface. Tables 3-1 and 3-2 in the manual provide complete pin definitions.

Special note:

Synchronous Digital Input (SDI) is only applicable to DAQ/DAQE/PXI-2010 models (14 bit resolution), and the corresponding pins for 2005/2006 models are marked as NC (unconnected).

The input impedance of the external analog trigger input (EXTATRIG) is 40k Ω in the 2010 model, while it is 2k Ω in 2005/2006. When connecting the signal source, load effects need to be considered.

AOEXTREF allows users to customize the full-scale range of D/A output (within ± 10V), providing flexibility for generating non-standard amplitude waveforms.

2.2 Grounding Type and Differential/Single ended Connection Selection

The DAQ-20xx series only offers 4 differential analog inputs (without single ended mode), which means each channel requires a pair of signal lines (positive and negative). However, the connection strategy varies depending on the type of signal source:

Grounding reference signal source (such as non isolated instrument output): The signal source ground is shared with the acquisition card and can be directly differentially connected (Figure 3-2). The common mode voltage range is ± 11V, and the CMRR can reach up to 97dB (DC~60Hz), effectively suppressing power frequency interference.

Floating signal source (such as thermocouple, transformer output): A bias return path needs to be provided for each differential channel. The usual practice is to parallel a resistor with approximately 100 times the source impedance between the negative terminal of the signal and AIGND (Figure 3-3). If the source impedance is below 100 Ω, the negative terminal can be directly short circuited to AIGND.

Common error: Hanging the negative terminal of the floating signal source causes the input bias current of the instrument amplifier to be unable to flow back, resulting in measurement drift or saturation.

Analog input sampling rate versus resolution tradeoff

3.1 Key parameters for model selection

Model Resolution Maximum Sampling Rate A/D FIFO Typical Application Scenarios

2010 14 bit 2 MS/s 8K sample high-speed transient signal (such as vibration, acoustics)

2005 16 bit 500 kS/s 512 sample high-precision slowly varying signal (such as temperature, pressure)

2006 16 bit 250 kS/s 512 sample extremely low noise high-resolution measurement

The manual tables 1-1 to 1-3 provide detailed information on the -3dB small signal bandwidth, system noise (LSB rms), and CMRR of each model under different input ranges. Taking the 2010 model as an example in the ± 10V range, the -3dB bandwidth reaches 1170kHz, which is sufficient to cover most audio and mechanical vibration frequency bands; The noise of the 2005 system is only 1.2 LSB rms (± 10V), which is suitable for measuring microvolt level signals.

3.2 Scanning timing and counter settings

Although the DAQ-20xx series adopts synchronous sampling (simultaneous conversion of 4 channels), its internal timing is still based on "scan" as the basic unit - triggering synchronous conversion of all enabled channels once per scan cycle. Two core counters determine the acquisition timing:

SI_comounter (24 bits): Set scan interval=SI_comounter/TIMEBASE (default 40MHz internal clock). The minimum SI_comounter for the 2010 model is 20 (corresponding to 2MS/s), the minimum SI_comounter for the 2005 model is 80 (500kS/s), and the minimum SI_comounter for the 2006 model is 160 (250kS/s).

PSC_counter (24 bits): Specify the number of scans to be collected after triggering (in post triggering mode, it is the total number of samples).

Calculation example: If the 2010 model needs to collect 1000 points at a sampling rate of 1MS/s, then SI_comounter=40 (40/40MHz=1 μ s), PSC_comounter=1000 x 4 channels=4000 (actual programming is calculated based on the number of scans, i.e. 1000 scans).


Selection strategy for four triggering modes

Section 4.1.5 of the manual elaborates on four triggering modes that are applicable to different application scenarios:

4.1 Post Trigger

The most commonly used mode is to start collecting a specified amount of data (PSC_comounter) after the triggering event occurs. Suitable for recording responses to external events, such as acceleration signal triggering during impact testing.

4.2 Pre Trigger

Collect M scan data before the triggering event occurs (M is set by the M-counter). Suitable for applications where the triggering time cannot be predicted but the pre triggering state needs to be understood, such as power fault recording.

Key parameter: If the M-enable bit is set to 1, the trigger signal will be ignored until the first M scans are completed, ensuring that complete M pre trigger data can always be obtained (Figure 4-7); If set to 0, the actual amount of stored data may be less than M when triggering early occurrence (Figure 4-6).

4.3 Middle Trigger

Combining pre triggering and post triggering - collecting M scans before triggering and N scans after triggering (N set by PSC_comounter). Suitable for analysis that requires complete context before and after the event, such as motor starting current waveform.

4.4 Delay Trigger

After triggering, the collection will resume after a set delay (DLYcounter). The delay source can be selected from TIMEBASE (maximum 1.638ms) or A/D sampling clock (which can significantly extend the delay range). Suitable for applications that require avoiding triggering momentary interference.


Bus Master DMA and Data Transfer Optimization

For high-speed continuous data collection, software polling can result in extremely high CPU usage. The DAQ-20xx series supports Bus Mastering DMA and is equipped with Scatter/Gather linked list function (Figure 4-13), which solves the pain point of allocating large contiguous memory in operating systems such as Windows.

Implementation mechanism:

Multiple discontinuous memory blocks are concatenated through a DMA descriptor chain table, with each descriptor containing a PCI address, transfer size, and next descriptor pointer.

The maximum transmission capacity for non chain mode is 2M double words (8MB); There is no transmission length limit in chain mode, and it supports circular linked lists to achieve multi buffer continuous collection.

The hardware directly moves the data from the A/D FIFO to the user specified system memory without the need for CPU intervention, freeing up CPU resources for data processing and display.

Deployment suggestion:

Pre allocate larger DMA buffers (such as 64MB per channel) through the ACE tool of ADLINK MAPS Core to reduce interrupt frequency.

For long-term continuous recording, use Ping Pong mode in conjunction with linked list loops to avoid data loss.

Fine tuning of analog triggering and digital triggering

6.1 Five simulation triggering conditions

Manual figures 4-32 to 4-36 show five triggering conditions, all based on two comparison levels, Low_Threshold and High_Threshold (8-bit resolution):

Below Low: Triggered when the signal falls below a low threshold.

Above High: Triggered when the signal exceeds a high threshold.

Inside Region: Triggered when the signal is between high and low thresholds.

High Hysteresis: Triggered when the signal exceeds a high threshold, the low threshold determines the hysteresis hysteresis width (anti noise interference).

Low Hysteresis: Triggered when the signal falls below a low threshold, while a high threshold determines hysteresis hysteresis.

For external analog trigger inputs (EXTATRIG, SRC1), the level range is ± 10V and the resolution is 78mV (Table 4-7). When selecting the ADC input channel as the trigger source (SRC2), the trigger resolution is equal to the full-scale range divided by 256. For example, the resolution at ± 10V range is 78.125mV.

6.2 External digital triggering

EXTDTRIG (A/D dedicated) and EXTWFTRIG (D/A dedicated) accept TTL level signals, with a minimum pulse width of 20ns and programmable selection of rising or falling edge triggering.


SSI Multi Card Synchronization: Breaking the Channel Limit

When more than 4 synchronization channels are required (such as 8-channel vibration analysis), multiple DAQ-20xx cards can be cascaded through the system synchronization interface (SSI). SSI implements daisy chain connection using 20 pin flat cable (ACL-SSI) in the PCI version; In the PXI version, signal routing is completed through the PXI trigger bus (J2) without the need for additional cables.

Six core timing signals that can be synchronized (Table 3-5):

SSI_TIMEBASE (Time Base Clock)

SSIOADCONV (A/D conversion signal)

SSI_SCAN-START (scan start)

SSI_AD_TRIG (A/D triggered)

SSI-DAWR (D/A update)

SSI_CA_TRIG (D/A triggered)

Example of master-slave configuration (4-card synchronization):

Set card 1 as the master device for ADCONV signals, and cards 2-4 as slave devices.

Card 1 receives external digital triggers and initiates data collection, generating ADCONV signals internally.

Card 1 broadcasts ADCONV signals to cards 2-4 through SSI.

Simultaneously convert four cards to achieve 16 channel synchronous sampling.

Important constraint: Each timing signal can independently select a master device, that is, card 1 can be used as the TIMEBASE master device, and card 2 can be used as the AD_TRIG master device. After power on or reset, the timing signals generated internally by each card are used by default.


D/A waveform generation and iterative output

Two 12 bit D/A outputs (LTC7545) support a maximum update rate of 1MS/s and are equipped with a 2K sample FIFO. The waveform generation involves 5 counters (UI_comounter, UC_comounter, IC_comounter, DA-DLY1_counter, DA-DLY2-Counter), which can generate the following patterns:

Post trigger waveform: output immediately after triggering (Figure 4-15).

Delay trigger waveform: After triggering, it is delayed by DLY1 and then output (Figure 4-16).

Repetitive trigger generation: Output a waveform once per trigger, ignoring new triggers during the output process (Figure 4-17).

Iterative waveform: IC_comounter sets the number of repetitions and supports finite (Figure 4-18) or infinite (Figure 4-19) repetitions.

DLY2 Delay: The interval between two consecutive waveform generations (labeled in Figure 4-19).

Stop mode (when triggered by software stop):

Mode I: Stop immediately.

Mode II: Stop after completing the current single waveform.

Mode III: Stop after completing integer multiples of IC_comounter waveform (Figure 4-20~4-22).


GPTC universal timer/counter with eight working modes

Two 16 bit timers/counters (GPTC0/1) support up to 10MHz external clock input and provide 8 programmable modes (Figure 4-23~4-30):

Typical Applications of Mode Function Description

1 Simple Gate Control Event Counting Pulse Counting

2 Single cycle measurement frequency measurement

Analysis of PWM duty cycle for 3 single pulse width measurements

4 Single Gate Control Pulse Generation Programmable Delay Single Pulse

5 single trigger pulses generate external edge triggered single pulses

Generate a single pulse with 6 triggers to trigger each external edge pulse

7 single trigger continuous pulse generation triggers continuous output pulse train

8 consecutive gate control pulses generate continuous pulses during gate control enable period

All modes are software started, with initial values that can be loaded and current count values that can be read back at any time without affecting counting operations.


Calibration and maintenance

The DAQ-20xx series supports automatic calibration without the need for external signal sources or measuring instruments. The onboard 5.000V reference source (temperature drift ± 2ppm/℃, long-term stability 6ppm/1000Hr) ensures calibration accuracy.

Operation process:

Preheat for at least 15 minutes after power on (stability requirements in the manual).

Disconnect all I/O cables (D/A output may change during calibration).

Perform automatic calibration (via software driven API).

Save the new calibration constant to one of the three user modifiable areas in the EEPROM (while recording the calibration date and ambient temperature).

The default factory calibration constant is saved in a separate area, and users can restore the factory values at any time.

  • 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
  • Sigmatek CIC-21 C-DIAS CAN Module
  • Sigmatek CIO-011 Multi I O Module
  • Sigmatek 01-450-152D C-IPC 152 Industrial PC
  • SIGMATEK 01-450-024 C-IPC 128MB VIA 733MHz
  • SIGMATEK CCL-081 C-DIAS Processor Module
  • SIGMATEK CP311 20-004-311 Module
  • SIGMATEK EP00000262 SLIDES MIDI I O-V3 Controller
  • SIGMATEK TMS012-T Slides Technology Module
  • SIGMATEK MDD111-1 Drive Axis Module
  • SIGMATEK MDP101-1 PLC Module
  • SIGMATEK CP111 S-DIAS Processor Module
  • DEMAG ErgoControl Sigmatek NC4 Display Unit
  • SIGMATEK DCP642 Module
  • Sigmatek Demag NC4 9617.067.03 Control Module
  • Sigmatek DCP 643 Central Processing Unit
  • Sigmatek VI 021 S-SLIDES VARAN Interface Module
  • Sigmatek SDD340-46 Servo Drive 14kVA
  • Sigmatek DSI021 Slide Siemens Interface
  • Sigmatek CCL912 C-SLIDES CPU PSU Module
  • Sigmatek ETV1521 VARAN Control Panel
  • Sigmatek ET322 Operator LCD Terminal
  • Sigmatek MDD1111 DIAS Drive Module
  • Sigmatek CAM123 Module
  • SIGMATEK CP111 VARAN Ethernet Controller
  • SigmaTek MDD 111 Axle Module
  • SIGMATEK CIO013 C-DIAS I O Module
  • SIGMATEK AKM52K-ANC2GBB0 Servomotor 640VDC
  • SIGMATEK ETT321 01-230-321 Touch Screen
  • SIGMATEK NC4Kompakt 01-250-010-D Safety Controller
  • SIGMATEK CIO011 C-DIAS Multi I O Module
  • SIGMATEK MDD 121-1 Drive Axis Module
  • SIGMATEK CDM163 Control Module
  • Sigma-Tek 4000HR-3 Heading Reference Directional Gyro
  • Sigmatek DIAS DAI 883 Analog Input Module
  • Sigmatek 0332.554.03 Printed Circuit Board Card
  • Sigma Tek 5000B-36 Attitude Gyro 8130
  • Demag NC4 0332.554.03 Sigmatek Control Board
  • Sigmatek IPC Pentium 300 CF Industrial PC
  • Sigmatek MDP 102 PLC Module
  • Sigmatek DTO163 Digital Output Module
  • Sigmatek PCT151 Touch IPC 15 Panel and I-PC C300
  • Sigmatek CCL911 CD Processor Module
  • Sigmatek SCP011 S-DIAS Safety CPU Module
  • Sigmatek SE051 Network Splitter Module
  • Sigmatek CIO011 C-DIAS I O Module
  • Sigmatek SE051 Ethernet Splitter
  • Sigmatek CCL911 CD Processor Module
  • Sigmatek SDD310-4 DIAS Drive 14kVA
  • Sigmatek CTMS020 C-DIAS Technology Module
  • Sigmatek CTMS020 CD Technology Module
  • Sigmatek CTO167 C-SLIDES Digital Output Module
  • Sigmatek C-IPC 152 Industrial PC
  • Sigmatek SDD310-4 SLIDES Drive 310
  • SIGMATEK MDP 102-1 DIAS Power Module
  • SIGMATEK SCP111 S-DIAS Safety CPU Industrial
  • SIGMATEK CAO081 Analog Output Module
  • SIGMATEK DCC080L Control Module
  • SIGMATEK MDP101-1 Power Module
  • SIGMATEK SCP111 S-DIAS Safety CPU
  • SIGMATEK PC325-K Industrial PC