Lab 2A: Introduction to Sensing and Data Acquisition

Size: px
Start display at page:

Download "Lab 2A: Introduction to Sensing and Data Acquisition"

Transcription

1 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

2 1 Lab 2A 2 Sensors 3 DAQ 4 Experimentation 5 Summary 6 Pre-Lab 2A

3 Lab 2A Overview In this laboratory, you will experiment with a compound pendulum setup equipped with a potentiometric sensor to measure rotational displacement about a fixed support shaft. Sensor and digital data acquisition (or DAQ ) concepts are introduced. Learning LabVIEW continues, now programming to control DAQ hardware for signal analysis.

4 Outline Lab 2A Sensors DAQ Experimentation Summary Pre-Lab 2A When released from an initial angle, the pendulum oscillates and eventually stops. If the pendulum decays, there must be significant friction in the pivot and/or in the air that dissipates energy. Can you determine which dominates? We will investigate this by making measurements from the angle sensor and later using modeling and simulation.

5 Lab 2A Specific Objectives 1 Learn sensor concepts, using sensors, and signal conditioning 2 Become familiar with the National Instruments mydaq data acquisition hardware 3 Continue learning how to program in LabVIEW, now for data acquisition 4 Develop a LabVIEW program to measure sensor signals using mydaq 5 Calibrate rotational potentiometer for angle measurement 6 Write LabVIEW programs that analyze signals to generate useful data 7 Run experiments with the compound pendulum and save angular position measurements over time as the pendulum comes to rest after being released. 8 Use measured data to answer questions about the system (e.g., estimate system parameters, system energy stored or dissipated, etc.)

6 Most modern sensors are electromechanical We can classify by the sensing mechanism. Resistive (potentiomers, strain gauges, thermistors, light, etc.) Capacitive (Very common in MEMS; accelerometers, stud sensors, etc.) Inductive and Magnetic (proximity, distance,...) Piezolelectric (force,...)

7 Resistive sensors rely on changes in resistance The resistance of a uniform conductor is given by, R = ρl/a, with ρ the resistivity, L the length and A the constant cross-sectional area through which current flows. Resistance changes either by a geometric (A, L) or material change (ρ) in the resistive element. Resistance can be directly measured (by an ohmmeter) or through a signal conditioning circuit (e.g., a voltage-divider)

8 Outline Lab 2A Sensors DAQ Experimentation Summary Pre-Lab 2A Signal conditioning for resistive sensors converts resistance change to voltage change Signal conditioning refers to the devices and processes we use to modify and/or improve the nature of a sensor signal. Examples include filters, amplifiers, etc. Consider a basic voltage divider, where [ ] R 2 v out = v in R 1 + R 2 By using a voltage divider, we can transform the resistance change into a voltage change which is more readily measured.

9 Calibration of the potentiometric sensor Effectively, the potentiometric sensor is configured like a voltage divider where the output voltage is related to the change in shaft position. Calibration builds a relation between the output voltage and angular position. We seek relation θ = f(v out ), where v out is the measurable output voltage. It is desirable to have a sensor that has a linear relation between the measurand (here θ) and the measured voltage.

10 Why we like linear sensor models Linear model relations between measured voltages, say v m, and a measurand of interest, y m, make it easy to represent calibration with a single constant or line (e.g., from regression), y m = K v m Another advantage is that if the relation between a measured voltage signal and the measurand is linear then when you look at the temporal trends in the measured signals these are the same for the actual physical variable(s) of interest. Having a nonlinear sensor is tolerable, especially since modern computing can easily represent the model. NOTE: It is expected that when calibrations are conducted, the regression may introduce a y-intercept (i.e., y m = K v m + b). This model is more generally called affine, meaning there is a linear relation with some translation (or rotation).

11 Most modern voltage measurements are made using A/D converters Most basic electrical measurements rely on an analog-to-digital (A/D) converter, which are even included as part of modern microcontrollers. In a DMM, signal conditioners infer other electrical quantities from a measurement of voltage. Note the signal conditioners needed to allow measurement of current and resistance.

12 Outline Lab 2A Sensors DAQ Experimentation Summary Pre-Lab 2A For more general purpose measurement and instrumentation applications, data acquisition devices offer more functionality Analog Output (AO) 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 Always critically evaluate DAQ specifications to determine if your needs can be met by a particular DAQ device.

13 The NI mydaq connects via USB Form factor: Connections:

14 What should you know about A/D conversion? General concepts: Resolution and range How fast to sample How many times to sample Hardware specific: Device and configuration (using NI MAX) Connecting signals the right way What channels to sample How to deal with the data There are many different types of software and hardware commercial products for DAQ. National Instruments products have seen increased application and adoption in industry, research, etc., including areas that were once considered the domain of very high-end systems.

15 Analog-to-Digital (A/D) 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 (V F S ) over which it can operate. Example: For the NI mydaq device, there are two analog inputs with different FS range. What is difference between DC and AC coupled? The number of bits dictates how many discrete levels will be used to represent measured voltages. Example: An 8-bit converter with a V F S = 10 V gives a resolution of 10V/256 = 39.1 mv.

16 A/D Conversion: Quantization A signal entering a computer must be discretized in amplitude and time (sampling). Amplitude quantization depends on the number of bits in the A/D converter. Comparing A/D resolution for n = 3 vs 16: n=3 = V F S /2 3 = 1.25 V compared to n=16 = V F S /2 16 = 0.15 mv

17 Choosing a sampling or scan rate (scans/sec, or Hz) The ADC samples according to a scan rate. How fast you sample should minimally satisfy the Nyquist sampling theorem. Nyquist: the sampling rate should be at least two times the highest frequency present in the signal. Satisfying the Nyquist criterion helps ensure the signal can be reconstructed properly. You need to balance how fast you sample, how many samples you store, etc.

18 In selecting a sample rate, think about time resolution also Depending on your objective, you might choose scan rate to satisfy Nyquist criterion, but remember accuracy in time measurements.

19 All grounds are not the same the world round. Understanding grounds is important in making proper signal connections. Can you connect them? Ground symbols: Circuit or signal common Earth ground Chassis ground

20 Types of signal sources Grounded source: Floating source: Referenced to system ground (e.g., earth, building) Share a common ground with a DAQ board, oscilloscope, etc. Some signal generators, power supplies Isolated from absolute reference such as earth or building ground Neither terminal is connected to a ground Batteries and battery-powered sources, many sensors such as thermocouples, etc.

21 Types of Measurement Systems You may see these connection options on DAQ hardware. 1 Differential measurement system 2 Referenced single-ended (RSE) 3 Non-referenced single-ended (NRSE) Example: mydaq analog input

22 Experimentation and modeling Before closing, consider the experimental setup and what kind of tests can be run (without building a formal model). What can be found out by practicing use of sensors and DAQ? Here are some suggestions: estimate pendulum moment of inertia - see next slide show that for large oscillations, the pendulum period depends on amplitude of oscillation - it is known that as amplitude increases, then so must period estimate stored energy, and how energy decreases after each cycle estimate the total energy over time - this requires that you estimate the potential energy as well as the kinetic energy. Estimating kinetic energy requires estimating the velocity from the measured position. Any one of these motivates the need to analyze the signals and the data in a certain way.

23 Outline Lab 2A Sensors DAQ Experimentation Summary Pre-Lab 2A Example: experimentally determining pendulum moment of inertia The model for a compound pendulum was previously derived (see Introduction slides) as a 2nd order ODE, J 0 θ + mglc sin θ = 0. with J 0 the (mass) moment of inertia about the axis of rotation (or pivot), O, J 0 = J + mlc 2, m is the total mass, and l C the distance from the pivot to the CG. If the angle of oscillation about θ = 0 remains small (< 10 degrees), sin θ θ and the ODE becomes linear, J 0 θ + mglc θ = 0. In standard 2nd order form, θ + ω 2 nθ = 0, where, ω n = mgl C /J 0 is the undamped natural frequency, the frequency of oscillation when there are no applied forces. The undamped natural period is then, T n = 2π/ω n, so if T n is measured, then J 0 can be estimated experimentally.

24 Comments and ranting Make notes on how to connect power, sensors, and measured signals properly. Simple circuit knowledge is all that is needed, and it can help you make sure you collect the signals correctly and don t damage equipment. Keep separate issues of software from hardware, but understand they work together. LabVIEW does not measure signals instruments do that. Rant: LabVIEW is software that controls hardware. The hardware does the actual data collection. Similarly, we ll use LabVIEW to numerically solve equations, but LabVIEW does not model a physical system you do that!

25 Summary Build experience using simple sensors Use a known physical problem for purposeful learning of DAQ usage, signal processing, etc. Take opportunity to experiment with very basic LabVIEW VI for data collection. Experiment with mydaq for quick data acquisition, testing, and model improvement Use LabVIEW for signal processing (peak detection)

26 Summary of Pre-Lab 2A see the clog for details 1 Build a LabVIEW VI with a simulated DAQ device. 1 Create a NI-DAQmx Simulated Device. 2 Use the NI-DAQmx Simulated Device 3 This example should simulate collection of 2 channels of data; when the while loop is stopped the data should be saved to a LabVIEW measurement file. 2 Review the sensing circuit (potentiometer) discussed in lecture/slides. Submit a description in words, diagrams, and equations, as needed, of how the basic potentiometric circuit is used to measure pendulum angular position. You should walk into lab knowing how you will hook up the potentiometric sensor (without damaging). 3 Do some thinking about experiments you may want to run. Come to lab with at least one idea you want to try out.

27 NI mydaq Specifications Two Differential Analog Input and Analog Output Channels (200 ks/s, 16 bit, +/- 10 Volts) Access matched analog input and output channels in a +/- 10 volt range through the screw terminal connectors or +/- 2 volt range through the 3.5mm audio jacks. +5, +15, and -15 Volt Power Supply Outputs (up to 500m Watts of Power) USB powered for maximum mobility, mydaq supplies enough power for simple circuits and sensors. Eight Digital Input and Digital Output Lines (3.3 Volt TTL-Compatible) Use software-timed digital lines for interfacing both Low Voltage TTL (LVTTL) and 5 volt TTL digital circuits. Each line is individually selectable for input or output. 60 Volt Digital Multimeter (DMM) for Measuring Voltage, Current, and Resistance The isolated DMM includes the capability to measure both AC and DC voltage and current as well as resistance, diode voltage, and continuity.

28 NI mydaq block diagram

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

Measurement, Sensors, and Data Acquisition in the Two-Can System Measurement, Sensors, and Data Acquisition in the Two-Can System Prof. R.G. Longoria Updated Fall 2010 Goal of this week s lab Gain familiarity with using sensors Gain familiarity with using DAQ hardware

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

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

D102. Damped Mechanical Oscillator

D102. Damped Mechanical Oscillator D10. Damped Mechanical Oscillator Aim: design and writing an application for investigation of a damped mechanical oscillator Measurements of free oscillations of a damped oscillator Measurements of forced

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

Analog front-end electronics

Analog front-end electronics FYS3240 PC-based instrumentation and microcontrollers Analog front-end electronics Spring 2017 Lecture #6 Bekkeng, 30.1.2017 Considerations for analog signals Signal source - grounded or floating Source

More information

Auntie Spark s Guide to creating a Data Collection VI

Auntie Spark s Guide to creating a Data Collection VI Auntie Spark s Guide to creating a Data Collection VI Suppose you wanted to gather data from an experiment. How would you create a VI to do so? For sophisticated data collection and experimental control,

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 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

STUDIES ON WAVES AND OSCILLATIONS WITH DATA ACQUISITION SYSTEMS *

STUDIES ON WAVES AND OSCILLATIONS WITH DATA ACQUISITION SYSTEMS * STUDIES ON WAVES AND OSCILLATIONS WITH DATA ACQUISITION SYSTEMS * B. LOGOFĂTU, M. MUNTEANU, M. LOGOFĂTU ODL CREDIS Department, University of Bucharest, Romania E-mail: logofatu@credis.ro, mariusmc@credis.ro

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

Uncle Sparky s Guide to Voltage, Current, and Resistance Measurements. Spring 2014

Uncle Sparky s Guide to Voltage, Current, and Resistance Measurements. Spring 2014 Uncle Sparky s Guide to Voltage, Current, and Resistance Measurements Spring 2014 The most important quantities in a circuit system are voltage and current. These include both AC and DC voltages and currents.

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

ET 438B Sequential Digital Control and Data Acquisition Laboratory 4 Analog Measurement and Digital Control Integration Using LabVIEW

ET 438B Sequential Digital Control and Data Acquisition Laboratory 4 Analog Measurement and Digital Control Integration Using LabVIEW ET 438B Sequential Digital Control and Data Acquisition Laboratory 4 Analog Measurement and Digital Control Integration Using LabVIEW Laboratory Learning Objectives 1. Identify the data acquisition card

More information

MEC751 Measurement Lab 2 Instrumented Cantilever Beam

MEC751 Measurement Lab 2 Instrumented Cantilever Beam MEC751 Measurement Lab 2 Instrumented Cantilever Beam Goal: 1. To use a cantilever beam as a precision scale for loads between 0-500 gr. Using calibration procedure determine: a) Sensitivity (mv/gr) b)

More information

ME 461 Laboratory #5 Characterization and Control of PMDC Motors

ME 461 Laboratory #5 Characterization and Control of PMDC Motors ME 461 Laboratory #5 Characterization and Control of PMDC Motors Goals: 1. Build an op-amp circuit and use it to scale and shift an analog voltage. 2. Calibrate a tachometer and use it to determine motor

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

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

Chapter 1: DC circuit basics

Chapter 1: DC circuit basics Chapter 1: DC circuit basics Overview Electrical circuit design depends first and foremost on understanding the basic quantities used for describing electricity: voltage, current, and power. In the simplest

More information

Name: Resistors and Basic Resistive Circuits. Objective: To gain experience with data acquisition proto-boards physical resistors. Table of Contents:

Name: Resistors and Basic Resistive Circuits. Objective: To gain experience with data acquisition proto-boards physical resistors. Table of Contents: Objective: To gain experience with data acquisition proto-boards physical resistors Table of Contents: Name: Resistors and Basic Resistive Circuits Pre-Lab Assignment 1 Background 2 National Instruments

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

ME 3200 Mechatronics I Laboratory Lab 8: Angular Position and Velocity Sensors

ME 3200 Mechatronics I Laboratory Lab 8: Angular Position and Velocity Sensors ME 3200 Mechatronics I Laboratory Lab 8: Angular Position and Velocity Sensors In this exercise you will explore the use of the potentiometer and the tachometer as angular position and velocity sensors.

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

SCXI 8-Channel Isolated Analog Input Modules

SCXI 8-Channel Isolated Analog Input Modules SCXI 8-Channel Isolated Analog Input NI, NI SCXI-1120, NI SCXI-1120D 8 channels 333 ks/s maximum sampling rate Gain and lowpass filter settings per channel Up to 300 V rms working isolation per channel

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

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

Lab 3: Digital Multimeter and Voltage Generator

Lab 3: Digital Multimeter and Voltage Generator Lab 3: Digital Multimeter and Voltage Generator Lab Goals: Learn how to use your mydaq as a Digital Multimeter (DMM) Learn how to output a signal to a specified output port on the mydaq and verify its

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

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

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

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

Introduction to NI LabVIEW and Computer-Based Measurements. Elias Nicolas Applications Engineer National Instruments

Introduction to NI LabVIEW and Computer-Based Measurements. Elias Nicolas Applications Engineer National Instruments Introduction to NI LabVIEW and Computer-Based Measurements Elias Nicolas Applications Engineer National Instruments Today, We ll Explore: The Challenges of Making Measurements Introduction to LabVIEW Fundamentals

More information

Using Circuits, Signals and Instruments

Using Circuits, Signals and Instruments Using Circuits, Signals and Instruments To be ignorant of one s ignorance is the malady of the ignorant. A. B. Alcott (1799-1888) Some knowledge of electrical and electronic technology is essential for

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

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

electrical noise and interference, environmental changes, instrument resolution, or uncertainties in the measurement process itself.

electrical noise and interference, environmental changes, instrument resolution, or uncertainties in the measurement process itself. MUST 382 / EELE 491 Spring 2014 Basic Lab Equipment and Measurements Electrical laboratory work depends upon various devices to supply power to a circuit, to generate controlled input signals, and for

More information

Lab 2b: Dynamic Response of a Rotor with Shaft Imbalance

Lab 2b: Dynamic Response of a Rotor with Shaft Imbalance Lab 2b: Dynamic Response of a Rotor with Shaft Imbalance OBJECTIVE: To calibrate an induction position/displacement sensor using a micrometer To calculate and measure the natural frequency of a simply-supported

More information

The SCB-68 is a shielded board with 68 screw terminals for easy connection to National Instruments 68-pin products.

The SCB-68 is a shielded board with 68 screw terminals for easy connection to National Instruments 68-pin products. NATIONAL INSTRUMENTS The Software is the Instrument SCB-68 68-Pin Shielded Connector Block Installation Guide Part Number 320745-01 This guide describes how to connect and use the SCB-68 68-pin shielded

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

Direct Current Waveforms

Direct Current Waveforms Cornerstone Electronics Technology and Robotics I Week 20 DC and AC Administration: o Prayer o Turn in quiz Direct Current (dc): o Direct current moves in only one direction in a circuit. o Though dc must

More information

NI mydaq. Contents USER GUIDE AND SPECIFICATIONS. ni.com/manuals

NI mydaq. Contents USER GUIDE AND SPECIFICATIONS. ni.com/manuals USER GUIDE AND SPECIFICATIONS NI mydaq Français Deutsch ni.com/manuals NI mydaq Figure 1. NI mydaq NI mydaq is a low-cost portable data acquisition (DAQ) device that uses NI LabVIEW-based software instruments,

More information

Considerations for Analog Input and Output

Considerations for Analog Input and Output Considerations for Analog Input and Output Useful information can be found in the text in Sections 6.7.1 (Data Rates), 6.7.5 (Analog Input Signals), 6.7.6 (Multiple Signal Sources: Data Loggers), 6.7.9

More information

Electrical Measurements

Electrical Measurements Electrical Measurements. OBJECTIES: This experiment covers electrical measurements, including use of the volt-ohmmeter and oscilloscope. Concepts including Ohm's Law, Kirchoff's Current and oltage Laws,

More information

University of Jordan School of Engineering Electrical Engineering Department. EE 204 Electrical Engineering Lab

University of Jordan School of Engineering Electrical Engineering Department. EE 204 Electrical Engineering Lab University of Jordan School of Engineering Electrical Engineering Department EE 204 Electrical Engineering Lab EXPERIMENT 1 MEASUREMENT DEVICES Prepared by: Prof. Mohammed Hawa EXPERIMENT 1 MEASUREMENT

More information

Part 2: Second order systems: cantilever response

Part 2: Second order systems: cantilever response - cantilever response slide 1 Part 2: Second order systems: cantilever response Goals: Understand the behavior and how to characterize second order measurement systems Learn how to operate: function generator,

More information

USB Dynamic Signal Acquisition

USB Dynamic Signal Acquisition NI USB-9233 24-bit resolution 102 db dynamic range 50 ks/s max rate per channel 4 simultaneous analog inputs ±5 V input range AC coupled with IEPE power Hi-Speed USB 2.0 Recommended Software LabVIEW LabVIEW

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

DC SERVO MOTOR CONTROL SYSTEM

DC SERVO MOTOR CONTROL SYSTEM DC SERVO MOTOR CONTROL SYSTEM MODEL NO:(PEC - 00CE) User Manual Version 2.0 Technical Clarification /Suggestion : / Technical Support Division, Vi Microsystems Pvt. Ltd., Plot No :75,Electronics Estate,

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

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

Data Acquisition Boards and USB-DAQ

Data Acquisition Boards and USB-DAQ Data Acquisition Boards and USB-DAQ CHRISTIAN ANTFOLK Announcement Choose a project Project description deadline 26.11.2017 (you can start working on the project before that) Lab 2 will be Wednesday den

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

Experiment VI: The LRC Circuit and Resonance

Experiment VI: The LRC Circuit and Resonance Experiment VI: The ircuit and esonance I. eferences Halliday, esnick and Krane, Physics, Vol., 4th Ed., hapters 38,39 Purcell, Electricity and Magnetism, hapter 7,8 II. Equipment Digital Oscilloscope Digital

More information

Lab 2: Designing an Optical Theremin. EE 300W Section 5 Team #3: Penn Power United Gregory Hodgkiss, Nasser Aljadeed 10/23/15

Lab 2: Designing an Optical Theremin. EE 300W Section 5 Team #3: Penn Power United Gregory Hodgkiss, Nasser Aljadeed 10/23/15 Lab 2: Designing an Optical Theremin EE 300W Section 5 Team #3: Penn Power United Gregory Hodgkiss, Nasser Aljadeed 10/23/15 Abstract The purpose of this lab is to design an optical theremin, a musical

More information

National Instruments Our Mission

National Instruments Our Mission NI ELVIS National Instruments Our Mission We equip engineers and scientists with tools that accelerate productivity, innovation, and discovery. 2 The NI Teaching Philosophy To inspire and prepare tomorrow

More information

DSC Lab 2: Force and Displacement Measurement Page 1

DSC Lab 2: Force and Displacement Measurement Page 1 DSC Lab 2: Force and Displacement Measurement Page 1 Overview of Laboratory on Force and Displacement Measurement This lab course introduces concepts in force and motion measurement using strain-gauge

More information

Chapter 1: DC circuit basics

Chapter 1: DC circuit basics Chapter 1: DC circuit basics Overview Electrical circuit design depends first and foremost on understanding the basic quantities used for describing electricity: Voltage, current, and power. In the simplest

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

MEP 382: Design of Applied Measurement Systems Lecture 5: Signal Conditioning

MEP 382: Design of Applied Measurement Systems Lecture 5: Signal Conditioning Faculty of Engineering MEP 382: Design of Applied Measurement Systems Lecture 5: Signal Conditioning Transducer Last Week - Sensors Bridge Completion Excitation Amplification Signal Conditioner Low Pass

More information

Mechatronics 421/780. Department of Mechanical and Aeronautical Engineering. Page 1 of 10

Mechatronics 421/780. Department of Mechanical and Aeronautical Engineering. Page 1 of 10 Mechatronics 421/780 Department of Mechanical and Aeronautical Engineering Page 1 of 10 OVERVIEW AND OBJECTIVES 1. Course Overview Mechatronics (MEG 421 or MEG 780) is a multidisciplinary field of engineering

More information

I = I 0 cos 2 θ (1.1)

I = I 0 cos 2 θ (1.1) Chapter 1 Faraday Rotation Experiment objectives: Observe the Faraday Effect, the rotation of a light wave s polarization vector in a material with a magnetic field directed along the wave s direction.

More information

ET1210: Module 5 Inductance and Resonance

ET1210: Module 5 Inductance and Resonance Part 1 Inductors Theory: When current flows through a coil of wire, a magnetic field is created around the wire. This electromagnetic field accompanies any moving electric charge and is proportional to

More information

Laboratory Preliminaries and Data Acquisition Using LabVIEW

Laboratory Preliminaries and Data Acquisition Using LabVIEW Experiment-0 Laboratory Preliminaries and Data Acquisition Using LabVIEW Introduction The objectives of the first part of this experiment are to introduce the laboratory transformer and to show how to

More information

Lab 1: DC Measurements (R, V, I)

Lab 1: DC Measurements (R, V, I) Lab 1: DC Measurements (R, V, I) Introduction Resistors are the most common component found in all electrical and electronic circuits. Resistors are found in many shapes, sizes, and values. The most common

More information

Mechatronics System Design - Sensors

Mechatronics System Design - Sensors Mechatronics System Design - Sensors Aim of this class 1. The functional role of the sensor? 2. Displacement, velocity and visual sensors? 3. An integrated example-smart car with visual and displacement

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

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

EE 241 Experiment #4: USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS, Part III 1

EE 241 Experiment #4: USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS, Part III 1 EE 241 Experiment #4: USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS, Part III 1 PURPOSE: To become familiar with more of the instruments in the laboratory. To become aware of operating limitations of input

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

SCC-FV01 Frequency Input Module

SCC-FV01 Frequency Input Module USER GUIDE SCC-FV01 Frequency Input Module Conventions The SCC-FV01 frequency input module is a frequency-to-voltage converter designed to measure signals from frequency-generating sensors and other periodic

More information

Vibration Fundamentals Training System

Vibration Fundamentals Training System Vibration Fundamentals Training System Hands-On Turnkey System for Teaching Vibration Fundamentals An Ideal Tool for Optimizing Your Vibration Class Curriculum The Vibration Fundamentals Training System

More information

Exp. #2-6 : Measurement of the Characteristics of,, and Circuits by Using an Oscilloscope

Exp. #2-6 : Measurement of the Characteristics of,, and Circuits by Using an Oscilloscope PAGE 1/14 Exp. #2-6 : Measurement of the Characteristics of,, and Circuits by Using an Oscilloscope Student ID Major Name Team No. Experiment Lecturer Student's Mentioned Items Experiment Class Date Submission

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

Lab E5: Filters and Complex Impedance

Lab E5: Filters and Complex Impedance E5.1 Lab E5: Filters and Complex Impedance Note: It is strongly recommended that you complete lab E4: Capacitors and the RC Circuit before performing this experiment. Introduction Ohm s law, a well known

More information

ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING

ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING Objectives: To familiarize the student with the concepts of signal conditioning. At the end of the lab, the student should be able to: Understand the

More information

Motor Generator Dynamometer Setup

Motor Generator Dynamometer Setup P a g e Motor Generator Dynamometer Setup ENG470 Engineering Honours Thesis Mark Anthony Rondilla Supervisor: A/Prof. Graeme Cole Associate Supervisor: Dr. Greg Crebbin 9 January 2017 P a g e i Disclaimer

More information

APPENDIX D DISCUSSION OF ELECTRONIC INSTRUMENTS

APPENDIX D DISCUSSION OF ELECTRONIC INSTRUMENTS APPENDIX D DISCUSSION OF ELECTRONIC INSTRUMENTS DC POWER SUPPLIES We will discuss these instruments one at a time, starting with the DC power supply. The simplest DC power supplies are batteries which

More information

Experiment 9 : Pulse Width Modulation

Experiment 9 : Pulse Width Modulation Name/NetID: Experiment 9 : Pulse Width Modulation Laboratory Outline In experiment 5 we learned how to control the speed of a DC motor using a variable resistor. This week, we will learn an alternative

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

An 8-bit Analog-to-Digital Converter based on the Voltage-Dependent Switching Probability of a Magnetic Tunnel Junction

An 8-bit Analog-to-Digital Converter based on the Voltage-Dependent Switching Probability of a Magnetic Tunnel Junction An 8-bit Analog-to-Digital Converter based on the Voltage-Dependent Switching Probability of a Magnetic Tunnel Junction Won Ho Choi*, Yang Lv*, Hoonki Kim, Jian-Ping Wang, and Chris H. Kim *equal contribution

More information

BME/ISE 3511 Laboratory One - Laboratory Equipment for Measurement. Introduction to biomedical electronic laboratory instrumentation and measurements.

BME/ISE 3511 Laboratory One - Laboratory Equipment for Measurement. Introduction to biomedical electronic laboratory instrumentation and measurements. BME/ISE 3511 Laboratory One - Laboratory Equipment for Measurement Learning Objectives: Introduction to biomedical electronic laboratory instrumentation and measurements. Supplies and Components: Breadboard

More information

Active Vibration Isolation of an Unbalanced Machine Tool Spindle

Active Vibration Isolation of an Unbalanced Machine Tool Spindle Active Vibration Isolation of an Unbalanced Machine Tool Spindle David. J. Hopkins, Paul Geraghty Lawrence Livermore National Laboratory 7000 East Ave, MS/L-792, Livermore, CA. 94550 Abstract Proper configurations

More information

Pre-Laboratory Assignment

Pre-Laboratory Assignment Measurement of Electrical Resistance and Ohm's Law PreLaboratory Assignment Read carefully the entire description of the laboratory and answer the following questions based upon the material contained

More information

العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي

العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي رقم )7107/363( Page 1 of 6 1- Mechatronics Actuators Board & Mechatronics Systems Board with Education Laboratory for

More information

Lab 2: Optical Theremin Team 2 Flyback By Brian Pugh, Andrew Baker, and Michael Betts

Lab 2: Optical Theremin Team 2 Flyback By Brian Pugh, Andrew Baker, and Michael Betts Lab 2: Optical Theremin Team 2 Flyback By Brian Pugh, Andrew Baker, and Michael Betts Table of Contents Abstract... 3 Introduction... 3 Rationale... 4 Implementation... 5 Hardware... 5 Software... 5 Conclusion...

More information

Instrumentation (ch. 4 in Lecture notes)

Instrumentation (ch. 4 in Lecture notes) TMR7 Experimental methods in Marine Hydrodynamics week 35 Instrumentation (ch. 4 in Lecture notes) Measurement systems short introduction Measurement using strain gauges Calibration Data acquisition Different

More information

ME 144L Prof. R.G. Longoria Dynamic Systems and Controls Laboratory. Department of Mechanical Engineering The University of Texas at Austin

ME 144L Prof. R.G. Longoria Dynamic Systems and Controls Laboratory. Department of Mechanical Engineering The University of Texas at Austin Summary The first week of this lab takes the steps toward building and demonstrating open loop control of an analog meter needle position. A first step is learning about and using LabVIEW vision tools

More information

Lab 1: Basic Lab Equipment and Measurements

Lab 1: Basic Lab Equipment and Measurements Abstract: Lab 1: Basic Lab Equipment and Measurements This lab exercise introduces the basic measurement instruments that will be used throughout the course. These instruments include multimeters, oscilloscopes,

More information

P a g e 1 ST985. TDR Cable Analyzer Instruction Manual. Analog Arts Inc.

P a g e 1 ST985. TDR Cable Analyzer Instruction Manual. Analog Arts Inc. P a g e 1 ST985 TDR Cable Analyzer Instruction Manual Analog Arts Inc. www.analogarts.com P a g e 2 Contents Software Installation... 4 Specifications... 4 Handling Precautions... 4 Operation Instruction...

More information

EE 210: CIRCUITS AND DEVICES

EE 210: CIRCUITS AND DEVICES EE 210: CIRCUITS AND DEVICES LAB #3: VOLTAGE AND CURRENT MEASUREMENTS This lab features a tutorial on the instrumentation that you will be using throughout the semester. More specifically, you will see

More information

Laboratory Preliminaries and Data Acquisition Using LabVIEW

Laboratory Preliminaries and Data Acquisition Using LabVIEW Experiment-0 Laboratory Preliminaries and Data Acquisition Using LabVIEW Introduction The objectives of the first part of this experiment are to introduce the laboratory transformer and to show how to

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

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

1 z :07

1 z :07 How To Measure Voltage Publish Date: maj 11, 2016 Overview Learn the fundamentals of creating an AC or DC voltage measurement system. See how to properly connect the signals to your data acquisition system

More information

GE 320: Introduction to Control Systems

GE 320: Introduction to Control Systems GE 320: Introduction to Control Systems Laboratory Section Manual 1 Welcome to GE 320.. 1 www.softbankrobotics.com 1 1 Introduction This section summarizes the course content and outlines the general procedure

More information

Curriculum. Technology Education ELECTRONICS

Curriculum. Technology Education ELECTRONICS Curriculum Technology Education ELECTRONICS Supports Academic Learning Expectation # 3 Students and graduates of Ledyard High School will employ problem-solving skills effectively Approved by Instructional

More information

Interfacing dspace to the Quanser Rotary Series of Experiments (SRV02ET)

Interfacing dspace to the Quanser Rotary Series of Experiments (SRV02ET) Interfacing dspace to the Quanser Rotary Series of Experiments (SRV02ET) Nicanor Quijano and Kevin M. Passino The Ohio State University, Department of Electrical Engineering, 2015 Neil Avenue, Columbus

More information

USB-TEMP and TC Series USB-Based Temperature Measurement Devices

USB-TEMP and TC Series USB-Based Temperature Measurement Devices USB-Based Temperature Measurement Devices Features Temperature and voltage measurement USB devices Thermocouple, RTD, thermistor, or semiconductor sensor measurements Eight analog inputs Up to ±10 V inputs*

More information

2. Experiment s Title: The Linear and Rotary Potentiometer - AMEM 211

2. Experiment s Title: The Linear and Rotary Potentiometer - AMEM 211 2. Experiment s Title: The Linear and Rotary Potentiometer - AMEM 211 I. Objectives On completion of this experiment you will, Understand how linear and rotary potentiometers attach to a system to measure

More information