Section 2 Lab Experiments

Size: px
Start display at page:

Download "Section 2 Lab Experiments"

Transcription

1 Section 2 Lab Experiments

2 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 Oregon State University. In the first part of the procedure for each lab are the hardware setups required, mainly soldering motors, switches, and sensors. The rest of the procedure will outline the setup and details for the lab. The programs in this section will need to be written by the user. For reference and help, refer to the mech_lib website or the board experiments. Some labs may require extra hardware or parts that are not included in the Mechatronics kit such as weights and mechanical parts; this is left to the user to find and implement. Page 12 Oregon State University ME 101 Lab Book

3 Motors and Efficiency Lab 1 Objective Learn basic usage of the mx_ctlr board Practice graphing in Excel Importance of accurate measurements Understand the relationship between RPM, torque, and efficiency Prelab Come to lab with knowledge of Microsoft Excel Basic knowledge of the mx_ctlr board (Appendix A) Procedure Attach wires to your motors and switches that will be used in this lab; refer to Section 3 for instructions. For this lab, the switches will need to be in the normally open position. Attach a motor to motor output 1 and a switch to input 1. Setup 1 Setup the experiment as in Figure 2, in this part you will need to obtain data to plot a RPM vs. weight curve. Using various weights, measure the distance traveled in a certain amount of time to determine the RPM of the motor. For this first setup, you will manually press the limit switch to start and stop the motor. Write a program such that when you press a switch, the motor will start turning, and after the weight has traveled some distance, pressing the switch again will stop the motor. The distance measured will be used in calculating the RPM of the motor. Repeat the process as many times as necessary to obtain enough data to plot the RPM vs. weight curve using Excel. What causes the knee in your plot? Why can the motor maintain a stable revolutions per minute regardless of weight until a certain amount of weight? Is this a mechanical or electrical issue? Is it both? ME 101 Lab Book Oregon State University Page 13

4 Figure 2: Setup 1. Table 1: Data for RPM vs. weight measurements Weight Distance Time RPM Page 14 Oregon State University ME 101 Lab Book

5 Setup 2 In the first setup, there was error in measurement due to human reaction time in pressing the switch and recording time. In this setup you will try to remove this human error to get better results. You will need to plot the RPM vs. weight curve again, but this time program the motor to turn on for a fixed length of time and measure the distance the load travels. Compare the two curves you produced of RPM vs. weight. Is one more accurate? Excel is a powerful tool. Can you find a way of plotting a best fit curve to your data? How about a correlation coefficient to see how close your data fits the best fit curve? Table 2: Data for weight vs. RPM w/o human error measurements Weight Distance Time RPM As an option, you can use the board to obtain the data directly and send it to the computer (this will require more programming on your part), which can then be plotted in Excel. In order to transfer data, you will need to hook up a male to female serial extension cable on the serial port of the board to either port com1 or com2 on the computer. Refer to Section 3 for an example of how to use the serial communication. ME 101 Lab Book Oregon State University Page 15

6 Write Up Turn in the graphs and the code used for Setups 1 & 2. On one typed page, explain how you were able to reduce the amount of human error and why it is important. Also identify the sweet spot of the motor (the most RPM for the weight). What is the relationship between RPM, voltage, and loading in the motor? What makes a motor more or less efficient? (You may need to do a little research on the internet to find these answers.) Page 16 Oregon State University ME 101 Lab Book

7 Power and Torque Lab 2 Objective Explore further function of the mechatronics board Explore the concepts of power and torque in a motor Prelab Read over Lab 2 Obtain materials to be used in construction of the lever arm Procedure In this lab you will use a lever arm that can have various weights hung from it to examine the torque of a motor. The current of the motor will be measured across a 1Ω ½W resistor (brown, black, gold) soldered in series with the motor. Using a voltmeter, measure the voltage across the resistor. Since the resistor is 1Ω, the voltage is equal to the current. When constructing the lever arm, take into account the weight of the material being used. They should be fairly strong but not too heavy. The internal gears of the motors are made of plastic; too much stress could cause permanent damage. Figure 3: 1 in series and measuring voltage. When measuring voltage, place the black lead in the com port and the red lead in the V/Ω port. ME 101 Lab Book Oregon State University Page 17

8 Attach a weight to your lever arm some distance away from the center of your motor and measure the current of your motor as the arm rotates from vertical to a horizontal position, Figure 4. Record the largest current. Move the weight to a different distance from the center of the motor and repeat, filling in Table 3. Be sure to have some measurements where the motor cannot quite raise the arm all the way to horizontal. Plot the torque vs. current curve using Excel. Table 3: Data for current vs. torque measurements Weight Distance Current Torque Page 18 Oregon State University ME 101 Lab Book

9 Have a TA check off your lab after completion. Figure 4: Lever arm apparatus. Write Up Turn in a current vs. torque graph from Excel. Explain in a short write-up if current and torque are related. What about torque and RPM? You should be able to explore the torque of the measurements from Lab 1 compared to weight and RPM. Convince your TA of your findings. ME 101 Lab Book Oregon State University Page 19

10 Simple Control System Lab 3 Objective Learn basic concepts of input/output systems Thermal control Prelab This is a very tough lab. You should read ahead and start your design before coming to lab. If you don t have a soldering iron, work on the code as much as you can. Procedure In this lab you will construct a simple cooling control system. The input for the system is from a thermistor that will be connected to a resistor across the motor terminals. A small computer fan will be connected to another motor terminal which will turn on once the resistor gets hot enough to try and cool it down. Setup 1 Solder two 56Ω ½W (green, blue, black) resistors in parallel and attach to motor terminal 1. Then attach a small fan across motor terminal 2 (Note: if the fan is DC, the wires can only be inserted one way: the positive lead is on the forward side of the terminal, the side closer to the power terminal). Figure 5: Attaching a resistor and fan to the motor outputs. Assemble a thermistor sensor. Solder a thermistor in series with a 4.7KΩ 1 / 8 W (yellow, violet, red) resistor, Figure 6. Then attach three wires as shown in Figure 7; these wires will need to be approximately 8-10 inches long. Page 20 Oregon State University ME 101 Lab Book

11 Figure 6: A thermistor sensor. Connect the power lead on the resistor to Vcc on terminal J10, the power lead on the thermistor to ground on terminal J11, and the signal lead to alternate input 1 on terminal J10. Using a small piece of tape, tape the thermistor to the resistor on the motor terminal. Figure 7: Attaching the thermistor to the resistor. Write a program that will continuously poll an input from the thermistor; then depending on the level given by the thermistor, decide when to turn the fan on or off to keep the resistor at a fairly cool temperature. In this program, motor output 1 is always on; this will heat up the resistor. As the resistor heats up, the number given by the ADC will go down. Write the program such that the resistor temperature will always be around 124. As a safety precaution, at 50 the resistor has become too hot; program the board such that everything will be shut off. You are building a simple control system, Figure 8, that monitors the heat of the resistor. There is a lot of math behind what you are doing that can make your program more efficient, but you will have to wait to learn more ME 101 Lab Book Oregon State University Page 21

12 about it. Figure 8: Simple control system. Feedback is often needed to determine if a product is functioning correctly. Send the output from the ADC to Hyper Terminal, and refer to Section 3 for help. Sending all the data is impractical; however, in your program, find a way to only display critical values or only when prompted by the user. When reading from the ADC, use the read_adc function. Setup 2 Most systems that require heat dissipation use a combination of a heat sink and a fan. Hook up the thermistor, Figure 9. The two resistors and thermistor will need to be soldered onto the heat sink. Run the program again and note the differences. Figure 9: Heat sink and thermistor. Page 22 Oregon State University ME 101 Lab Book

13 The new system you have built is slightly different than the first one. You have added a new gain stage to your control system, Figure 10. The heat sink acts to amplify the cooling from the fan. Is your fan on more or less often with the heat sink attached? Figure 10: New control system. Write up Turn in the program you wrote for this lab. In this lab, you used two ways to reduce temperatures in a system; describe at least two other ways that temperature in systems can be controlled. How do these methods differ; is one better or cheaper? Discuss these and other aspects in your analysis. Discuss what could happen if the heat sink was infinitely large (over-dampened) or infinitely small (under-dampened). ME 101 Lab Book Oregon State University Page 23

14

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

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

Voltage Current and Resistance II

Voltage Current and Resistance II Voltage Current and Resistance II Equipment: Capstone with 850 interface, analog DC voltmeter, analog DC ammeter, voltage sensor, RLC circuit board, 8 male to male banana leads 1 Purpose This is a continuation

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

Experiment A3 Electronics I Procedure

Experiment A3 Electronics I Procedure Experiment A3 Electronics I Procedure Deliverables: Checked lab notebook, Brief technical memo Overview Most of the transducers used in modern engineering applications are electronic, meaning they convert

More information

Thermal Monitor. PI Feedback TL074. Opamp #3. Set Point Monitor. Figure 1. PI temperature control servolock circuit.

Thermal Monitor. PI Feedback TL074. Opamp #3. Set Point Monitor. Figure 1. PI temperature control servolock circuit. References. [1] K.B. MacAdam, A. Steinback and C. Wieman. A narrow-band tunable diode laser system with grating feedback, and a saturated absorption spectrometer for Cs and Rb. Am. J. Phys. 60, 1098 (1992).

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

HEAT ACTIVATED SWITCH KIT

HEAT ACTIVATED SWITCH KIT TEACHING RESOURCES SCHEMES OF WORK DEVELOPING A SPECIFICATION COMPONENT FACTSHEETS HOW TO SOLDER GUIDE REACT TO THE TEMPERATURE WITH THIS HEAT ACTIVATED SWITCH KIT Version 2.1 Heat Activated Switch Teaching

More information

Lab 4 Ohm s Law and Resistors

Lab 4 Ohm s Law and Resistors ` Lab 4 Ohm s Law and Resistors What You Need To Know: The Physics One of the things that students have a difficult time with when they first learn about circuits is the electronics lingo. The lingo and

More information

Programmable Control Introduction

Programmable Control Introduction Programmable Control Introduction By the end of this unit you should be able to: Give examples of where microcontrollers are used Recognise the symbols for different processes in a flowchart Construct

More information

The Magnetic Field in a Slinky

The Magnetic Field in a Slinky The Magnetic Field in a Slinky Experiment 29 A solenoid is made by taking a tube and wrapping it with many turns of wire. A metal Slinky is the same shape and will serve as our solenoid. When a current

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

GrovePi Temp-Humidity Sensor Lesson Video Script. Slide 1

GrovePi Temp-Humidity Sensor Lesson Video Script. Slide 1 Slide 1 Grove Pi Temp-Humidity Lesson In this GrovePi lesson we will Kick it up with a Temperature-Humidity sensor. A temperature-humidity sensor is used to detect temperature and to detect humidity level

More information

Lab 3 DC CIRCUITS AND OHM'S LAW

Lab 3 DC CIRCUITS AND OHM'S LAW 43 Name Date Partners Lab 3 DC CIRCUITS AND OHM'S LAW AMPS + - VOLTS OBJECTIVES To learn to apply the concept of potential difference (voltage) to explain the action of a battery in a circuit. To understand

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

Activity P56: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Output, Voltage Sensor)

Activity P56: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Output, Voltage Sensor) Activity P56: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Output, Voltage Sensor) Concept DataStudio ScienceWorkshop (Mac) ScienceWorkshop (Win) Semiconductors P56 Emitter

More information

ECE 203 LAB 6: INVERTED PENDULUM

ECE 203 LAB 6: INVERTED PENDULUM Version 1.1 1 of 15 BEFORE YOU BEGIN EXPECTED KNOWLEDGE Basic Circuit Analysis EQUIPMENT AFG Oscilloscope Programmable Power Supply MATERIALS Three 741 Opamps TIP41 NPN power transistor TIP42 PNP power

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

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

Experiment P49: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Amplifier, Voltage Sensor)

Experiment P49: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Amplifier, Voltage Sensor) PASCO scientific Vol. 2 Physics Lab Manual: P49-1 Experiment P49: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Amplifier, Voltage Sensor) Concept Time SW Interface Macintosh

More information

Measuring Voltage, Current & Resistance Building: Resistive Networks, V and I Dividers Design and Build a Resistance Indicator

Measuring Voltage, Current & Resistance Building: Resistive Networks, V and I Dividers Design and Build a Resistance Indicator ECE 3300 Lab 2 ECE 1250 Lab 2 Measuring Voltage, Current & Resistance Building: Resistive Networks, V and I Dividers Design and Build a Resistance Indicator Overview: In Lab 2 you will: Measure voltage

More information

RESISTANCE & OHM S LAW (PART I

RESISTANCE & OHM S LAW (PART I RESISTANCE & OHM S LAW (PART I and II) Objectives: To understand the relationship between potential and current in a resistor and to verify Ohm s Law. To understand the relationship between potential and

More information

Series and Parallel Resistors

Series and Parallel Resistors Lab 8. Series and Parallel Resistors Goals To understand the fundamental difference between resistors connected in series and in parallel. To calculate the voltages and currents in simple circuits involving

More information

1-1. Kirchoff s Laws A. Construct the circuit shown below. R 1 =1 kω. = 2.7 kω R 3 R 2 5 V

1-1. Kirchoff s Laws A. Construct the circuit shown below. R 1 =1 kω. = 2.7 kω R 3 R 2 5 V Physics 310 Lab 1: DC Circuits Equipment: Digital Multimeter, 5V Supply, Breadboard, two 1 kω, 2.7 kω, 5.1 kω, 10 kω, two, Decade Resistor Box, potentiometer, 10 kω Thermistor, Multimeter Owner s Manual

More information

MAE106 Laboratory Exercises Lab # 3 Open-loop control of a DC motor

MAE106 Laboratory Exercises Lab # 3 Open-loop control of a DC motor MAE106 Laboratory Exercises Lab # 3 Open-loop control of a DC motor University of California, Irvine Department of Mechanical and Aerospace Engineering Goals To understand and gain insight about how a

More information

ECE 2010 Laboratory # 5 J.P.O Rourke

ECE 2010 Laboratory # 5 J.P.O Rourke ECE 21 Laboratory # 5 J.P.O Rourke Prelab: Simulate the circuit used in parts 1 and 2 of the Lab and record the simulated results. Your Prelab is due at the beginning of lab and will be checked off by

More information

Bill of Materials: PWM Stepper Motor Driver PART NO

Bill of Materials: PWM Stepper Motor Driver PART NO PWM Stepper Motor Driver PART NO. 2183816 Control a stepper motor using this circuit and a servo PWM signal from an R/C controller, arduino, or microcontroller. Onboard circuitry limits winding current,

More information

CPE 100L DIGITAL LOGIC DESIGN I DESIGN LABORATORY LABORATORY 1 LAB SAFETY QUIZ & LAB EQUIPMENT USE TUTORIAL UNIVERSITY OF NEVADA, LAS VEGAS GOALS:

CPE 100L DIGITAL LOGIC DESIGN I DESIGN LABORATORY LABORATORY 1 LAB SAFETY QUIZ & LAB EQUIPMENT USE TUTORIAL UNIVERSITY OF NEVADA, LAS VEGAS GOALS: CPE 100L DESIGN LABORATORY LABORATORY 1 LAB SAFETY QUIZ & LAB EQUIPMENT USE TUTORIAL DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS GOALS: Introduce laboratory safety

More information

ECE 2010 Laboratory # 3 J.P.O Rourke

ECE 2010 Laboratory # 3 J.P.O Rourke ECE 21 Laboratory # 3 J.P.O Rourke Prelab: Simulate all the circuits in this Laboratory. Record the simulated results for each part of the lab. Your Prelab is due at the beginning of lab and will be checked

More information

Experiment 8: An AC Circuit

Experiment 8: An AC Circuit Experiment 8: An AC Circuit PART ONE: AC Voltages. Set up this circuit. Use R = 500 Ω, L = 5.0 mh and C =.01 μf. A signal generator built into the interface provides the emf to run the circuit from Output

More information

Oregon State University Lab Session #1 (Week 3)

Oregon State University Lab Session #1 (Week 3) Oregon State University Lab Session #1 (Week 3) ENGR 201 Electrical Fundamentals I Equipment and Resistance Winter 2016 EXPERIMENTAL LAB #1 INTRO TO EQUIPMENT & OHM S LAW This set of laboratory experiments

More information

INA169 Breakout Board Hookup Guide

INA169 Breakout Board Hookup Guide Page 1 of 10 INA169 Breakout Board Hookup Guide CONTRIBUTORS: SHAWNHYMEL Introduction Have a project where you want to measure the current draw? Need to carefully monitor low current through an LED? The

More information

PowerAmp Design. PowerAmp Design PAD117A RAIL TO RAIL OPERATIONAL AMPLIFIER

PowerAmp Design. PowerAmp Design PAD117A RAIL TO RAIL OPERATIONAL AMPLIFIER PowerAmp Design RAIL TO RAIL OPERATIONAL AMPLIFIER Rev J KEY FEATURES LOW COST RAIL TO RAIL INPUT & OUTPUT SINGLE SUPPLY OPERATION HIGH VOLTAGE 100 VOLTS HIGH OUTPUT CURRENT 15A 250 WATT OUTPUT CAPABILITY

More information

PowerAmp Design. PowerAmp Design PAD01 COMPACT POWER OP AMP

PowerAmp Design. PowerAmp Design PAD01 COMPACT POWER OP AMP PowerAmp Design COMPACT POWER OP AMP Rev C KEY FEATURES LOW COST HIGH VOLTAGE 00 VOLTS HIGH OUTPUURRENT 5A 30 WATT DISSIPATION CAPABILITY 50 WATT OUTPUAPABILITY SMALL FOOTPRINT 30mm SQUARE RoHS COMPLIANT

More information

TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TA7736P,TA7736F

TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TA7736P,TA7736F TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TA7736P,TA7736F DC MOTOR DRIVER IC TA7736P/F The TA7736P is a 3 phase Bi directional motor driver IC. It designed for use VCR, tape deck, floppy

More information

Lab Equipment. PES 2160 Prelab Questions. Name: Lab Station: 005

Lab Equipment. PES 2160 Prelab Questions. Name: Lab Station: 005 ** Disclaimer: This prelab is not to be copied, duplicated, and/or distributed, in whole or in part, unless approval is received from the University of Colorado at Colorado Springs Physics Department AND

More information

DC Circuits and Ohm s Law

DC Circuits and Ohm s Law DC Circuits and Ohm s Law INTRODUCTION During the nineteenth century so many advances were made in understanding the electrical nature of matter that it has been called the age of electricity. One such

More information

DC Circuits and Ohm s Law

DC Circuits and Ohm s Law DC Circuits and Ohm s Law INTRODUCTION During the nineteenth century so many advances were made in understanding the electrical nature of matter that it has been called the age of electricity. One such

More information

Real Analog - Circuits 1 Chapter 1: Lab Projects

Real Analog - Circuits 1 Chapter 1: Lab Projects Real Analog - Circuits 1 Chapter 1: Lab Projects 1.2.2: Dependent Sources and MOSFETs Overview: In this lab assignment, a qualitative discussion of dependent sources is presented in the context of MOSFETs

More information

Massachusetts Institute of Technology. Lab 2: Characterization of Lab System Components

Massachusetts Institute of Technology. Lab 2: Characterization of Lab System Components OBJECTIVES Massachusetts Institute of Technology Department of Mechanical Engineering 2.004 System Dynamics and Control Fall Term 2007 Lab 2: Characterization of Lab System Components In the future lab

More information

Electronics. RC Filter, DC Supply, and 555

Electronics. RC Filter, DC Supply, and 555 Electronics RC Filter, DC Supply, and 555 0.1 Lab Ticket Each individual will write up his or her own Lab Report for this two-week experiment. You must also submit Lab Tickets individually. You are expected

More information

GT-1050A 2 GHz to 50 GHz Microwave Power Amplifier

GT-1050A 2 GHz to 50 GHz Microwave Power Amplifier Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) Giga-tronics GT-1050A Microwave Power Amplifier GT-1050A 2 GHz to 50 GHz Microwave Power Amplifier Operation Manual

More information

ECE 203 LAB 2 CONTROL FUNDAMENTALS AND MAGNETIC LEVITATION

ECE 203 LAB 2 CONTROL FUNDAMENTALS AND MAGNETIC LEVITATION Version 1.1 1 of 13 ECE 203 LAB 2 CONTROL FUNDAMENTALS AND MAGNETIC LEVITATION BEFORE YOU BEGIN PREREQUISITE LABS All 202 Labs EXPECTED KNOWLEDGE Fundamentals of electrical systems EQUIPMENT Oscilloscope

More information

Temperature activated switch

Temperature activated switch Build instructions, circuit explanation and example applications Issue 1.5 Product information: www.kitronik.co.uk/quicklinks/2113/ TEACHER Temperature activated switch Introduction About the project kit

More information

CONSTRUCTIVE DOCUMENTATION 09/06/2003 WIRING. Dash ST1. Logger s pinout. How to power the gauge

CONSTRUCTIVE DOCUMENTATION 09/06/2003 WIRING. Dash ST1. Logger s pinout. How to power the gauge AIM DashST1 CONSTRUCTIVE DOCUMENTATION 09/06/2003 WIRING Notes: general-purpose wiring for Dash ST1. Version 1.01 Dash ST1 167 [6.57] GEAR 87 [3.43] 27 [1.06] x1000 rpm mod.416tg Dimensions in millimetres

More information

EECE 2413 Electronics Laboratory

EECE 2413 Electronics Laboratory EECE 2413 Electronics Laboratory Lab #2: Diode Circuits Goals In this lab you will become familiar with several different types of pn-junction diodes. These include silicon and germanium junction diodes,

More information

3DR ArduCopter Quad-C

3DR ArduCopter Quad-C 3DR ArduCopter Quad-C 3DR ArduCopter Quad-C Thank you for purchasing a 3DR ArduCopter Quad kit. The 3DR ArduCopter Quad is a stable and supported multi-rotor frame in the ongoing development of the ArduCopter

More information

Introduction to the Op-Amp

Introduction to the Op-Amp Purpose: ENGR 210/EEAP 240 Lab 5 Introduction to the Op-Amp To become familiar with the operational amplifier (OP AMP), and gain experience using this device in electric circuits. Equipment Required: HP

More information

Experiment 1 Topic: Sensors/Measurement Systems/Calibration Week A Procedure

Experiment 1 Topic: Sensors/Measurement Systems/Calibration Week A Procedure Experiment 1 Topic: Sensors/Measurement Systems/Calibration Week A Procedure Laboratory Assistant: Michael Wicks and Erik Ross Email: mwicks@nd.edu and eross2@nd.edu Office/hours: 2/7 2/10, 5 pm - 6 pm,

More information

ENGS 26 CONTROL THEORY. Thermal Control System Laboratory

ENGS 26 CONTROL THEORY. Thermal Control System Laboratory 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 +15

More information

PART 1: DESCRIPTION OF THE DIGITAL CONTROL SYSTEM

PART 1: DESCRIPTION OF THE DIGITAL CONTROL SYSTEM ELECTRICAL ENGINEERING TECHNOLOGY PROGRAM EET 433 CONTROL SYSTEMS ANALYSIS AND DESIGN LABORATORY EXPERIENCES INTRODUCTION TO DIGITAL CONTROL PART 1: DESCRIPTION OF THE DIGITAL CONTROL SYSTEM 1. INTRODUCTION

More information

Physics 1051 Laboratory #4 DC Circuits and Ohm s Law. DC Circuits and Ohm s Law

Physics 1051 Laboratory #4 DC Circuits and Ohm s Law. DC Circuits and Ohm s Law DC Circuits and Ohm s Law Contents Part I: Objective Part II: Introduction Part III: Apparatus and Setup Part IV: Measurements Part V: Analysis Part VI: Summary and Conclusions Part I: Objective In this

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

PowerAmp Design. PowerAmp Design PAD20 COMPACT HIGH VOLTAGE OP AMP

PowerAmp Design. PowerAmp Design PAD20 COMPACT HIGH VOLTAGE OP AMP PowerAmp Design Rev C KEY FEATURES LOW COST HIGH VOLTAGE 150 VOLTS HIGH OUTPUT CURRENT 5A 40 WATT DISSIPATION CAPABILITY 80 WATT OUTPUT CAPABILITY INTEGRATED HEAT SINK AND FAN SMALL SIZE 40mm SQUARE RoHS

More information

DC CIRCUITS AND OHM'S LAW

DC CIRCUITS AND OHM'S LAW July 15, 2008 DC Circuits and Ohm s Law 1 Name Date Partners DC CIRCUITS AND OHM'S LAW AMPS - VOLTS OBJECTIVES OVERVIEW To learn to apply the concept of potential difference (voltage) to explain the action

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

Experiment 1 Basic Resistive Circuit Parameters

Experiment 1 Basic Resistive Circuit Parameters Experiment 1 Basic Resistive Circuit Parameters Report Due In-class on Wed., Mar. 14, 2018 Note: (1) The Prelab section must be completed prior to the lab period. (2) All submitted lab reports should have

More information

Characterization of Small Industrial Temperature Sensors Harri Latvakoski Shane Topham

Characterization of Small Industrial Temperature Sensors Harri Latvakoski Shane Topham Characterization of Small Industrial Temperature Sensors Harri Latvakoski Shane Topham Motivation Space Dynamics Lab builds remote sensing instrumentation for ground, airborne, and space applications Especially

More information

(a) (i) Is the transformer in the diagram being used as a step-up transformer or as a step-down transformer? ) in the box next to your answer. ...

(a) (i) Is the transformer in the diagram being used as a step-up transformer or as a step-down transformer? ) in the box next to your answer. ... Q1.The diagram shows a transformer. (a) (i) Is the transformer in the diagram being used as a step-up transformer or as a step-down transformer? Put a tick ( ) in the box next to your answer. a step-up

More information

ECE 2274 Lab 1 (Intro)

ECE 2274 Lab 1 (Intro) ECE 2274 Lab 1 (Intro) Richard Dumene: Spring 2018 Revised: Richard Cooper: Spring 2018 Forward (DO NOT TURN IN) The purpose of this lab course is to familiarize you with high-end lab equipment, and train

More information

EE 307 Project #1 Whac-A-Mole

EE 307 Project #1 Whac-A-Mole EE 307 Project #1 Whac-A-Mole Performed 10/25/2008 to 11/04/2008 Report finished 11/09/2008 John Tooker Chenxi Liu Abstract: In this project, we made a digital circuit that operates Whac-A-Mole game. Quartus

More information

Experiment 6: Biasing Circuitry

Experiment 6: Biasing Circuitry 1 Objective UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences EE105 Lab Experiments Experiment 6: Biasing Circuitry Setting up a biasing

More information

EK 307 Lab: Light-Emitting Diodes

EK 307 Lab: Light-Emitting Diodes EK 307 Lab: Light-Emitting Diodes Laboratory Goal: To explore the characteristics of the light emitting diode. Learning Objectives: Voltage, current, power, and instrumentation. Suggested Tools: Voltage

More information

EE 43 Smart Dust Lab: Experiment Guide

EE 43 Smart Dust Lab: Experiment Guide Smart Dust Motes EE 43 Smart Dust Lab: Experiment Guide The motes that you ll use are contained in translucent plastic boxes that measure 1.5 x 2.5 x 0.6 cubic inches. There is an insulated antenna (inside

More information

Revision: April 18, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: April 18, E Main Suite D Pullman, WA (509) Voice and Fax Lab 1: Resistors and Ohm s Law Revision: April 18, 2010 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview In this lab, we will experimentally explore the characteristics of resistors.

More information

TekBot Remote Control Receiver Board Construction

TekBot Remote Control Receiver Board Construction TekBot Remote Control Receiver Board Construction Purpose This tutorial illustrates the procedure for construction of the Receiver board for the TekBot. A Guide to Soldering Many of you have soldered once

More information

PowerAmp Design. PowerAmp Design PAD135 COMPACT HIGH VOLATGE OP AMP

PowerAmp Design. PowerAmp Design PAD135 COMPACT HIGH VOLATGE OP AMP PowerAmp Design COMPACT HIGH VOLTAGE OP AMP Rev G KEY FEATURES LOW COST SMALL SIZE 40mm SQUARE HIGH VOLTAGE 200 VOLTS HIGH OUTPUT CURRENT 10A PEAK 40 WATT DISSIPATION CAPABILITY 200V/µS SLEW RATE APPLICATIONS

More information

Name: Lab Partner: Section: The purpose of this lab is to study induction. Faraday s law of induction and Lenz s law will be explored. B = B A (8.

Name: Lab Partner: Section: The purpose of this lab is to study induction. Faraday s law of induction and Lenz s law will be explored. B = B A (8. Chapter 8 Induction - Faraday s Law Name: Lab Partner: Section: 8.1 Purpose The purpose of this lab is to study induction. Faraday s law of induction and Lenz s law will be explored. 8.2 Introduction It

More information

TA7736P,TA7736F TA7736P/F DC MOTOR DRIVER IC FEATURES TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC

TA7736P,TA7736F TA7736P/F DC MOTOR DRIVER IC FEATURES TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TA7736P,TA7736F TA7736P/F DC MOTOR DRIVER IC The TA7736P is a 3 phase Bi directional motor driver IC. It designed for use VCR, tape deck, floppy

More information

Tek-Bot Remote Control Transmitter Board Construction

Tek-Bot Remote Control Transmitter Board Construction Tek-Bot Remote Control Transmitter Board Construction Purpose This tutorial illustrates the procedure for construction of the Transmitter board for the Tek-bot. A Guide to Soldering Many of you have soldered

More information

Check out from stockroom:! Servo! DMM (Digital Multi-meter)

Check out from stockroom:! Servo! DMM (Digital Multi-meter) Objectives 1 Teach the student to keep an engineering notebook. 2 Talk about lab practices, check-off, and grading. 3 Introduce the lab bench equipment. 4 Teach wiring techniques. 5 Show how voltmeters,

More information

Current, resistance, and Ohm s law

Current, resistance, and Ohm s law Current, resistance, and Ohm s law Apparatus DC voltage source set of alligator clips 2 pairs of red and black banana clips 3 round bulb 2 bulb sockets 2 battery holders or 1 two-battery holder 2 1.5V

More information

Introduction to the Analog Discovery

Introduction to the Analog Discovery Introduction to the Analog Discovery The Analog Discovery from Digilent (http://store.digilentinc.com/all-products/scopes-instruments) is a versatile and powerful USB-connected instrument that lets you

More information

DATASHEET SMT172. Features and Highlights. Application. Introduction

DATASHEET SMT172. Features and Highlights. Application. Introduction V12 1/9 Features and Highlights World s most energy efficient temperature sensor Wide temperature range: -45 C to 130 C Extreme low noise: less than 0.001 C High accuracy: 0.25 C (-10 C to 100 C) 0.1 C

More information

LABORATORY 5 v3 OPERATIONAL AMPLIFIER

LABORATORY 5 v3 OPERATIONAL AMPLIFIER University of California Berkeley Department of Electrical Engineering and Computer Sciences EECS 100, Professor Bernhard Boser LABORATORY 5 v3 OPERATIONAL AMPLIFIER Integrated operational amplifiers opamps

More information

The AD620 Instrumentation Amplifier and the Strain Gauge Building the Electronic Scale

The AD620 Instrumentation Amplifier and the Strain Gauge Building the Electronic Scale BE 209 Group BEW6 Jocelyn Poruthur, Justin Tannir Alice Wu, & Jeffrey Wu October 29, 1999 The AD620 Instrumentation Amplifier and the Strain Gauge Building the Electronic Scale INTRODUCTION: In this experiment,

More information

250mA HIGH-SPEED BUFFER

250mA HIGH-SPEED BUFFER ma HIGH-SPEED BUFFER FEATURES HIGH OUTPUT CURRENT: ma SLEW RATE: V/µs PIN-SELECTED BANDWIDTH: MHz to MHz LOW QUIESCENT CURRENT:.mA (MHz ) WIDE SUPPLY RANGE: ±. to ±V INTERNAL CURRENT LIMIT THERMAL SHUTDOWN

More information

Part 1: DC Concepts and Measurement

Part 1: DC Concepts and Measurement EE 110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Lab 1 DC Concepts and Measurement: Ohm's Law, Voltage ad Current Introduction to Analog Discovery Scope Last week we introduced

More information

AC/DC ELECTRONICS LABORATORY

AC/DC ELECTRONICS LABORATORY Includes Teacher's Notes and Typical Experiment Results Instruction Manual and Experiment Guide for the PASCO scientific Model EM-8656 012-05892A 1/96 AC/DC ELECTRONICS LABORATORY 1995 PASCO scientific

More information

Lab 6 Prelab Grading Sheet

Lab 6 Prelab Grading Sheet Lab 6 Prelab Grading Sheet NAME: Read through the Background section of this lab and print the prelab and in-lab grading sheets. Then complete the steps below and fill in the Prelab 6 Grading Sheet. You

More information

Lab #1 Help Document. This lab will be completed in room 335 CTB. You will need to partner up for this lab in groups of two.

Lab #1 Help Document. This lab will be completed in room 335 CTB. You will need to partner up for this lab in groups of two. Lab #1 Help Document This help document will be structured as a walk-through of the lab. We will include instructions about how to write the report throughout this help document. This lab will be completed

More information

Experiment #3: Solid State Diodes Applications II

Experiment #3: Solid State Diodes Applications II SCHOOL OF ENGINEERING AND APPLIED SCIENCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ECE 2115: ENGINEERING ELECTRONICS LABORATORY Experiment #3: Solid State Diodes Applications II COMPONENTS Type

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 1 MAXIMUM POWER TRANSFER OBJECTIVES In this experiment the student will investigate the circuit requirements

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

Experiment 1: The Wave Model of light vs. the Quantum Model

Experiment 1: The Wave Model of light vs. the Quantum Model 012-04049J h/e Apparatus and h/e Apparatus Accessory Kit Experiment 1: The Wave Model of light vs. the Quantum Model Setup According to the photon theory of light, the maximum kinetic energy, KE, of photoelectrons

More information

PRM-AL Customer Evaluation Boards

PRM-AL Customer Evaluation Boards USER GUIDE UG:003 PRM-AL Customer Evaluation Boards Contents Page Introduction 1 Board Overview 2 Recommended 4 Hardware Initial Set Up 4 Baseline Test 4 Procedure VTM Evaluation Board 8 The DC-DC 9 Converter

More information

DATA SHEET. TDA4852 Horizontal and vertical deflection controller for autosync monitors INTEGRATED CIRCUITS

DATA SHEET. TDA4852 Horizontal and vertical deflection controller for autosync monitors INTEGRATED CIRCUITS INTEGRATED CIRCUITS DATA SHEET Horizontal and vertical deflection controller File under Integrated Circuits, IC02 December 1992 FEATURES Low jitter All adjustments DC-controllable Alignment-free oscillators

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

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET LABORATORY MANUAL EXPERIMENT NO. ISSUE NO. : ISSUE DATE: REV. NO. : REV. DATE : PAGE:

More information

ECE 2010 Laboratory # 3 J.P.O Rourke

ECE 2010 Laboratory # 3 J.P.O Rourke ECE Laboratory # 3 J.P.O Rourke Prelab: Simulate the circuits in Part through 4 of this Laboratory. Use the given Multisim circuits that follow Lab 3 on the Website. You do not need to look up any sensors

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

MGL Avionics Autopilot. Servo. Specifications & Installation Manual. Last Update: 20 October Disclaimer:

MGL Avionics Autopilot. Servo. Specifications & Installation Manual. Last Update: 20 October Disclaimer: MGL Avionics Autopilot Servo Specifications & Installation Manual Last Update: 20 October 2010 Disclaimer: MGL Avionics should not be held responsible for errors or omissions in this document. Usage of

More information

BME 3511 Laboratory 2 Digital Multimeter (DMM)

BME 3511 Laboratory 2 Digital Multimeter (DMM) BME 3511 Laboratory 2 Digital Multimeter (DMM) Objective: The objective of this exercise is to further explore the usage of digital multimeters (DMM). Upon the completion of this lab, the student will:

More information

RT8457A. Isolated Secondary-Side LED Lighting Dimmable Current Controller. Features. General Description. Applications. Marking Information

RT8457A. Isolated Secondary-Side LED Lighting Dimmable Current Controller. Features. General Description. Applications. Marking Information RT8457A Isolated Secondary-Side LED Lighting Dimmable Current Controller General Description The RT8457A is an isolated secondary LED current controller designed specifically for lighting fixtures such

More information

Electric Circuit Experiments

Electric Circuit Experiments Electric Circuit Experiments 1. Using the resistor on the 5-resistor block, vary the potential difference across it in approximately equal increments for eight different values (i.e. use one to eight D-

More information

OHM S LAW. Ohm s Law The relationship between potential difference (V) across a resistor of resistance (R) and the current (I) passing through it is

OHM S LAW. Ohm s Law The relationship between potential difference (V) across a resistor of resistance (R) and the current (I) passing through it is OHM S LAW Objectives: a. To find the unknown resistance of an ohmic resistor b. To investigate the series and parallel combination of resistors c. To investigate the non-ohmic resistors Apparatus Required:

More information

Assembly Instructions for the 1.5 Watt Amplifier Kit

Assembly Instructions for the 1.5 Watt Amplifier Kit Assembly Instructions for the 1.5 Watt Amplifier Kit 1.) All of the small parts are attached to a sheet of paper indicating both their value and id. 2.) Leave the parts affixed to the paper until you are

More information

Installation Tech Note Dallas, Texas

Installation Tech Note Dallas, Texas AMC B40A40AC Installation Tech Note Dallas, Texas May, 2010 ! CAUTION! Do NOT apply air pressure to release the collet while the servo motor is rotating. The servo motor spindle must be FULLY STOPPED before

More information

RT8477. High Voltage High Current LED Driver. Features. General Description. Applications. Ordering Information RT8477. Pin Configurations (TOP VIEW)

RT8477. High Voltage High Current LED Driver. Features. General Description. Applications. Ordering Information RT8477. Pin Configurations (TOP VIEW) High Voltage High Current LED Driver General Description The is a current mode PWM controller designed to drive an external MOSFET for high current LED applications with wide input voltage (4.5V to 50V)

More information

RC Circuit Activity. Retrieve a power cord and a voltage sensor from the wire rack hanging on the wall in the lab room.

RC Circuit Activity. Retrieve a power cord and a voltage sensor from the wire rack hanging on the wall in the lab room. Purpose RC Circuit Activity Using an RC circuit, students will determine time constants by varying the resistance of the circuit and analyzing the exponential decay. After determining several time constants,

More information