Measurement, Sensors, and Data Acquisition in the Two-Can System

Size: px
Start display at page:

Download "Measurement, Sensors, and Data Acquisition in the Two-Can System"

Transcription

1 Measurement, Sensors, and Data Acquisition in the Two-Can System Prof. R.G. Longoria Updated Fall 2010

2 Goal of this week s lab Gain familiarity with using sensors Gain familiarity with using DAQ hardware Build familiarity with LabVIEW for DAQ applications Build data collection VIs Learn how to capture waveforms Learn how to save data to a spreadsheet/measurement files Compare model and experiment results; improve model predictions

3 Discuss here Measurement and sensor concepts Data acquisition concepts Analyzing acquired data (signals) for specific purpose(s)

4 Measurement System Context S Power Flow Measurement System Outputs for Knowledge or Control Referent - a system attribute that appears relevant (e.g., state variables) Measurand (True Value) Sensor System Optional Aux. Power Transduced signal Signal Conditioning Auxiliary Power Signal or information Recorder/Indicator Processing Controller Measurand - a referent that is measurable Most modern measurement systems end up transforming measurands into electrical (or optical) form.

5 Sensor Concept Sensors provide a measurand by taking advantage of how material or geometric properties relate to changes in a measurable quantity. Measurand (True Value) Sensor System Optional Aux. Power Transduced signal This quantity is either directly or indirectly converted into a form useful for processing. Functional design around the sensing mechanism yields a usable output signal. Measurand (True Value) Primary System System interacting directly with process under measurement Secondary System Transduced signal

6 Types of Electromechanical Sensors Resistive Sensors Capacitive Sensors Inductive and Magnetic Sensors Piezolelectric Sensors

7 Electrical Signal Domains The conversion of a physical quantity into electrical form is often done to indicate a direct relation. For example, the voltage level may be directly related to pressure. In general, however, the information about the physical quantity can be encoded in the signal in many different ways. Three major ways to encode a physical signal: 1. analog - in which the magnitude of an electrical quantity is related to the information of interest 2. time - in which the time relationship between changes in signal level is related to the information of interest 3. digital - in which an integer number is represented by binary level signals

8 Electrical Signal Domains From Malmstadt, et al, Electronic Meas for Scientists analog - many electromechanical sensors are of this form; potentiometers, thermistors, etc. digital - counters, a/d converters, etc. time - some devices generate signals where frequency is a function of a physical quantity; e.g., a tachometer

9 Electrical Signal Domains Example: Thermistor digital thermometer From Malmstadt, et al, Electronic Meas for Scientists

10 ò Graduated Stem Pressure P m Example: Analog vs. Digital Tire Spring Spring Air C C Pressure Gauge dt 1 I T x x Calibrate for Pressure Piston/stem mass 0 Leakage Q l Valve Stem 1 valve R Air Leakage, Q l Tire Pressure P m E Digital tire gauge (Radio Shack)

11 Digital Tire Pressure Gauge Digital tire gauge (Radio Shack)

12 Level measurement in two-can Many ways to measure level in the two-can system. This is a resistive level sensor we ve built for the two-can system. Height goes as the inverse of resistance (or impedance) of the water between the probes. *As height drops, resistance goes up.

13 1 psi ~ 28 in of water Pressure Sensors Most pressure sensors feature a diaphragm that responds to applied pressure. This diaphragm contacts a small beam with strain gauges. A sensing mechanism of some type converts the response to a proportional electrical signal. This diaphragm in the PX409 pressure sensor is micromachined to include piezoresistive strain gauges.

14

15 Can Emptying Measured Volume [ml] Volume vs. Time for Can1 This is volume data during a one-can emptying experiment collected using the PX409 pressure sensor (calibrated for can volume) Time [sec] ρg 1 A P = ρgh = Ah = V where C = hydraulic capacitance A C ρg

16 Digital data acquisition (DAQ) Basics about signals and how they are measured by data acquisition (DAQ) hardware that use analog-to-digital conversion (ADC). How to build simple programs in LabVIEW for acquiring signals, displaying the data, analyzing the data, and storing the data for later use.

17 A/D Converter in DMM Although it is not hard to find an analog multitester, digital devices are much more common. In a DMM, signal conditioners convert the quantity under measure into a voltage to be read by an A/D converter. From Using Your Meter by A.J. Evans, Master Publishing, Inc., 1994.

18 Computers rely on DAQ Data Acquisition (DAQ, dak ) hardware is used to form a communication interface between a computer and the real world. There is a lot of DAQ hardware available from very low cost to highend. Choose as needed for your application.

19 DAQ Functions Besides A/D Analog Output Generate DC Voltages General waveforms (Function Generator) Digital I/O General low (0V) and high (5V) pulses Read digital pulses Timing I/O Generate pulse trains (square waves) Read frequency, time values

20 What do you need to know? Resolution and range How fast to sample* How many times to sample General Concepts Device and configuration (MAX) Connecting the signals the right way What channels to sample How to deal with the data* Hardware Specific The lab experiments are meant to provide experience with these concepts.

21 Analog-to-Digital Conversion The A/D converter (ADC) converts an analog voltage into a binary number through the process of quantization. The ADC will have a full-scale voltage range over which it can operate. The number of bits will dictate how many discrete levels will be used to represent measured voltages. For example, an 8-bit converter with a full-scale voltage of 10 V will give you a resolution of 10V/256 which is 39.1 mv.

22 A/D Conversion Signal entering the computer must be discretized in amplitude as well as time (sampling). Contrast n = 3 versus n = 16 Resolution: VFS = n = 2 10V V 16 2 = 1.25V = 0.15mV

23 Choosing a sampling or scan rate (scans/sec, or Hz) The ADC samples according to a scan rate. How fast you sample should satisfy the Nyquist sampling theorem. The sampling frequency should be at least two times the highest frequency present in the signal. Not satisfying Nyquist criterion has implications in how the signal is reconstructed.

24 Selecting a sample rate Depending on your objective, you might choose scan rate to satisfy Nyquist criterion. But you might also want to have accuracy in time measurements. Can you see how you have to balance how fast you sample, how many samples you get, etc.?

25 Data Acquisition Usage in Lab Build a virtual instruments in LabVIEW to acquire and graph voltage signals from pressure sensors and to conduct calibration. The VI should save waveforms to a measurement file for post-processing. Analyze the data Use to arrive at improved estimates of K flow coefficients Compare to simulation results

26 Methods for finding K Simple one-can experiments, measuring volume and time to empty (last week) Use pressure (volume) data over time More accurate determination of critical heights, time values, etc. Captures volume-time characteristic (shape) Enables comparison to simulation directly or to analytical model

27 One-Can Experiments Case 2 dv Q in = 0. = 0 Q dv out or = K V dt dt Volume is a dynamic state. h Solution: Q out V constant K V ( t) = Vo t,0 t T 2 2 e Vo Ko t t τ eq 1 e K = 1 V = 1 dv = K V dt Nonlinear can o t Linear cans never empty dv = KeqV dt

28 Fitting Data to Analytical Solution The analytical solution is a quadratic equation: 2 2 K K 2 o o o V ( t) = V t = t K V t + V 2 4 There exist general routines that will fit experimental data (i.e., for volume over time) to polynomials of this form. Another approach is to derive a solution for K from minimizing the sum of the squared error, 2 de i 0 dk = K e = V V ( t ) = V V t 2 i i i o i This results in a formula for K that is a function of the volume-time data. 2

29 Comparison of Different Methods 10 x measured LSE-1 LSE-2 Vo & Te Simulation results from using different K values are shown plotted with measured volume data. From LSE You are expected to derive and test your own methods for finding K using this data.

30 How do I know my method works? Simulate the experimental data collection! Use your K values from the previous week s lab work.

31 Summary Use a known physical problem (two-can) for purposeful learning of DAQ usage, signal processing, etc. Experience with using pressure sensors (offthe-shelf) Take opportunity to experiment with very basic LabVIEW VI for data collection.

Lab 2A: Introduction to Sensing and Data Acquisition

Lab 2A: Introduction to Sensing and Data Acquisition Lab 2A: Introduction to Sensing and Data Acquisition Prof. R.G. Longoria Department of Mechanical Engineering The University of Texas at Austin June 12, 2014 1 Lab 2A 2 Sensors 3 DAQ 4 Experimentation

More information

MAE334 - Introduction to Instrumentation and Computers. Final Exam. December 11, 2006

MAE334 - Introduction to Instrumentation and Computers. Final Exam. December 11, 2006 MAE334 - Introduction to Instrumentation and Computers Final Exam December 11, 2006 o Closed Book and Notes o No Calculators 1. Fill in your name on side 2 of the scoring sheet (Last name first!) 2. Fill

More information

Department of Mechanical and Aerospace Engineering. MAE334 - Introduction to Instrumentation and Computers. Final Examination.

Department of Mechanical and Aerospace Engineering. MAE334 - Introduction to Instrumentation and Computers. Final Examination. Name: Number: Department of Mechanical and Aerospace Engineering MAE334 - Introduction to Instrumentation and Computers Final Examination December 12, 2002 Closed Book and Notes 1. Be sure to fill in your

More information

ni.com Sensor Measurement Fundamentals Series

ni.com Sensor Measurement Fundamentals Series Sensor Measurement Fundamentals Series Introduction to Data Acquisition Basics and Terminology Litkei Márton District Sales Manager National Instruments What Is Data Acquisition (DAQ)? 3 Why Measure? Engineers

More information

Ch 5 Hardware Components for Automation

Ch 5 Hardware Components for Automation Ch 5 Hardware Components for Automation Sections: 1. Sensors 2. Actuators 3. Analog-to-Digital Conversion 4. Digital-to-Analog Conversion 5. Input/Output Devices for Discrete Data Computer-Process Interface

More information

MEASUREMENT AND INSTRUMENTATION QUESTION BANK UNIT I INTRODUCTION. Part A

MEASUREMENT AND INSTRUMENTATION QUESTION BANK UNIT I INTRODUCTION. Part A MEASUREMENT AND INSTRUMENTATION QUESTION BANK UNIT I INTRODUCTION Part A 1. Define Standard deviation. 2. Why calibration of instrument is important? 3. What are the different calibration methodologies?

More information

Department of Mechanical and Aerospace Engineering. MAE334 - Introduction to Instrumentation and Computers. Final Examination.

Department of Mechanical and Aerospace Engineering. MAE334 - Introduction to Instrumentation and Computers. Final Examination. Name: Number: Department of Mechanical and Aerospace Engineering MAE334 - Introduction to Instrumentation and Computers Final Examination December 12, 2003 Closed Book and Notes 1. Be sure to fill in your

More information

UNIT III Data Acquisition & Microcontroller System. Mr. Manoj Rajale

UNIT III Data Acquisition & Microcontroller System. Mr. Manoj Rajale UNIT III Data Acquisition & Microcontroller System Mr. Manoj Rajale Syllabus Interfacing of Sensors / Actuators to DAQ system, Bit width, Sampling theorem, Sampling Frequency, Aliasing, Sample and hold

More information

EKT 314/4 LABORATORIES SHEET

EKT 314/4 LABORATORIES SHEET EKT 314/4 LABORATORIES SHEET WEEK DAY HOUR 4 1 2 PREPARED BY: EN. MUHAMAD ASMI BIN ROMLI EN. MOHD FISOL BIN OSMAN JULY 2009 Creating a Typical Measurement Application 5 This chapter introduces you to common

More information

Data acquisition and instrumentation. Data acquisition

Data acquisition and instrumentation. Data acquisition Data acquisition and instrumentation START Lecture Sam Sadeghi Data acquisition 1 Humanistic Intelligence Body as a transducer,, data acquisition and signal processing machine Analysis of physiological

More information

Introduction to Measurement Systems

Introduction to Measurement Systems MFE 3004 Mechatronics I Measurement Systems Dr Conrad Pace Page 4.1 Introduction to Measurement Systems Role of Measurement Systems Detection receive an external stimulus (ex. Displacement) Selection measurement

More information

Analog-Digital Interface

Analog-Digital Interface Analog-Digital Interface Tuesday 24 November 15 Summary Previous Class Dependability Today: Redundancy Error Correcting Codes Analog-Digital Interface Converters, Sensors / Actuators Sampling DSP Frequency

More information

Developer Techniques Sessions

Developer Techniques Sessions 1 Developer Techniques Sessions Physical Measurements and Signal Processing Control Systems Logging and Networking 2 Abstract This session covers the technologies and configuration of a physical measurement

More information

Signal Conditioning Fundamentals for PC-Based Data Acquisition Systems

Signal Conditioning Fundamentals for PC-Based Data Acquisition Systems Application Note 048 Signal Conditioning Fundamentals for PC-Based Data Acquisition Systems Introduction PC-based data acquisition (DAQ) systems and plugin boards are used in a very wide range of applications

More information

Chapter 7. Introduction. Analog Signal and Discrete Time Series. Sampling, Digital Devices, and Data Acquisition

Chapter 7. Introduction. Analog Signal and Discrete Time Series. Sampling, Digital Devices, and Data Acquisition Chapter 7 Sampling, Digital Devices, and Data Acquisition Material from Theory and Design for Mechanical Measurements; Figliola, Third Edition Introduction Integrating analog electrical transducers with

More information

5. Transducers Definition and General Concept of Transducer Classification of Transducers

5. Transducers Definition and General Concept of Transducer Classification of Transducers 5.1. Definition and General Concept of Definition The transducer is a device which converts one form of energy into another form. Examples: Mechanical transducer and Electrical transducer Electrical A

More information

CHEMICAL ENGINEERING 2I03

CHEMICAL ENGINEERING 2I03 Student Name: Student ID: CHEMICAL ENGINEERING 2I03 DAY CLASS Duration 2 hours McMaster University Practice Exam Dr. M. Thompson The final test includes 60 questions on 12 pages. This test paper must be

More information

Lab 12 Laboratory 12 Data Acquisition Required Special Equipment: 12.1 Objectives 12.2 Introduction 12.3 A/D basics

Lab 12 Laboratory 12 Data Acquisition Required Special Equipment: 12.1 Objectives 12.2 Introduction 12.3 A/D basics Laboratory 12 Data Acquisition Required Special Equipment: Computer with LabView Software National Instruments USB 6009 Data Acquisition Card 12.1 Objectives This lab demonstrates the basic principals

More information

ELG3336 Design of Mechatronics System

ELG3336 Design of Mechatronics System ELG3336 Design of Mechatronics System Elements of a Data Acquisition System 2 Analog Signal Data Acquisition Hardware Your Signal Data Acquisition DAQ Device System Computer Cable Terminal Block Data Acquisition

More information

Course of Instrumentation. and Measurement. National School of Engineers of Tunis ENIT. Karim Bourouni. Dipl.Dr-Ing.

Course of Instrumentation. and Measurement. National School of Engineers of Tunis ENIT. Karim Bourouni. Dipl.Dr-Ing. 1 Course of Instrumentation and Measurement Karim Bourouni National School of Engineers of Tunis ENIT Dipl.Dr-Ing. (R.U. Energetic of Buildings and Solar Systems) Industrial Engineering Department 2 Plan

More information

Sensors (Transducer) Introduction By Sintayehu Challa

Sensors (Transducer) Introduction By Sintayehu Challa Sensors (Transducer) Introduction What are Sensors? Basically the quantities to be measured are Non-Electrical quantities such as temperature, pressure,displacement,humidity, fluid flow, speed etc, but

More information

MEASUREMENT AND STANDARDS

MEASUREMENT AND STANDARDS MEASUREMENT AND STANDARDS I. MEASUREMENT PRINCIPLES 1. MEASUREMENT SYSTEMS Measurement is a process of associating a number with a quantity by comparing the quantity to a standard Instrument refers to

More information

Chapter 2 Analog-to-Digital Conversion...

Chapter 2 Analog-to-Digital Conversion... Chapter... 5 This chapter examines general considerations for analog-to-digital converter (ADC) measurements. Discussed are the four basic ADC types, providing a general description of each while comparing

More information

MECE 3320 Measurements & Instrumentation. Data Acquisition

MECE 3320 Measurements & Instrumentation. Data Acquisition MECE 3320 Measurements & Instrumentation Data Acquisition Dr. Isaac Choutapalli Department of Mechanical Engineering University of Texas Pan American Sampling Concepts 1 f s t Sampling Rate f s 2 f m or

More information

P a g e 1. Introduction

P a g e 1. Introduction P a g e 1 Introduction 1. Signals in digital form are more convenient than analog form for processing and control operation. 2. Real world signals originated from temperature, pressure, flow rate, force

More information

Remote Laboratory Operation: Web Technology Successes

Remote Laboratory Operation: Web Technology Successes Remote Laboratory Operation: Web Technology Successes Masoud Naghedolfeizi 1, Jim Henry 2, Sanjeev Arora 3 Abstract National Aeronautics and Space Administration (NASA) has awarded Fort Valley State University

More information

PHYS225 Lecture 22. Electronic Circuits

PHYS225 Lecture 22. Electronic Circuits PHYS225 Lecture 22 Electronic Circuits Last lecture Digital to Analog Conversion DAC Converts digital signal to an analog signal Computer control of everything! Various types/techniques for conversion

More information

EE443L Lab 8: Ball & Beam Control Experiment

EE443L Lab 8: Ball & Beam Control Experiment EE443L Lab 8: Ball & Beam Control Experiment Introduction: The ball and beam control approach investigated last week will be implemented on the physical system in this week s lab. Recall the two part controller

More information

ANALOG TO DIGITAL CONVERTER ANALOG INPUT

ANALOG TO DIGITAL CONVERTER ANALOG INPUT ANALOG INPUT Analog input involves sensing an electrical signal from some source external to the computer. This signal is generated as a result of some changing physical phenomenon such as air pressure,

More information

An Incremental Measurements and Data Acquisition Project

An Incremental Measurements and Data Acquisition Project An Incremental Measurements and Data Acquisition Project Lawrence G. Boyer Aerospace and Mechanical Engineering Department Saint Louis University Abstract In the junior level Measurements course for Mechanical

More information

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW Instructor s Portion Wei Lin Department of Biomedical Engineering Stony Brook University Summary Uses This experiment requires the student

More information

IT.MLD900 SENSORS AND TRANSDUCERS TRAINER. Signal Conditioning

IT.MLD900 SENSORS AND TRANSDUCERS TRAINER. Signal Conditioning SENSORS AND TRANSDUCERS TRAINER IT.MLD900 The s and Instrumentation Trainer introduces students to input sensors, output actuators, signal conditioning circuits, and display devices through a wide range

More information

Basic Analog Circuits

Basic Analog Circuits Basic Analog Circuits Overview This tutorial is part of the National Instruments Measurement Fundamentals series. Each tutorial in this series, will teach you a specific topic of common measurement applications,

More information

Advanced Measurements

Advanced Measurements Albaha University Faculty of Engineering Mechanical Engineering Department Lecture 5: Displacement measurement Ossama Abouelatta o_abouelatta@yahoo.com Mechanical Engineering Department Faculty of Engineering

More information

GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS

GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS Ashmi G V 1, Meena M S 2 1 ER&DCI-IT, Centre for Development of Advanced Computing, Thiruvananthapuram(India) 2 LAMP Group,

More information

Lecture 3: Sensors, signals, ADC and DAC

Lecture 3: Sensors, signals, ADC and DAC Instrumentation and data acquisition Spring 2010 Lecture 3: Sensors, signals, ADC and DAC Zheng-Hua Tan Multimedia Information and Signal Processing Department of Electronic Systems Aalborg University,

More information

Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Objectives:

Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Objectives: Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Pentium PC with National Instruments PCI-MIO-16E-4 data-acquisition board (12-bit resolution; software-controlled

More information

LabVIEW Based Instrumentation and Experimental Methods Course

LabVIEW Based Instrumentation and Experimental Methods Course Session 2259 LabVIEW Based Instrumentation and Experimental Methods Course Chi-Wook Lee Department of Mechanical Engineering University of the Pacific Stockton, CA 95211 Abstract Instrumentation and Experimental

More information

CHAPTER 7 HARDWARE IMPLEMENTATION

CHAPTER 7 HARDWARE IMPLEMENTATION 168 CHAPTER 7 HARDWARE IMPLEMENTATION 7.1 OVERVIEW In the previous chapters discussed about the design and simulation of Discrete controller for ZVS Buck, Interleaved Boost, Buck-Boost, Double Frequency

More information

Lab 1: Basic RL and RC DC Circuits

Lab 1: Basic RL and RC DC Circuits Name- Surname: ID: Department: Lab 1: Basic RL and RC DC Circuits Objective In this exercise, the DC steady state response of simple RL and RC circuits is examined. The transient behavior of RC circuits

More information

1. A transducer converts

1. A transducer converts 1. A transducer converts a. temperature to resistance b. force into current c. position into voltage d. one form of energy to another 2. Whose of the following transducers the output is a change in resistance?

More information

Analytical Chemistry II

Analytical Chemistry II Analytical Chemistry II L3: Signal processing (selected slides) Semiconductor devices Apart from resistors and capacitors, electronic circuits often contain nonlinear devices: transistors and diodes. The

More information

Sensors for Mechatronics

Sensors for Mechatronics Sensors for Mechatronics Paul P.L Regtien Hertgelo The Netherlands AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK' OXFORD ELSEVIER PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO Contents Preface xi

More information

4. Digital Measurement of Electrical Quantities

4. Digital Measurement of Electrical Quantities 4.1. Concept of Digital Systems Concept A digital system is a combination of devices designed for manipulating physical quantities or information represented in digital from, i.e. they can take only discrete

More information

Introduction. ELCT903, Sensor Technology Electronics and Electrical Engineering Department 1. Dr.-Eng. Hisham El-Sherif

Introduction. ELCT903, Sensor Technology Electronics and Electrical Engineering Department 1. Dr.-Eng. Hisham El-Sherif Introduction In automation industry every mechatronic system has some sensors to measure the status of the process variables. The analogy between the human controlled system and a computer controlled system

More information

Signal Generation in LabVIEW

Signal Generation in LabVIEW Signal Generation in LabVIEW Overview LabVIEW 8 offers a multitude of signal generation options to meet your signal processing needs. This article describes the different methods of generating signals

More information

Chapter 5: Signal conversion

Chapter 5: Signal conversion Chapter 5: Signal conversion Learning Objectives: At the end of this topic you will be able to: explain the need for signal conversion between analogue and digital form in communications and microprocessors

More information

Measurement & Control of energy systems. Teppo Myllys National Instruments

Measurement & Control of energy systems. Teppo Myllys National Instruments Measurement & Control of energy systems Teppo Myllys National Instruments National Instruments Direct operations in over 50 Countries More than 1,000 products, 7000+ employees, and 700 Alliance Program

More information

EKT 314/4 LABORATORIES SHEET

EKT 314/4 LABORATORIES SHEET EKT 314/4 LABORATORIES SHEET WEEK DAY HOUR 4 2 1 PREPARED BY: EN. MUHAMAD ASMI BIN ROMLI EN. MOHD FISOL BIN OSMAN JULY 2009 Measuring Strain 10 This chapter describes how to measure strain using DAQ devices

More information

Electronic Instrumentation and Measurements

Electronic Instrumentation and Measurements Electronic Instrumentation and Measurements A fundamental part of many electromechanical systems is a measurement system that composed of four basic parts: Sensors Signal Conditioning Analog-to-Digital-Conversion

More information

Analog to Digital Conversion

Analog to Digital Conversion Analog to Digital Conversion Why It s Needed Embedded systems often need to measure values of physical parameters These parameters are usually continuous (analog) and not in a digital form which computers

More information

Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments

Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments Name: Date of lab: Section number: M E 345. Lab 1 Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments Precalculations Score (for instructor or TA use only):

More information

Pressure Transducer Handbook

Pressure Transducer Handbook 123 Pressure Transducer Handbook Date: February 2004 TABLE OF CONTENTS SECTION 1 - Introduction 1.1 Introduction 1.2 Product Overview SECTION 2 - Kulite Sensing Technology 2.1 Pressure Transducers 2.2

More information

PART A. 1. List the types of DC Motors. Give any difference between them. BTL 1 Remembering

PART A. 1. List the types of DC Motors. Give any difference between them. BTL 1 Remembering UNIT I DC MACHINES Three phase circuits, a review. Construction of DC machines Theory of operation of DC generators Characteristics of DC generators Operating principle of DC motors Types of DC motors

More information

Tennessee Senior Bridge Mathematics

Tennessee Senior Bridge Mathematics A Correlation of to the Mathematics Standards Approved July 30, 2010 Bid Category 13-130-10 A Correlation of, to the Mathematics Standards Mathematics Standards I. Ways of Looking: Revisiting Concepts

More information

TAMIL NADU PUBLIC SERVICE COMMISSION. Post of Principal / Assistant Director (Training) Included in the Tamil Nadu Employment and Training Service

TAMIL NADU PUBLIC SERVICE COMMISSION. Post of Principal / Assistant Director (Training) Included in the Tamil Nadu Employment and Training Service Code No.207 TAMIL NADU PUBLIC SERVICE COMMISSION Post of Principal / Assistant Director (Training) Included in the Tamil Nadu Employment and Training Service Electronics and Instrumentation Engineering

More information

PVA Sensor Specifications

PVA Sensor Specifications Position, Velocity, and Acceleration Sensors 24.1 Sections 8.2-8.5 Position, Velocity, and Acceleration (PVA) Sensors PVA Sensor Specifications Good website to start your search for sensor specifications:

More information

SENSOR AND MEASUREMENT EXPERIMENTS

SENSOR AND MEASUREMENT EXPERIMENTS SENSOR AND MEASUREMENT EXPERIMENTS Page: 1 Contents 1. Capacitive sensors 2. Temperature measurements 3. Signal processing and data analysis using LabVIEW 4. Load measurements 5. Noise and noise reduction

More information

OPERATIONAL AMPLIFIERS (OP-AMPS) II

OPERATIONAL AMPLIFIERS (OP-AMPS) II OPERATIONAL AMPLIFIERS (OP-AMPS) II LAB 5 INTRO: INTRODUCTION TO INVERTING AMPLIFIERS AND OTHER OP-AMP CIRCUITS GOALS In this lab, you will characterize the gain and frequency dependence of inverting op-amp

More information

EET 438a Automatic Control Systems Technology Laboratory 1 Analog Sensor Signal Conditioning

EET 438a Automatic Control Systems Technology Laboratory 1 Analog Sensor Signal Conditioning EET 438a Automatic Control Systems Technology Laboratory 1 Analog Sensor Signal Conditioning Objectives: Use analog OP AMP circuits to scale the output of a sensor to signal levels commonly found in practical

More information

Strain Gauge Measurement A Tutorial

Strain Gauge Measurement A Tutorial Application Note 078 Strain Gauge Measurement A Tutorial What is Strain? Strain is the amount of deformation of a body due to an applied force. More specifically, strain (ε) is defined as the fractional

More information

EE ELECTRICAL ENGINEERING AND INSTRUMENTATION

EE ELECTRICAL ENGINEERING AND INSTRUMENTATION EE6352 - ELECTRICAL ENGINEERING AND INSTRUMENTATION UNIT V ANALOG AND DIGITAL INSTRUMENTS Digital Voltmeter (DVM) It is a device used for measuring the magnitude of DC voltages. AC voltages can be measured

More information

LAB Week 7: Data Acquisition

LAB Week 7: Data Acquisition LAB Week 7: Data Acquisition Wright State University: Mechanical Engineering ME 3600L Section 01 Report and experiment by: Nicholas Smith Experiment performed on February 23, 2015 Due: March 16, 2015 Instructor:

More information

Digital Sampling. This Lecture. Engr325 Instrumentation. Dr Curtis Nelson. Digital sampling Sample rate. Bit depth. Other terms. Types of conversion.

Digital Sampling. This Lecture. Engr325 Instrumentation. Dr Curtis Nelson. Digital sampling Sample rate. Bit depth. Other terms. Types of conversion. Digital Sampling Engr325 Instrumentation Dr Curtis Nelson Digital sampling Sample rate. Bit depth. Other terms. Types of conversion. This Lecture 1 Data Acquisition and Control Computers are nearly always

More information

Signal Characteristics and Conditioning

Signal Characteristics and Conditioning Signal Characteristics and Conditioning Starting from the sensors, and working up into the system:. What characterizes the sensor signal types. Accuracy and Precision with respect to these signals 3. General

More information

DC and AC Circuits. Objective. Theory. 1. Direct Current (DC) R-C Circuit

DC and AC Circuits. Objective. Theory. 1. Direct Current (DC) R-C Circuit [International Campus Lab] Objective Determine the behavior of resistors, capacitors, and inductors in DC and AC circuits. Theory ----------------------------- Reference -------------------------- Young

More information

AC CIRCUITS. Part 1: Inductance of a Coil. THEORY: If the current in a resistor R, a capacitor C, and/or an inductor L is given by:

AC CIRCUITS. Part 1: Inductance of a Coil. THEORY: If the current in a resistor R, a capacitor C, and/or an inductor L is given by: AC CIRCUITS OBJECTIVE: To study the effect of alternating currents on various electrical quantities in circuits containing resistors, capacitors and inductors. Part 1: Inductance of a Coil THEORY: If the

More information

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016 Analog I/O ECE 153B Sensor & Peripheral Interface Design Introduction Anytime we need to monitor or control analog signals with a digital system, we require analogto-digital (ADC) and digital-to-analog

More information

LAB #7: Digital Signal Processing

LAB #7: Digital Signal Processing LAB #7: Digital Signal Processing Equipment: Pentium PC with NI PCI-MIO-16E-4 data-acquisition board NI BNC 2120 Accessory Box VirtualBench Instrument Library version 2.6 Function Generator (Tektronix

More information

Load Cells, LVDTs and Thermocouples

Load Cells, LVDTs and Thermocouples Load Cells, LVDTs and Thermocouples Introduction Load cells are utilized in nearly every electronic weighing system while LVDTs are used to measure the displacement of a moving object. Thermocouples have

More information

Pulse Code Modulation

Pulse Code Modulation Pulse Code Modulation EE 44 Spring Semester Lecture 9 Analog signal Pulse Amplitude Modulation Pulse Width Modulation Pulse Position Modulation Pulse Code Modulation (3-bit coding) 1 Advantages of Digital

More information

Experiment 13: LR Circuit

Experiment 13: LR Circuit 012-05892A AC/DC Electronics Laboratory Experiment 13: LR Circuit Purpose Theory EQUIPMENT NEEDED: Computer and Science Workshop Interface Power Amplifier (CI-6552A) (2) Voltage Sensor (CI-6503) AC/DC

More information

Introduction to Electronic Circuit for Instrumentation

Introduction to Electronic Circuit for Instrumentation Introduction to Electronic Circuit for Instrumentation Fundamental quantities Length Mass Time Charge and electric current Heat and temperature Light and luminous intensity Matter (atom, ion and molecule)

More information

Electronics II. Calibration and Curve Fitting

Electronics II. Calibration and Curve Fitting Objective Find components on Digikey Electronics II Calibration and Curve Fitting Determine the parameters for a sensor from the data sheets Predict the voltage vs. temperature relationship for a thermistor

More information

Appendix D Ideas for Term Projects

Appendix D Ideas for Term Projects Appendix D Ideas for Term Projects Most of the labs in this course are activities directed by the instructor, and lack much opportunity for the student to exercise creativity. The purpose of a project

More information

13 th Asian Physics Olympiad India Experimental Competition Wednesday, 2 nd May 2012

13 th Asian Physics Olympiad India Experimental Competition Wednesday, 2 nd May 2012 13 th Asian Physics Olympiad India Experimental Competition Wednesday, nd May 01 Please first read the following instructions carefully: 1. The time available is ½ hours for each of the two experimental

More information

SU QuarkNet Workshop 2012 Lab Activity 5 ELECTRONICS II: ADCs & DAQ

SU QuarkNet Workshop 2012 Lab Activity 5 ELECTRONICS II: ADCs & DAQ SU Lab Activity 5 ELECTRONICS II: ADCs & DAQ Laboratory Goals 1. Learn about data conversion (analog to digital, ADC). 2. Understand how an ADC works, measure the calibration curve, and determine the frequency

More information

APPLICATION NOTE 695 New ICs Revolutionize The Sensor Interface

APPLICATION NOTE 695 New ICs Revolutionize The Sensor Interface Maxim > Design Support > Technical Documents > Application Notes > Sensors > APP 695 Keywords: high performance, low cost, signal conditioner, signal conditioning, precision sensor, signal conditioner,

More information

PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits

PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits Reading Assignment Horowitz, Hill Chap. 1.25 1.31 (p35-44) Data sheets 1N4007 & 1N4735A diodes Laboratory Goals PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits In today s lab activities,

More information

Homework Set 3.5 Sensitive optoelectronic detectors: seeing single photons

Homework Set 3.5 Sensitive optoelectronic detectors: seeing single photons Homework Set 3.5 Sensitive optoelectronic detectors: seeing single photons Due by 12:00 noon (in class) on Tuesday, Nov. 7, 2006. This is another hybrid lab/homework; please see Section 3.4 for what you

More information

Analog to Digital Converters

Analog to Digital Converters Analog to Digital Converters By: Byron Johns, Danny Carpenter Stephanie Pohl, Harry Bo Marr http://ume.gatech.edu/mechatronics_course/fadc_f05.ppt (unless otherwise marked) Presentation Outline Introduction:

More information

PC-based controller for Mechatronics System

PC-based controller for Mechatronics System Course Code: MDP 454, Course Name:, Second Semester 2014 PC-based controller for Mechatronics System Mechanical System PC Controller Controller in the Mechatronics System Configuration Actuators Power

More information

Integrators, differentiators, and simple filters

Integrators, differentiators, and simple filters BEE 233 Laboratory-4 Integrators, differentiators, and simple filters 1. Objectives Analyze and measure characteristics of circuits built with opamps. Design and test circuits with opamps. Plot gain vs.

More information

Sensors. Chapter 3. Storey: Electrical & Electronic Systems Pearson Education Limited 2004 OHT 3.1

Sensors. Chapter 3. Storey: Electrical & Electronic Systems Pearson Education Limited 2004 OHT 3.1 Sensors Chapter 3 Introduction Describing Sensor Performance Temperature Sensors Light Sensors Force Sensors Displacement Sensors Motion Sensors Sound Sensors Sensor Interfacing Storey: Electrical & Electronic

More information

22. ANALOG INPUTS AND OUTPUTS

22. ANALOG INPUTS AND OUTPUTS plc analog - 22.1 Topics: Analog inputs and outputs Sampling issues; aliasing, quantization error, resolution Analog I/O with a PLC Objectives: To understand the basics of conversion to and from analog

More information

OPSENS WHITE-LIGHT POLARIZATION INTERFEROMETRY TECHNOLOGY

OPSENS WHITE-LIGHT POLARIZATION INTERFEROMETRY TECHNOLOGY OPSENS WHITE-LIGHT POLARIZATION INTERFEROMETRY TECHNOLOGY 1. Introduction Fiber optic sensors are made up of two main parts: the fiber optic transducer (also called the fiber optic gauge or the fiber optic

More information

National Instruments Flex II ADC Technology The Flexible Resolution Technology inside the NI PXI-5922 Digitizer

National Instruments Flex II ADC Technology The Flexible Resolution Technology inside the NI PXI-5922 Digitizer National Instruments Flex II ADC Technology The Flexible Resolution Technology inside the NI PXI-5922 Digitizer Kaustubh Wagle and Niels Knudsen National Instruments, Austin, TX Abstract Single-bit delta-sigma

More information

DT9838 Strain Measurement Module

DT9838 Strain Measurement Module Strain- and Bridge-Based Measurement Module Strain Measurement Module The module is a strain gage measurement device intended for full-, half, and quarter-bridge strain gage elements and bridge-based sensor

More information

EE 462G Laboratory #1 Measuring Capacitance

EE 462G Laboratory #1 Measuring Capacitance EE 462G Laboratory #1 Measuring Capacitance Drs. A.V. Radun and K.D. Donohue (1/24/07) Department of Electrical and Computer Engineering University of Kentucky Lexington, KY 40506 Updated 8/31/2007 by

More information

Assoc. Prof. Dr. Burak Kelleci

Assoc. Prof. Dr. Burak Kelleci DEPARTMENT OF ELECTRICAL &ELECTRONICS ENGINEERING ANALOG-TO-DIGITAL AND DIGITAL- TO-ANALOG CONVERTERS Assoc. Prof. Dr. Burak Kelleci Fall 2018 OUTLINE Nyquist-Rate DAC Thermometer-Code Converter Hybrid

More information

Music 270a: Fundamentals of Digital Audio and Discrete-Time Signals

Music 270a: Fundamentals of Digital Audio and Discrete-Time Signals Music 270a: Fundamentals of Digital Audio and Discrete-Time Signals Tamara Smyth, trsmyth@ucsd.edu Department of Music, University of California, San Diego October 3, 2016 1 Continuous vs. Discrete signals

More information

Basic Engineering Measurement AGE King Saud University Al Muzahimiyah Branch College of Engineering. Dr. Rihem FARKH

Basic Engineering Measurement AGE King Saud University Al Muzahimiyah Branch College of Engineering. Dr. Rihem FARKH Lecture 1 Basic Engineering Measurement AGE 2310 King Saud University Al Muzahimiyah Branch College of Engineering Dr. Rihem FARKH 1 Syllabus Catalog Description: Measuring concepts; Engineering Problems

More information

Transmit filter designs for ADSL modems

Transmit filter designs for ADSL modems Transmit filter designs for ADSL modems 1. OBJECTIVES... 2 2. REFERENCE... 2 3. CIRCUITS... 2 4. COMPONENTS AND SPECIFICATIONS... 3 5. DISCUSSION... 3 6. PRE-LAB... 4 6.1 RECORDING SPECIFIED OPAMP PARAMETERS

More information

Proportional-Integral Controller Performance

Proportional-Integral Controller Performance Proportional-Integral Controller Performance Silver Team Jonathan Briere ENGR 329 Dr. Henry 4/1/21 Silver Team Members: Jordan Buecker Jonathan Briere John Colvin 1. Introduction Modeling for the response

More information

Teaching Mechanical Students to Build and Analyze Motor Controllers

Teaching Mechanical Students to Build and Analyze Motor Controllers Teaching Mechanical Students to Build and Analyze Motor Controllers Hugh Jack, Associate Professor Padnos School of Engineering Grand Valley State University Grand Rapids, MI email: jackh@gvsu.edu Session

More information

EXPERIMENT 12 PHYSICS 250 TRANSDUCERS: TIME RESPONSE

EXPERIMENT 12 PHYSICS 250 TRANSDUCERS: TIME RESPONSE EXPERIMENT 12 PHYSICS 250 TRANSDUCERS: TIME RESPONSE Apparatus: Signal generator Oscilloscope Digital multimeter Microphone Photocell Hall Probe Force transducer Force generator Speaker Light sources Calibration

More information

Introduction. These two operations are performed by data converters : Analogue-to-digital converter (ADC) Digital-to-analogue converter (DAC)

Introduction. These two operations are performed by data converters : Analogue-to-digital converter (ADC) Digital-to-analogue converter (DAC) Lezione 7 Conversione analogico digitale Introduzione Campionamento di segnali analogici e Aliasing Porte di campionamento e di mantenimento Quantizzazione segnali analogici Ricostruzione del segnale analogico

More information

Harmonic Distortions Analyzer for Power Rectifiers

Harmonic Distortions Analyzer for Power Rectifiers The 18 th National Conference on Electrical Drives CNAE 016 Harmonic Distortions Analyzer for Power Rectifiers Gheorghe-Eugen Subtirelu 1 1 Faculty of Electric Engineering, University of Craiova, Romania

More information

CMPT 318: Lecture 4 Fundamentals of Digital Audio, Discrete-Time Signals

CMPT 318: Lecture 4 Fundamentals of Digital Audio, Discrete-Time Signals CMPT 318: Lecture 4 Fundamentals of Digital Audio, Discrete-Time Signals Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University January 16, 2006 1 Continuous vs. Discrete

More information

Continuous vs. Discrete signals. Sampling. Analog to Digital Conversion. CMPT 368: Lecture 4 Fundamentals of Digital Audio, Discrete-Time Signals

Continuous vs. Discrete signals. Sampling. Analog to Digital Conversion. CMPT 368: Lecture 4 Fundamentals of Digital Audio, Discrete-Time Signals Continuous vs. Discrete signals CMPT 368: Lecture 4 Fundamentals of Digital Audio, Discrete-Time Signals Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University January 22,

More information