Data Acquisition System
Data Acquisition System
Data Acquisition System
When we talk about Data Acquisition, commonly abbreviated as either DAQ or DAS, we are
referring to the process of making measurements of physical phenomena and recording them
in some fashion in order to analyze them.
Data acquisition is generally accepted to be distinct from earlier forms of recording to tape or
Paper charts.
Unlike those methods, the signals are converted from the analog domain to the digital domain
and then recorded to a digital medium such as ROM, flash media, or hard disk drives.
Modern digital data acquisition systems consist of four essential components that form the
entire measurement chain of physics phenomena:
Sensors
Signal Conditioning
Analog-to-Digital Converter
Computer with DAQ software for signal logging and analysis
The typical data acquisition (DAQ) system has multiple channels of signal conditioning
circuitry which provide the interface between external sensors and the A/D conversion
subsystem.
Temperature
Voltage
Current
Strain and Pressure
Shock and Vibration
Distance and Displacement
RPM, Angle, and Discrete Events
Weight
Note that there are several other measurands, including light and images, sound, mass,
position, speed, etc. that can be measured by the data acquisition system.
Engineers in different applications have various requirements, of course, but these key
capabilities are present in varying proportion:
Data recording
Data storing
Real-time data visualization
Post-recording data review
Data analysis using various mathematical and statistical calculations
Report generation
Before data acquisition, products were tested in an unstructured, highly subjective manner. For
example, when testing a new suspension in an automobile, engineers often relied on the
opinions of test drivers as to how the suspension “felt” to them.
With the invention and development of data acquisition systems, which could collect data from
a wide variety of sensors, these kinds of subjective opinions were replaced with objective
measurements. These could easily be repeated, compared, analyzed mathematically and
visualized in many ways.
Today, no one would consider making any kind of vehicle, large or small, aircraft, medical
devices, large scale machinery, etc without employing data acquisition to objectively measure
their performance, safety, and reliability.
Sensors or Transducers
Signal conditioners
Filtering
Analog-to-digital converters (ADCs)
Data storage
Data visualization
Data analysis
Sensors or Transducers
The measurement of a physical phenomenon, such as the temperature, the level of a sound
source, or the vibration occurring from constant motion, begins with a sensor. A sensor is
also called a transducer. A sensor converts a physical phenomenon into a measurable
electrical signal.
Sensors are used in our everyday lives. For example, the common mercury thermometer is a
very old type of sensor used for measuring temperature. Using colored mercury in a closed
tube, it relies on the fact that this chemical has a consistent and linear reaction to changes
in temperature. By marking the tube with temperature values, we can look at the
thermometer and see what the temperature is with limited precision.
Of course, there is no analog output other than the visual one. This kind of primitive
thermometer, while useful in the oven, or outside the kitchen window, is not particularly
useful for data acquisition applications.
Depending on the type of sensor, its electrical output can be a voltage, current, resistance,
or another electrical attribute that varies over time. The output of these analog sensors is
typically connected to the input of a signal conditioner, which we will discuss in the next
section
Signal Conditioners
Signal conditioners are in the business of taking the output from analog sensors and
preparing them to be sampled digitally.
If we continue the example of the thermocouple. The signal conditioning circuitry needs to
linearize the output from the sensor as well as provide isolation, and amplification to bring
the very small voltage up to a nominal level for digitizing.
Filtering
Virtually every signal that we want to measure can be affected by electrical interference or
noise. This has a variety of causes, including ambient electromagnetic fields which can be
induced into high gain signal lines, or simple voltage potentials that exist between the
sensor or measuring system and the object under test. Therefore, the best signal
conditioning systems provide selectable filtering that the engineer can use in order to
remove these interferences and make better measurements.
Filters are normally expressed in terms of the band that they operate upon. There are four
basic types of signal filters:
Low-pass filter: this filter reduces or “rolls off” starting at a given frequency and those
above it.
High-pass filter: does the opposite and allows frequencies to pass which are above a
given frequency.
Band-pass and band-reject filters: either pass or stop (reject) frequencies between two
given values.
Data Storage
Today’s data acquisition systems typically utilize a solid-state hard disk drive (SSD or HDD)
to stream data from the ADC subsystem to permanent storage. Writing the data to disk also
allows it to be analyzed after the test is completed.
Most DAQ systems allow the data to be exported to different file formats for analysis using
third-party software tools. Common data formats include CSV (Comma Separated Values),
UNV (Universal File Format), and more.
Waveform data can almost always be displayed as Y/T waveforms against a graph or grid,
and in numeric form. But other graphical conventions can be employed in addition, such as
bar graph meters, FFT (Fast Fourier Transform) frequency/magnitude graphs, and more.
Data acquisition systems provide an important visual reference as to the state of the test in
real-time. But after it has been stored to the DAQ system, the data can also be analyzed
using tools either built-into the DAQ system or third party data analysis software.