In scenarios such as automated testing, biomedical signal recording, and transient waveform analysis, the DAQe-2000 series (including DAQe-2010, DAQe-2005, DAQe-2006, DAQe-2016) has become the core device for data acquisition due to its 4-channel synchronous differential input, high sampling rate of up to 2 MS/s, and flexible triggering mechanism. However, engineers often face issues such as signal drift, multi card phase misalignment, and unreliable trigger response during actual deployment. This article is based on the underlying logic of the hardware series, outlining the complete configuration path from signal access to system synchronization, and providing troubleshooting methods for typical faults.
Signal connection and grounding: the key to the success or failure of differential measurement
All models in this series offer 4-channel differential analog inputs, supporting bipolar and unipolar ranges of ± 10V, ± 5V, ± 2.5V, ± 1.25V, and 0-10V. Correctly identifying the type of signal source is the first step in avoiding common mode interference.
1.1 Ground source vs. floating ground source
Grounding reference source (such as non isolated instrument output): Its reference ground is already connected to the system ground. At this point, differential input mode should be used and the negative terminal of the signal should be connected to AI GND (note: not short circuited to instrument ground, but through a high impedance path). This mode can provide a common mode rejection ratio of 85-97 dB (DC~60Hz), effectively suppressing power frequency noise.
Floating ground sources (such as thermocouples and isolation transformers): It is necessary to add a bias return resistor at the input end (recommended to have a resistance value of 100 times the source impedance). If the source impedance is below 100 Ω, the negative terminal can be directly connected to AI GND. Never let the floating ground source hang in single ended mode, otherwise it will introduce DC offset.
1.2 Limitations of Single ended Mode
Although the card supports single ended connection (connecting all negative terminals together to AIGND), this method significantly reduces noise resistance. Unless the number of channels is tight and the signal amplitude is much larger than the noise, it is strongly recommended to use differential methods. In practical projects, when multi-channel synchronous sampling is performed, the differential connection method can increase the effective bit count (ENOB) by 0.5 to 1 bit.
Trigger mode selection: from pre trigger to re trigger
The triggering mechanism is the core of collecting timing. This series offers four A/D trigger modes, which need to be matched according to the application scenario.
2.1 Pre trigger
Suitable for capturing data before triggering events (such as waveforms before faults). It is necessary to set the M-Counter (16 bits) to specify the number of scans stored before triggering. Key points:
If the external trigger arrives too early (before completing M scans), the early trigger can be forcibly ignored by setting M1 to 1 to ensure that there are M valid data in the cache. If M-Enable=0, only the amount of data that existed before the trigger is stored, which may result in insufficient cache.
In pre trigger mode, PSC_Count must be set to 0, and the total data volume is equal to the number of enabled channels multiplied by M.Counter.
2.2 Middle trigger
Simultaneously collect data before and after triggering. M-Counter controls the number of scans before triggering, while PSC-Count controls the number of scans after triggering. Also affected by M-Enable. Note: In this mode, the M-Counter count terminates before the trigger signal (unlike pre triggering, which terminates at or before the trigger edge). During actual programming, attention should be paid to differences in software libraries.
2.3 Post trigger and Delay trigger
Post triggering is the most commonly used mode - collecting PSC_Count pen scan data after triggering. Delay triggering uses Delay_Counter (16 bits) to insert a controllable delay between triggering and acquisition, and the delay clock can be selected from TIMEBASE (40 MHz) or A/D sampling clock (TIMEBASE/SI_Count). If TIMEBASE is selected, the maximum delay is 1.638 ms; if sampling clock is selected, the delay range can be greatly expanded, suitable for scenarios where interference pulses need to be avoided.
2.4 Re trigger
On the basis of post trigger or delayed trigger, set Retrig_no, collect PSC pen data after each trigger, and then wait for the next trigger edge. During the re triggering process, if a new triggering pulse arrives before the current batch acquisition is completed, it will be ignored. This function is suitable for equal angle sampling triggered once per rotation of rotating machinery.
Five conditions and sensitivity settings for analog triggering
The analog trigger source can come from an external EXTATRIG pin (± 10V range, 8-bit resolution, approximately 78 mV step) or an internal ADC input channel (full-scale range, 256 level segmentation). The software can configure five triggering conditions: