DAQ Basics

What is data acquisition?

Data acquisition is the process of measuring real world analog data, such as temperature, pressure, or sound, and converting these into a digital representations that can be stored and manipulated using computers. These systems typically consist of three key components, sensors used for converting real world data into electrical signals, a DAQ (data acquisition) device for filtering and sampling an analog signal into a digital representation, and finally a computer for storing, visualizing, and manipulating the sampled data.

Sensors

A data acquisition system begins with a physical property to be measured. These can vary widely throughout different applications, and commonly include temperatures, flow rates, pressures, and speeds. In order for these phenomenons to be measured they must first be converted into a representation that can be recognized by the data acquisition system. This conversion is done through a sensor that transduces the physical values into an electrical signal, typically a voltage, for the DAQ system to interpret.

DAQ Device

The DAQ device is the main piece of hardware that interfaces between the sensors transducing data and the computer saving the data. They typically interface to the computer using USB or other wired connection. Certain models, like the DAQiFi Nyquist also offer fully wireless communication over WiFi which enable convenient, wireless data acquisition. The DAQ device’s function is to sample the incoming sensor data and transfer the data to a traditional PC or other “smart” device. This data can be both digital or analog. Analog data must go through the additional step of analog to digital conversion in order to be processed and saved on a computer. DAQ devices can each offer different resolutions for converting analog signal to digital representations in order to help preserve the original signal.

User Interface

The user interface is the final piece that ties everything together and provides the tools for the end user to work with the sampled data. User interfaces can vary greatly across DAQ systems, but should provide some method for the users to visualize the data being sampled and save it for later work. Larger scale systems may be able to incorporate multiple DAQ devices as well as user defined functions for combining multiple signals.