DAQ Presentation - F
DAQ Presentation - F
DAQ Presentation - F
K. Poddar
Presentation Overview
Virtual instrumentation
Data acquisition system components
Data acquisition fundamentals
LabVIEW based data acquisition
Examples
Transducers
Signal Conditioning
DAQ Hardware
Software
The PC
DAQ System
Components
Transducers
Signal Conditioning
DAQ Software
Software transforms the PC and the DAQ hardware into a complete
data acquisition, analysis, and display system.
DAQ hardware without software is useless and DAQ hardware
with poor software is almost useless.
The majority of DAQ applications use driver software. Driver software
is the layer of software that directly programs the registers of the DAQ
hardware, managing its operation and its integration with the computer
resources, such as processor interrupts, DMA, and memory. Driver
software hides the low-level, complicated details of hardware
programming, providing the user with an easy-to-understand interface.
DAQ Fundamentals
Measurement System
Signal Types
A signal is classified as analog or digital by the way it conveys information.
A digital signal has only two possible discrete levels-high level or low level.
An analog signal, on the other hand, contains information in the continuous
variation of the signal with respect to time. A breakdown of the main signal
types is shown below.
Analog Signals
To measure analog signals properly, we must know
Signal source:
Grounded or Floating
Signal Sources
Grounded Signal Sources
RSE
NRSE
Signal Conditioning
The manipulation of signals to prepare them for digitizing is called
signal conditioning. Common types of signal conditioning include
the following:
Amplification
Filtering
Linearization
Transducer Excitation
Isolation
Sampling Considerations
Device range
Limit settings
Resolution
Code width
Sampling rate
Resolution
Resolution is the smallest amount of input signal change that a
device or sensor can detect. The number of bits that an ADC uses
to represent the analog signal is the resolution. The higher the
resolution, the larger the number of divisions the range is broken
into, and therefore, the smaller the detectable voltage change.
Code Width
The range, resolution, and gain available on a DAQ device determine the
smallest detectable change in voltage. This change in voltage represents 1
least significant bit (LSB) of the digital value and is often called the code
width.
Sampling Rate
One of the most important parameters of an analog input or output system
is the rate at which the measurement device samples an incoming signal or
generates the output signal. The sampling rate determines how often an
analog-to-digital (A/D) or digital-to-analog (D/A) conversion takes place.
A fast input sampling rate acquires more points in a given time and can form
a better representation of the original signal than a slow sampling rate.
Sampling too slowly results in a poor representation of the analog signal.
Under-sampling causes the signal to appear as if it has a different frequency
than it actually does. This misrepresentation of a signal is called aliasing.
Aliasing
Alias Freq. = ABS (Closest Int. Mult. of Sampling Freq. - Input Freq. )
Triggering
A trigger is a signal that causes an action, such as
starting the acquisition of data.
Analog trigger
Digital trigger
Programming Flowcharts
Analog Input Programming Flowcharts
Single Sample Analog Input
Finite Analog Input
Continuous Analog Input
Triggered Acquisition