enam final

22
Data Acquisition FO SYED INAM 1

Upload: enamshah

Post on 17-Jun-2015

172 views

Category:

Business


3 download

DESCRIPTION

data ecquisition system

TRANSCRIPT

Page 1: Enam final

Data Acquisition

FO SYED INAM

1

Page 2: Enam final

Introduction

DAQ systems capture, measure, and analyze physical

phenomena from real world

Light, temperature and pressure are examples of the different

phenomena

Data acquisition is the process of sensing and measuring

electrical signals and sending them to a computer for

processing

2

Page 3: Enam final

DAQ Components

Transducers

Signal Conditioning Components

Data Acquisition and Control Hardware

PC/µ-Controller

3

Page 4: Enam final

DAQ Block Diagram

4

Page 5: Enam final

Transducers

Sense physical phenomena and translate it into electric signal

Displacement Level Electric signals ON/OFF switch

Temperature Pressure Light Force

5

Page 6: Enam final

Transducers

6

Page 7: Enam final

Signal Conditioning

Amplification

Attenuation

Isolation

Filtering

Linearization

Couplers

7

Page 8: Enam final

Signal Conditioning Components

Op Amps

Differentiators

Integrators

Filters

8

Page 9: Enam final

DAQ Hardware

Data acquisition and control hardware generally performs one or more of the following functions: Analog InputAnalog OutputDigital I/O Counter/Timer Functions

9

Page 10: Enam final

Analog Inputs (A/D)

ADC converts analog signal to digital

10

Page 11: Enam final

Analog Inputs (A/D)

Device specifications

Number of input channels

Single-ended or differential input signals

Sampling rate

Resolution

Input range (in volts)

Noise and nonlinearity

11

Page 12: Enam final

A/D Converter: Sampling Rate

Determines how often conversions take placeThe higher the sampling rate, the better

Analog Input

4 Samples/cycle 16 Samples/cycle

12

Page 13: Enam final

A/D Converter: Sampling Rate

AliasingAcquired signal gets distorted if sampling rate is

too small

13

Page 14: Enam final

A/D Converter: Throughput

Effective rate of each individual channel is inversely proportional to the number of channels sampled

Example:100 KHz maximum16 channels

100 KHz/16 = 6.25 KHz per channel

14

Page 15: Enam final

A/D Converter: Range

Minimum and maximum voltage levels

Ranges are selectable

15

Page 16: Enam final

A/D Converter: Resolution

16

Page 17: Enam final

Analog Outputs (D/A)

The opposite of analog to digital conversion is digital to analog (D/A) conversion. This operation converts digital information into analog voltage or current. D/A devices allow the computer to control real-world events.

Analog output signals may directly control process equipment. The process can give feedback in the form of analog input signals. This is referred to as a closed loop control system with PID control.

Analog outputs can also be used to generate waveforms. In this case, the device behaves as a function generator.

17

Page 18: Enam final

Analog Outputs (D/A)

18

Page 19: Enam final

Data Acquisition Software

It can be the most critical factor in obtaining reliable, high performance operation.

Transforms the PC and DAQ hardware into a complete DAQ, analysis, and display system.

Different alternatives: Programmable software. Data acquisition software packages.

19

Page 20: Enam final

Programmable Software

Involves the use of a programming language, such as:C++, visual C++BASIC, Visual Basic + Add-on tools (such as VisuaLab with

VTX) FortranPascal

Advantage: flexibilityDisadvantages: complexity and steep learning curve

20

Page 21: Enam final

Data Acquisition Software

Does not require programming.Enables developers to design the custom

instrument best suited to their application.Examples: TestPoint, SnapMaster, LabView, DADISP, DASYLAB, etc.

21

Page 22: Enam final

Designing a DAQ: Factors to Consider

Is it a fixed or a mobile application? Type of input/output signal: digital or analog? Frequency of input signal ? Resolution, range, and gain? Continuous operation? Compatibility between hardware and software. Are the

drivers available? Overall price

22