Evaluation copy. Build a Temperature Sensor. Project PROJECT DESIGN REQUIREMENTS

Size: px
Start display at page:

Download "Evaluation copy. Build a Temperature Sensor. Project PROJECT DESIGN REQUIREMENTS"

Transcription

1 Build a emperature Sensor Project A sensor is a device that measures a physical quantity and converts it into an electrical signal. Some sensors measure physical properties directly, while other sensors use conversions or calculations to determine the value. Sensors are usually categorized by the type of property that they measure. A good sensor is sensitive to the property under investigation, but should have limited influence on the property being measured. For example, a temperature sensor should be small in size and made from a material with good response. Inserting a very large or very cold thermometer into a hot liquid will cool the liquid somewhat as heat is transferred to the measuring device. Sensors usually need to be calibrated. Sometimes the calibration relationship is a simple linear one and other times it is more complex. emperature sensors are often built from electronic components called thermistors. A thermistor is a device whose resistance varies with temperature (the name comes from a combination of the terms thermal and resistor ). ypical thermistors are made from ceramic semiconductors or from platinum wires wrapped around ceramic mandrels or spindles. hermistors usually have negative temperature coefficients (NC), meaning the resistance of the thermistor decreases as the temperature increases. Depending on the material and fabrication process, the typical operating range for thermistors is 50 C to 50 C. he small size of most thermistors results in a rapid response to temperature changes making them very useful for control systems requiring quick feedback. hey are very rugged and better able to handle mechanical vibration or thermal shock than other temperature sensors. hermistors have excellent interchangeability due to their low cost, precision, and tolerance over a temperature range. hermistors are used extensively in many applications, including automobile engines, digital thermostats, rechargeable battery packs, circadian rhythm devices, and fluid-flow measurements. Evaluation copy PROJEC DESIGN REQUIREMENS In this Project, you will build and calibrate a temperature sensor. First, you will construct a voltage divider circuit using a thermistor. hen you will write a LabVIEW program to convert the raw voltage reading of the thermistor into Celsius temperature units. Your program should Engineering Projects with NI LabVIEW and Vernier Vernier Software & echnology P -

2 Project simultaneously collect data from a commercial sensor to verify the readings from your homemade sensor. he temperature values from your homemade sensor and the commercial sensor, as well as the thermistor voltage readings, should be displayed on the front panel. MAERIALS SensorDAQ, LabQuest, or LabQuest Mini LabVIEW computer USB cable Vernier Surface emperature Sensor Vernier Breadboard Cable thermistor 5 k resistor breadboard PROJEC SEUP Construct a voltage divider circuit. Wire the resistor and thermistor to the Breadboard Cable (see Figure ). Figure Wiring diagram for temperature sensor 2. Insert the BA connector on the Breadboard Cable into Channel on the interface. Connect the commercial sensor to the interface. Connect the Surface emperature Sensor to Channel 2 on the interface. 2. Connect the interface to the computer. If you are using a LabQuest, make sure it is turned on. PROJEC BACKGROUND INFORMAION In this Project, you can determine the temperature of a thermistor if the resistance of the thermistor is known. he resistance-temperature relationship of a thermistor is nonlinear, but can be approximated using the Steinhart-Hart model. his model gives the absolute temperature of a thermistor (in Kelvin) as a function of its resistance. K 0 K lnr K ln R 3 2 P - 2 Engineering Projects with NI LabVIEW and Vernier

3 Build a emperature Sensor he resistance of the thermistor (R ) can be measured indirectly by placing it in a voltage divider circuit with a known resistor (R ) as shown in the diagram below. Figure 2 Voltage divider circuit his is a common circuit design used to measure resistance. he output voltage, V out, is related to V in as follows: V out V in where V in is the voltage supplied by the interface. In this Project this voltage comes from the pin labeled +5V on the breadboard connector. o start with, use the typical value for your interface. ypical values depend on the interface used: SensorDAQ=5.08 volts, LabQuest=5.3 volts, and LabQuest Mini=5.29 volts. V out is the measured voltage from your homemade sensor, and R is the value of the resistor placed in series with the thermistor (R ). From the equation above, you can algebraically solve for the thermistor resistance. V out R R Vin V out his equation can be simplified, because the circuit resistance is known (R = 5,000 ). R in R out R Vout 5000 V V You can configure the Vernier Analog Express VI to read the raw voltage from your homemade sensor. When the Analog Express VI is placed on the block diagram, a configuration window appears. he commercial sensor plugged into Channel 2 is automatically identified; however, since you are building a custom sensor in Channel, you will need to manually configure this channel. Under Configured Channels, select the Manual option and then click the Add Channel button at the top of the window. You will be choosing the 0 to 5 V option under CHANNEL in the Activate Channel window. Note: Do not change the values for the K0, K, and K2 coefficients in the configuration window of the Analog Express VI. R Engineering Projects with NI LabVIEW and Vernier P - 3

4 Project Figure 3 Configuration window for manual setup of a custom sensor he Analog Express VI can be used in your program to measure the raw voltage of your homemade sensor after it has been configured and closed. With these measurements you can solve for the resistance of the thermistor and substitute that value into the Steinhart-Hart equation to solve for the temperature. Since the Steinhart-Hart equation calculates temperatures in Kelvin units, you should subtract degrees from your final answer to display your temperature values in degrees Celsius as shown in the equation below. his will allow for an easier comparison to the commercial sensor. We recommend using the Formula Express VI (found in the Express Arithmetic & Comparison function palette) to build the equation. K 0 K ln R K ln R PROJEC IPS. he Steinhart coefficients (K0, K and K2) for your thermistor can be found from your manufacturer s published data. For the thermistor we recommend, the coefficients are: K0 = , K = , and K2 =.33342E A good data collection rate for the Surface emperature Sensor is 0 samples per second. 3. he Analog Express VI collects data for a fixed amount of time. For an indefinite data collection length, check the Repeat option in the Analog Express VI s Set iming configuration window. 4. We recommend using the Vernier Surface emperature Sensor for this Project; however, the Vernier Stainless Steel emperature Probe will also work. Be aware that its response will be much slower due to the stainless steel casing on the probe. he steel acts as a heat sink P - 4 Engineering Projects with NI LabVIEW and Vernier

5 Build a emperature Sensor causing the sensor to gain and lose heat more slowly. After a short period of time, however, the Vernier Stainless Steel emperature Probe should read approximately the same temperature as your homemade sensor. 5. Refer to Appendix E for additional information about the Vernier Surface emperature Sensor and Breadboard Cable. PROJEC ROUBLESHOOING If the thermistor value does not match the temperature reading of the commercial temperature sensor in Channel 2,. Measure the voltage supplied by the interface (V in ). You can measure the voltage using a digital multimeter or a Vernier Differential Voltage Probe. Substitute the actual voltage into your equation and see if that improves the calibration. 2. Make sure the calculations in the program are correct. Run these calculations as a standalone VI with some test values for the Raw Voltage. For the thermistor we recommend, a Raw Voltage of 3.3 should give a emperature Out value around 0 C; a voltage of.7 should give a temperature around 30 C; and a voltage of 0.2 should give a temperature around 00 C. hermistors with different Steinhart coefficients will have different test values. 3. Measure the resistance (R ). You can measure the resistance using a digital multimeter. Substitute the actual values into your equation and see if it improves your calibration. 4. Check the Steinhart coefficients (K0, K and K2) for your thermistor against your manufacturer s published data. Engineering Projects with NI LabVIEW and Vernier P - 5

6 Project CHALLENGE DESIGN REQUIREMENS Note: Do not attempt the Challenge until you have completed the Project Design Requirements. Write a LabVIEW subvi to give the user the ability to display temperature values in Kelvin or in degrees Celsius or Fahrenheit. Modify your original Project program to change the units simultaneously on both your homemade sensor and on the Vernier Surface emperature Sensor. he user should be able to switch between units while the program is running. CHALLENGE BACKGROUND INFORMAION One way to make a subvi is to convert an existing section of code. Add the equations for unit conversions to your original Project program. o convert Celsius temperature units to Kelvin, add o convert Celsius degrees to Fahrenheit degrees, use the following equation. Fahrenheit =.8 Celsius + 32 Use the Positioning tool to select the section of the block diagram you want to turn into a subvi and then choose Create SubVI from the Edit menu. he selected code is automatically turned into a functional subvi that can be saved and reused. P - 6 Engineering Projects with NI LabVIEW and Vernier

7 Vernier Lab Safety Instructions Disclaimer HIS IS AN EVALUAION COPY OF HE VERNIER SUDEN LAB. his copy does not include: Safety information Essential instructor background information Directions for preparing solutions Important tips for successfully doing these labs he complete Engineering Projects with NI LabVIEW and Vernier manual includes 2 projects as well as essential teacher information. he full lab book is available for purchase at: Vernier Software & echnology 3979 S.W. Millikan Way Beaverton, OR oll Free (888) (503) FAX (503) info@vernier.com

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply Servo Motors (SensorDAQ only) Project 7 Servos are small, relatively inexpensive motors known for their ability to provide a large torque or turning force. They draw current proportional to the mechanical

More information

Evaluation copy. Blood Pressure. Project PROJECT DESIGN REQUIREMENTS

Evaluation copy. Blood Pressure. Project PROJECT DESIGN REQUIREMENTS Blood Pressure Project 9 Blood pressure is a measure of the fluid pressure within the circulatory system. This pressure is required to ensure the delivery of oxygen and nutrients to, and the removal of

More information

Maximum value. resistance. 1. Connect the Current Probe to Channel 1 and the Differential Voltage Probe to Channel 2 of the interface.

Maximum value. resistance. 1. Connect the Current Probe to Channel 1 and the Differential Voltage Probe to Channel 2 of the interface. Series and Parallel Circuits Computer 23 Components in an electrical circuit are in series when they are connected one after the other, so that the same current flows through both of them. Components are

More information

GENERAL SCIENCE LABORATORY 1110L Lab Experiment 6: Ohm s Law

GENERAL SCIENCE LABORATORY 1110L Lab Experiment 6: Ohm s Law GENERAL SCIENCE LABORATORY 1110L Lab Experiment 6: Ohm s Law OBJECTIVES: To verify Ohm s law, the mathematical relationship among current, voltage or potential difference, and resistance, in a simple circuit.

More information

Pressure -Temperature Relationship in Gases. Evaluation copy. Figure 1. 125 ml Erlenmeyer flask. Vernier computer interface

Pressure -Temperature Relationship in Gases. Evaluation copy. Figure 1. 125 ml Erlenmeyer flask. Vernier computer interface Pressure -Temperature Relationship in Gases Computer 7 Gases are made up of molecules that are in constant motion and exert pressure when they collide with the walls of their container. The velocity and

More information

Water Hardness. Evaluation copy

Water Hardness. Evaluation copy Water Hardness Experiment 11 When water passes through or over mineral deposits such as limestone, the levels of certain ions present in the water increase greatly and cause the water to be classified

More information

APPLICATION NOTES DEFINITIONS NTC Thermistor 101

APPLICATION NOTES DEFINITIONS NTC Thermistor 101 APPLICATION NOTES DEFINITIONS NTC Thermistor 101 Thermistors Thermally sensitive resistors whose primary function is to exhibit a change in electrical resistance with a change in its body temperature.

More information

Using LabVIEW to Measure Temperature with a Thermistor

Using LabVIEW to Measure Temperature with a Thermistor Using LabVIEW to Measure Temperature with a Thermistor C. Briscoe and W. Dufee, University of Minnesota November, 2009 For resources, see the LabVIEW Resources page on the UMN ME2011 course site. Before

More information

Unit 7: Electrical devices LO2: Understand electrical sensors and actuators Sensors temperature the thermistor

Unit 7: Electrical devices LO2: Understand electrical sensors and actuators Sensors temperature the thermistor Unit 7: Electrical devices LO2: Understand electrical sensors and actuators Sensors temperature the thermistor Instructions and answers for teachers These instructions should accompany the OCR resource

More information

Measuring Temperature withthermistors a Tutorial David Potter

Measuring Temperature withthermistors a Tutorial David Potter NATIONAL INSTRUMENTS The Software is the Instrument Application Note 065 Measuring Temperature withthermistors a Tutorial David Potter Introduction Thermistors are thermally sensitive resistors used in

More information

Evaluation copy. Energy Content of Foods. computer OBJECTIVES MATERIALS

Evaluation copy. Energy Content of Foods. computer OBJECTIVES MATERIALS Energy Content of Foods Computer 10 Energy content is an important property of food. The energy your body needs for running, talking, and thinking comes from the food you eat. Energy content is the amount

More information

ADC-20/ADC-24 Terminal Board. User Guide DO117-5

ADC-20/ADC-24 Terminal Board. User Guide DO117-5 ADC-20/ADC-24 Terminal Board User Guide DO117-5 Issues: 1) 8.11.05 Created by JB. 2) 13.12.05 p10: added 0V connection to thermocouple schematic. 3) 22.3.06 p11: removed C1. 4) 20.8.07 New logo. 5) 29.9.08

More information

Microcontroller to Sensor Interfacing Techniques

Microcontroller to Sensor Interfacing Techniques to Sensor Interfacing Techniques Document Revision: 1.01 Date: 3rd February, 2006 16301 Blue Ridge Road, Missouri City, Texas 77489 Telephone: 1-713-283-9970 Fax: 1-281-416-2806 E-mail: info@bipom.com

More information

Lab 4 - Data Acquisition

Lab 4 - Data Acquisition Spring 11 Lab 4 - Data Acquisition Lab 4-1 Lab 4 - Data Acquisition Format This lab will be conducted during your regularly scheduled lab time in a group format. Each student is responsible for learning

More information

Using NTC Temperature Sensors Integrated into Power Modules

Using NTC Temperature Sensors Integrated into Power Modules Using NTC Temperature Sensors Integrated into Power Modules Pierre-Laurent Doumergue R&D Engineer Advanced Power Technology Europe Chemin de Magret 33700 Mérignac, France Introduction Most APTE (Advanced

More information

Thermistor Basics. Application Note AN-TC11 Rev. A. May, 2013 Page 1 WHAT IS A THERMISTOR?

Thermistor Basics. Application Note AN-TC11 Rev. A. May, 2013 Page 1 WHAT IS A THERMISTOR? Thermistor Basics May, 2013 Page 1 WHAT IS A THERMISTOR? A thermistor is a resistance thermometer, or a resistor whose resistance is dependent on erature. The term is a combination of thermal and resistor.

More information

# 2. Selecting and Using Thermistors for Temperature Control

# 2. Selecting and Using Thermistors for Temperature Control # 2 Selecting and Using Thermistors for Temperature Control Selecting and Using Thermistors for Temperature Control Thermally sensitive resistors (thermistors) are used widely in laser diode and detector

More information

More Op-Amp Circuits; Temperature Sensing

More Op-Amp Circuits; Temperature Sensing ECE 2A Lab #5 Lab 5 More OpAmp Circuits; Temperature Sensing Overview In this lab we will continue our exploration of opamps but this time in the context of a specific application: temperature sensing.

More information

Mixing Warm and Cold Water

Mixing Warm and Cold Water Mixing Warm and Cold Water A Continuing Investigation of Thermal Pollution By Kevin White 1 Context: This lesson is intended for students conducting an ongoing study of thermal pollution. Perhaps, students

More information

Experiment 4: Sensor Bridge Circuits (tbc 1/11/2007, revised 2/20/2007, 2/28/2007) I. Introduction. From Voltage Dividers to Wheatstone Bridges

Experiment 4: Sensor Bridge Circuits (tbc 1/11/2007, revised 2/20/2007, 2/28/2007) I. Introduction. From Voltage Dividers to Wheatstone Bridges Experiment 4: Sensor Bridge Circuits (tbc //2007, revised 2/20/2007, 2/28/2007) Objective: To implement Wheatstone bridge circuits for temperature measurements using thermistors. I. Introduction. From

More information

Lab E1: Introduction to Circuits

Lab E1: Introduction to Circuits E1.1 Lab E1: Introduction to Circuits The purpose of the this lab is to introduce you to some basic instrumentation used in electrical circuits. You will learn to use a DC power supply, a digital multimeter

More information

Solar Homes and Heat Sinks. Evaluation copy. empty bottle with screw-on cap

Solar Homes and Heat Sinks. Evaluation copy. empty bottle with screw-on cap Solar Homes and Heat Sinks Computer 15 Alternative energy sources are energy sources other than the nonrenewable fossil fuels coal, petroleum, and natural gas. Solar energy, or energy from the sun, is

More information

Thermistor. Created by Ladyada. Last updated on 2013-07-26 02:30:46 PM EDT

Thermistor. Created by Ladyada. Last updated on 2013-07-26 02:30:46 PM EDT Thermistor Created by Ladyada Last updated on 2013-07-26 02:30:46 PM EDT Guide Contents Guide Contents Overview Some Stats Testing a Thermistor Using a Thermistor Connecting to a Thermistor Analog Voltage

More information

Cell Phone Vibration Experiment

Cell Phone Vibration Experiment Objective Cell Phone Vibration Experiment Most cell phones are designed to vibrate. But at what frequency do they vibrate? With an accelerometer, data acquisition and signal analysis the vibration frequency

More information

R&D Engineer. equipment. the power

R&D Engineer. equipment. the power Application Note APT0406 Using NTC Temperature sensor integrated into power module Pierre-Laurent Doumergue R&D Engineer Microsemi Power Module Products 26 rue de Campilleau 33 520 Bruges, France Introduction:

More information

The Determination of an Equilibrium Constant

The Determination of an Equilibrium Constant The Determination of an Equilibrium Constant Computer 10 Chemical reactions occur to reach a state of equilibrium. The equilibrium state can be characterized by quantitatively defining its equilibrium

More information

Basic RTD Measurements. Basics of Resistance Temperature Detectors

Basic RTD Measurements. Basics of Resistance Temperature Detectors Basic RTD Measurements Basics of Resistance Temperature Detectors Platinum RTD resistances range from about 10 O for a birdcage configuration to 10k O for a film type, but the most common is 100 O at 0

More information

Series and Parallel Resistive Circuits

Series and Parallel Resistive Circuits Series and Parallel Resistive Circuits The configuration of circuit elements clearly affects the behaviour of a circuit. Resistors connected in series or in parallel are very common in a circuit and act

More information

HTM2500LF Temperature and Relative Humidity Module

HTM2500LF Temperature and Relative Humidity Module Hermetic Housing Humidity calibrated within +/-2% @55%RH Temperature measurement through NTC 10kOhms +/-1% direct output Small size product Typical 1 to 4 Volt DC output for 0 to 100%RH at 5Vdc DESCRIPTION

More information

Neutralization Reactions. Evaluation copy

Neutralization Reactions. Evaluation copy Neutralization Reactions Computer 6 If an acid is added to a base, a chemical reaction called neutralization occurs. An example is the reaction between nitric acid, HNO 3, and the base potassium hydroxide,

More information

Thermistor Calibration: T = F(R)

Thermistor Calibration: T = F(R) EAS 199B Spring 2010 Thermistor Calibration: T = F(R) Gerald Recktenwald gerry@me.pdx.edu Introduction Thermistors are ceramic or polymer-based devices used to measure temperature. The resistance of a

More information

Temperature Sensors. Resistance Temperature Detectors (RTDs) Thermistors IC Temperature Sensors

Temperature Sensors. Resistance Temperature Detectors (RTDs) Thermistors IC Temperature Sensors Temperature Sensors Resistance Temperature Detectors (RTDs) Thermistors IC Temperature Sensors Drew Gilliam GE/MfgE 330: Introduction to Mechatronics 03.19.2003 Introduction There are a wide variety of

More information

Exercise 10: Basic LabVIEW Programming

Exercise 10: Basic LabVIEW Programming Exercise 10: Basic LabVIEW Programming In this exercise we will learn the basic principles in LabVIEW. LabVIEW will be used in later exercises and in the project part, as well in other courses later, so

More information

Welcome to Vernier LabQuest Viewer Software v1.0 Note: LabQuest Viewer Features Set up LabQuest 2 to work with LabQuest Viewer software via Wi-Fi

Welcome to Vernier LabQuest Viewer Software v1.0 Note: LabQuest Viewer Features Set up LabQuest 2 to work with LabQuest Viewer software via Wi-Fi Welcome to Vernier LabQuest Viewer Software v1.0 The LabQuest Viewer is computer software that is used to display and control the screen of a LabQuest using a computer. This can be done to demonstrate

More information

SCXI -1303 32-CHANNEL ISOTHERMAL TERMINAL BLOCK

SCXI -1303 32-CHANNEL ISOTHERMAL TERMINAL BLOCK INSTALLATION GUIDE SCXI -1303 32-CHANNEL ISOTHERMAL TERMINAL BLOCK Introduction This guide describes how to install and use the SCXI-1303 terminal block with SCXI-1102, SCXI-1102B, SCXI-1102C, and SCXI-1100

More information

# 4. Thermistor Calibration and the Steinhart-Hart Equation

# 4. Thermistor Calibration and the Steinhart-Hart Equation # 4 Thermistor Calibration and the Steinhart-Hart Equation Thermistor Calibration and the Steinhart-Hart Equation Thermistors provide an inexpensive and accurate temperature monitor for use with laser

More information

CALIBRATION OF A THERMISTOR THERMOMETER (version = fall 2001)

CALIBRATION OF A THERMISTOR THERMOMETER (version = fall 2001) CALIBRATION OF A THERMISTOR THERMOMETER (version = fall 2001) I. Introduction Calibration experiments or procedures are fairly common in laboratory work which involves any type of instrumentation. Calibration

More information

Using a Thermistor to Measure Temperature. Thermistors are resistors that vary their resistance according to temperature.

Using a Thermistor to Measure Temperature. Thermistors are resistors that vary their resistance according to temperature. Using a Thermistor to Measure Temperature Overview of a Thermistor Thermistors are resistors that vary their resistance according to temperature. The change in resistance is roughly proportional to the

More information

Osmosis. Evaluation copy

Osmosis. Evaluation copy Osmosis Computer 5 In order to survive, all organisms need to move molecules in and out of their cells. Molecules such as gases (e.g., O 2, CO 2 ), water, food, and wastes pass across the cell membrane.

More information

Endothermic and Exothermic Reactions. Evaluation copy. Mg(s) + 2 HCl(aq) H 2 (g) + MgCl 2 (aq)

Endothermic and Exothermic Reactions. Evaluation copy. Mg(s) + 2 HCl(aq) H 2 (g) + MgCl 2 (aq) Endothermic and Exothermic Reactions Computer 1 Many chemical reactions give off energy. Chemical reactions that release energy are called exothermic reactions. Some chemical reactions absorb energy and

More information

Experiment 6 ~ Joule Heating of a Resistor

Experiment 6 ~ Joule Heating of a Resistor Experiment 6 ~ Joule Heating of a Resistor Introduction: The power P absorbed in an electrical resistor of resistance R, current I, and voltage V is given by P = I 2 R = V 2 /R = VI. Despite the fact that

More information

Module 1, Lesson 3 Temperature vs. resistance characteristics of a thermistor. Teacher. 45 minutes

Module 1, Lesson 3 Temperature vs. resistance characteristics of a thermistor. Teacher. 45 minutes Module 1, Lesson 3 Temperature vs. resistance characteristics of a thermistor 45 minutes Teacher Purpose of this lesson How thermistors are used to measure temperature. Using a multimeter to measure the

More information

Joule Equivalent of Electrical Energy

Joule Equivalent of Electrical Energy by Dr. James E. Parks Department of Physics and Astronomy 401 Nielsen Physics Building The University of Tennessee Knoxville, Tennessee 37996-1200 Copyright October, 2013 by James Edgar Parks* *All rights

More information

Quick Reference Manual

Quick Reference Manual Quick Reference Manual ii TABLE OF CONTENTS This guide first leads you through the basics of Logger Pro, including software installation procedures. You will learn how to collect data, manually enter data,

More information

ETC TWO STAGE ELECTRONIC TEMPERATURE CONTROL

ETC TWO STAGE ELECTRONIC TEMPERATURE CONTROL RANCO INSTALLATION INSTRUCTIONS ETC TWO STAGE ELECTRONIC TEMPERATURE CONTROL Relay Electrical Ratings PRODUCT DESCRIPTION The Ranco ETC is a microprocessor-based family of electronic temperature controls,

More information

Implementing PID Temperature Control Using LabVIEW. Abstract. Introduction

Implementing PID Temperature Control Using LabVIEW. Abstract. Introduction Implementing PID Temperature Control Using LabVIEW Carlton Prewit, Rafic Bachnak Department of Computing and Mathematical Sciences Texas A&M University Corpus Christi Session XXXX Abstract Feedback control

More information

22.302 Experiment 5. Strain Gage Measurements

22.302 Experiment 5. Strain Gage Measurements 22.302 Experiment 5 Strain Gage Measurements Introduction The design of components for many engineering systems is based on the application of theoretical models. The accuracy of these models can be verified

More information

External temperature sensors for FSC Ultrasonic Flow Meter (thermal flow measurement function)

External temperature sensors for FSC Ultrasonic Flow Meter (thermal flow measurement function) Application: Heat quantity measurement This function calculates the heat quantity received and sent with liquid (water) in cooling and heating. Two 4-20mA inputs are available for temperature measurements.

More information

Temperature Accuracy of Thermistors and RTDs Application Notes

Temperature Accuracy of Thermistors and RTDs Application Notes Thermistors and RTDs are devices used to measure temperature in modern Heating, Ventilating, Air Conditioning and Refrigeration (HVAC/R) systems. The electrical resistance of both devices is determined

More information

Lab 3 - DC Circuits and Ohm s Law

Lab 3 - DC Circuits and Ohm s Law Lab 3 DC Circuits and Ohm s Law L3-1 Name Date Partners Lab 3 - DC Circuits and Ohm s Law OBJECTIES To learn to apply the concept of potential difference (voltage) to explain the action of a battery in

More information

How to use the OMEGALOG software with the OM-SQ2010/SQ2020/SQ2040 Data Loggers.

How to use the OMEGALOG software with the OM-SQ2010/SQ2020/SQ2040 Data Loggers. How to use the OMEGALOG software with the OM-SQ2010/SQ2020/SQ2040 Data Loggers. OMEGALOG Help Page 2 Connecting Your Data Logger Page 2 Logger Set-up Page 3 Download Data Page 8 Export Data Page 11 Downloading

More information

LabVIEW Lesson 5 Clusters

LabVIEW Lesson 5 Clusters LabVIEW Lesson 5 Clusters Lesson Overview What are clusters? How to create a cluster. How to create a constant cluster. How to use the various cluster functions. I. What is a cluster? a. A cluster is similar

More information

Using voltage regulator to convert 5-12V range to 3.3V. Huan Lin

Using voltage regulator to convert 5-12V range to 3.3V. Huan Lin Using voltage regulator to convert 5-12V range to 3.3V Huan Lin 4/2/2010 1 Table of Contents 1. Introduction... Error! Bookmark not defined. 2. Objective... Error! Bookmark not defined. 3. Implementation...

More information

NTC Thermistor theory TABLE OF CONTENTS

NTC Thermistor theory TABLE OF CONTENTS NTC Thermistor theory TABLE OF CONTENTS NTC Thermistor Theory................. Chip Configuration............................ Volume Resistivity-............................3 Resistance..................................

More information

Sanitary Type Electronic Flow Switches

Sanitary Type Electronic Flow Switches Industries Pharmaceutical Sanitary Type Electronic Flow Switches Food and Beverage Biotechnology Semiconductor Water Treatment S Series Ameritrol, Inc. Instruments and Controls Features No Moving Parts

More information

In regard to calculating system power requirements, refer to DBK Basics located near the front of this manual.

In regard to calculating system power requirements, refer to DBK Basics located near the front of this manual. DBK42 16-Slot 5B Signal Conditioning Module Overview 1 Hardware Setup 2 DBK42 Connection 2 DBK42 Configuration 2 5B Module Connection 2 Power Considerations 2 Terminal Block Connections 3 DaqBoard/2000

More information

Thermistor Calculator. Features. General Description. Input/Output Connections. When to use a Thermistor Calculator 1.10

Thermistor Calculator. Features. General Description. Input/Output Connections. When to use a Thermistor Calculator 1.10 PSoC Creator Component Data Sheet Thermistor Calculator 1.10 Features Adaptable for majority of negative temperature coefficient (NTC) thermistors Look-Up-Table (LUT) or equation implementation methods

More information

GT Sensors Precision Gear Tooth and Encoder Sensors

GT Sensors Precision Gear Tooth and Encoder Sensors GT Sensors Precision Gear Tooth and Encoder Sensors NVE s GT Sensor products are based on a Low Hysteresis GMR sensor material and are designed for use in industrial speed applications where magnetic detection

More information

The Fundamentals of Thermoelectrics

The Fundamentals of Thermoelectrics The Fundamentals of Thermoelectrics A bachelor s laboratory practical Contents 1 An introduction to thermoelectrics 1 2 The thermocouple 4 3 The Peltier device 5 3.1 n- and p-type Peltier elements..................

More information

SOLAR ENERGY. Solar Energy, Kit #6A: Efficiency of Solar Cells. Solar Energy, Kit #6B: Solar Extension Activities INSTITUTE FOR SCHOOL PARTNERSHIP

SOLAR ENERGY. Solar Energy, Kit #6A: Efficiency of Solar Cells. Solar Energy, Kit #6B: Solar Extension Activities INSTITUTE FOR SCHOOL PARTNERSHIP SOLAR ENERGY Solar Energy, Kit #6A: Efficiency of Solar Cells Solar Energy, Kit #6B: Solar Extension Activities INSTITUTE FOR SCHOOL PARTNERSHIP PARC Contents: Topic Template 3 Introduction: Photovoltaic

More information

Cornerstone Electronics Technology and Robotics I Week 15 Voltage Comparators Tutorial

Cornerstone Electronics Technology and Robotics I Week 15 Voltage Comparators Tutorial Cornerstone Electronics Technology and Robotics I Week 15 Voltage Comparators Tutorial Administration: o Prayer Robot Building for Beginners, Chapter 15, Voltage Comparators: o Review of Sandwich s Circuit:

More information

01-3 0000-00 6810-20 AIR CONDITIONING SYSTEM 1. FFH SPECIFICATION AIR CONDITIONING SYSTEM RODIUS 2004.09

01-3 0000-00 6810-20 AIR CONDITIONING SYSTEM 1. FFH SPECIFICATION AIR CONDITIONING SYSTEM RODIUS 2004.09 0000-00 01-3 6810-20 1. FFH SPECIFICATION 01-4 0000-00 2. SYSTEM LAYOUT AND COMPONENTS 0000-00 01-5 01-6 0000-00 3. FFH GENERAL INFORMATION The system is to increase the coolant temperature quickly by

More information

Mobile Device Power Monitor Battery Connection Quick Start Guide

Mobile Device Power Monitor Battery Connection Quick Start Guide Mobile Device Power Monitor Battery Connection Quick Start Guide Distributed By: Monsoon Solutions, Inc. www.msoon.com Introduction The Power Tool software and the Mobile Device Power Monitor hardware

More information

Experiment #3, Ohm s Law

Experiment #3, Ohm s Law Experiment #3, Ohm s Law 1 Purpose Physics 182 - Summer 2013 - Experiment #3 1 To investigate the -oltage, -, characteristics of a carbon resistor at room temperature and at liquid nitrogen temperature,

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION LTC2485 DESCRIPTION Demonstration circuit 956 features the LTC2485, a 24-Bit high performance Σ analog-to-digital converter (ADC). The LTC2485 features 2ppm linearity, 0.5µV offset, and 600nV RMS noise.

More information

Kirchhoff s Laws Physics Lab IX

Kirchhoff s Laws Physics Lab IX Kirchhoff s Laws Physics Lab IX Objective In the set of experiments, the theoretical relationships between the voltages and the currents in circuits containing several batteries and resistors in a network,

More information

Environmental Monitoring with Sensors: Hands-on Exercise

Environmental Monitoring with Sensors: Hands-on Exercise Environmental Monitoring with Sensors: Hands-on Exercise Now that you ve seen a few types of sensors, along with some circuits that can be developed to condition their responses, let s spend a bit of time

More information

Lift the Load! Make a lever. Measure the amount of force needed to lift up a book when applying a force at different positions on the lever.

Lift the Load! Make a lever. Measure the amount of force needed to lift up a book when applying a force at different positions on the lever. Lift the Load! Computer 28 The Greek philosopher Archimedes said, "Give me a lever long enough, and a place to stand and I can move the world." What did he mean by this? In this activity, you will get

More information

Experiment #4, Ohmic Heat

Experiment #4, Ohmic Heat Experiment #4, Ohmic Heat 1 Purpose Physics 18 - Fall 013 - Experiment #4 1 1. To demonstrate the conversion of the electric energy into heat.. To demonstrate that the rate of heat generation in an electrical

More information

SDI Multi Sensor Module with Charger Enclosure Station Support

SDI Multi Sensor Module with Charger Enclosure Station Support Description The purpose of the is to provide a low power temperature compensated battery charge controller and a general-purpose interface for analog sensors. Sensor and charge controller data are acquired

More information

Temperature Scales. The metric system that we are now using includes a unit that is specific for the representation of measured temperatures.

Temperature Scales. The metric system that we are now using includes a unit that is specific for the representation of measured temperatures. Temperature Scales INTRODUCTION The metric system that we are now using includes a unit that is specific for the representation of measured temperatures. The unit of temperature in the metric system is

More information

Hand-held thermometer Model CTH7000

Hand-held thermometer Model CTH7000 Calibration technology Hand-held thermometer Model CTH7000 WIKA data sheet CT 55.50 Applications Precision thermometer for very accurate temperature measurements in a range of -200... +962 C Reference

More information

Measuring Electric Phenomena: the Ammeter and Voltmeter

Measuring Electric Phenomena: the Ammeter and Voltmeter Measuring Electric Phenomena: the Ammeter and Voltmeter 1 Objectives 1. To understand the use and operation of the Ammeter and Voltmeter in a simple direct current circuit, and 2. To verify Ohm s Law for

More information

Wahl C50 Calibrator FEATURES

Wahl C50 Calibrator FEATURES NEW! On Site Multifunction Portable Far Superior Accuracy as Compared to Fluke! Simultaneous Measurement and Generation Quick Connect Terminals Anti-Shock Boot Quick Connect Terminals Navigator Power Supply,

More information

Your Multimeter. The Arduino Uno 10/1/2012. Using Your Arduino, Breadboard and Multimeter. EAS 199A Fall 2012. Work in teams of two!

Your Multimeter. The Arduino Uno 10/1/2012. Using Your Arduino, Breadboard and Multimeter. EAS 199A Fall 2012. Work in teams of two! Using Your Arduino, Breadboard and Multimeter Work in teams of two! EAS 199A Fall 2012 pincer clips good for working with breadboard wiring (push these onto probes) Your Multimeter probes leads Turn knob

More information

Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC. Heating, Ventilation, and Air Conditioning (HVAC) User Manual. User Manual

Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC. Heating, Ventilation, and Air Conditioning (HVAC) User Manual. User Manual Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC Heating, Ventilation, and Air Conditioning (HVAC) User Manual User Manual Table of Contents 1. Introduction...1 2. Requirements...1 3. References...1 4.

More information

The electrical field produces a force that acts

The electrical field produces a force that acts Physics Equipotential Lines and Electric Fields Plotting the Electric Field MATERIALS AND RESOURCES ABOUT THIS LESSON EACH GROUP 5 alligator clip leads 2 batteries, 9 V 2 binder clips, large computer LabQuest

More information

Determining the Free Chlorine Content of Swimming Pool Water. HOCl H + + OCl. Evaluation copy

Determining the Free Chlorine Content of Swimming Pool Water. HOCl H + + OCl. Evaluation copy Determining the Free Chlorine Content of Swimming Pool Water Computer 33 Physicians in the nineteenth century used chlorine water as a disinfectant. Upon the discovery that certain diseases were transmitted

More information

LAB2 Resistors, Simple Resistive Circuits in Series and Parallel Objective:

LAB2 Resistors, Simple Resistive Circuits in Series and Parallel Objective: LAB2 Resistors, Simple Resistive Circuits in Series and Parallel Objective: In this lab, you will become familiar with resistors and potentiometers and will learn how to measure resistance. You will also

More information

How to connect to a Class II router using a mobile-phone data cable specifically for Solwise & Safecom routers

How to connect to a Class II router using a mobile-phone data cable specifically for Solwise & Safecom routers USB to router s serial port How to connect to a Class II router using a mobile-phone data cable specifically for Solwise & Safecom routers by Neo at RouterTech.Org Introduction Routers based on the AR7RD/AR7WRD

More information

Automotive Sensor Simulator. Automotive sensor simulator. Operating manual. AutoSim

Automotive Sensor Simulator. Automotive sensor simulator. Operating manual. AutoSim Automotive sensor simulator Operating manual AutoSim Contents Introduction.. page 3 Technical specifications.... page 4 Typical application of AutoSim simulator..... page 4 Device appearance... page 5

More information

Project 1.3.4 Renewable Insulation Example Teacher Notes

Project 1.3.4 Renewable Insulation Example Teacher Notes Project 1.3.4 Renewable Insulation Example Teacher Notes Sample Data and Teacher Notes This guide is designed to provide sample calculations, background, and tips for the teachers performing this project

More information

ELECTRONIC THERMOSTAT AND THERMOMETER With SPEED CONTROL

ELECTRONIC THERMOSTAT AND THERMOMETER With SPEED CONTROL 148 OLD CONCORD TURNPIKE, BARRINGTON NH 03825 USA TEL (603) 868-5720 FAX (603) 868-1040 1-800-435-6708 E-Mail:sales@seafrost.com www.seafrost.com ELECTRONIC THERMOSTAT AND THERMOMETER With SPEED CONTROL

More information

A99B Series Temperature Sensors

A99B Series Temperature Sensors FANs 125, 121, 930, 930.5 Product/Technical Bulletin A99 Issue Date 0615 A99B Series Temperature s The A99B Series Temperature s are passive PTC (Positive Temperature Coefficient) sensors. The A99B sensors

More information

Computer Controlled Vortex Tube Refrigerator Unit, with SCADA TPVC

Computer Controlled Vortex Tube Refrigerator Unit, with SCADA TPVC Technical Teaching Equipment Computer Controlled Vortex Tube Refrigerator Unit, with SCADA TPVC Teaching Technique used EDIBON SCADA System 2 Control Interface Box 5 Cables and Accessories 6 Manuals 3

More information

Fox-2 MPPT Unit Testing

Fox-2 MPPT Unit Testing P13271 Fox-2 MPPT Unit Testing Final Engineering Specifications Testing Author: Brenton Salmi P13271 Team Members: Brenton Salmi, Bryce Salmi, Ian MacKenzie, Daniel Corriero 5/10/2013 This test document

More information

The Time Constant of an RC Circuit

The Time Constant of an RC Circuit The Time Constant of an RC Circuit 1 Objectives 1. To determine the time constant of an RC Circuit, and 2. To determine the capacitance of an unknown capacitor. 2 Introduction What the heck is a capacitor?

More information

EXPERIMENT 7 OHM S LAW, RESISTORS IN SERIES AND PARALLEL

EXPERIMENT 7 OHM S LAW, RESISTORS IN SERIES AND PARALLEL 260 7- I. THEOY EXPEIMENT 7 OHM S LAW, ESISTOS IN SEIES AND PAALLEL The purposes of this experiment are to test Ohm's Law, to study resistors in series and parallel, and to learn the correct use of ammeters

More information

Vapor Pressure of Liquids

Vapor Pressure of Liquids Vapor Pressure of Liquids Experiment 10 In this experiment, you will investigate the relationship between the vapor pressure of a liquid and its temperature. When a liquid is added to the Erlenmeyer flask

More information

Current Electricity Lab Series/Parallel Circuits. Safety and Equipment Precautions!

Current Electricity Lab Series/Parallel Circuits. Safety and Equipment Precautions! Current Electricity Lab Series/Parallel Circuits Name Safety and Equipment Precautions! Plug in your power supply and use ONLY the D.C. terminals of the power source, NOT the A. C. terminals. DO NOT touch

More information

Evaluation copy. Titration of a Diprotic Acid: Identifying an Unknown. Computer

Evaluation copy. Titration of a Diprotic Acid: Identifying an Unknown. Computer Titration of a Diprotic Acid: Identifying an Unknown Computer 25 A diprotic acid is an acid that yields two H + ions per acid molecule. Examples of diprotic acids are sulfuric acid, H 2 SO 4, and carbonic

More information

ILX Lightwave Corporation www.ilxlightwave.com

ILX Lightwave Corporation www.ilxlightwave.com # 14 Optimizing TEC Current Optimizing TEC Drive Current This Application Note discusses methods for optimizing the TEC drive current for optimum operation in heating and cooling applications. BACKGROUND

More information

LM 358 Op Amp. If you have small signals and need a more useful reading we could amplify it using the op amp, this is commonly used in sensors.

LM 358 Op Amp. If you have small signals and need a more useful reading we could amplify it using the op amp, this is commonly used in sensors. LM 358 Op Amp S k i l l L e v e l : I n t e r m e d i a t e OVERVIEW The LM 358 is a duel single supply operational amplifier. As it is a single supply it eliminates the need for a duel power supply, thus

More information

Determining the Quantity of Iron in a Vitamin Tablet. Evaluation copy

Determining the Quantity of Iron in a Vitamin Tablet. Evaluation copy Determining the Quantity of Iron in a Vitamin Tablet Computer 34 As biochemical research becomes more sophisticated, we are learning more about the role of metallic elements in the human body. For example,

More information

PhidgetInterfaceKit 8/8/8

PhidgetInterfaceKit 8/8/8 PhidgetInterfaceKit 8/8/8 Operating Systems: Windows 2000/XP/Vista, Windows CE, Linux, and Mac OS X Application Programming Interfaces (APIs): Visual Basic, VB.NET, C, C++, C#, Flash 9, Flex, Java, LabVIEW,

More information

Using Thermocouple Sensors Connecting Grounded and Floating Thermocouples

Using Thermocouple Sensors Connecting Grounded and Floating Thermocouples Connecting Grounded and Floating Thermocouples For best performance, Thermocouple sensors should be floating. This will ensure that no noise currents can flow in the sensor leads and that no common-mode

More information

The Electrical Properties of Materials: Resistivity

The Electrical Properties of Materials: Resistivity The Electrical Properties of Materials: Resistivity 1 Objectives 1. To understand the properties of resistance and resistivity in conductors, 2. To measure the resistivity and temperature coefficient of

More information

Arduino Lab 1 - The Voltage Divider

Arduino Lab 1 - The Voltage Divider Arduino Lab 1 - The Voltage Divider 1. Introduction In this lab, we will endanger a cute animal, create a portal to another dimension, and invent a new genre of music. Along the way, we will learn about

More information