SlideShare une entreprise Scribd logo
1  sur  36
Data Acquisition
system
By Shiv chamkure,2011BIN004 1
• What Is Data Acquisition?
• What data acquisition system consist of ?
• Block diagram of data acquisition system
• Transducers(sensors)
• Signal conditioning
• Ground loops
• Data acquisition and control hardware
• Functions of a DAQ device
• Data Acquisition Software 2
3
What Is Data Acquisition?
Data acquisition (DAQ) is the process of
measuring an electrical or physical
phenomenon such as voltage, current,
temperature, pressure, or sound ,flow rate
with a computer.
4
A data acquisition system consists of :
1. Sense of physical variables ( transducers )
2. Signal Conditioning for electrical signal to make it
readable by an A/D board
3. Convert the signal into a digital format acceptable by
a computer(DAQ device)
4. Process, analyze, store, and display the acquired
data with the help of software
5
Data Acquisition System
Block Diagram :
6
What is a Transducer?
Transducer
converts a physical phenomenon into a
measurable electrical signal
7
Variety of Transducers
8
Signal Conditioning
Improving the quality of signals
Amplification
Filtering
Isolation
Noisy, Low-Level Signal Filtered, Amplified
Signal
Noisy, Low-Level Signal
Filtered, Amplified Signal
9
Amplification :
When the input signal is as small as microvolts, electrical
noise can drown out the signal itself, leading to
meaningless data.
For reducing the effects of noise on your signal is to
amplify the signal as close to the source as possible.
Increases Signal to Noise Ratio (SNR)
e.g. A J-type thermocouple outputs a very low-level
voltage signal that varies by about 50 µV/°C.
10
Filtering :
To reject unwanted noise within a certain frequency
range.
Many systems will exhibit 50 Hz periodic noise from
sources such as power supplies or machinery.
Butterworth Filter
Bessel Filter
Chebyshev Filter
Simple RC Filter
Passive & Active Filters
e.g
11
Isolation is one way to eliminate ground loop errors.
Isolation breaks ground loops, rejects high common-mode
voltages, and protects expensive DAQ boards.
Protects from power lines, lightning.
.
Isolation :
Improper grounding of the DAQ system is the most common
cause of measurement problems and damaged DAQ boards.
There is no physical wiring between the input and output.
The input is normally transferred by converting it to an optical or
magnetic signal then it is reconstructed on the output.
12
Grounding Issues
To get correct measurements you must properly
ground your system.
+
_
Vs
+
_
Vs
Grounded Floating
Signal Source
13
Signal is referenced to a system ground
-earth ground
-building ground
Examples:
-Power supplies
-Signal Generators
-Anything that plugs into an outlet
Grounded Signal Source
+
_
Vs
14
Signal is NOT referenced to a system
ground
– earth ground
– building ground
Examples:
– Batteries
– Thermocouples
– Transformers
– Isolation Amplifiers
– building ground
+
_
Vs
Floating Signal Source
15
Ground Loops :  There are two grounds.
 The grounds are at different potentials.
 There is a galvanic path between the
grounds.
16
Breaking this galvanic path can be accomplished by
isolators
optical isolation:- optical isolators,
photo-transistors
magnetic isolation:- Transformers
17
Eliminating Ground Loop :
18
signal transmitters,
ground loop isolators,
4-20ma transmitters,
4-20ma converters,
4-20ma isolators,
analog signal converters
analog signal isolators
Signal conditioners are also
sometimes referred to as:
19
Computer
Your Signal
DAQ Device
Q Device
Terminal Block
Cable
Your Signal
Computer
Data acquisition and control hardware :
Terminal Block
Cable
DAQ Hardware turns your PC into a
measurement and automation system
20
Your Signal
Terminal Block
Cable
50 pin connector
Terminal Block
Your Signal
Terminal Block and Cable
Terminal Block and Cable route
your signal to specific pins on
your DAQ device
21
Some things to consider:
Connection to the Internet
Is there software support?
Type of input channels - single-ended input channels
differential input channels.
Compatible with a variety of bus protocols
Number of analog input channels
Sampling rate
Resolution
Accuracy
Reduced board size
Plug-in data acquisition cards DAQ device
22
Functions of a DAQ device :
- analog input- digital output
- digital input- analog output
- counter/timer functions
23
Analog Inputs (A/D)
when selecting A/D hardware :
 Number of input channels
 Single-ended or differential input signals
Sampling rate (in samples per second)
 Resolution (usually measured in bits of
resolution)
 Input range (specified in full-scale volts)
 Gain
24
A/D Converter:
Sampling Rate
 The higher the sampling rate,
the better signal we get
 Acquired signal gets distorted if sampling
rate is too small.
25
Nyquist sampling theorem tells us that we must
sample the signal at more than twice the rate of
the maximum frequency component in the
analog input signal.
According to the Nyquist Theorem, the sampling rate
must be at least 2fmax.
Nyquist Sampling Theorem
Where , highest frequency component = fmax
26
Minimum and maximum voltages the ADC
can digitize
Ranges are selectable
Pick a range that your signal fits in
Smaller range = more precise representation
of your signal
Range
27
Number of bits the ADC uses to represent a signal
changes can be measured
Example: 12-bit resolution
2resolution = 212 = 4,096 levels
Larger resolution = more precise representation
Resolution
28
Gain setting amplifies the signal for best fit
in ADC range
Gain settings are 0.5, 1, 2, 5, 10, 20, 50, or
100 for most devices
Proper gain = more precise representation
Gain
29
Code Width
 Code Width is the smallest change in the signal your
system can detect (determined by resolution, range,
and gain)
range
 code width =
gain * 2 resolution
 Smaller Code Width = more precise representation
30
Analog Outputs (D/A)
 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.
31
Counter/timer devices provide a variety of measurement
solutions, including measuring a number of time-related
quantities.
Use counter/timers for:
 Frequency measurement
 Edge or event counting (totalizing)
 Pulse-width measurement
 Event timestamps
 pulse-width modulation (PWM)
Counters/Timers
32
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
33
Involves the use of a programming language,
such as:
– C++, Visual C++
– BASIC, Visual Basic + Add-on tools (such as
VisuaLab with VTX)
• Advantage: flexibility
• Disadvantages: complexity and steep
learning curve
Programmable Software
34
Data Acquisition Software Packages
• Does not require programming.
• Enables developers to design the custom
instrument best suited to their
application.
• Examples: TestPoint, SnapMaster, LabView,
DADISP, DASYLAB, etc
35
Computer
Timer
Digital Control
Circuit
Trigger
Interrupt
Parallel/Series
Input Port
Parallel/Series
Output Port
A/D
D/A
Filter
+
-
S/H
Sensor
Bridge
Instrumentation
Amplifier
Input
Strobe
Display
Control
Output Strobe
Example of Computer DAQ System
36
Presented by
Shiv Chamkure
2011BIN004

Contenu connexe

Tendances

Data acquisition system
Data acquisition systemData acquisition system
Data acquisition systemSANTOSH A M S
 
sensors and transducers Module 1 n 2
sensors and transducers Module 1 n 2sensors and transducers Module 1 n 2
sensors and transducers Module 1 n 2Anchal bassi
 
Basics of Sensors & Transducers
Basics of Sensors & TransducersBasics of Sensors & Transducers
Basics of Sensors & TransducersBurdwan University
 
Data acquisition & system control basic information
Data acquisition & system control basic information Data acquisition & system control basic information
Data acquisition & system control basic information patel andil
 
Lectute instrumentation and process control data acquisition
Lectute instrumentation and process control data acquisitionLectute instrumentation and process control data acquisition
Lectute instrumentation and process control data acquisitionrama52
 
Sensor and transducers lect 1
Sensor and transducers lect 1Sensor and transducers lect 1
Sensor and transducers lect 1prashant tripathi
 
Introduction to transducers
Introduction to transducersIntroduction to transducers
Introduction to transducersYogesh Kirange
 
Sensors and transducers
Sensors and transducersSensors and transducers
Sensors and transducersAnish Das
 
R-2R Ladder DAC
R-2R Ladder DACR-2R Ladder DAC
R-2R Ladder DACChandul4y
 
Temperature Transducers
Temperature TransducersTemperature Transducers
Temperature TransducersAsim Raza
 
Sensors and actuators
Sensors and actuatorsSensors and actuators
Sensors and actuatorsnazibhmd
 
Unit 1 telemetry principles
Unit   1 telemetry principlesUnit   1 telemetry principles
Unit 1 telemetry principleshiya123jes
 

Tendances (20)

Data acquisition system
Data acquisition systemData acquisition system
Data acquisition system
 
sensors and transducers Module 1 n 2
sensors and transducers Module 1 n 2sensors and transducers Module 1 n 2
sensors and transducers Module 1 n 2
 
Smart transmitters
Smart transmittersSmart transmitters
Smart transmitters
 
Basics of Sensors & Transducers
Basics of Sensors & TransducersBasics of Sensors & Transducers
Basics of Sensors & Transducers
 
Sensor Characteristics and Selection
Sensor Characteristics and Selection Sensor Characteristics and Selection
Sensor Characteristics and Selection
 
Data acquisition & system control basic information
Data acquisition & system control basic information Data acquisition & system control basic information
Data acquisition & system control basic information
 
Lectute instrumentation and process control data acquisition
Lectute instrumentation and process control data acquisitionLectute instrumentation and process control data acquisition
Lectute instrumentation and process control data acquisition
 
sensors (It`s type)
sensors (It`s type)sensors (It`s type)
sensors (It`s type)
 
Sensor and transducers lect 1
Sensor and transducers lect 1Sensor and transducers lect 1
Sensor and transducers lect 1
 
Virtual instrumentation (LabVIEW)
Virtual instrumentation (LabVIEW)Virtual instrumentation (LabVIEW)
Virtual instrumentation (LabVIEW)
 
Introduction to transducers
Introduction to transducersIntroduction to transducers
Introduction to transducers
 
Sensors and transducers
Sensors and transducersSensors and transducers
Sensors and transducers
 
Types of sensors
Types of sensorsTypes of sensors
Types of sensors
 
R-2R Ladder DAC
R-2R Ladder DACR-2R Ladder DAC
R-2R Ladder DAC
 
Sensors
SensorsSensors
Sensors
 
Basic Sensors Technology
Basic Sensors TechnologyBasic Sensors Technology
Basic Sensors Technology
 
Temperature Transducers
Temperature TransducersTemperature Transducers
Temperature Transducers
 
Transducers
TransducersTransducers
Transducers
 
Sensors and actuators
Sensors and actuatorsSensors and actuators
Sensors and actuators
 
Unit 1 telemetry principles
Unit   1 telemetry principlesUnit   1 telemetry principles
Unit 1 telemetry principles
 

Similaire à Data acquisition system

Data acquisition system
Data acquisition systemData acquisition system
Data acquisition systemAkash Atul
 
Identifying Noise in DAQ
Identifying Noise in DAQIdentifying Noise in DAQ
Identifying Noise in DAQYokogawa1
 
Identifying and Overcoming Noise in Data Acquisition
Identifying and Overcoming Noise in Data AcquisitionIdentifying and Overcoming Noise in Data Acquisition
Identifying and Overcoming Noise in Data AcquisitionYokogawa1
 
Lab 1 data acquisition fundamentals
Lab 1   data acquisition fundamentalsLab 1   data acquisition fundamentals
Lab 1 data acquisition fundamentalsdevneet11
 
Data acquisition
Data acquisitionData acquisition
Data acquisitionSagar Joshi
 
DATA ACQUISITION (DAQ) IN LABVIEW
DATA  ACQUISITION (DAQ) IN LABVIEWDATA  ACQUISITION (DAQ) IN LABVIEW
DATA ACQUISITION (DAQ) IN LABVIEWAbhishek Sur
 
Identifying noise in daq webinar rp3 171027 (1)
Identifying noise in daq webinar rp3 171027 (1)Identifying noise in daq webinar rp3 171027 (1)
Identifying noise in daq webinar rp3 171027 (1)Kristin Allen
 
86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-ppt86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-pptGovindaChandraBehera1
 
Data Acquisition System, a side for Electrical Engg.
Data Acquisition System, a side for Electrical Engg.Data Acquisition System, a side for Electrical Engg.
Data Acquisition System, a side for Electrical Engg.AdnanZafar83
 
Guide To Data Acquisition Systems (Daq Systems) - TMCS.docx
Guide To Data Acquisition Systems (Daq Systems) - TMCS.docxGuide To Data Acquisition Systems (Daq Systems) - TMCS.docx
Guide To Data Acquisition Systems (Daq Systems) - TMCS.docxTMCS India
 
Wireless Mesh Networking - A development path
Wireless Mesh Networking - A development pathWireless Mesh Networking - A development path
Wireless Mesh Networking - A development patheveryunitone
 
Architecture of Smart Sensors.ppt
Architecture of Smart Sensors.pptArchitecture of Smart Sensors.ppt
Architecture of Smart Sensors.pptmrunalinithanaraj
 
Machine monitoring system
Machine monitoring systemMachine monitoring system
Machine monitoring systemPrem Baboo
 
7SR224 Overcurrent Protection Relay
7SR224 Overcurrent Protection Relay7SR224 Overcurrent Protection Relay
7SR224 Overcurrent Protection Relayashwini reliserv
 
( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM ( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM Kevin Soni
 

Similaire à Data acquisition system (20)

Unit ii
Unit   iiUnit   ii
Unit ii
 
Data acquisition system
Data acquisition systemData acquisition system
Data acquisition system
 
Identifying Noise in DAQ
Identifying Noise in DAQIdentifying Noise in DAQ
Identifying Noise in DAQ
 
Identifying and Overcoming Noise in Data Acquisition
Identifying and Overcoming Noise in Data AcquisitionIdentifying and Overcoming Noise in Data Acquisition
Identifying and Overcoming Noise in Data Acquisition
 
Lab 1 data acquisition fundamentals
Lab 1   data acquisition fundamentalsLab 1   data acquisition fundamentals
Lab 1 data acquisition fundamentals
 
Data acquisition
Data acquisitionData acquisition
Data acquisition
 
DATA ACQUISITION (DAQ) IN LABVIEW
DATA  ACQUISITION (DAQ) IN LABVIEWDATA  ACQUISITION (DAQ) IN LABVIEW
DATA ACQUISITION (DAQ) IN LABVIEW
 
Identifying noise in daq webinar rp3 171027 (1)
Identifying noise in daq webinar rp3 171027 (1)Identifying noise in daq webinar rp3 171027 (1)
Identifying noise in daq webinar rp3 171027 (1)
 
Enam final
Enam final Enam final
Enam final
 
86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-ppt86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-ppt
 
Data Acquisition System, a side for Electrical Engg.
Data Acquisition System, a side for Electrical Engg.Data Acquisition System, a side for Electrical Engg.
Data Acquisition System, a side for Electrical Engg.
 
Guide To Data Acquisition Systems (Daq Systems) - TMCS.docx
Guide To Data Acquisition Systems (Daq Systems) - TMCS.docxGuide To Data Acquisition Systems (Daq Systems) - TMCS.docx
Guide To Data Acquisition Systems (Daq Systems) - TMCS.docx
 
Analog to digital converters, adc
Analog to digital converters, adcAnalog to digital converters, adc
Analog to digital converters, adc
 
Wireless Mesh Networking - A development path
Wireless Mesh Networking - A development pathWireless Mesh Networking - A development path
Wireless Mesh Networking - A development path
 
Digital Control Systems
Digital  Control   Systems Digital  Control   Systems
Digital Control Systems
 
3 STM32's ADC.ppt
3 STM32's ADC.ppt3 STM32's ADC.ppt
3 STM32's ADC.ppt
 
Architecture of Smart Sensors.ppt
Architecture of Smart Sensors.pptArchitecture of Smart Sensors.ppt
Architecture of Smart Sensors.ppt
 
Machine monitoring system
Machine monitoring systemMachine monitoring system
Machine monitoring system
 
7SR224 Overcurrent Protection Relay
7SR224 Overcurrent Protection Relay7SR224 Overcurrent Protection Relay
7SR224 Overcurrent Protection Relay
 
( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM ( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM
 

Plus de Amol Dudhate

Early Sizing Calculation
Early Sizing CalculationEarly Sizing Calculation
Early Sizing CalculationAmol Dudhate
 
Pressure safety valves
Pressure safety valvesPressure safety valves
Pressure safety valvesAmol Dudhate
 
Auctioneering Control For Temperature Using LabVIEW.
Auctioneering Control For Temperature Using LabVIEW.Auctioneering Control For Temperature Using LabVIEW.
Auctioneering Control For Temperature Using LabVIEW.Amol Dudhate
 
Report of Auctioneering Control For Temperature Using LabVIEW.
Report of Auctioneering Control For Temperature Using LabVIEW.Report of Auctioneering Control For Temperature Using LabVIEW.
Report of Auctioneering Control For Temperature Using LabVIEW.Amol Dudhate
 
HART protocol for network data communication
HART protocol for network data communicationHART protocol for network data communication
HART protocol for network data communicationAmol Dudhate
 
Maverick1 st level p&id
Maverick1 st level p&idMaverick1 st level p&id
Maverick1 st level p&idAmol Dudhate
 
Industrial Training at Thermax India Pvt.Itd
Industrial Training at Thermax India Pvt.ItdIndustrial Training at Thermax India Pvt.Itd
Industrial Training at Thermax India Pvt.ItdAmol Dudhate
 
Ranvir amol sit lowsize
Ranvir amol sit lowsizeRanvir amol sit lowsize
Ranvir amol sit lowsizeAmol Dudhate
 
MICROGRID project management & design
MICROGRID project management & designMICROGRID project management & design
MICROGRID project management & designAmol Dudhate
 

Plus de Amol Dudhate (10)

Early Sizing Calculation
Early Sizing CalculationEarly Sizing Calculation
Early Sizing Calculation
 
Pressure safety valves
Pressure safety valvesPressure safety valves
Pressure safety valves
 
Auctioneering Control For Temperature Using LabVIEW.
Auctioneering Control For Temperature Using LabVIEW.Auctioneering Control For Temperature Using LabVIEW.
Auctioneering Control For Temperature Using LabVIEW.
 
Report of Auctioneering Control For Temperature Using LabVIEW.
Report of Auctioneering Control For Temperature Using LabVIEW.Report of Auctioneering Control For Temperature Using LabVIEW.
Report of Auctioneering Control For Temperature Using LabVIEW.
 
HART protocol for network data communication
HART protocol for network data communicationHART protocol for network data communication
HART protocol for network data communication
 
Maverick1 st level p&id
Maverick1 st level p&idMaverick1 st level p&id
Maverick1 st level p&id
 
Industrial Training at Thermax India Pvt.Itd
Industrial Training at Thermax India Pvt.ItdIndustrial Training at Thermax India Pvt.Itd
Industrial Training at Thermax India Pvt.Itd
 
Ranvir amol sit lowsize
Ranvir amol sit lowsizeRanvir amol sit lowsize
Ranvir amol sit lowsize
 
MICROGRID project management & design
MICROGRID project management & designMICROGRID project management & design
MICROGRID project management & design
 
Manikin
ManikinManikin
Manikin
 

Dernier

Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 

Dernier (20)

Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 

Data acquisition system

  • 1. Data Acquisition system By Shiv chamkure,2011BIN004 1
  • 2. • What Is Data Acquisition? • What data acquisition system consist of ? • Block diagram of data acquisition system • Transducers(sensors) • Signal conditioning • Ground loops • Data acquisition and control hardware • Functions of a DAQ device • Data Acquisition Software 2
  • 3. 3 What Is Data Acquisition? Data acquisition (DAQ) is the process of measuring an electrical or physical phenomenon such as voltage, current, temperature, pressure, or sound ,flow rate with a computer.
  • 4. 4 A data acquisition system consists of : 1. Sense of physical variables ( transducers ) 2. Signal Conditioning for electrical signal to make it readable by an A/D board 3. Convert the signal into a digital format acceptable by a computer(DAQ device) 4. Process, analyze, store, and display the acquired data with the help of software
  • 6. 6 What is a Transducer? Transducer converts a physical phenomenon into a measurable electrical signal
  • 8. 8 Signal Conditioning Improving the quality of signals Amplification Filtering Isolation Noisy, Low-Level Signal Filtered, Amplified Signal Noisy, Low-Level Signal Filtered, Amplified Signal
  • 9. 9 Amplification : When the input signal is as small as microvolts, electrical noise can drown out the signal itself, leading to meaningless data. For reducing the effects of noise on your signal is to amplify the signal as close to the source as possible. Increases Signal to Noise Ratio (SNR) e.g. A J-type thermocouple outputs a very low-level voltage signal that varies by about 50 µV/°C.
  • 10. 10 Filtering : To reject unwanted noise within a certain frequency range. Many systems will exhibit 50 Hz periodic noise from sources such as power supplies or machinery. Butterworth Filter Bessel Filter Chebyshev Filter Simple RC Filter Passive & Active Filters e.g
  • 11. 11 Isolation is one way to eliminate ground loop errors. Isolation breaks ground loops, rejects high common-mode voltages, and protects expensive DAQ boards. Protects from power lines, lightning. . Isolation : Improper grounding of the DAQ system is the most common cause of measurement problems and damaged DAQ boards. There is no physical wiring between the input and output. The input is normally transferred by converting it to an optical or magnetic signal then it is reconstructed on the output.
  • 12. 12 Grounding Issues To get correct measurements you must properly ground your system. + _ Vs + _ Vs Grounded Floating Signal Source
  • 13. 13 Signal is referenced to a system ground -earth ground -building ground Examples: -Power supplies -Signal Generators -Anything that plugs into an outlet Grounded Signal Source + _ Vs
  • 14. 14 Signal is NOT referenced to a system ground – earth ground – building ground Examples: – Batteries – Thermocouples – Transformers – Isolation Amplifiers – building ground + _ Vs Floating Signal Source
  • 15. 15 Ground Loops :  There are two grounds.  The grounds are at different potentials.  There is a galvanic path between the grounds.
  • 16. 16 Breaking this galvanic path can be accomplished by isolators optical isolation:- optical isolators, photo-transistors magnetic isolation:- Transformers
  • 18. 18 signal transmitters, ground loop isolators, 4-20ma transmitters, 4-20ma converters, 4-20ma isolators, analog signal converters analog signal isolators Signal conditioners are also sometimes referred to as:
  • 19. 19 Computer Your Signal DAQ Device Q Device Terminal Block Cable Your Signal Computer Data acquisition and control hardware : Terminal Block Cable DAQ Hardware turns your PC into a measurement and automation system
  • 20. 20 Your Signal Terminal Block Cable 50 pin connector Terminal Block Your Signal Terminal Block and Cable Terminal Block and Cable route your signal to specific pins on your DAQ device
  • 21. 21 Some things to consider: Connection to the Internet Is there software support? Type of input channels - single-ended input channels differential input channels. Compatible with a variety of bus protocols Number of analog input channels Sampling rate Resolution Accuracy Reduced board size Plug-in data acquisition cards DAQ device
  • 22. 22 Functions of a DAQ device : - analog input- digital output - digital input- analog output - counter/timer functions
  • 23. 23 Analog Inputs (A/D) when selecting A/D hardware :  Number of input channels  Single-ended or differential input signals Sampling rate (in samples per second)  Resolution (usually measured in bits of resolution)  Input range (specified in full-scale volts)  Gain
  • 24. 24 A/D Converter: Sampling Rate  The higher the sampling rate, the better signal we get  Acquired signal gets distorted if sampling rate is too small.
  • 25. 25 Nyquist sampling theorem tells us that we must sample the signal at more than twice the rate of the maximum frequency component in the analog input signal. According to the Nyquist Theorem, the sampling rate must be at least 2fmax. Nyquist Sampling Theorem Where , highest frequency component = fmax
  • 26. 26 Minimum and maximum voltages the ADC can digitize Ranges are selectable Pick a range that your signal fits in Smaller range = more precise representation of your signal Range
  • 27. 27 Number of bits the ADC uses to represent a signal changes can be measured Example: 12-bit resolution 2resolution = 212 = 4,096 levels Larger resolution = more precise representation Resolution
  • 28. 28 Gain setting amplifies the signal for best fit in ADC range Gain settings are 0.5, 1, 2, 5, 10, 20, 50, or 100 for most devices Proper gain = more precise representation Gain
  • 29. 29 Code Width  Code Width is the smallest change in the signal your system can detect (determined by resolution, range, and gain) range  code width = gain * 2 resolution  Smaller Code Width = more precise representation
  • 30. 30 Analog Outputs (D/A)  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.
  • 31. 31 Counter/timer devices provide a variety of measurement solutions, including measuring a number of time-related quantities. Use counter/timers for:  Frequency measurement  Edge or event counting (totalizing)  Pulse-width measurement  Event timestamps  pulse-width modulation (PWM) Counters/Timers
  • 32. 32 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
  • 33. 33 Involves the use of a programming language, such as: – C++, Visual C++ – BASIC, Visual Basic + Add-on tools (such as VisuaLab with VTX) • Advantage: flexibility • Disadvantages: complexity and steep learning curve Programmable Software
  • 34. 34 Data Acquisition Software Packages • Does not require programming. • Enables developers to design the custom instrument best suited to their application. • Examples: TestPoint, SnapMaster, LabView, DADISP, DASYLAB, etc
  • 35. 35 Computer Timer Digital Control Circuit Trigger Interrupt Parallel/Series Input Port Parallel/Series Output Port A/D D/A Filter + - S/H Sensor Bridge Instrumentation Amplifier Input Strobe Display Control Output Strobe Example of Computer DAQ System