ENGS 26 CONTROL THEORY. Thermal Control System Laboratory

Size: px
Start display at page:

Download "ENGS 26 CONTROL THEORY. Thermal Control System Laboratory"

Transcription

1 ENGS 26 CONTROL THEORY Thermal Control System Laboratory Equipment Thayer school thermal control experiment board DT2801 Data Acquisition board 2-4 BNC-banana connectors 3 Banana-Banana connectors ma power supply wire (for connecting ref to -15 V) Oscilloscope MATLAB 1. Objective Temperature control systems are found in a number of commercial products and in a number of situations. We find simple temperature control systems in our homes to regulate room temperature, oven temperature, and refrigerator temperature. Control systems regulate engine temperatures to maximize engine and lubricant life. More sophisticated temperature control systems are often required for tight regulation of temperatures during some chemical processes, in order to control reaction rates. Thermal control is also required to maintain precise operation of some transducers, whose offset voltage varies with temperature. This laboratory explores simple methods for controlling the temperature of an aluminum plate. In a later lecture example, we will explore digital control as a means for tighter temperature control of the plate. 2. Physical System The physical system that we will control is shown in Figure 1. It consists of a 2 x 2 aluminum plate, which is 1/32 thick. The plate is heated on its underside by a thin resistive heater, which is insulated from the mounting plate. The top of the plate is exposed to ambient conditions. A temperature sensor is mounted on the top, center of the plate. The sensor outputs a current proportional to temperature. Manufacturer s specifications for system components are given in Tables 1 and 2. This thermal-electrical system uses the resistive heater to convert electrical energy to heat. The aluminum plate conducts the heat through its volume, while the insulation prevents conduction from the underside of the plate to the base plate. Energy transfer as heat is convected from the exposed surface to air. Heat transfer conduction and convection equations can be used to model the system and determine its transfer function. In this lab, we will demonstrate basic control principles by using on-off control to maintain a temperature setpoint within some band. This is basically how a home, refrigerator, or oven temperature control system works. While a system model is not required to design the control law, the system model will be helpful in interpreting experimental results. 1

2 temperature sensor Heated plate on insulator heater leads base plate Figure 1 Physical System to be controlled Table 1 Properties of the Resistive Heater Specifications Values Manufacturer Minco Products Model Number HK-5169-R185-L12-B Heater Resistance 185 ohms + 10% Heater area 4 square inches Heater thickness 0.01 inches Table 2 Properties of the AD590 Temperature Sensor Specification Value Rated temperature range -55 to 150 C Supply voltage (min, max) 4 V, 30 V Nominal output current at K µa Temperature coef. 1 µa/k Calibration error at 25 C C Max. forward voltage 44 V Max. reverse voltage -20 V Case breakdown voltage V Figure 2 shows the circuit for the temperature sensor, which acts as a current source. When connected in series with a 10 kω resistor, the sensor produces a voltage proportional to temperature. The buffered output of the sensor is used as the feedback signal in our control system. The gain of the sensor is K sensor = 10 mv/k (1) Given this relationship, what should the output of the amplifier read at room temperature? 2

3 Figure 2 Temperature sensor and heater circuit 3

4 3. Experiment 3.1 Experimental apparatus In this experiment, we will use on-off control to maintain the temperature at the center of the plate at about 15 C above ambient. Heater circuitry is given in Figure 2, and a photograph of the apparatus is given in Figure 3. To familiarize yourself with the hardware, please identify the D/A input signal connection, temperature signal (which goes to the A/D connection), and the power amplifier on the experiment board and circuit diagram. The system operates by sending a (low power) input signal, either from the D/A converter or some other source, to the input of the power amp. The power amp is set to have a gain of 1.5. The output of the power amp drives one end of the heater between -15 and +15 V. The second end of the heater is connected to -15 V. The temperature sensor senses the temperature change and its voltage output changes accordingly. This output can be read with an A/D converter, voltmeter, or oscilloscope. The power amp gain is set to 1.5 because we want to control the heater with the D/A converter. The D/A converter provides a voltage output between +10 V, and the amplifier increases this range to +15 V. Note that the power amplifier is a noninverting amp, i.e., a -10 V D/A output produces a -15 V power amp output, and a 10 V D/A output produces a 15 V power amp output. (There is a small voltage drop across the amplifier, so the actual amplifier output range may be slightly less than +15 V.) The switch on the board provides the output of the power amp to the connectors labeled ref and amp output. With the switch in the LEFT position, the power amp output drives the heater. Please note that you must physically connect a wire from the ref connector to the -15 V connector, in order to connect one side of the heater to -15 V. If this wire is not in place, please put it in now. 3.2 System Identification We will first operate the apparatus to obtain a system response to open-loop step commands. To do this, connect the D/A from the silver data acquisition box to the board connectors using a BNCbanana cable. Connect the temperature sensor across to A/D channel 0, and supply +15 V and ground to the experiment board to power the circuit electronics. Find the.m file thermal.m in the ENGS-26 directory on the Thayer server. This program records the plate temperature at fixed time intervals, for a step heater voltage input. A copy of the program is given at the end of this handout. You will select the input voltage (between 0 and 30 V across the heater), the time step, and the total experiment time. Copy and rename the program to the C:\MATLAB directory or to your own directory on the Thayer server (D:\ drive). Start MATLAB, switch to the directory that you copied the program to, and run the program for 5 minutes and a full 30 V input across the heater. Choose a 1 second sample time. (If you are unfamiliar with running.m files, request assistance from you lab TA.) Make sure that the plate is at ambient conditions before you start! Print the temperature vs. time output plot. What type of response does the system exhibit? Using the model derived in lecture, estimate the heat transfer coefficient. An example experimental step response is given in Figure 4. Study the MATLAB program, then modify the program to obtain the step response in each direction as the plate heats, and as it cools. The commands to output a voltage to the D/A converter and to read a voltage from the A/D converter are as follows: p = path; % sets path needed to access MATLAB path(p, d:\engs-26 ); % commands for data acquisition dt2801(0, data); % sends data to D/A channel 0 % (data = voltage between -10 and 10 V) 4

5 Figure 3 Experimental Apparatus dt2801(0,data,chan); % sends data to D/A channel chan,chan=0 or 1 y = dt2801(1); % reads a value from A/D converter channel 0 y=dt2801(1, 7.5E-5,1); % reads a value from A/D channel 1 Find the step response and heat transfer coefficient based on a variety of voltage inputs ranging from approximately. 10 volts across the heater to 30 V across the heater. For example, find the response for 10 V, 20 V and 30 V. Do heating and cooling for the highest voltage only. Is the system time constant the same for both heating and cooling? Why or why not? 3.3 On-off control The goal of an on-off control law is to switch the actuator between two states, based on a measured error signal {desired temperature - actual temperature}, or, in terms of the voltage output of the temperature sensor, {desired output voltage - actual output voltage}. Figure 5 gives an illustration. Initially, the error is large, and the heater remains on until the error reaches the upper range of the system deadband, as shown in the Figure. When it is detected that the deadband is exceeded, the heater is turned off, and when temperature reaches the lower deadband limit, the heater is turned on again. In this manner, the temperature oscillates between two limits. This characteristic, known as limit cycling, is a characteristic of on-off control, which is a form of nonlinear control. Turning the heater on and off could be accomplished using a mechanical-electrical switch, as in a home thermostat, but here we will use the D/A converter and the power amplifier to turn the heater on and off. 5

6 Figure 4 Example transient response measured at 1 second intervals Now, we will regulate the temperature of the plate using on-off control. Referring the circuit diagram in Figure 3, the heater is turned on when the D/A voltage is +10 V, and it is turned off when the D/A voltage is -10 V. We will use the D/A converter to turn the heater on, and we will simultaneously record the plate temperature using A/D channel 0. We will control the D/A and A/D converters using MATLAB and the shareware MATLAB functions for driving the data acquisition board presented above. We will also be able to choose our setpoint and deadband from within MATLAB. The basic structure of your MATLAB program will be as follows: 6

7 heater off deadband setpoint temperature heater on time Figure 5 On-off control response p = path; path(p, d:\engs-26 ); dt2801(0, -10); loop(0); seconds = 300; deadband = xxx; setpoint = yyy; sample_time = zzz; data = zeros(seconds,3); % sets path needed to access MATLAB % commands for data acquisition % turn heater off % loop is a command that delays a % fixed number of seconds. % This is an initialization command % for the loop function. % number of seconds to sample % choose a deadband parameter % temperature or voltage setpoint % sample time, seconds (integer only) % A place to store data dt2801(0,10); % turn heater on and start loop for i=1:seconds y = dt2801(1); % reads a value from A/D converter { Write code to determine if upper limit of deadband is exceeded. If so, turn heater off } { write code to determine if temp. is below lower limit of deadband. If so, turn heater on. } data(i,2) = y; % store A/D data data(i,3) = { Last output to D/A converter } % store D/A data loop(sample_time); % wait 1 sample time end; dt2801(0, -10); % turn heater off before exiting 7

8 Once you understand the programming commands, write a MATLAB program to implement on-off control. This will be a matter of adding setpoint and deadband variables, and using if-then statements to determine whether to change the heater status. (If you are unfamiliar with how to use if-then statements in MATLAB, please request help from your lab TA.) Connect the D/A to the heater input, and connect the output of the temperature sensor to A/D channel 0. Choose a deadband corresponding to about 4 C (+2 C around the setpoint), and choose a setpoint of about 15 C above ambient. (Note that your setpoint should be chosen below the steady-state temperature of the plate for a 30 V input across the heater. Why?) Run your program with a sample time of 1 sec. What happens? Explore the system behavior by varying the setpoint and deadband, and answer the following questions: What is the smallest deadband (tightest control) that you can achieve? Why? What happens to temperature control tolerance if you increase the sample period significantly (e.g., to 10 seconds)? What are the limitations of on-off control? Is achievable deadband different for a lower or higher setpoint? 4. Optional Experiment (for extra credit) Some digital thermostats have adaptive control algorithms that learn the dynamics of the system, and use the learned behavior to adaptively estimate the time required to turn on a furnace in the morning, after a night setback. For example, if I would like the temperature to be 72 F at 7 AM in the morning, and the setback temperature is 62 F, the time required for the building to reach the desired temperature depends on the thermal mass of the building and how well the building is insulated. The time required also depends on the outdoor temperature, which is normally not known. Since digital thermostat manufacturers do not have thermal models for every building in which their product will be used, they implement an algorithm that will adaptively estimate the system time constant. For example, they may store temperature response data for a transient response from a setback temperature and subsequently compute a time constant based on a firstorder model. Design and implement an adaptive control algorithm that allows a setpoint to be reached at a specified time after your system is turned on. Test your algorithm for two different conditions: 1) free convection, and 2) forced convection (you can use a piece of cardboard to blow air over the plate). Does your algorithm identify a different time constant in each case? Is it able to adjust and meet the specified setpoint at the specified time? 8

2 Thermistor + Op-Amp + Relay = Sensor + Actuator

2 Thermistor + Op-Amp + Relay = Sensor + Actuator Physics 221 - Electronics Temple University, Fall 2005-6 C. J. Martoff, Instructor On/Off Temperature Control; Controlling Wall Current with an Op-Amp 1 Objectives Introduce the method of closed loop control

More information

Magnetic Levitation System

Magnetic Levitation System Introduction Magnetic Levitation System There are two experiments in this lab. The first experiment studies system nonlinear characteristics, and the second experiment studies system dynamic characteristics

More information

Model 332 Temperature Controller

Model 332 Temperature Controller 94 Instruments Model 332 Temperature Controller Features Operates down to 500 mk with appropriate NTC RTD sensors Model 332 Temperature Controller Two sensor inputs Supports diode, RTD, and thermocouple

More information

ECE 5670/6670 Project. Brushless DC Motor Control with 6-Step Commutation. Objectives

ECE 5670/6670 Project. Brushless DC Motor Control with 6-Step Commutation. Objectives ECE 5670/6670 Project Brushless DC Motor Control with 6-Step Commutation Objectives The objective of the project is to build a circuit for 6-step commutation of a brushless DC motor and to implement control

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

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

Revision: June 10, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: June 10, E Main Suite D Pullman, WA (509) Voice and Fax Lab 6: Control System Revision: June 10, 2010 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview In feedback control, the variable being controlled is measured by a sensor; this

More information

Exercise 2: Temperature Measurement

Exercise 2: Temperature Measurement Exercise 2: Temperature Measurement EXERCISE OBJECTIVE When you have completed this exercise, you will be able to explain and demonstrate the use of an RTD in a temperature measurement application by using

More information

Linear Power Amplifier Module

Linear Power Amplifier Module Linear Power Amplifier Module User's Guide Version 2.0 Table of Contents Table of Contents Technical Specifications...7 Absolute Maximum Ratings...7 Amplifier Specifications...7 Amplifier Board Layout...9

More information

Thermocouple Conditioner and Setpoint Controller AD596*/AD597*

Thermocouple Conditioner and Setpoint Controller AD596*/AD597* a FEATURES Low Cost Operates with Type J (AD596) or Type K (AD597) Thermocouples Built-In Ice Point Compensation Temperature Proportional Operation 10 mv/ C Temperature Setpoint Operation ON/OFF Programmable

More information

Lab 1: Steady State Error and Step Response MAE 433, Spring 2012

Lab 1: Steady State Error and Step Response MAE 433, Spring 2012 Lab 1: Steady State Error and Step Response MAE 433, Spring 2012 Instructors: Prof. Rowley, Prof. Littman AIs: Brandt Belson, Jonathan Tu Technical staff: Jonathan Prévost Princeton University Feb. 14-17,

More information

AD596/AD597 SPECIFICATIONS +60 C and V S = 10 V, Type J (AD596), Type K (AD597) Thermocouple,

AD596/AD597 SPECIFICATIONS +60 C and V S = 10 V, Type J (AD596), Type K (AD597) Thermocouple, AD597 SPECIFICATIONS (@ +60 C and V S = 10 V, Type J (AD596), Type K (AD597) Thermocouple, unless otherwise noted) Model AD596AH AD597AH AD597AR Min Typ Max Min Typ Max Min Typ Max Units ABSOLUTE MAXIMUM

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

Mechatronics. Analog and Digital Electronics: Studio Exercises 1 & 2

Mechatronics. Analog and Digital Electronics: Studio Exercises 1 & 2 Mechatronics Analog and Digital Electronics: Studio Exercises 1 & 2 There is an electronics revolution taking place in the industrialized world. Electronics pervades all activities. Perhaps the most important

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

First and second order systems. Part 1: First order systems: RC low pass filter and Thermopile. Goals: Department of Physics

First and second order systems. Part 1: First order systems: RC low pass filter and Thermopile. Goals: Department of Physics slide 1 Part 1: First order systems: RC low pass filter and Thermopile Goals: Understand the behavior and how to characterize first order measurement systems Learn how to operate: function generator, oscilloscope,

More information

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering EXPERIMENT 2 BASIC CIRCUIT ELEMENTS OBJECTIVES The purpose of this experiment is to familiarize the student with

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

+5 V Fixed, Adjustable Low-Dropout Linear Voltage Regulator ADP3367*

+5 V Fixed, Adjustable Low-Dropout Linear Voltage Regulator ADP3367* a FEATURES Low Dropout: 50 mv @ 200 ma Low Dropout: 300 mv @ 300 ma Low Power CMOS: 7 A Quiescent Current Shutdown Mode: 0.2 A Quiescent Current 300 ma Output Current Guaranteed Pin Compatible with MAX667

More information

Linear Motion Servo Plants: IP01 or IP02. Linear Experiment #0: Integration with WinCon. IP01 and IP02. Student Handout

Linear Motion Servo Plants: IP01 or IP02. Linear Experiment #0: Integration with WinCon. IP01 and IP02. Student Handout Linear Motion Servo Plants: IP01 or IP02 Linear Experiment #0: Integration with WinCon IP01 and IP02 Student Handout Table of Contents 1. Objectives...1 2. Prerequisites...1 3. References...1 4. Experimental

More information

751 SERIES POWER CONTROL UNITS Single Phase, Phase Angle SCR Controller

751 SERIES POWER CONTROL UNITS Single Phase, Phase Angle SCR Controller 751 SERIES POWER CONTROL UNITS Single Phase, Phase ngle SCR Controller STNDRD FETURES Four models of regulation voltage, current, power or open loop. Four modes of limiting voltage, current, power or none.

More information

CSE 3215 Embedded Systems Laboratory Lab 5 Digital Control System

CSE 3215 Embedded Systems Laboratory Lab 5 Digital Control System Introduction CSE 3215 Embedded Systems Laboratory Lab 5 Digital Control System The purpose of this lab is to introduce you to digital control systems. The most basic function of a control system is to

More information

Experiment 3 Topic: Dynamic System Response Week A Procedure

Experiment 3 Topic: Dynamic System Response Week A Procedure Experiment 3 Topic: Dynamic System Response Week A Procedure Laboratory Assistant: Email: Office Hours: LEX-3 Website: Brock Hedlund bhedlund@nd.edu 11/05 11/08 5 pm to 6 pm in B14 http://www.nd.edu/~jott/measurements/measurements_lab/e3

More information

COMPARISON OF TUNING METHODS OF PID CONTROLLER USING VARIOUS TUNING TECHNIQUES WITH GENETIC ALGORITHM

COMPARISON OF TUNING METHODS OF PID CONTROLLER USING VARIOUS TUNING TECHNIQUES WITH GENETIC ALGORITHM JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY Journal of Electrical Engineering & Technology (JEET) (JEET) ISSN 2347-422X (Print), ISSN JEET I A E M E ISSN 2347-422X (Print) ISSN 2347-4238 (Online) Volume

More information

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 3 The Oscilloscope

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 3 The Oscilloscope POLYTECHNIC UNIVERSITY Electrical Engineering Department EE SOPHOMORE LABORATORY Experiment 3 The Oscilloscope Modified for Physics 18, Brooklyn College I. Overview of the Experiment The main objective

More information

Johnson Noise and the Boltzmann Constant

Johnson Noise and the Boltzmann Constant Johnson Noise and the Boltzmann Constant 1 Introduction The purpose of this laboratory is to study Johnson Noise and to measure the Boltzmann constant k. You will also get use a low-noise pre-amplifier,

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

EXPERIMENT 2: STRAIN GAGE DYNAMIC TESTING

EXPERIMENT 2: STRAIN GAGE DYNAMIC TESTING EXPERIMENT 2: STRAIN GAGE DYNAMIC TESTING Objective: In this experiment you will use the strain gage installation from the prior lab assignment and test the cantilever beam under dynamic loading situations.

More information

II. Experimental Procedure

II. Experimental Procedure Ph 122 July 27, 2006 Ohm's Law http://www.physics.sfsu.edu/~manuals/ph122/ I. Theory In this lab we will make detailed measurements on one resistor to see if it obeys Ohm's law. We will also verify the

More information

Lab 5: EC-3, Capacitors and RC-Decay Lab Worksheet

Lab 5: EC-3, Capacitors and RC-Decay Lab Worksheet , Capacitors and RC-Decay Lab Worksheet Name Your TA will use this sheet to score your lab. It is to be turned in at the end of lab. You must use complete sentences and clearly explain your reasoning to

More information

6.01, Fall Semester, 2007 Assignment 10 - Design Lab, Issued: Tuesday, November 6th 1

6.01, Fall Semester, 2007 Assignment 10 - Design Lab, Issued: Tuesday, November 6th 1 6.01, Fall Semester, 2007 Assignment 10 - Design Lab, Issued: Tuesday, November 6th 1 MASSACHVSETTS INSTITVTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.01 Introduction to

More information

EMG Electrodes. Fig. 1. System for measuring an electromyogram.

EMG Electrodes. Fig. 1. System for measuring an electromyogram. 1270 LABORATORY PROJECT NO. 1 DESIGN OF A MYOGRAM CIRCUIT 1. INTRODUCTION 1.1. Electromyograms The gross muscle groups (e.g., biceps) in the human body are actually composed of a large number of parallel

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

SRV02-Series Rotary Experiment # 3. Ball & Beam. Student Handout

SRV02-Series Rotary Experiment # 3. Ball & Beam. Student Handout SRV02-Series Rotary Experiment # 3 Ball & Beam Student Handout SRV02-Series Rotary Experiment # 3 Ball & Beam Student Handout 1. Objectives The objective in this experiment is to design a controller for

More information

10. Computer-Assisted Data Acquisition and Analysis

10. Computer-Assisted Data Acquisition and Analysis 10. Computer-Assisted Data Acquisition and Analysis Objective The purpose of this experiment is to practice computer-assisted data acquisition and analysis. Students use LabVIEW programs to control the

More information

Addendum Handout for the ECE3510 Project. The magnetic levitation system that is provided for this lab is a non-linear system.

Addendum Handout for the ECE3510 Project. The magnetic levitation system that is provided for this lab is a non-linear system. Addendum Handout for the ECE3510 Project The magnetic levitation system that is provided for this lab is a non-linear system. Because of this fact, it should be noted that the associated ideal linear responses

More information

Section 2 Lab Experiments

Section 2 Lab Experiments Section 2 Lab Experiments Section Overview This set of labs is provided as a means of learning and applying mechanical engineering concepts as taught in the mechanical engineering orientation course at

More information

Experiment 3. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current.

Experiment 3. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Experiment 3 Ohm s Law 3.1 Objectives Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Construct a circuit using resistors, wires and a breadboard

More information

Experiment 2. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current.

Experiment 2. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Experiment 2 Ohm s Law 2.1 Objectives Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Construct a circuit using resistors, wires and a breadboard

More information

OVP 2:1. Wide Range. Protection

OVP 2:1. Wide Range. Protection 10W, Wide Input Range DIP, Single & Dual Output DC/DC s Key Features High Efficiency up to 88 10 Isolation MTBF > 1,000,000 Hours 2:1 Wide Input Range CSA9-1 Safety Approval Complies with EN522 Class A

More information

Distributing Tomorrow s Technologies For Today s Designs Toll-Free:

Distributing Tomorrow s Technologies For Today s Designs Toll-Free: 2W, Wide Input Range DIP, Single & DC/DC s Key Features Efficiency up to 81 Isolation MTBF > 1,000,000 Hours 2:1 Wide Input Range CSA1 Safety Approval Low Ripple and Noise Short Circuit Protection Complies

More information

The Temperature Controlled Window Matt Aldeman and Chase Brill ME 224 June 2003

The Temperature Controlled Window Matt Aldeman and Chase Brill ME 224 June 2003 The Temperature Controlled Window Matt Aldeman and Chase Brill ME 224 June 2003 Design Objectives The purpose of our device is to control a window based on the temperature of a specified area. The goal

More information

Laboratory 9. Required Components: Objectives. Optional Components: Operational Amplifier Circuits (modified from lab text by Alciatore)

Laboratory 9. Required Components: Objectives. Optional Components: Operational Amplifier Circuits (modified from lab text by Alciatore) Laboratory 9 Operational Amplifier Circuits (modified from lab text by Alciatore) Required Components: 1x 741 op-amp 2x 1k resistors 4x 10k resistors 1x l00k resistor 1x 0.1F capacitor Optional Components:

More information

MIW3000 Series EMI. 5-6W, Wide Input Range DIP, Single & Dual Output DC/DC Converters MINMAX. Block Diagram. Key Features

MIW3000 Series EMI. 5-6W, Wide Input Range DIP, Single & Dual Output DC/DC Converters MINMAX. Block Diagram. Key Features -6W, Wide Input Range DIP, Single & DC/DC s Key Features Efficiency up to 10 Isolation MTBF > 1,000,000 Hours 2:1 Wide Input Range UL19 Safety Approval Complies with EN22 Class A Temperature Performance

More information

Distributing Tomorrow s Technologies For Today s Designs Toll-Free:

Distributing Tomorrow s Technologies For Today s Designs Toll-Free: 3W, Wide Input Range DIP, Single & DC/DC s Key Features Efficiency up to 82 Isolation MTBF > 1,000,000 Hours 2:1 Wide Input Range Low Cost Complies with EN022 Class A Temperature Performance -2 to +71

More information

User s Manual for Integrator Short Pulse ISP16 10JUN2016

User s Manual for Integrator Short Pulse ISP16 10JUN2016 User s Manual for Integrator Short Pulse ISP16 10JUN2016 Specifications Exceeding any of the Maximum Ratings and/or failing to follow any of the Warnings and/or Operating Instructions may result in damage

More information

OVEN INDUSTRIES, INC. Model 5C7-362

OVEN INDUSTRIES, INC. Model 5C7-362 OVEN INDUSTRIES, INC. OPERATING MANUAL Model 5C7-362 THERMOELECTRIC MODULE TEMPERATURE CONTROLLER TABLE OF CONTENTS Features... 1 Description... 2 Block Diagram... 3 RS232 Communications Connections...

More information

EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope

EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope For students to become more familiar with oscilloscopes and function generators. Pre laboratory Work Read the TDS 210 Oscilloscope

More information

DS200ID-CD100. Specification highlights Symbol Unit Min Typ Max. Features. Applications: Linearity error maximum 2 ppm. MPS for particles accelerators

DS200ID-CD100. Specification highlights Symbol Unit Min Typ Max. Features. Applications: Linearity error maximum 2 ppm. MPS for particles accelerators Ultra-stable, high precision (ppm class) fluxgate technology DS Series current transducer for non-intrusive, isolated DC and AC current measurement up to 370A Features Linearity error maximum 2 ppm 100

More information

Name Date: Course number: MAKE SURE TA & TI STAMPS EVERY PAGE BEFORE YOU START EXPERIMENT 10. Electronic Circuits

Name Date: Course number: MAKE SURE TA & TI STAMPS EVERY PAGE BEFORE YOU START EXPERIMENT 10. Electronic Circuits Laboratory Section: Last Revised on September 21, 2016 Partners Names: Grade: EXPERIMENT 10 Electronic Circuits 1. Pre-Laboratory Work [2 pts] 1. How are you going to determine the capacitance of the unknown

More information

10: AMPLIFIERS. Circuit Connections in the Laboratory. Op-Amp. I. Introduction

10: AMPLIFIERS. Circuit Connections in the Laboratory. Op-Amp. I. Introduction 10: AMPLIFIERS Circuit Connections in the Laboratory From now on you will construct electrical circuits and test them. The usual way of constructing circuits would be to solder each electrical connection

More information

Practical 2P12 Semiconductor Devices

Practical 2P12 Semiconductor Devices Practical 2P12 Semiconductor Devices What you should learn from this practical Science This practical illustrates some points from the lecture courses on Semiconductor Materials and Semiconductor Devices

More information

LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY

LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY Objectives Preparation Tools To see the inner workings of a commercial mechatronic system and to construct a simple manual motor speed controller and current

More information

UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab Experiment no.1 DC Servo Motor

UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab Experiment no.1 DC Servo Motor UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab. 0908448 Experiment no.1 DC Servo Motor OBJECTIVES: The aim of this experiment is to provide students with a sound introduction

More information

DS2000ICLA. Specification highlights Symbol Unit Min Typ Max. Features. Applications: 1 ppm linearity. MPS for particles accelerators.

DS2000ICLA. Specification highlights Symbol Unit Min Typ Max. Features. Applications: 1 ppm linearity. MPS for particles accelerators. Ultra-stable, high precision (ppm class) fluxgate technology DS Series current transducer for non-intrusive, isolated DC and AC current measurement up to 3000A Features ppm linearity 0 ppm offset Current

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

658 Current to Position Converters

658 Current to Position Converters 658 Current to Position Converters Current to Position Converters for Solid State Switching Output Adjustable Zero, Span and Deadband Two Wire Input from Controller Operates with 90 to 1000 Ω Feedback

More information

ENGR 1121 Lab 3 Strain Gauge

ENGR 1121 Lab 3 Strain Gauge ENGR 1121 Lab 3 Strain Gauge February 10, 2014 In this lab, you will make measurements of mechanical strain in a small cantilevered aluminum beam using a strain gauge as you bend it. The Strain Gauge The

More information

CCD temperature control. CTIO 60 inches Echelle ECH60HF 4.1

CCD temperature control. CTIO 60 inches Echelle ECH60HF 4.1 CCD temperature control CTIO 60 inches Echelle ECH60HF 4.1 La Serena, December 09, 2009 Contents Introduction...3 Chapter 1: Control: Dynamic response...5 Chapter 2.:Control stability...7 Conclusion /

More information

LAB 1: Familiarity with Laboratory Equipment (_/10)

LAB 1: Familiarity with Laboratory Equipment (_/10) LAB 1: Familiarity with Laboratory Equipment (_/10) PURPOSE o gain familiarity with basic laboratory equipment oscilloscope, oscillator, multimeter and electronic components. EQUIPMEN (i) Oscilloscope

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

LF353 Wide Bandwidth Dual JFET Input Operational Amplifier

LF353 Wide Bandwidth Dual JFET Input Operational Amplifier LF353 Wide Bandwidth Dual JFET Input Operational Amplifier General Description These devices are low cost, high speed, dual JFET input operational amplifiers with an internally trimmed input offset voltage

More information

EET 150 Lab Activity 13 On-Line Students Temperature Logging and Display Analog Discovery 2

EET 150 Lab Activity 13 On-Line Students Temperature Logging and Display Analog Discovery 2 Required Parts, Software and Equipment Parts None for this activity Equipment EET 150 Lab Activity 13 On-Line Students Temperature Logging and Display Analog Discovery 2 Analog Discovery 2: Arbitrary Waveform

More information

High Current, High Power OPERATIONAL AMPLIFIER

High Current, High Power OPERATIONAL AMPLIFIER High Current, High Power OPERATIONAL AMPLIFIER FEATURES HIGH OUTPUT CURRENT: A WIDE POWER SUPPLY VOLTAGE: ±V to ±5V USER-SET CURRENT LIMIT SLEW RATE: V/µs FET INPUT: I B = pa max CLASS A/B OUTPUT STAGE

More information

High Precision 10 V IC Reference AD581*

High Precision 10 V IC Reference AD581* a FEATURES Laser Trimmed to High Accuracy: 10.000 Volts 5 mv (L and U) Trimmed Temperature Coefficient: 5 ppm/ C max, 0 C to +70 C (L) 10 ppm/ C max, 55 C to +125 C (U) Excellent Long-Term Stability: 25

More information

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17 LABORATORY 4 ASSIGNED: 3/21/17 OBJECTIVE: The purpose of this lab is to evaluate the transient and steady-state circuit response of first order and second order circuits. MINIMUM EQUIPMENT LIST: You will

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

LF442 Dual Low Power JFET Input Operational Amplifier

LF442 Dual Low Power JFET Input Operational Amplifier LF442 Dual Low Power JFET Input Operational Amplifier General Description The LF442 dual low power operational amplifiers provide many of the same AC characteristics as the industry standard LM1458 while

More information

REV. B. NOTES 1 At Pin 1. 2 Calculated as average over the operating temperature range. 3 H = Hermetic Metal Can; N = Plastic DIP.

REV. B. NOTES 1 At Pin 1. 2 Calculated as average over the operating temperature range. 3 H = Hermetic Metal Can; N = Plastic DIP. SPECIFICATIONS (@ V IN = 15 V and 25 C unless otherwise noted.) Model AD584J AD584K AD584L Min Typ Max Min Typ Max Min Typ Max Unit OUTPUT VOLTAGE TOLERANCE Maximum Error 1 for Nominal Outputs of: 10.000

More information

CT435. PC Board Mount Temperature Controller

CT435. PC Board Mount Temperature Controller CT435 PC Board Mount Temperature Controller Features Two RTD temperature sensor inputs: Pt100 or Pt1000. Wide temperature sensing range: -70 C to 650 C. All controller features are configurable through

More information

14.2 Photodiodes 411

14.2 Photodiodes 411 14.2 Photodiodes 411 Maximum reverse voltage is specified for Ge and Si photodiodes and photoconductive cells. Exceeding this voltage can cause the breakdown and severe deterioration of the sensor s performance.

More information

TC LV-Series Temperature Controllers V1.01

TC LV-Series Temperature Controllers V1.01 TC LV-Series Temperature Controllers V1.01 Electron Dynamics Ltd, Kingsbury House, Kingsbury Road, Bevois Valley, Southampton, SO14 OJT Tel: +44 (0) 2380 480 800 Fax: +44 (0) 2380 480 801 e-mail support@electrondynamics.co.uk

More information

Motomatic Servo Control

Motomatic Servo Control Exercise 2 Motomatic Servo Control This exercise will take two weeks. You will work in teams of two. 2.0 Prelab Read through this exercise in the lab manual. Using Appendix B as a reference, create a block

More information

CAV444 C/V transmitter IC with adjustable output voltage for capacitive input signals

CAV444 C/V transmitter IC with adjustable output voltage for capacitive input signals PRINCIPLE FUNCTION Capacitance/Voltage converter IC with an adjustable, differential output and temperature detection V = V % CC ± Measurment capacitor (8 pf bis. nf) CAV V OUT =, ±,V Temperature 8mV/

More information

Exercise 2: Temperature Measurement

Exercise 2: Temperature Measurement Exercise 2: Temperature Measurement EXERCISE OBJECTIVE When you have completed this exercise, you will be able to explain the use of a thermocouple in temperature measurement applications. DISCUSSION the

More information

Calibration Coefficients and Thermistor Selection

Calibration Coefficients and Thermistor Selection Calibration Coefficients and Thermistor Selection March, 2017 Page 1 ABSTRACT Calibration coefficients for thermistors are determined by the Steinhart-Hart equation for a given thermistor, temperature

More information

Dimensions in inches (mm) .021 (0.527).035 (0.889) .016 (.406).020 (.508 ) .280 (7.112).330 (8.382) Figure 1. Typical application circuit.

Dimensions in inches (mm) .021 (0.527).035 (0.889) .016 (.406).020 (.508 ) .280 (7.112).330 (8.382) Figure 1. Typical application circuit. IL Linear Optocoupler Dimensions in inches (mm) FEATURES Couples AC and DC signals.% Servo Linearity Wide Bandwidth, > khz High Gain Stability, ±.%/C Low Input-Output Capacitance Low Power Consumption,

More information

Laboratory 5: RC Circuits and Filtering

Laboratory 5: RC Circuits and Filtering 5.1 Introduction Laboratory 5: ircuits and Filtering For this lab, you will be comparing the experimental behavior of a filter with analytical behavior modeled in MATLAB using Bode plots. During the lab

More information

Low Cost 10-Bit Monolithic D/A Converter AD561

Low Cost 10-Bit Monolithic D/A Converter AD561 a FEATURES Complete Current Output Converter High Stability Buried Zener Reference Laser Trimmed to High Accuracy (1/4 LSB Max Error, AD561K, T) Trimmed Output Application Resistors for 0 V to +10 V, 5

More information

DQ600ID. Specification highlights Symbol Unit Min Typ Max. Features. Applications: Linearity error maximum 1 ppm. MPS for particles accelerators

DQ600ID. Specification highlights Symbol Unit Min Typ Max. Features. Applications: Linearity error maximum 1 ppm. MPS for particles accelerators Ultra-stable, high precision (ppm class) fluxgate technology DS Series current transducer for non-intrusive, isolated DC and AC current measurement up to 1000A Features Linearity error maximum 1 ppm Fluxgate,

More information

Experiment 15: Diode Lab Part 1

Experiment 15: Diode Lab Part 1 Experiment 15: Diode Lab Part 1 Purpose Theory Overview EQUIPMENT NEEDED: Computer and Science Workshop Interface Power Amplifier (CI-6552A) (2) Voltage Sensor (CI-6503) AC/DC Electronics Lab Board (EM-8656)

More information

ECE2019 Sensors, Circuits, and Systems A2015. Lab #1: Energy, Power, Voltage, Current

ECE2019 Sensors, Circuits, and Systems A2015. Lab #1: Energy, Power, Voltage, Current ECE2019 Sensors, Circuits, and Systems A2015 Lab #1: Energy, Power, Voltage, Current Introduction This lab involves measurement of electrical characteristics for two power sources: a 9V battery and a 5V

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

LM134/LM234/LM334 3-Terminal Adjustable Current Sources

LM134/LM234/LM334 3-Terminal Adjustable Current Sources 3-Terminal Adjustable Current Sources General Description The are 3-terminal adjustable current sources featuring 10,000:1 range in operating current, excellent current regulation and a wide dynamic voltage

More information

12. ELECTRONICS & INSTRUMENTATION FOR TEMPERATURE

12. ELECTRONICS & INSTRUMENTATION FOR TEMPERATURE 12. ELECTRONICS & INSTRUMENTATION FOR TEMPERATURE 12.1 INTRODUCTION The range requirement in instrumentation ranges from a simple display of a single temperature value to multi sensor data acquisition

More information

King Fahd University of Petroleum and Minerals. Department of Electrical Engineering

King Fahd University of Petroleum and Minerals. Department of Electrical Engineering King Fahd University of Petroleum and Minerals Department of Electrical Engineering AN OPEN LOOP RATIONAL SPEED CONTROL OF COOLING FAN UNDER VARYING TEMPERATURE Done By: Al-Hajjaj, Muhammad Supervised

More information

Laboratory Assignment 5 Digital Velocity and Position control of a D.C. motor

Laboratory Assignment 5 Digital Velocity and Position control of a D.C. motor Laboratory Assignment 5 Digital Velocity and Position control of a D.C. motor 2.737 Mechatronics Dept. of Mechanical Engineering Massachusetts Institute of Technology Cambridge, MA0239 Topics Motor modeling

More information

Each individual is to report on the design, simulations, construction, and testing according to the reporting guidelines attached.

Each individual is to report on the design, simulations, construction, and testing according to the reporting guidelines attached. EE 352 Design Project Spring 2015 FM Receiver Revision 0, 03-02-15 Interim report due: Friday April 3, 2015, 5:00PM Project Demonstrations: April 28, 29, 30 during normal lab section times Final report

More information

Experiment 3 Topic: Dynamic System Response Week A Procedure

Experiment 3 Topic: Dynamic System Response Week A Procedure Experiment 3 Topic: Dynamic System Response Week A Procedure Laboratory Assistant: Email: Office Hours: LEX-3 Website: Caitlyn Clark and Brock Hedlund cclark20@nd.edu, bhedlund@nd.edu 04/03 04/06 from

More information

DATA ACQUISITION AND CONTROL SOFTWARE FOR THE EDUCATIONAL KIT FESTO (LEVEL AND TEMPERATURE CONTROL)

DATA ACQUISITION AND CONTROL SOFTWARE FOR THE EDUCATIONAL KIT FESTO (LEVEL AND TEMPERATURE CONTROL) DATA ACQUISITION AND CONTROL SOFTWARE FOR THE EDUCATIONAL KIT FESTO (LEVEL AND TEMPERATURE CONTROL) Gabriela CANURECI, Camelia MAICAN, Matei VINATORU Automation Department, University of Craiova, Str.

More information

2.017 DESIGN OF ELECTROMECHANICAL ROBOTIC SYSTEMS Fall 2009 Lab 4: Motor Control. October 5, 2009 Dr. Harrison H. Chin

2.017 DESIGN OF ELECTROMECHANICAL ROBOTIC SYSTEMS Fall 2009 Lab 4: Motor Control. October 5, 2009 Dr. Harrison H. Chin 2.017 DESIGN OF ELECTROMECHANICAL ROBOTIC SYSTEMS Fall 2009 Lab 4: Motor Control October 5, 2009 Dr. Harrison H. Chin Formal Labs 1. Microcontrollers Introduction to microcontrollers Arduino microcontroller

More information

OP5340-1/OP USER GUIDE

OP5340-1/OP USER GUIDE OP5340-1/OP5340-2 USER GUIDE Analog to Digital Converter Module www.opal-rt.com Published by OPAL-RT Technologies, Inc. 1751 Richardson, suite 2525 Montréal (Québec) Canada H3K 1G6 www.opal-rt.com 2014

More information

Laboratory Project 1: Design of a Myogram Circuit

Laboratory Project 1: Design of a Myogram Circuit 1270 Laboratory Project 1: Design of a Myogram Circuit Abstract-You will design and build a circuit to measure the small voltages generated by your biceps muscle. Using your circuit and an oscilloscope,

More information

resistor box inductor 3 BNC to banana + V L

resistor box inductor 3 BNC to banana + V L Physics ab II Inductance and Circuit Page 1/5 Name: Partner: Partner: Purpose: To investigate how the voltage across an inductor changes in response to changing currents. To measure the inductance by measuring

More information

ECE ECE285. Electric Circuit Analysis I. Spring Nathalia Peixoto. Rev.2.0: Rev Electric Circuits I

ECE ECE285. Electric Circuit Analysis I. Spring Nathalia Peixoto. Rev.2.0: Rev Electric Circuits I ECE285 Electric Circuit Analysis I Spring 2014 Nathalia Peixoto Rev.2.0: 140124. Rev 2.1. 140813 1 Lab reports Background: these 9 experiments are designed as simple building blocks (like Legos) and students

More information

GE423 Laboratory Assignment 6 Robot Sensors and Wall-Following

GE423 Laboratory Assignment 6 Robot Sensors and Wall-Following GE423 Laboratory Assignment 6 Robot Sensors and Wall-Following Goals for this Lab Assignment: 1. Learn about the sensors available on the robot for environment sensing. 2. Learn about classical wall-following

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

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

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

More information

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

Introduction To Temperature Controllers

Introduction To Temperature Controllers Introduction To Temperature Controllers The Miniature CN77000 is a full featured microprocessor-based controller in a 1/16 DIN package. How Can I Control My Process Temperature Accurately and Reliably?

More information