6. Strain Gages and Strain Measurement

Size: px
Start display at page:

Download "6. Strain Gages and Strain Measurement"

Transcription

1 6. Strain Gages and Strain Measurement 6.1 Strain gages: (Silva p.273) Strain gage measures strain and the measurements can be directly related to stress and force. Hence, strain gages can be utilized as to produce force, torque displacement, acceleration, pressure and temperature sensors. Typical foil strain gage with single-element and three-element (rosettes) are shown below. DEU-MEE 5070 Actuator and Sensors in Mechanical Systems Assoc.Prof.Dr.Levent Malgaca, Spring 2016

2 6.2 Equations for Strain Measurements: R L A R / R GF L / L R: resistance, : density, L: length of conductor, A: Area of cross-section GF:Gage factor Consider a case where the strain value is 1. For a metallic foil strain gage with GF= 2, R=120 ohm, R=GF..R =2 x 1x10^-6 x 120 = ohm The fractional change in resistance /120 = % There is a small change in the resistance of strain gage. It is difficult to measure this type of small changes. Wheatstone bridges are used for strain measurements to convert small changes in resistance to a voltage value.

3 6.3 Wheatstone Bridge R 1 R 2 R 4 V 2 V R R V1 R1R2 R3R4 V 1 : Supply voltage V 2 : Measured voltage R V 1 R 1 =R 2 =R 3 =R 4, V 2 =0 R 2 =R 3 =R 4 =R, R 1 =R+δR V R 4R 2R 2 V 1 1 R δr<<r V2 V1 4 R Amplification: Linear: K V V 2A 2 V 2 Amplifier V 2A Decibel: K 20log V V 2A 2 db

4 6.4 Bridge Types and Strain Equations (NI, SCC-SG Series Strain Gage Modules User Guide) (simulated strain) V R : Voltage ratio Quarter Bridge (Type-1) QB-1 measures either axial or bending strain R 4 : Strain gage R s : Shunt calibration resistor R g : Nominal gage resistance R L : Lead resistance (long length) Half Bridge (Type-1) HB-1 measures either axial or bending strain R 3 : Strain gage (Compression,- ) R 4 : Strain gage (Tensile, +)

5 Full Bridge (Type-1) FB-1 measures only bending strain. Full Bridge (Type-3) FB-3 measures only axial strain.

6 Example-6.1: Strain measurement system is shown in the figure. The bridge output voltage is amplified with a linear gain of 100 and the amplified voltage is measured as 0.24 V. The plate material is steel and the modules of elasticity is 200 GPa. The are of cross-section is 0.03 m x m. The bridge resistance is 120 Ω and gage factor is 2. The excitation voltage is 5 V. a) Calculate the strain value from the measured voltage. b) Calculate the axial stress of the plate. c) Calculate the tensile force. F F R R R + - V 2 V 1

7 Example-6.2: Calculate the bending strains of a cantilever beam at the selected points as shown in the figure. E=69 GPa. Ls1 Strain gage-1 Ls2 Lf Strain gage-2 L F F=0.116 kg x 9.81 E=69 GPa L=158 mm Lm=153 mm Ls1= 15 mm Ls2= 75 mm b=20 mm h=1.5 mm M F(L f Ls1) My Iz I z bh 12 3 E

8 Matlab program: Calculate strain values in Example 6.2 clc,clear,close all; m=116e-3; L=158e-3; h=1.5e-3; b=20e-3; Lf=153e-3; Ls1=15e-3; Ls2=75e-3; E=69e9; ct=h/2; I=b*h^3/12; g=9.81; % tip mass % length of beam % height of beam % width of beam % load distance % straingage-1 distance % straingage-2 distance sigma1=m*g*(lf-ls1)*ct/i;sigma2=m*g*(lf-ls2)*ct/i; eps1=sigma1/e,eps2=sigma2/e, Results: eps1 = e-004 eps2 = e-004

9 Example-6.3: Calculate the bending strains of the cantilever beam in Example 6.2 using commercial engineering programs (ANSYS, SOLIDWORKS).

10 Example-6.4: Instruments Cantilever beam with strain gage NI SCC-SG01 strain gage module 20-pin external board Power supply (+12 V, -12 V, +5V) NI 6008 DAQ system Strain Measurement Measure the bending strains of the cantilever beam considered in Example 6.2. Scc-Sg01 20-pin board Nı 6008 Power supply Load is considered as a tip mass: m=116 g (7 pieces nut) Cantilever beam Tip mass

11 NI SCC-SG01

12 GND AI0+ AI0- GND AI1+ AI1- GND NI USB-6008 Connections on DAQ Channel-1 : AI0 Pin4, GND Pin 6 Channel-2 : AI1Pin 1, GND Pin 6 Connections on 20-pin Board (from a power supply) +5V Pin9 GND Pin V Pin 13-15V Pin 14 Connections on SCC-SG01 Strain gage-1 : 4 AI(x), 2 Vex+ Strain gage-2 : 6 AI(x+8), 2 Vex+

13 Labview program: Voltage measurement Sampling rate: 1000 Hz AI channel: ai0 (Strain gage-1) AI channel: ai1 (Strain gage-2)

14 Matlab program: Experiment: voltage-strain equations fl='strain1.lvm'; nc=floor(tc/dt)+1; data=load(fl);t=data(:,1);v=data(:,2); tu=t(1:nc);vu=v(1:nc);vu0=abs(mean(vu)); v=v-vu0; fn=fs/2;[b,a]=butter(2,fc/fn);vf=filter(b,a,v); tfc=t(nc:end);,vfc=vf(nc:end); vs=mean(vfc); v2a=vs v2=v2a/k; u=v2/v1; dr=4*r*u/(1-2*u); eps_e=dr/(r*gf) subplot(4,1,1);plot(t,v) subplot(4,1,2);plot(t,v) subplot(4,1,3);plot(t,vf) subplot(4,1,4);plot(tfc-tc,vfc)

15 strain1.lvm Recorded data Shifted data Filtered data Unstrained data Strained data Results: v2a = eps_e =3.3644e-004

16 strain2.lvm Recorded data Shifted data Unstrained data Filtered data Strained data Results: v2a = V eps_e = e-004

Strain Measurements. Isaac Choutapalli

Strain Measurements. Isaac Choutapalli Note that for axial elongation (Eaxiai > 0), Erransverse (from Equation C.6), and therefore Strain Measurements Isaac Choutapalli Department of Mechanical Engineering The University of Texas - Pan American

More information

7.Piezoelectric, Accelerometer and Laser Sensors

7.Piezoelectric, Accelerometer and Laser Sensors 7.Piezoelectric, Accelerometer and Laser Sensors 7.1 Piezoelectric sensors: (Silva p.253) Piezoelectric materials such as lead-zirconate-titanate (PZT) can generate electrical charge and potential difference

More information

Mechatronics II Laboratory EXPERIMENT #1: FORCE AND TORQUE SENSORS DC Motor Characteristics Dynamometer, Part I

Mechatronics II Laboratory EXPERIMENT #1: FORCE AND TORQUE SENSORS DC Motor Characteristics Dynamometer, Part I Mechatronics II Laboratory EXPEIMENT #1: FOCE AND TOQUE SENSOS DC Motor Characteristics Dynamometer, Part I Force Sensors Force and torque are not measured directly. Typically, the deformation or strain

More information

Bending Load & Calibration Module

Bending Load & Calibration Module Bending Load & Calibration Module Objectives After completing this module, students shall be able to: 1) Conduct laboratory work to validate beam bending stress equations. 2) Develop an understanding of

More information

Mechatronics II Laboratory EXPERIMENT #1 MOTOR CHARACTERISTICS FORCE/TORQUE SENSORS AND DYNAMOMETER PART 1

Mechatronics II Laboratory EXPERIMENT #1 MOTOR CHARACTERISTICS FORCE/TORQUE SENSORS AND DYNAMOMETER PART 1 Mechatronics II Laboratory EXPEIMENT #1 MOTO CHAACTEISTICS FOCE/TOQUE SENSOS AND DYNAMOMETE PAT 1 Force Sensors Force and torque are not measured directly. Typically, the deformation or strain of some

More information

Strain and Force San José State University A. Mysore Spring 2009

Strain and Force San José State University A. Mysore Spring 2009 Strain and Force Strain Gage Measures strain as a change in length L, observed by change in resistance R, for a given resistivity ρ and cross-sectional area A. For elastic materials that follow Hooke s

More information

Force and Displacement Measurement

Force and Displacement Measurement Force and Displacement Measurement Prof. R.G. Longoria Updated Fall 20 Simple ways to measure a force http://scienceblogs.com/dotphysics/200/02/diy_force_probe.php Example: Key Force/Deflection measure

More information

Lecture 20. Measuring Pressure and Temperature (Chapter 9) Measuring Pressure Measuring Temperature MECH 373. Instrumentation and Measurements

Lecture 20. Measuring Pressure and Temperature (Chapter 9) Measuring Pressure Measuring Temperature MECH 373. Instrumentation and Measurements MECH 373 Instrumentation and Measurements Lecture 20 Measuring Pressure and Temperature (Chapter 9) Measuring Pressure Measuring Temperature 1 Measuring Acceleration and Vibration Accelerometers using

More information

ME411 Engineering Measurement & Instrumentation. Winter 2017 Lecture 9

ME411 Engineering Measurement & Instrumentation. Winter 2017 Lecture 9 ME411 Engineering Measurement & Instrumentation Winter 2017 Lecture 9 1 Introduction If we design a load bearing component, how do we know it will not fail? Simulate/predict behavior from known fundamentals

More information

Data Logger V2. Instruction Manual

Data Logger V2. Instruction Manual Data Logger V2 Instruction Manual Joe Holdsworth 7-29-2018 Contents Revision History... 2 Specifications... 3 Power Limits... 3 Data Rates... 3 Other Specifications... 3 Pin Outs... 4 AS218-35SN... 4 AS210-35SN...

More information

MET 487 Instrumentation and Automatic Controls. Lecture 13 Sensors

MET 487 Instrumentation and Automatic Controls. Lecture 13 Sensors MET 87 nstrumentation and utomatic Controls Lecture Sensors July 6-9, 00 Stress and Strain Measurement Safe Load Level monitoring Force (indirect measurement by measuring strain of a flexural element Pressure

More information

Lecture 19. Measurement of Solid-Mechanical Quantities (Chapter 8) Measuring Strain Measuring Displacement Measuring Linear Velocity

Lecture 19. Measurement of Solid-Mechanical Quantities (Chapter 8) Measuring Strain Measuring Displacement Measuring Linear Velocity MECH 373 Instrumentation and Measurements Lecture 19 Measurement of Solid-Mechanical Quantities (Chapter 8) Measuring Strain Measuring Displacement Measuring Linear Velocity Measuring Accepleration and

More information

Strain Gages. Approximate Elastic Constants (from University Physics, Sears Zemansky, and Young, Reading, MA, 1979

Strain Gages. Approximate Elastic Constants (from University Physics, Sears Zemansky, and Young, Reading, MA, 1979 Material Strain Gages Approximate Elastic Constants (from University Physics, Sears Zemansky, and Young, Reading, MA, 1979 Young's Modulus, Y Shear Modulus, S Bulk Modulus, B Poisson's Ratio 10 11 N/m

More information

Strain Gages. Approximate Elastic Constants (from University Physics, Sears Zemansky, and Young, Reading, MA, Shear Modulus, (S) N/m 2

Strain Gages. Approximate Elastic Constants (from University Physics, Sears Zemansky, and Young, Reading, MA, Shear Modulus, (S) N/m 2 When you bend a piece of metal, the Strain Gages Approximate Elastic Constants (from University Physics, Sears Zemansky, and Young, Reading, MA, 1979 Material Young's Modulus, (E) 10 11 N/m 2 Shear Modulus,

More information

Load Cell Design Using COMSOL Multiphysics

Load Cell Design Using COMSOL Multiphysics Load Cell Design Using COMSOL Multiphysics Andrei Marchidan, Tarah N. Sullivan and Joseph L. Palladino Department of Engineering, Trinity College, Hartford, CT 06106, USA joseph.palladino@trincoll.edu

More information

1 Force Sensing. Lecture Notes. 1.1 Load Cell. 1.2 Stress and Strain

1 Force Sensing. Lecture Notes. 1.1 Load Cell. 1.2 Stress and Strain Lecture Notes 1 Force Sensing 1.1 Load Cell A Load Cell is a structure which supports the load and deflects a known amount in response to applied forces and torques. The deflections are measured to characterize

More information

STRAIN GAUGES YEDITEPE UNIVERSITY DEPARTMENT OF MECHANICAL ENGINEERING

STRAIN GAUGES YEDITEPE UNIVERSITY DEPARTMENT OF MECHANICAL ENGINEERING STRAIN GAUGES YEDITEPE UNIVERSITY DEPARTMENT OF MECHANICAL ENGINEERING 1 YEDITEPE UNIVERSITY ENGINEERING FACULTY MECHANICAL ENGINEERING LABORATORY 1. Objective: Strain Gauges Know how the change in resistance

More information

MET 301 EXPERIMENT # 2 APPLICATION OF BONDED STRAIN GAGES

MET 301 EXPERIMENT # 2 APPLICATION OF BONDED STRAIN GAGES MET 301 EPERIMENT # 2 APPLICATION OF BONDED STRAIN GAGES 1. Objective To understand the working principle of bonded strain gauge and to study the stress and strain in a hollow cylindrical shaft under bending,

More information

Wheatstone Bridge Nonlinearity

Wheatstone Bridge Nonlinearity Index: Nonlinearity Wheatstone Bridge Nonlinearity Introduction General Considerations The "Unbalanced" Circuit The Unbalanced Circuit Table of Contents Output & Nonlinearity with Various Bridge/Strain

More information

Sensors, Signals and Noise 1 COURSE OUTLINE. Introduction Signals and Noise Filtering Sensors: Strain Gauges. Signal Recovery, 2017/2018 Strain Gauges

Sensors, Signals and Noise 1 COURSE OUTLINE. Introduction Signals and Noise Filtering Sensors: Strain Gauges. Signal Recovery, 2017/2018 Strain Gauges Sensors, Signals and Noise 1 COURSE OUTLINE Introduction Signals and Noise Filtering Sensors: Strain Gauges Strain Gauges 2 Stress and strain in elastic materials Piezoresistive Effect Strain Gauge principle

More information

FABRICATION, TESTING AND CALIBRATION OF TWO DIRECTIONAL FORCE SENSOR

FABRICATION, TESTING AND CALIBRATION OF TWO DIRECTIONAL FORCE SENSOR FABRICATION, TESTING AND CALIBRATION OF TWO DIRECTIONAL FORCE SENSOR Kuruva Veerakantha 1, G.Kirankumar 2 1 Assistant Professor, Mechanical Engineering, NNRG, Telangana, India 2 Assistant Professor, Mechanical

More information

Interfacing a Sensor-- use of Signal Conditioners

Interfacing a Sensor-- use of Signal Conditioners nterfacing a ensor-- use of ignal onditioners input Transducer (sensor signal conditioner -Deflection bridges -A.. arrier systems -nstrumentation Amplifiers -oltage to current onverters -urrent to voltage

More information

Strain Measurement. Prof. Yu Qiao. Department of Structural Engineering, UCSD. Strain Measurement

Strain Measurement. Prof. Yu Qiao. Department of Structural Engineering, UCSD. Strain Measurement Strain Measurement Prof. Yu Qiao Department of Structural Engineering, UCSD Strain Measurement The design of load-carrying components for machines and structures requires information about the distribution

More information

AC : ENGINEERING SQUEEZEOMETER AND HUGGOME- TER

AC : ENGINEERING SQUEEZEOMETER AND HUGGOME- TER AC 202-50: ENGNEERNG SQUEEZEOMETER AND HUGGOME- TER Dr. James Aflaki, Christian Brothers University James Aflaki received his Ph.D. in mechanical engineering from the University of Maryland, College Park.

More information

Strain Gage Calibration Factors for Constant Room Temperature Conditions. Gage Resistance, Gage Factor and Transverse Sensitivity Coefficient)

Strain Gage Calibration Factors for Constant Room Temperature Conditions. Gage Resistance, Gage Factor and Transverse Sensitivity Coefficient) Strain Gage Calibration Factors for Constant Room Temperature Conditions (Or equivalently, measurement of the room temperature (Or equivalently, measurement of the room temperature Gage Resistance, Gage

More information

Solved Problems. Electric Circuits & Components. 1-1 Write the KVL equation for the circuit shown.

Solved Problems. Electric Circuits & Components. 1-1 Write the KVL equation for the circuit shown. Solved Problems Electric Circuits & Components 1-1 Write the KVL equation for the circuit shown. 1-2 Write the KCL equation for the principal node shown. 1-2A In the DC circuit given in Fig. 1, find (i)

More information

UNIT 2 STRAIN MEASURMENTS, FORCE MEASUREMENTS. Therefore, resistance strain gauges are also known as piezo-resistive gauges.

UNIT 2 STRAIN MEASURMENTS, FORCE MEASUREMENTS. Therefore, resistance strain gauges are also known as piezo-resistive gauges. UNIT 2 STRAIN MEASURMENTS, FORCE MEASUREMENTS STRAIN MEASURMENTS Introduction: When a metal conductor is stretched or compressed, its resistance changes an account of the fact that both length and diameter

More information

Post Graduate Diploma in Mechanical Engineering Computational mechanics using finite element method

Post Graduate Diploma in Mechanical Engineering Computational mechanics using finite element method 9210-220 Post Graduate Diploma in Mechanical Engineering Computational mechanics using finite element method You should have the following for this examination one answer book scientific calculator No

More information

What is a Strain Gauge? Strain Gauge. Schematic View Of Strain Gauge

What is a Strain Gauge? Strain Gauge. Schematic View Of Strain Gauge ( ) : 1391-92 92 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 change in length. Strain can be positive

More information

Electronics Resistive Sensors and Bridge Circuits

Electronics Resistive Sensors and Bridge Circuits Electronics Resistive Sensors and Bridge Circuits Wilfrid Laurier University September 27, 2012 Switches in voltage dividers One of the simplest forms of voltage divider is where one of the elements is

More information

MANUFACTURE OF STRAIN GAUGES & TRANSDUCERS

MANUFACTURE OF STRAIN GAUGES & TRANSDUCERS MANUFACTURE OF STRAIN GAUGES & TRANSDUCERS We produce sensors fitted with semiconductor or metal strain gauges for measuring forces, mass, pressure, torque, acceleration. We supply semiconductor silicon

More information

MANUFACTURE OF STRAIN GAUGES & TRANSDUCERS

MANUFACTURE OF STRAIN GAUGES & TRANSDUCERS MANUFACTURE OF STRAIN GAUGES & TRANSDUCERS We produce sensors fitted with semiconductor or metal strain gauges for measuring forces, mass, pressure, torque, acceleration. We supply semiconductor silicon

More information

Sensors and Transducers. mywbut.com

Sensors and Transducers. mywbut.com Sensors and Transducers 1 Objectives At the end of this chapter, the students should be able to: describe the principle of operation of various sensors and transducers; namely.. Resistive Position Transducers.

More information

The gauge factor of a strain gauge relates strain to change in electrical resistance. The gauge factor G F is defined by the formula.

The gauge factor of a strain gauge relates strain to change in electrical resistance. The gauge factor G F is defined by the formula. EmAnt Pte Ltd Application Adaptor STRAIN APPLICATION ADAPTOR FOR EMANT300 The Strain Application Adaptor is used for the teaching or demonstrating of PC Based Data Acquisition. Used with the EMANT300 Low

More information

Hot Strain Gage Processing using ncode Glyphworks. Dave Woerner, Senior Principal Test & Durability Engineer, Faurecia

Hot Strain Gage Processing using ncode Glyphworks. Dave Woerner, Senior Principal Test & Durability Engineer, Faurecia Hot Strain Gage Processing using ncode Glyphworks Dave Woerner, Senior Principal Test & Durability Engineer, Faurecia Acknowledgements Mr. John Menefee, FECT For Python Script Programming 2 Motivations

More information

ENSC387: Introduction to Electromechanical Sensors and Actuators LAB 3: USING STRAIN GAUGES TO FIND POISSON S RATIO AND YOUNG S MODULUS

ENSC387: Introduction to Electromechanical Sensors and Actuators LAB 3: USING STRAIN GAUGES TO FIND POISSON S RATIO AND YOUNG S MODULUS ENSC387: Introduction to Electromechanical Sensors and Actuators LAB 3: USING STRAIN GAUGES TO FIND POISSON S RATIO AND YOUNG S MODULUS 1 Introduction... 3 2 Objective... 3 3 Supplies... 3 4 Theory...

More information

Strain, Force, and Pressure

Strain, Force, and Pressure 10-1 10-1 Strain, Force, and Pressure Force is that which results in acceleration (when forces don t cancel). Strain is the change in shape of an object...... usually due to some force. (Force is usually

More information

Design and Development of Impact Load Sensor for Dynamic Testing Purposes

Design and Development of Impact Load Sensor for Dynamic Testing Purposes IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Design and Development of Impact Load Sensor for Dynamic Testing Purposes To cite this article: E Permana and Yayat 2018 IOP Conf.

More information

I. MEASUREMENT OF TEMPERATURE

I. MEASUREMENT OF TEMPERATURE I. MEASUREMENT OF TEMPERATURE Most frequent measurement and control Direct contact: thermometer, Indirect contact: pyrometer (detect generated heat or sensing optical properties) 1. Definition of temperature

More information

Part 2. Sensor and Transducer Instrument Selection Criteria (3 Hour)

Part 2. Sensor and Transducer Instrument Selection Criteria (3 Hour) Part 2 Sensor and Transducer Instrument Selection Criteria (3 Hour) At the end of this chapter, you should be able to: Describe the definition of sensor and transducer Determine the specification of control

More information

MAS.836 PROBLEM SET THREE

MAS.836 PROBLEM SET THREE MAS.836 PROBLEM SET THREE FSR, Strain Gauge, and Piezo Circuits: The purpose of this problem set is to familiarize yourself with the most common forms of pressure and force measurement. The circuits you

More information

Exercise 2: Bending Beam Load Cell

Exercise 2: Bending Beam Load Cell Transducer Fundamentals The Strain Gauge Exercise 2: Bending Beam Load Cell EXERCISE OBJECTIVE When you have completed this exercise, you will be able to explain and demonstrate the operation of a board,

More information

Applying the Wheatstone Bridge Circuit

Applying the Wheatstone Bridge Circuit Applying the Wheatstone Bridge Circuit by Karl Hoffmann W1569-1.0 en Applying the Wheatstone Bridge Circuit by Karl Hoffmann Contents: 1 Introduction...1 2 Elementary circuits with strain gages...5 2.1

More information

CEE575 - Homework 1. Resistive Sensing: Due Monday, January 29

CEE575 - Homework 1. Resistive Sensing: Due Monday, January 29 CEE575 - Homework 1 Resistive Sensing: Due Monday, January 29 Problem 1: Planes A metallic wire embedded in a strain gage is 4 cm long with a diameter of 0.1 mm. The gage is mounted on the upper surface

More information

Strain Measurement MEASUREMENT EXPERIMENT

Strain Measurement MEASUREMENT EXPERIMENT Strain Measurement MEASUREMENT EXPERIMENT 1. OBJECT The objective of this experiment is to become familiar with the electric resistance strain gage techniques and utilize such gages for the determination

More information

DESIGN AND SIMULATION OF UNDER WATER ACOUSTIC MEMS SENSOR

DESIGN AND SIMULATION OF UNDER WATER ACOUSTIC MEMS SENSOR DESIGN AND SIMULATION OF UNDER WATER ACOUSTIC MEMS SENSOR Smitha G Prabhu 1, Nagabhushana S *2 1 Dept. Of Electronics and communication, Center for Nano Materials and MEMS, 2 Dept. of Electronics and Communication,

More information

Laboratory 7 Measurement on Strain & Force. Department of Mechanical and Aerospace Engineering University of California, San Diego MAE170

Laboratory 7 Measurement on Strain & Force. Department of Mechanical and Aerospace Engineering University of California, San Diego MAE170 Laboratory 7 Measurement on Strain & Force Department of Mechanical and Aerospace Engineering University of California, San Diego MAE170 Megan Ong Diana Wu Wong B01 Tuesday 11am May 17 th, 2015 Abstract:

More information

Introduction to Strain Gage (SG) Technology

Introduction to Strain Gage (SG) Technology IDMIL - Input Devices and Music Interaction Laboratory McGill University Introduction to Strain Gage (SG) Technology Carolina Brum Medeiros March 14, 2011 About this talk objective: present the essential

More information

Lecture 4 Pressure Sensing. ECE 5900/6900 Fundamentals of Sensor Design

Lecture 4 Pressure Sensing. ECE 5900/6900 Fundamentals of Sensor Design EE 4900: Fundamentals of Sensor Design 1 Lecture 4 Pressure Sensing Pressure Sensing Q: What are we measuring? A: elative Pressure or Gauge Pressure. Pressure is Force (F) per Unit Area (A); P=F/A 2 SI

More information

Structures - Experiment 3B Sophomore Design - Fall 2006

Structures - Experiment 3B Sophomore Design - Fall 2006 Structures - Experiment 3B 1.101 Sophomore Design - Fall 2006 Linear elastic behavior of a beam. The objectives of this experiment are to experimentally study the linear elastic behavior of beams under

More information

Strain Gauge Application and Measurement of Unknown Load

Strain Gauge Application and Measurement of Unknown Load University Diploma Program Electronic Equipment Maintenance Lab Instructor: Muhammad Ajmal Khan EET-027, Experiment # 6 Strain Gauge Application and Measurement of Unknown Load Objectives: 1. To find the

More information

MCE 403 MACHINERY LABORATORY EXPERIMENT 10

MCE 403 MACHINERY LABORATORY EXPERIMENT 10 1 1.OBJECTIVE The objective of this experiment is to become familiar with the electric resistance strain gauge techniques and utilize such gauges for the determination of unknown quantities (such as strain,

More information

Recommended Format for Mechanics of Solids Laboratory Reports

Recommended Format for Mechanics of Solids Laboratory Reports Recommended Format for Mechanics of Solids Laboratory Reports A. Title page (a) Lab title (b) Names of participant(s) (c) Date of experiment (d) Date submitted B. Introduction In one short paragraph, summarize

More information

Module 2 Mechanics of Machining. Version 2 ME IIT, Kharagpur

Module 2 Mechanics of Machining. Version 2 ME IIT, Kharagpur Module 2 Mechanics of Machining Lesson 10 Dynamometers for measuring cutting forces Instructional objectives At the end of this lesson, the students would be able to (i) (ii) (iii) (iv) show the general

More information

Outline. 4 Mechanical Sensors Introduction General Mechanical properties Piezoresistivity Piezoresistive Sensors Capacitive sensors Applications

Outline. 4 Mechanical Sensors Introduction General Mechanical properties Piezoresistivity Piezoresistive Sensors Capacitive sensors Applications Sensor devices Outline 4 Mechanical Sensors Introduction General Mechanical properties Piezoresistivity Piezoresistive Sensors Capacitive sensors Applications Introduction Two Major classes of mechanical

More information

TrueStructures TM Strain Analysis System

TrueStructures TM Strain Analysis System TrueStructures TM Strain Analysis System Operator's Manual and Sample Lab Procedures TrueStructures TM Strain Analysis System shown with I-Beam, Torsion Tube and Airfoil Test Sections. Copyright March

More information

Force Sensors. What is a force sensor?

Force Sensors. What is a force sensor? orce Sensors What is a force sensor? In physics, the definition of force is any agent that causes a mass to move. When you push an object, say a toy wagon, you re applying a force to make the wagon roll.

More information

D : SOLID MECHANICS. Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown.

D : SOLID MECHANICS. Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown. D : SOLID MECHANICS Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown. Q.2 Consider the forces of magnitude F acting on the sides of the regular hexagon having

More information

Finite Element Analysis Lecture 1. Dr./ Ahmed Nagib

Finite Element Analysis Lecture 1. Dr./ Ahmed Nagib Finite Element Analysis Lecture 1 Dr./ Ahmed Nagib April 30, 2016 Research and Development Mathematical Model Mathematical Model Mathematical Model Finite Element Analysis The linear equation of motion

More information

Piezoresistive sensors

Piezoresistive sensors Perform a basic bridge analysis, specifically, find output voltage as a function of input voltage and the various resistances, and find the relationship between output voltage and changes in resistance.

More information

EXPERIMENTAL TECHNIQUES STRESS ANALYSIS

EXPERIMENTAL TECHNIQUES STRESS ANALYSIS EXPERIMENTAL TECHNIQUES STRESS ANALYSIS DEPARTMENT OF MECHANICAL ENGINEERING FACULTY OF ENGINEERING Dr Martin Muscat 005 Stress analyses lab STUDENTS ACTIITY This lab work will be carried out as a group

More information

ELECTRONIC SENSORS PREAMBLE. This note gives a brief introduction to sensors. The focus is. on sensor mechanisms. It describes in general terms how

ELECTRONIC SENSORS PREAMBLE. This note gives a brief introduction to sensors. The focus is. on sensor mechanisms. It describes in general terms how ELECTRONIC SENSORS PREAMBLE This note gives a brief introduction to sensors. The focus is on sensor mechanisms. It describes in general terms how sensors work. It covers strain gage sensors in detail.

More information

Lecture 5: Using electronics to make measurements

Lecture 5: Using electronics to make measurements Lecture 5: Using electronics to make measurements As physicists, we re not really interested in electronics for its own sake We want to use it to measure something often, something too small to be directly

More information

St art. rp m. Km /h 1: : : : : : : : : : : : :5 2.5.

St art. rp m. Km /h 1: : : : : : : : : : : : :5 2.5. modified 22/05/14 t 3:5 2.5 3:5 5.0 3:5 7.5 4:0 0.0 4:0 2.5 4:0 5.0 4:0 7.5 4:1 0.0 4:1 2.5 4:1 5.0 4:1 7.5 4:2 0.0 Km /h 0 25 50 75 100 125 150 175 200 225 rp m 0 250 0 500 0 750 0 100 00 125 00 1 2 3

More information

Stress Analysis Lecture 4 ME 276 Spring Dr./ Ahmed Mohamed Nagib Elmekawy

Stress Analysis Lecture 4 ME 276 Spring Dr./ Ahmed Mohamed Nagib Elmekawy Stress Analysis Lecture 4 ME 76 Spring 017-018 Dr./ Ahmed Mohamed Nagib Elmekawy Shear and Moment Diagrams Beam Sign Convention The positive directions are as follows: The internal shear force causes a

More information

SENSOR DEVICES MECHANICAL SENSORS

SENSOR DEVICES MECHANICAL SENSORS SENSOR DEVICES MECHANICAL SENSORS OUTLINE 4 Mechanical Sensors Introduction General mechanical properties Piezoresistivity Piezoresistive sensors Capacitive sensors Applications INTRODUCTION MECHANICAL

More information

Unconventional Double-Current Circuit for Deflection and Temperature Simultaneous Measurement

Unconventional Double-Current Circuit for Deflection and Temperature Simultaneous Measurement http://dx.doi.org/10.5755/j01.eee.21.1.6834 ELEKTRONIKA IR ELEKTROTECHNIKA ISSN 1392-1215 VOL. 21 NO. 1 2015 Unconventional Double-Current Circuit for Deflection and Temperature Simultaneous Measurement

More information

CE 320 Structures Laboratory 1 Flexure Fall 2006

CE 320 Structures Laboratory 1 Flexure Fall 2006 CE 320 Structures Laboratory 1 Flexure Fall 2006 General Note: All structures labs are to be conducted by teams of no more than four students. Teams are expected to meet to decide on an experimental design

More information

STRAIN INSTRUMENTATION SYSTEM MODELING AND PERFROMANCE ANALYSIS

STRAIN INSTRUMENTATION SYSTEM MODELING AND PERFROMANCE ANALYSIS International Journal of Advance Studies in Engineering and Scientific Inventions Volume 3 Number 1, JULY 2015. ISSN (Print): 1741-8763 ISSN (Online):1741-8771 STRAIN INSTRUMENTATION SYSTEM MODELING AND

More information

Measurements in Mechatronic design. Transducers

Measurements in Mechatronic design. Transducers Measurements in Mechatronic design Transducers Quantities Current Voltage Torque Force Magnetic flux Distance Temperature Measurement system Physical quanties Transducer Signal conditioning Measurement

More information

Experiment Five (5) Principal of Stress and Strain

Experiment Five (5) Principal of Stress and Strain Experiment Five (5) Principal of Stress and Strain Introduction Objective: To determine principal stresses and strains in a beam made of aluminum and loaded as a cantilever, and compare them with theoretical

More information

1. Mark the correct statement(s)

1. Mark the correct statement(s) 1. Mark the correct statement(s) Figure to the right shows a mass measurement scale using a spring. 1.1 The span of the scale is a) 16 kg b) 21 kg c) 11 kg d) 5-16 kg 1.2 The range of the scale is a) 16

More information

Experimental Approach to Determine the Stress at a Section of Semi Circular Curved Beam Subjected to Out-Of-Plane Load Using Strain Rosette

Experimental Approach to Determine the Stress at a Section of Semi Circular Curved Beam Subjected to Out-Of-Plane Load Using Strain Rosette Experimental Approach to Determine the Stress at a Section of Semi Circular Curved Beam Subjected to Out-Of-Plane Load Using Strain Rosette Rakshith N 1, Dr. D S Ramakrishna 2, Srinivasa K 3, Md Nadeem

More information

Lecture 5: Using electronics to make measurements

Lecture 5: Using electronics to make measurements Lecture 5: Using electronics to make measurements As physicists, we re not really interested in electronics for its own sake We want to use it to measure something often, something too small to be directly

More information

Dynamometry Tutorial IMECE

Dynamometry Tutorial IMECE Dynamometry Tutorial IMECE2013-62800 2013 International Mechanical Engineering Congress and Exposition, San Diego, California Dr. Michael L. Jonson The Pennsylvania State University Applied Research Laboratory

More information

The Strain Gauge. James K Beard, Ph.D. Rowan Hall Auditorium November 2, 2006

The Strain Gauge. James K Beard, Ph.D. Rowan Hall Auditorium  November 2, 2006 The Strain Gauge James K Beard, Ph.D. Rowan Hall Auditorium beard@rowan.edu http://rowan.jkbeard.com November 2, 2006 What is Strain? Strain is elongation or deformation of a solid body due to forces applied

More information

Stress/Strain Measurement. Introduction

Stress/Strain Measurement. Introduction Introduction Proper design of aircraft components is essential to avoid failure Tests need to be conducted to ensure design calculations are correct Beyond design, there is a need to monitor components

More information

Experimental Strain Analysis

Experimental Strain Analysis Experimental Strain Analysis David Roylance Department of Materials Science and Engineering Massachusetts Institute of Technology Cambridge, MA 02139 February 23, 2001 Introduction As was seen in previous

More information

Finite Element Analysis of Piezoelectric Cantilever

Finite Element Analysis of Piezoelectric Cantilever Finite Element Analysis of Piezoelectric Cantilever Nitin N More Department of Mechanical Engineering K.L.E S College of Engineering and Technology, Belgaum, Karnataka, India. Abstract- Energy (or power)

More information

A CONNECTION ELEMENT FOR MODELLING END-PLATE CONNECTIONS IN FIRE

A CONNECTION ELEMENT FOR MODELLING END-PLATE CONNECTIONS IN FIRE A CONNECTION ELEMENT OR MODELLING END-PLATE CONNECTIONS IN IRE Dr Zhaohui Huang Department of Civil & Structural Engineering, University of Sheffield 22 September 29 1. INTRODUCTION Three approaches for

More information

(Refer Slide Time: 1: 19)

(Refer Slide Time: 1: 19) Mechanical Measurements and Metrology Prof. S. P. Venkateshan Department of Mechanical Engineering Indian Institute of Technology, Madras Module - 4 Lecture - 46 Force Measurement So this will be lecture

More information

440. Simulation and implementation of a piezoelectric sensor for harmonic in-situ strain monitoring

440. Simulation and implementation of a piezoelectric sensor for harmonic in-situ strain monitoring 440. Simulation and implementation of a piezoelectric sensor for harmonic in-situ strain monitoring 0. Incandela a, L. Goujon b, C. Barthod c University of Savoie, BP 80439 Annecy-le-Vieux CEDEX, France

More information

Glossary Innovative Measurement Solutions

Glossary Innovative Measurement Solutions Glossary GLOSSARY OF TERMS FOR TRANSDUCERS, LOAD CELLS AND WEIGH MODULES This purpose of this document is to provide a comprehensive, alphabetical list of terms and definitions commonly employed in the

More information

DEVELOPMENT OF DROP WEIGHT IMPACT TEST MACHINE

DEVELOPMENT OF DROP WEIGHT IMPACT TEST MACHINE CHAPTER-8 DEVELOPMENT OF DROP WEIGHT IMPACT TEST MACHINE 8.1 Introduction The behavior of materials is different when they are subjected to dynamic loading [9]. The testing of materials under dynamic conditions

More information

Thermal Output and Thermal Compensation Models for Apparent Strain in a. Structural Health. Monitoring-Based Environment.

Thermal Output and Thermal Compensation Models for Apparent Strain in a. Structural Health. Monitoring-Based Environment. Thermal Output and Thermal Compensation Models for Apparent Strain in a Structural Health Monitoring-Based Environment by Enoch A iyeh A Thesis submitted to the Faculty of Graduate Studies of The University

More information

EE C245 ME C218 Introduction to MEMS Design

EE C245 ME C218 Introduction to MEMS Design EE C245 ME C218 Introduction to MEMS Design Fall 2007 Prof. Clark T.-C. Nguyen Dept. of Electrical Engineering & Computer Sciences University of California at Berkeley Berkeley, CA 94720 Lecture 16: Energy

More information

2. (a) Differentiate between rare metal thermocouples and base metal thermocouples.

2. (a) Differentiate between rare metal thermocouples and base metal thermocouples. Code No: R05410304 Set No. 1 1. (a) Distinguish between direct and indirect methods of measurement with suitable examples. (b) What are desired, modifying and interfering inputs for an instrumentation

More information

Robotics Intelligent sensors (part 2)

Robotics Intelligent sensors (part 2) Robotics Intelligent sensors (part ) Tullio Facchinetti Tuesday 6 th December, 06 http://robot.unipv.it/toolleeo Pressure measurement static pressure is a force applied to

More information

Chapter 7 Vibration Measurement and Applications

Chapter 7 Vibration Measurement and Applications Chapter 7 Vibration Measurement and Applications Dr. Tan Wei Hong School of Mechatronic Engineering Universiti Malaysia Perlis (UniMAP) Pauh Putra Campus ENT 346 Vibration Mechanics Chapter Outline 7.1

More information

FIELD INSTRUMENTATION AND ANALYSIS OF PROTOTYPE AND EXISTING LIGHT POLES ON THE BRONX-WHITESTONE BRIDGE. Final Report. Ian C. Hodgson.

FIELD INSTRUMENTATION AND ANALYSIS OF PROTOTYPE AND EXISTING LIGHT POLES ON THE BRONX-WHITESTONE BRIDGE. Final Report. Ian C. Hodgson. FIELD INSTRUMENTATION AND ANALYSIS OF PROTOTYPE AND EXISTING LIGHT POLES ON THE BRONX-WHITESTONE BRIDGE Final Report by Ian C. Hodgson and Robert J. Connor ATLSS Report No. 03-17 August 2003 ATLSS is a

More information

MECHANICS OF MATERIALS. Prepared by Engr. John Paul Timola

MECHANICS OF MATERIALS. Prepared by Engr. John Paul Timola MECHANICS OF MATERIALS Prepared by Engr. John Paul Timola Mechanics of materials branch of mechanics that studies the internal effects of stress and strain in a solid body. stress is associated with the

More information

Piezoresistive Sensors

Piezoresistive Sensors Piezoresistive Sensors Outline Piezoresistivity of metal and semiconductor Gauge factor Piezoresistors Metal, silicon and polysilicon Close view of the piezoresistivity of single crystal silicon Considerations

More information

1.105 Solid Mechanics Laboratory Fall 2003

1.105 Solid Mechanics Laboratory Fall 2003 1.105 Solid Mechanics Laboratory Fall 200 Experiment 7 Elastic Buckling. The objectives of this experiment are To study the failure of a truss structure due to local buckling of a compression member. To

More information

IDE 110 Mechanics of Materials Spring 2006 Final Examination FOR GRADING ONLY

IDE 110 Mechanics of Materials Spring 2006 Final Examination FOR GRADING ONLY Spring 2006 Final Examination STUDENT S NAME (please print) STUDENT S SIGNATURE STUDENT NUMBER IDE 110 CLASS SECTION INSTRUCTOR S NAME Do not turn this page until instructed to start. Write your name on

More information

Engineering Science. 1 Be able to determine the behavioural characteristics of elements of static engineering systems

Engineering Science. 1 Be able to determine the behavioural characteristics of elements of static engineering systems Unit 2: Engineering Science Unit code: L/601/1404 QCF level: 4 Credit value: 15 Aim This unit aims to provide learners with an understanding of the mechanical and electrical principles that underpin mechanical

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 04 ELECTRONICS AND COMMUNICATION ENGINEERING Name : Electronic Measurements and Instrumentation Code : A50422 Class : III -

More information

Finite Element Analysis and Experiment on a Piezoelectric Harvester with Multiple Cantilevers

Finite Element Analysis and Experiment on a Piezoelectric Harvester with Multiple Cantilevers doi: 10.14355/ijep.2015.04.003 Finite Element Analysis and Experiment on a Piezoelectric Harvester with Multiple Cantilevers Hongbing WANG *1, Chunhua SUN 2, Zhirong LI 3, Yiping ZhANG 4 Department of

More information

Because the third wire carries practically no current (due to the voltmeter's extremely high internal resistance), its resistance will not drop any

Because the third wire carries practically no current (due to the voltmeter's extremely high internal resistance), its resistance will not drop any Strain gauges If a strip of conductive metal is stretched, it will become skinnier and longer, both changes resulting in an increase of electrical resistance end-to-end. Conversely, if a strip of conductive

More information

CHAPTER 9: TEMPERATURE, PRESSURE, STRAIN AND MOTION MEASUREMENTS

CHAPTER 9: TEMPERATURE, PRESSURE, STRAIN AND MOTION MEASUREMENTS CHAPTER 9: TEMPERATURE, PRESSURE, STRAIN AND MOTION MEASUREMENTS I. MEASUREMENT OF TEMPERATURE 1. Introduction In industrial-process control, temperature is the most frequently controlled and measured

More information

CHAPTER 4 DESIGN AND ANALYSIS OF CANTILEVER BEAM ELECTROSTATIC ACTUATORS

CHAPTER 4 DESIGN AND ANALYSIS OF CANTILEVER BEAM ELECTROSTATIC ACTUATORS 61 CHAPTER 4 DESIGN AND ANALYSIS OF CANTILEVER BEAM ELECTROSTATIC ACTUATORS 4.1 INTRODUCTION The analysis of cantilever beams of small dimensions taking into the effect of fringing fields is studied and

More information