Keysight Technologies Inc.

01/26/2024 | News release | Distributed by Public on 01/26/2024 18:58

Scale Up Your Measurements With DAQ Systems

Scale Up Your Measurements With DAQ Systems


When an engineer is asked to measure one device, it's easy enough. But what do they do when they're asked to measure an entire assembly line of devices?

High accuracy and high scalability are both necessary for streamlining the test and measurement process in environments like manufacturing or power supply where time is critical and can't be wasted.

Data acquisition (DAQ) systems enable this kind of efficiency. In this article, you'll:

  • get an overview of DAQ
  • learn how it works under the hood
  • find out how to apply it effectively

What is data acquisition?

Data acquisition refers to the process of measuring some aspect of a real-world physical phenomenon by first sensing it as an analog electrical signal, then sampling it regularly at discrete intervals of time, and finally quantizing it to obtain digital numeric values with finite precision that can be stored in a computer for data analysis.

Why is DAQ used?

Take your smartphone as an example: It receives and transmits radio waves. The amplitude, frequency, power, and phase of a wave are all analog phenomena that can smoothly vary between a minimum and a maximum value with an infinite precision of decimal places.

For example, the power of the wave reaching your phone may take any decimal value between -50 to -110 decibel-milliwatts (dBm) to an infinite precision. In addition, you can think of time also as consisting of an infinite number of instants. So if you want to very accurately measure the wave's power over time, there's theoretically no limit to how precisely and how frequently you can do so.

Fig 1. Analog signals vs. digital sampling

However, our computers and processors are fundamentally digital and cannot handle infinite precision or frequency. So for convenience and practicality, we use a DAQ system to sample (measure) such phenomena at regular intervals of time and convert them to fixed-precision numeric values that our digital computers can store and analyze.

In addition, DAQs make testing streamlined and scalable. Interestingly, DAQ is quite generic. Once you convert a phenomenon to an analog signal with a suitable sensor, the rest of DAQ is quite similar regardless of the phenomenon you're measuring. So DAQ is not just an abstract workflow but something that can be productized and reused across industries and use cases.

What are some scientific and industrial applications of DAQ?

DAQ systems enable the scaling up of testing. Let's look at some interesting uses of DAQs.

  • Acoustic analysis: DAQs are used for identifying possible faults in machines and engines by measuring their acoustic characteristics.
  • Health care: Some uses of DAQs in health care include magnetic resonance imaging, nuclear magnetic resonance spectroscopy, and biotechnology use cases like phylogenomics.
  • Geophysics: DAQs are used for geophysical applications like measuring the geomorphology of an area and collecting seismic data.
  • Automobiles: DAQs are used extensively for automotive performance measurements like bulk testing of battery temperatures and automated production line testing of vehicle electronic control units.

What are the types of DAQ equipment?

There are three types of DAQ equipment.

  • Data loggers: These are a kind of stand-alone equipment that are typically portable and suitable for field use. They come with built-in processors for data processing and analysis, pre-installed software with minimal capabilities, and rudimentary displays. For example, data logging for voltage measurements or power measurements is available for use across industries and use cases.
  • DAQ devices: Data acquisition devices are modules that have general-purpose DAQ hardware, such as multiplexers, counters, totalizers, analog/RF input switches, digital input/output, and digital-to-analog outputs, but not processors or software. These modular devices are designed to attach to different computers and work with different DAQ software.
  • DAQ systems: Data acquisition systems are configurable high-speed systems with high channel counts for complex use cases.

What are the main components of a DAQ system, and how do they work?

All DAQ systems consist of the six subsystems shown in this illustration:

Fig 2. DAQ subsystems

We'll explain each subsystem below.

1. Sensors

The sensor subsystem consists of devices or circuits that sense different phenomena and convert them to analog electrical signals like voltages or currents. Sensors are often transducers because they convert phenomena that involve one kind of energy (like kinetic or thermal) into electrical energy.

We first look at some important aspects of this subsystem.

What are some key considerations in the sensor subsystem?

Phenomena like noise and interference adversely affect the accuracy of the analog output of a sensor. It's often a result of how the sensing is done. It can be one of the following two common ways.

  • Single-ended analog signals: In single-ended measurements, the signals are measured against a common ground level. However, since the ground level itself is vulnerable to interference (for example, from the device's power supply), this technique can result in a lot of noise and is unsuitable for use cases where the signal and noise are of the same order of magnitude.
  • Differential analog signals: In this approach, the phenomenon is measured through two signals - the primary signal and its own inverted signal through another wire. The difference is treated as the analog signal value. The advantage is that since noise and interference are likely to similarly influence both wires, their difference automatically ensures low noise.

What are the types of sensors used with a DAQ?

Common sensors include:

  • Temperature measurement sensors: Sensors to measure temperature include thermocouples, thermistors, and resistance temperature detectors (RTDs).
  • Pressure sensors: Pressure sensors like strain gauges convert pressure into a change in resistance or capacitance.
  • Force measurement sensors: They include devices like load cells.
  • Motion and position sensors: Sensors like accelerometers and gyrometers measure linear and angular motion.
  • Light sensors: Optical sensors include photodiodes as well as image sensors like charge-coupled devices and complementary metal-oxide-semiconductors (CMOS) sensors.
  • Sound sensors: Microphones and decibel meters convert sound energy into electrical energy.

2. Signal conditioning

The raw analog output of a sensor is often unsuitable for the downstream stages. To improve its quality, signal conditioning is applied using suitable circuits. Common conditioning techniques include:

  • amplification to boost signal power
  • attenuation to reduce signal levels
  • filtering to remove unwanted frequencies in the waveforms
  • isolation to protect from high voltages or currents
  • linearization to correct the nonlinear responses of sensors
  • current or voltage excitation to supply electrical energy to sensors and make them generate measurable electrical signals

The prerequisite for signal conditioning is proper device calibration to ensure the accuracy and reliability of measurements.

The analog output is now ready for conversion to a digital form in the next subsystem.

3. Analog-to-digital converters (ADCs)

ADCs are integrated circuits that sample analog signals at regular intervals and output numeric, often integral, values. The sampling rate depends on the limitations of the sensor as well as the use case.

ADCs are characterized by the digits of precision. A 12-bit ADC can output 4096 (212) values ranging from 0 to 4095. These are more values to represent a measured range compared to a 10-bit ADC and therefore higher precision.

4. DAQ hardware for computer interfacing

The conditioned signal is transmitted to an external computer or a built-in processor through many communication buses like:

  • ethernet
  • controller area network
  • peripheral component interconnect (PCI) extensions for instrumentation
  • industrial USB DAQ
  • local area network (LAN) extensions for instrumentation
  • general purpose interface bus

Each of these has different latency and reliability characteristics.

5. Computer

The computer receives the digital data via the above buses and uses specialized software to store and manage them.

6. DAQ software

The DAQ software running on the computer plays a significant role in the measurement process. These software are bundled with algorithms and implementations capable of different types of DAQ data processing.

Several data acquisition software environments with their own domain-specific programming languages are popular for implementing data acquisition applications, including:

General-purpose programming languages like Python, C, and C++ with DAQ-specific libraries are also commonly used for real-time data collection, data analysis, and measurement applications.

What are the key characteristics when selecting a DAQ system for a specific application?

Some key aspects to consider before selecting a DAQ for an application include:

  • Sensors and measurands: Verify that the sensor specifications are suitable for your DAQ use case.
  • Number of channels: Analyze how many concurrent input and output channels you need.
  • Sampling rate: Keeping the Nyquist limit in mind, ensure that the sampling rate is high enough to capture the details you need.
  • Input and output rates: Check that the sensors and ADCs meet your input and output rate expectations.
  • Power requirements: Analyze the power needs of the DAQ system.
  • Software compatibility: Does the DAQ work with the software your team or department is proficient in?

However, technical characteristics are only a part of the picture. You must also look at the business aspects.

How to streamline your test processes and save costs with a DAQ

You can improve the return on investment (ROI) of DAQ through several strategies.

  • Use switches: Switching hardware enables multiple sensors to connect to the same measuring device or to route signals to multiple devices. Switches enable the efficient and economical use of measurement hardware. They also enable closed-loop automated test systems by routing power and enabling measurements.
  • Choose the right types of switches: Different types of switches like relay, armature, and solid-state allow for different wear and tear depending on the load they carry. Add suppression circuits to limit in-rush currents. Include resistor-capacitor networks to reduce transient voltages and clamp voltages.
  • Group by measurement types:Group similar measurement functions together. For example, group all the thermocouple measurements together and all the voltage inputs together. This reduces function changes and configuration errors when the DAQ system is scanning.
  • Group by input levels: Streamline the DAQ by grouping measurements of the same input levels. This reduces the time lost in range changes.
  • Isolate your inputs: Isolated inputs reduce noise, break ground loops, and enable higher accuracy. Also, separate your analog and digital grounds.
  • Use a distributed DAQ system: A distributed system has several benefits over a centralized system, such as shorter sensor wiring, redundancy against failures and faults, and localized signal conditioning for a smaller number of sensors.

Streamline your testing with Keysight DAQ systems

In this article, you explored how DAQ systems work and why you should use them for your measurements. Keysight has decades of experience in building highly reliable, industrial-strength DAQ systems. Our extensive portfolio ofDAQ systems covers a variety of form factors, capabilities, and interfaces.

Contact us for information about cutting-edge DAQ systems!