Lab 2: Introduction to NI ELVIS, Multisim, and LabVIEW

Size: px
Start display at page:

Download "Lab 2: Introduction to NI ELVIS, Multisim, and LabVIEW"

Transcription

1 Page 1 of 19 Lab 2: Introduction to NI ELVIS, Multisim, and LabVIEW Laboratory Goals Familiarize students with the National Instruments hardware ELVIS Learn about the LabVIEW programming environment Demonstrate the use of MultiSim to simulate electronic circuits Identify ` Oscilloscope Record results in the laboratory notebook Pre-lab / lab reading ELVIS instruction manual Course Textbook Equipment needed Lab notebook, pen NI ELVIS Parts needed Jumper wires Oscilloscope probes Required Downloads lab1_lv2011.zip lab1_ms11.zip lab1-ni_elvis_environment.pdf lab2_lv2011.zip lab2_ms11.zip lesson2-ni_elvis_ii_digital_thermometer.pdf Lab safety concerns Do not make voltage measurements while the multimeter is set for current measurements-you will blow the current limiting fuse! Do not turn on the power supply until you have rechecked your circuit for correct wiring. Do not allow the test leads connected to the power supply to touch each other.

2 Page 2 of 19 Exercise 1: Measuring Component Values 1. Connect the NI ELVIS II workstation to your computer using the supplied USB cable. The box USB end goes to the NI ELVIS II workstation and the rectangular USB end goes to the computer. Turn on your computer and power up NI ELVIS II (switch on the back of the workstation). The USB ACTIVE (orange) LED turns ON. Then the ACTIVATE LED turns OFF and the USB READY (orange) LED turns ON. 2. On your computer screen, click on the NI-ELVISmx Instrument Launcher icon or shortcut. The NI ELVIS II instruments appears on the screen. You are now ready to make measurements. 3. Connect two banana-type leads to the digital multimeter (DMM) inputs (VA. ) and (COM) on the left side of the workstation. Connect the other ends to one of the resistors. 4. Click on the DMM icon within the Launcher to select the digital multimeter. Figure 1. Digital Multimeter, Ohmmeter Configuration

3 Page 3 of 19 You can use the DMM SFP for a variety of operations such as voltage, current, resistance, and capacitance measurements. Use the notation DMM[X] to signify the X operation. The proper lead connections for this measurement are shown on the DMM front panel. 5. Click on the Ohm button [W] to use the digital ohmmeter function, DMM[W]. Click on the green arrow [Run] box to start the measurement acquisition. Measure the three resistors R1, R2, and R3. Fill in the following data: R1 (1.0 kw nominal) R2 (2.2 kw nominal) R3 (1.0 MW nominal) To stop the acquisition, click on the red square [Stop] box. NOTE: If you click on the Mode box, you can change the {Auto} ranging to {Specify Range} and select the most appropriate range by clicking on the Range box. Exercise 2: Building a Voltage Divider Circuit on the NI ELVIS II Protoboard 1. Using the two resistors, R1 and R2, assemble the following circuit on the NI ELVIS II protoboard. Figure 2. Voltage Divider Circuit 2. Connect the input voltage, Vo, to the [+5 V] pin socket. 3. Connect the common to the [GROUND] pin socket. 4. Connect the external leads to the DMM voltage inputs (VW. ) and (COM) on the side of the NI ELVIS workstation and the other ends across the input voltage, Vo, to make the first measurement.

4 Page 4 of Check the circuit and then apply power to the protoboard by pushing the prototyping board power switch to the upper position [-]. The three power indicator LEDs, +15 V, -15 V, and +5 V, should now be lit and green in color. Figure 3. Power LED Indicators on NI ELVIS II Protoboard If any of these LEDS are yellow while the others are green, the resettable fuse for that power line has flipped off. To reset the fuse, turn off the power to the protoboard. Check your circuit for a short. Turn the power back on to the protoboard. The LED flipped should now be green. 6. Measure the input voltage, Vo, using the DMM[V] function. Press [Run] to acquire the voltage data. V0 (measured) According to circuit theory, the output voltage, V2 across R2, is as follows: V2 = R2/(R1+R2) * Vo. 7. Using the previous measured values for R1, R2 and Vo, calculate V2. Next, use the DMM[V] to measure the actual voltage V2. V2 (calculated) V2 (measured) 8. How well does the measured value match your calculated value?

5 Page 5 of 19 Exercise 3: Using the DMM to Measure Current According to Ohm s law, the current (I) flowing in the above circuit is equal to V2/R2. 1. Using the measured values of V2 and R2, calculate this current. 2. Perform a direct current measurement by moving the external lead connected to (VW. ) to the current input socket (A). Connect the other ends to the circuit as shown below. Figure 4. Circuit Modification to Measure Current 3. Select the function DMM[A] and measure the current. I (calculated) I (measured) 4. How well does the measured value match your calculated value? Exercise 4: Observing the Voltage Development of an RC Transient Circuit Using the DMM[C] function, measure a 1 μf capacitor. 1. Connect the capacitor leads to the Impedance Analyzer inputs, [DUT+] and [DUT-], found on the left lower wiring block of an NI ELVIS II protoboard. 2. For capacitance and inductance measurements, the protoboard must be energized to make a measurement. Switch the protoboard power ON. 3. Click on the capacitor button [ ] to measure the capacitor C with the DMM[C] function. Press the Run button to acquire the capacitance value. C (μf)

6 Page 6 of Select DMM[V] and click on RUN. Figure 5. RC Transient Circuit 6. When you power up the protoboard, the voltage across the capacitor rises exponentially. Set the DMM voltage range to {Specify Range} [10 V]. Turn on the protoboard power and watch the voltage change on the digital display and on the %FS linear scale. 7. It takes a few seconds to reach the steady-state value of Vo. When you power off the circuit, the voltage across the capacitor falls exponentially to 0 V. Try it! This demonstrates one of the special features of the NI ELVIS II digital multimeter it can still be used even if the power to the protoboard is turned off. Exercise 5: Visualizing the RC Transient Circuit Voltage 1. Change the voltage source of the circuit from the +5 V supply to the variable power supply [SUPPLY+]. Connect the output voltage, VC, to the first analog input socket, AI 0[+], and ground the AI 0[-] socket, as shown in Figure 6. Figure 6. RC Transient Circuit on NI ELVIS II Protoboard

7 Page 7 of 19 Close the NI ELVIS II SPFs and Instrument Launcher and start LabVIEW. Open the LabVIEW program, RC Transient.vi. This program uses LabVIEW APIs to turn the variable power supply to a set voltage of +5 V for 5 s and then to reset the VPS voltage to 0 V for 5 s while the voltage across the capacitor is measured and displayed in real time on a LabVIEW chart. Figure 7. Charging and Discharging the Waveform of the RC Transient Circuit This type of square wave excitation dramatically shows the charging and discharging characteristics of a simple RC circuit. 2. Look at the LabVIEW diagram window to see how this program works. Figure 8. LabVIEW Block Diagram for the Program RC Transient.vi

8 Page 8 of 19 In the first frame of the four-frame sequence, the NI-ELVISmx Variable Power Supplies VI (virtual instrument) outputs V to the RC circuit on the NI ELVIS II protoboard. The next frame measures 50 sequential voltage readings across the capacitor at 1/10-second intervals. In the For Loop, the DAQ Assistant takes 100 readings at a rate of 1000 S/s and passes these values to a cluster array (thick blue/white line). From the cluster, the data array (thick orange line) is passed on to the Mean VI. It returns the average value of the 100 readings. The average is then passed to the chart via a local variable terminal <<RC Charging and Discharging>>. The next frame sets the VPS+ voltage equal to 0 V. The last frame measures another 50 averaged samples for the discharge cycle. This program records one complete cycle of the charging and discharging of a RC circuit. To repeat the cycle, continually place the above program inside a While Loop. NOTE: This LabVIEW program is configured to connect to Dev1 for your NI ELVIS workstation. If your device is configured to another device name, you need to rename your NI ELVIS workstation to Dev1, in NI Measurement & Automation Explorer (MAX) or modify the LabVIEW programs to your current device name. Exercise 6: Design a Burglar Alarm Using Multisim Simulation In this exercise, design a burglar alarm for a house requiring three entry sensors and one window sensor. If the alarm system is activated, sound the alarm as soon as one of the sensors detects an open door or window. Signal to the front panel displays which door or window is open and sound an alarm. ASIDE: In practice, this is a simple system requiring only two wires to be connected to each door or window from a central alarm system. In your smart system, a loop design requires only one wire where each sensor switch shorts out or opens a sensor address resistor. The magnitude of the resistor defines which sensor (door or window) has been opened. Launch Multisim and open the file Alarm Design Version 0.ms11. The ON position of these switches (left side) signals when the door is closed. Click the switch to close or open a door or window. Your design consists of a power supply (+5 V), a digital multimeter, five resistors, and four switches. The four resistors, 1 kw, 2 kw, 4 kw, and 8 kw, are placed at the door or window locations with the resistor value as the address of that location. The circuit is a simple loop with the switches placed across the address resistors to simulate the opening and closing of a window or door. Finally, the resistor, R5, limits the current when all of the switches are closed. The current limiting resistor value is taken as half of the value of all of the address resistor values added in series (7.5 kw).

9 Page 9 of 19 Figure 9. Multisim Smart Sensor Design To view the circuit operation, click on Run and open (1) and close (0) each switch, one at a time, using the mouse cursor. Fill in the following table: R1 R2 R3 R4 Voltage Table 1. Sensor Truth Table and Multimeter Voltage Readings Each switch when opened generates a unique voltage, which, when read by the voltmeter, reveals which window or door is open. Now that the design is complete, you can transfer the design into the real world as a test circuit built on an NI ELVIS II protoboard. Select five resistors as close to the design values as you have available. Launch NI ELVIS DMM(W) and measure the value for each of your chosen resistors.

10 Page 10 of 19 Fill in the following table: R1 R3 R3 R4 R5 (kw) (kw) (kw) (kw) (kw) Table 2. Table of Real Resistor Values Now go back to Multisim and replace the nominal resistor values with the measured (realworld) resistor values by double-clicking on each resistor in turn and entering the measured value. This becomes your new Alarm Design Version 1. Figure 10. Real-World Sensor Design You can now repeat your measurements of the predicted voltage readings when a window or a door is opened or closed. Use these resistors and five jumpers or push-button switches to construct a circuit similar to the one shown on an NI ELVIS II protoboard in Figure 11.

11 Page 11 of 19 Figure 11. Real-World Sensor Circuit on NI ELVIS II Protoboard Use the DMM[V] to verify its operation is similar to your real-world Multisim design, version 1. Exercise 7: LabVIEW Demonstration LabVIEW is a powerful programming language that you can use for many tasks including the measurement and control of circuits built on an NI ELVIS II protoboard. With one modification to the above circuit, you can route the alarm voltage levels to a LabVIEW program. Connect the voltage + pin (orange wire) to [AI 0+] socket pin and the GROUND to [AI 0-] socket pin. You can leave the DMM[V] connected if you wish to monitor the sensor voltage. The digital multimeter uses a different data acquisition card than NI ELVIS II analog inputs use. Imagine running the NI ELVIS suite of SFPs at the same time as a LabVIEW program is running. Launch LabVIEW and open the program House.vi for a unique view of the burglar alarm system. NOTE: This LabVIEW program is configured to connect to Dev1 for your NI ELVIS workstation. If your device is configured to another device name, you need to rename your NI ELVIS workstation to Dev1 in Measurement & Automation Explorer (MAX) or modify the LabVIEW programs to your current device name.

12 Page 12 of 19 Figure 12. LabVIEW Front Panel House.vi To operate the program, click on Run. If NI ELVIS II is connected and turned ON and power is applied to the protoboard, actions on the protoboard are signaled on the LabVIEW front panel. Each switch is mapped to a particular window or door. When open, an entry port appears black. Any open door or window sets off a red alarm along the eves trough. To end the program, click on the Alarm Off front panel slide switch. Figure 13. The LabVIEW Block Diagram for the Program House.vi The DAQ Assistant is programmed to read 100 consecutive voltage values at a rate of 1000 S/s. From the data cluster (blue/white line), select the array of voltages. The Mean.vi calculates the average value of this set of readings and sends it to the voltage trigger ladder. Whenever the voltage level falls between two limiting values (orange boxes), the corresponding condition is signaled on the front panel. The limiting values are picked as halfway between two neighboring trigger levels. The four-input OR function sets off the alarm if any door or window is opened. This design detects only the first occurrence of an open window or door. If you add a few more rungs to the limiting ladder, you can detect multiple openings and closings.

13 Page 13 of 19 Exercise 8: Measurement of the Resistor Component Values 1. Launch NI ELVISmx Instrument Launcher. 2. Select digital multimeter (DMM) from the SFP strip of instruments. 3. Click on the Ohm button. 4. Connect the test leads to DMM(V,W,. ) and (COM) side sockets. 5. Measure the 10-kΩ resistor and then the thermistor. 6. Fill in the following chart: 10 k Ω Resistor Ohms Thermistor Ohms 7. With the thermistor still connected, place the thermistor between your finger tips to heat it up and watch the resistance changes. It is especially interesting to watch the changes on the display bar scale (%FS). The fact that the resistance decreases with increasing temperature (negative temperature coefficient) is one of the key characteristics of a thermistor. Thermistors are manufactured from semiconductor material whose resistivity depends exponentially on ambient temperature and results in a nonlinear response. Compare the thermistor response with an RTD (100 W platinum resistance temperature device) shown in the following figure. Figure 14. Resistance-Temperature Curve of a Thermistor and an RTD Exercise 9: Operating the Variable Power Supply Complete the following steps to set a voltage level on one or both variable power supplies. 1. From the strip menu of SFPs, select the [VPS] icon. There are two controllable power supplies with NI ELVIS II, 0 to -12 V and 0 to +12 V, each with a 500-mA current limit.

14 Page 14 of 19 Figure 15. Virtual SFP for Variable Power Supplies In the default mode, you can control the VPS with the virtual panel shown above. Set the output voltage on the virtual knob and click on the [Run] box. The output voltage is shown (blue in color) in the display area above your chosen power supply. When you click on the stop button, the output voltage is reset to zero on the protoboard. NOTE: To sweep the output voltage through a range of voltages, make sure that you have clicked the [Stop] button. Select the Supply Source (+ or -), Start Voltage, Stop Voltage, Step Size, and Step Interval, and click on [Sweep]. For manual operation, click on the Manual box and use the knobs on the right side of the NI ELVIS II workstation to set the output voltages. To view the output voltage in the display area, click on the white box now appearing next to the LabVIEW label. 2. Connect the leads from the protoboard strip connector sockets labeled Variable Power Supplies [Supply +] and [Ground] to the DMM voltage inputs.

15 Page 15 of Select DMM[V] and click on RUN. Select VPS front panel and click on RUN. Rotate the virtual VPS control for Supply + and observe the voltage changes on the DMM[V] display. Note: You can use the [RESET] button to quickly reset the voltage back to zero. 4. Click on the Manual box to activate the real controls on the right side of the workstation. The virtual controls are grayed out. Observe that the green LED Manual Mode on the NI ELVIS II workstation is now lit. 5. Rotate the + voltage supply knob and observe the changes on the DMM. NOTE: VPS- works in a similar fashion except the output voltage is negative. Exercise 10: A Thermistor Circuit Complete the following steps to build and test the thermistor circuit. 1. On the workstation protoboard, build a voltage divider circuit with the 10 kω resistor and a thermistor. The input voltage is wired to [Supply +] and [Ground] sockets. The voltage across the thermistor goes to the DMM[V] leads. Figure 16: Temperature Measuring circuit using a Thermistor (left). Real Thermistor circuit on NI ELVIS protoboard (right). 2. Make sure the Variable Power Supply voltage levels are set to zero. Apply power to the protoboard and observe the voltage levels on the DMM display. Increase the voltage from 0 to +5 V. The measured voltage across the thermistor, VT, should increase to about 2.5 V. 3. Reduce the power supply voltage to +3 V. This ensures that the self-heating (Joule heating) inside the thermistor does not affect the reading of the external temperature. 4. Heat the thermistor with your finger tips and watch the voltage decrease.

16 Page 16 of 19 You can rearrange the voltage divider equation to calculate the thermistor resistance as follows: RT = R1 * VT /(3 -VT) At an ambient temperature of 25 C, the thermistor resistance should be about 10 kω. With this equation, called a scaling function, you can convert the measured voltage into the thermistor resistance. You can easily measure VT with the NI ELVIS II DMM or within a LabVIEW program (VI). In LabVIEW, the above scaling equation is coded as a subvi and looks like the following block diagram. Figure 17. Block Diagram for Scaling Function The thermistor response curve demonstrates the relationship between device resistance and temperature. It is clear from this curve that a thermistor has the three following characteristics: The temperature coefficient DR/DT is negative. The response curve is nonlinear (exponential). The resistance varies over many decades (refer to Figure 14). You can produce a calibration curve by fitting a mathematical equation to the response curve. LabVIEW has many mathematical tools to fit such a relationship. When you find the correct equation, you can calculate the temperature for any resistance within the calibrated region. The following calibration VI is typical for a thermistor and demonstrates how you can use the LabVIEW formula node to evaluate mathematical equations. Figure 18. For this thermistor, the calibration equation is R = exp( T)

17 Page 17 of 19 Exercise 11: Building an NI ELVIS Virtual Digital Thermometer The digital thermometer program Digital Thermometer.vi activates the VPS to power up the thermistor circuit. It then reads the voltage across the thermistor, converts it into a temperature, and displays its value in a variety of formats on the front panel. Measurement, scaling, calibration, and display occur in sequence within the while loop. VoltsIn.vi measures the thermistor voltage. Scaling.vi converts the measured voltage to resistance according to the scaling equation above. Convert R-T.vi uses a known calibration curve to convert the resistance into temperature. Finally, the temperature is displayed on the LabVIEW front panel as a number, meter reading, and thermometer display. The Wait function of 100 ms ensures that the voltage is sampled every one-tenth of a second. All of these actions occur within the while loop until you click the [Stop] button on the front panel. Figure 19. Block Diagram for Digital Thermometer Program Thermistors, like resistors, create heat (Joule heating) as a current passes through them. For a thermistor that is trying to report the external temperature, this self-heating can be a problem. The trick is to minimize the current so that the temperature effects outside the thermistor dominate the self-heating. For your 10 kw thermistor, a driving voltage of +3 V meets this requirement. With a LabVIEW Express VI, you can program the VPS on the NI ELVIS II workstation. The value 3 in the orange box sets a +3.0 V output on VPS+. One extra line, green in color, connected to the STOP icon ensures the VPS is reset to zero volts when the program ends.

18 Page 18 of 19 Complete the following steps to open and view the components and code in the digital thermometer VI: 1. Start the LabVIEW program Digital Thermometer.vi. 2. Open the block diagram (Window»Show Block Diagram) and subvis (double-click on the icons) to view the program flow and see how the subvis and the Read and Convert functions are coded. NOTE: This LabVIEW program is configured to connect to Dev1 for your NI ELVIS workstation. If your device is configured to another device name, you need to rename your NI ELVIS workstation to Dev1, in Measurement & Automation Explorer (MAX) or modify the LabVIEW programs to your current device name. With the calibration curve for your thermistor, you can update the subvi (Convert R-T) with the proper equation and use it to achieve a functioning digital thermometer. If you want to write your own program, find the VPS API function in the Functions palette (Functions»Measurement I/O»NI-ELVISmx»NI-ELVISmx Variable Power Supplies). Figure 20. Functions Palette

19 Page 19 of 19 Challenge Exercise: Design a Passion Meter Using the Thermistor Circuit When an individual becomes embarrassed, excited, or just plain hot, blood flows to the skin to keep body s core temperature constant a sort of an internal air conditioning. The in-rush of blood to the skin appears as a reddened patch, and the skin temperature of that patch becomes hot to the touch. Telling a joke can lead to burning earlobes for some people. By placing the thermistor on that reddened part, you can measure this temperature rise. Design a LabVIEW program to measure the body skin temperature. The normal body temperature is 38.5 C. Use this value as the maximum scale reading on a LabVIEW thermometer control. Use the ambient room temperature (25 C) as the lower limit. Be creative with your front panel labels. Open the LabVIEW program, Passion Meter.vi. NOTE: This LabVIEW program is configured to connect to Dev1 for your NI ELVIS workstation. If your device is configured to another device name, you need to rename your NI ELVIS workstation to Dev1, in Measurement & Automation Explorer (MAX) or modify the LabVIEW programs to your current device name. Figure 21. Front Panel for Passion Meter.vi

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

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

More information

Lab 7 LEDs to the Rescue!

Lab 7 LEDs to the Rescue! Lab 7 LEDs to the Rescue! Figure 7.0. Stoplights with LabVIEW Indicators Have you ever sat in your car stopped at a city intersection waiting for the stoplight to change and wondering how long the red

More information

Fig. 1. NI Elvis System

Fig. 1. NI Elvis System Lab 2: Introduction to I Elvis Environment. Objectives: The purpose of this laboratory is to provide an introduction to the NI Elvis design and prototyping environment. Basic operations provided by Elvis

More information

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

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

More information

Name: First-Order Response: RC Networks Objective: To gain experience with first-order response of RC circuits

Name: First-Order Response: RC Networks Objective: To gain experience with first-order response of RC circuits First-Order Response: RC Networks Objective: To gain experience with first-order response of RC circuits Table of Contents: Pre-Lab Assignment 2 Background 2 National Instruments MyDAQ 2 Resistors 3 Capacitors

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

INTRODUCTION TO NI ELVIS II

INTRODUCTION TO NI ELVIS II DEPARTMENT OF ELECTRONICS AGH UST LABORATORY OF ELECTRONIC DEVICES INTRODUCTION TO NI ELVIS II REV. 1.0 1. ABOUT NI ELVIS III The NI ELVIS system is built using NI hardware and software technology entirely,

More information

NI ELVIS II+ Tips and Tricks

NI ELVIS II+ Tips and Tricks NI ELVIS II+ Tips and Tricks For MECH 307 Laboratory Exercises Luke Walker Department of Mechanical Engineering Colorado State University 2017 Edition This is not Copyrighted material. You are free to

More information

Laboratory Preliminaries and Data Acquisition Using LabVIEW

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

More information

Lab 3: Digital Multimeter and Voltage Generator

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

More information

PHYSICS 221 LAB #6: CAPACITORS AND AC CIRCUITS

PHYSICS 221 LAB #6: CAPACITORS AND AC CIRCUITS Name: Partners: PHYSICS 221 LAB #6: CAPACITORS AND AC CIRCUITS The electricity produced for use in homes and industry is made by rotating coils of wire in a magnetic field, which results in alternating

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Name: MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.091 Hands-On Introduction to EE Lab Skills Laboratory No. 1 Oscilloscopes, Multimeter, Function Generator IAP 2008 1 Objective In this laboratory, you will

More information

Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments

Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments Name: Date of lab: Section number: M E 345. Lab 1 Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments Precalculations Score (for instructor or TA use only):

More information

EE 210: CIRCUITS AND DEVICES

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

More information

Laboratory Preliminaries and Data Acquisition Using LabVIEW

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

More information

The Art of Electrical Measurements

The Art of Electrical Measurements The Art of Electrical Measurements Purpose: Introduce fundamental electrical test and measurement tools and the art of making electrical measurements. Equipment Required Prelab 1 Digital Multimeter 1 -

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

NI Elvis Virtual Instrumentation And Prototyping Board

NI Elvis Virtual Instrumentation And Prototyping Board NI Elvis Virtual Instrumentation And Prototyping Board Objectives: a) Become familiar with NI Elvis hardware ( breadboard ) and software b) Learn resistor color codes c) Learn how to use Digital Multimeter

More information

Lab Session 4 Hardware

Lab Session 4 Hardware Lab Session 4 Hardware Objectives: Upon completion of this experiment, the student will be able to: -Verifying of Transient response, two port network and Fourier analysis circuits Equipment and Components

More information

Lab 2: Linear and Nonlinear Circuit Elements and Networks

Lab 2: Linear and Nonlinear Circuit Elements and Networks OPTI 380B Intermediate Optics Laboratory Lab 2: Linear and Nonlinear Circuit Elements and Networks Objectives: Lean how to use: Function of an oscilloscope probe. Characterization of capacitors and inductors

More information

An Introductory Guide to Circuit Simulation using NI Multisim 12

An Introductory Guide to Circuit Simulation using NI Multisim 12 School of Engineering and Technology An Introductory Guide to Circuit Simulation using NI Multisim 12 This booklet belongs to: This document provides a brief overview and introductory tutorial for circuit

More information

LAB I. INTRODUCTION TO LAB EQUIPMENT

LAB I. INTRODUCTION TO LAB EQUIPMENT 1. OBJECTIVE LAB I. INTRODUCTION TO LAB EQUIPMENT In this lab you will learn how to properly operate the oscilloscope Agilent MSO6032A, the Keithley Source Measure Unit (SMU) 2430, the function generator

More information

AME140 Lab #2 INTRODUCTION TO ELECTRONIC TEST EQUIPMENT AND BASIC ELECTRONICS MEASUREMENTS

AME140 Lab #2 INTRODUCTION TO ELECTRONIC TEST EQUIPMENT AND BASIC ELECTRONICS MEASUREMENTS INTRODUCTION TO ELECTRONIC TEST EQUIPMENT AND BASIC ELECTRONICS MEASUREMENTS The purpose of this document is to guide students through a few simple activities to increase familiarity with basic electronics

More information

Contents. Software Requirements

Contents. Software Requirements CALIBRATION PROCEDURE NI PXIe-4154 This document contains information for calibrating the NI PXIe-4154 Battery Simulator. For more information about calibration, visit ni.com/calibration. Contents Software

More information

Experiment 1A. Integrated Laboratory Experiment CHEMICAL INSTRUMENTATION PART A. ELECTRONIC INSTRUMENTATION

Experiment 1A. Integrated Laboratory Experiment CHEMICAL INSTRUMENTATION PART A. ELECTRONIC INSTRUMENTATION CH 461 & 461H Name OREGON STATE UNIVERSITY Experiment 1A DEPARTMENT OF CHEMISTRY Integrated Laboratory Experiment CHEMICAL INSTRUMENTATION PART A. ELECTRONIC INSTRUMENTATION I. Introduction 2 II. General

More information

General Lab Notebook instructions (from syllabus)

General Lab Notebook instructions (from syllabus) 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 General

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

Lab 3: AC Low pass filters (version 1.3)

Lab 3: AC Low pass filters (version 1.3) Lab 3: AC Low pass filters (version 1.3) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy expensive

More information

EKT 314/4 LABORATORIES SHEET

EKT 314/4 LABORATORIES SHEET EKT 314/4 LABORATORIES SHEET WEEK DAY HOUR 4 1 2 PREPARED BY: EN. MUHAMAD ASMI BIN ROMLI EN. MOHD FISOL BIN OSMAN JULY 2009 Creating a Typical Measurement Application 5 This chapter introduces you to common

More information

Sept 13 Pre-lab due Sept 12; Lab memo due Sept 19 at the START of lab time, 1:10pm

Sept 13 Pre-lab due Sept 12; Lab memo due Sept 19 at the START of lab time, 1:10pm Sept 13 Pre-lab due Sept 12; Lab memo due Sept 19 at the START of lab time, 1:10pm EGR 220: Engineering Circuit Theory Lab 1: Introduction to Laboratory Equipment Pre-lab Read through the entire lab handout

More information

Exponential Waveforms

Exponential Waveforms ENGR 210 Lab 9 Exponential Waveforms Purpose: To measure the step response of circuits containing dynamic elements such as capacitors. Equipment Required: 1 - HP 54xxx Oscilloscope 1 - HP 33120A Function

More information

EC-3: Capacitors and RC-Decay

EC-3: Capacitors and RC-Decay 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 receive full credit. EC-3, Part I: Do not do

More information

Part 1. Using LabVIEW to Measure Current

Part 1. Using LabVIEW to Measure Current NAME EET 2259 Lab 11 Studying Characteristic Curves with LabVIEW OBJECTIVES -Use LabVIEW to measure DC current. -Write LabVIEW programs to display the characteristic curves of resistors, diodes, and transistors

More information

ME 365 EXPERIMENT 1 FAMILIARIZATION WITH COMMONLY USED INSTRUMENTATION

ME 365 EXPERIMENT 1 FAMILIARIZATION WITH COMMONLY USED INSTRUMENTATION Objectives: ME 365 EXPERIMENT 1 FAMILIARIZATION WITH COMMONLY USED INSTRUMENTATION The primary goal of this laboratory is to study the operation and limitations of several commonly used pieces of instrumentation:

More information

Lab 1: Basic RL and RC DC Circuits

Lab 1: Basic RL and RC DC Circuits Name- Surname: ID: Department: Lab 1: Basic RL and RC DC Circuits Objective In this exercise, the DC steady state response of simple RL and RC circuits is examined. The transient behavior of RC circuits

More information

PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits

PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits Reading Assignment Horowitz, Hill Chap. 1.25 1.31 (p35-44) Data sheets 1N4007 & 1N4735A diodes Laboratory Goals PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits In today s lab activities,

More information

Group: Names: Resistor Band Colors Measured Value ( ) R 1 : 1k R 2 : 1k R 3 : 2k R 4 : 1M R 5 : 1M

Group: Names: Resistor Band Colors Measured Value ( ) R 1 : 1k R 2 : 1k R 3 : 2k R 4 : 1M R 5 : 1M 2.4 Laboratory Procedure / Summary Sheet Group: Names: (1) Select five separate resistors whose nominal values are listed below. Record the band colors for each resistor in the table below. Then connect

More information

The oscilloscope and RC filters

The oscilloscope and RC filters (ta initials) first name (print) last name (print) brock id (ab17cd) (lab date) Experiment 4 The oscilloscope and C filters The objective of this experiment is to familiarize the student with the workstation

More information

ECE 53A: Fundamentals of Electrical Engineering I

ECE 53A: Fundamentals of Electrical Engineering I ECE 53A: Fundamentals of Electrical Engineering I Laboratory Assignment #1: Instrument Operation, Basic Resistor Measurements and Kirchhoff s Laws Fall 2007 General Guidelines: - Record data and observations

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

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 Electric Circuit Fundamentals

Experiment 2 Electric Circuit Fundamentals Experiment 2 Electric Circuit Fundamentals Introduction This experiment has two parts. Each part will have to be carried out using the Multisim Electronics Workbench software. The experiment will then

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

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

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

More information

Laboratory Equipment Instruction Manual 2011

Laboratory Equipment Instruction Manual 2011 University of Toronto Department of Electrical and Computer Engineering Instrumentation Laboratory GB341 Laboratory Equipment Instruction Manual 2011 Page 1. Wires and Cables A-2 2. Protoboard A-3 3. DC

More information

Laboratory Manual. ELEN-325 Electronics

Laboratory Manual. ELEN-325 Electronics Laboratory Manual ELEN-325 Electronics Department of Electrical & Computer Engineering Texas A&M University Prepared by: Dr. Jose Silva-Martinez (jsilva@ece.tamu.edu) Rida Assaad (rida@ece.tamu.edu) Raghavendra

More information

Fig. 1 Tachometer Built from Old CD, DC Motor, and Photogate

Fig. 1 Tachometer Built from Old CD, DC Motor, and Photogate Lab 4: Photogate Fun Introduction Surging through the heart of microprocessors are digital pulses, single pulses, bursts of pulses, and wave trains of pulses. Pulses are the lifegiving blood of all digital

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

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

LAB II. INTRODUCTION TO LAB EQUIPMENT

LAB II. INTRODUCTION TO LAB EQUIPMENT 1. OBJECTIVE LAB II. INTRODUCTION TO LAB EQUIPMENT In this lab you will learn how to properly operate the oscilloscope Keysight DSOX1102A, the Keithley Source Measure Unit (SMU) 2430, the function generator

More information

ET1210: Module 5 Inductance and Resonance

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

More information

Lab #7: Transient Response of a 1 st Order RC Circuit

Lab #7: Transient Response of a 1 st Order RC Circuit Lab #7: Transient Response of a 1 st Order RC Circuit Theory & Introduction Goals for Lab #7 The goal of this lab is to explore the transient response of a 1 st Order circuit. In order to explore the 1

More information

Laboratory 2. Lab 2. Instrument Familiarization and Basic Electrical Relations. Required Components: 2 1k resistors 2 1M resistors 1 2k resistor

Laboratory 2. Lab 2. Instrument Familiarization and Basic Electrical Relations. Required Components: 2 1k resistors 2 1M resistors 1 2k resistor Laboratory 2 nstrument Familiarization and Basic Electrical Relations Required Components: 2 1k resistors 2 1M resistors 1 2k resistor 2.1 Objectives This exercise is designed to acquaint you with the

More information

Lab 3: RC Circuits. Construct circuit 2 in EveryCircuit. Set values for the capacitor and resistor to match those in figure 2 and set the frequency to

Lab 3: RC Circuits. Construct circuit 2 in EveryCircuit. Set values for the capacitor and resistor to match those in figure 2 and set the frequency to Lab 3: RC Circuits Prelab Deriving equations for the output voltage of the voltage dividers you constructed in lab 2 was fairly simple. Now we want to derive an equation for the output voltage of a circuit

More information

RC Filters and Basic Timer Functionality

RC Filters and Basic Timer Functionality RC-1 Learning Objectives: RC Filters and Basic Timer Functionality The student who successfully completes this lab will be able to: Build circuits using passive components (resistors and capacitors) from

More information

Physics 310 Lab 2 Circuit Transients and Oscilloscopes

Physics 310 Lab 2 Circuit Transients and Oscilloscopes Physics 310 Lab 2 Circuit Transients and Oscilloscopes Equipment: function generator, oscilloscope, two BNC cables, BNC T connector, BNC banana adapter, breadboards, wire packs, some banana cables, three

More information

Revision: Jan 29, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: Jan 29, E Main Suite D Pullman, WA (509) Voice and Fax Revision: Jan 29, 2011 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The purpose of this lab assignment is to provide users with an introduction to some of the equipment which

More information

NI-ELVIS Series II with Freescale MCU Project Based Student Learning Kit (PBMCUSLK)

NI-ELVIS Series II with Freescale MCU Project Based Student Learning Kit (PBMCUSLK) NI-ELVIS Series II with Freescale MCU Project Based Student Learning Kit (PBMCUSLK) This document provides a brief overview of the NI ELVIS Series II workstation with PBMCUSLK board shown in Figure 1.

More information

LAB I. INTRODUCTION TO LAB EQUIPMENT

LAB I. INTRODUCTION TO LAB EQUIPMENT LAB I. INTRODUCTION TO LAB EQUIPMENT 1. OBJECTIVE In this lab you will learn how to properly operate the basic bench equipment used for characterizing active devices: 1. Oscilloscope (Keysight DSOX 1102A),

More information

Lab #1 Lab Introduction

Lab #1 Lab Introduction Cir cuit s 212 Lab Lab #1 Lab Introduction Special Information for this Lab s Report Because this is a one-week lab, please hand in your lab report for this lab at the beginning of next week s lab. The

More information

EE283 Laboratory Exercise 1-Page 1

EE283 Laboratory Exercise 1-Page 1 EE283 Laboratory Exercise # Basic Circuit Concepts Objectives:. To become familiar with the DC Power Supply unit, analog and digital multi-meters, fixed and variable resistors, and the use of solderless

More information

Experiment 3 Ohm s Law

Experiment 3 Ohm s Law Experiment 3 Ohm s Law The goals of Experiment 3 are: To identify resistors based upon their color code. To construct a two-resistor circuit using proper wiring techniques. To measure the DC voltages and

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

LabVIEW 8" Student Edition

LabVIEW 8 Student Edition LabVIEW 8" Student Edition Robert H. Bishop The University of Texas at Austin PEARSON Prentice Hall Upper Saddle River, NJ 07458 CONTENTS Preface xvii LabVIEW Basics 1.1 System Configuration Requirements

More information

Lab #2 First Order RC Circuits Week of 27 January 2015

Lab #2 First Order RC Circuits Week of 27 January 2015 ECE214: Electrical Circuits Laboratory Lab #2 First Order RC Circuits Week of 27 January 2015 1 Introduction In this lab you will investigate the magnitude and phase shift that occurs in an RC circuit

More information

Lab 7: Let s Make a Little Noise

Lab 7: Let s Make a Little Noise Lab 7: Let s Make a Little Noise Introduction Ever had a piece of a song rattling around in your head, but when you tried to sing it, it just did not sound right? What you need is a little keyboard to

More information

INTRODUCTION TO ENGINEERING AND LABORATORY EXPERIENCE Spring, 2015

INTRODUCTION TO ENGINEERING AND LABORATORY EXPERIENCE Spring, 2015 INTRODUCTION TO ENGINEERING AND LABORATORY EXPERIENCE Spring, 2015 Saeid Rahimi, Ph.D. Jack Ou, Ph.D. Engineering Science Sonoma State University A SONOMA STATE UNIVERSITY PUBLICATION CONTENTS 1 Electronic

More information

Experiment Number 2. Revised: Summer 2013 PLECS RC, RL, and RLC Simulations

Experiment Number 2. Revised: Summer 2013 PLECS RC, RL, and RLC Simulations Preface: Experiment Number 2 Revised: Summer 2013 PLECS RC, RL, and RLC Simulations Preliminary exercises are to be done and submitted individually Laboratory simulation exercises are to be done individually

More information

Lab 4: Junction Diodes

Lab 4: Junction Diodes Page 1 of 5 Laboratory Goals Analyzing, simulating and building a diode-based circuit. Taking measurements and applying transformations to obtain the diode I-V curve. Use the curve tracer to verify the

More information

LAB 2 Circuit Tools and Voltage Waveforms

LAB 2 Circuit Tools and Voltage Waveforms LAB 2 Circuit Tools and Voltage Waveforms OBJECTIVES 1. Become familiar with a DC power supply and setting the output voltage. 2. Learn how to measure voltages & currents using a Digital Multimeter. 3.

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

Lab 13 AC Circuit Measurements

Lab 13 AC Circuit Measurements Lab 13 AC Circuit Measurements Objectives concepts 1. what is impedance, really? 2. function generator and oscilloscope 3. RMS vs magnitude vs Peak-to-Peak voltage 4. phase between sinusoids skills 1.

More information

University of Jordan School of Engineering Electrical Engineering Department. EE 219 Electrical Circuits Lab

University of Jordan School of Engineering Electrical Engineering Department. EE 219 Electrical Circuits Lab University of Jordan School of Engineering Electrical Engineering Department EE 219 Electrical Circuits Lab EXPERIMENT 4 TRANSIENT ANALYSIS Prepared by: Dr. Mohammed Hawa EXPERIMENT 4 TRANSIENT ANALYSIS

More information

Step Response of RC Circuits

Step Response of RC Circuits EE 233 Laboratory-1 Step Response of RC Circuits 1 Objectives Measure the internal resistance of a signal source (eg an arbitrary waveform generator) Measure the output waveform of simple RC circuits excited

More information

1. Hand Calculations (in a manner suitable for submission) For the circuit in Fig. 1 with f = 7.2 khz and a source vin () t 1.

1. Hand Calculations (in a manner suitable for submission) For the circuit in Fig. 1 with f = 7.2 khz and a source vin () t 1. Objectives The purpose of this laboratory project is to introduce to equipment, measurement techniques, and simulations commonly used in AC circuit analysis. In this laboratory session, each student will:

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

Laboratory 2 (drawn from lab text by Alciatore)

Laboratory 2 (drawn from lab text by Alciatore) Laboratory 2 (drawn from lab text by Alciatore) Instrument Familiarization and Basic Electrical Relations Required Components: 2 1k resistors 2 1M resistors 1 2k resistor Objectives This exercise is designed

More information

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

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

More information

1.0 Introduction to VirtualBench

1.0 Introduction to VirtualBench Table of Contents 1.0 Introduction to VirtualBench... 3 1. 1 VirtualBench in the Laboratory... 3 1.2 VirtualBench Specifications... 4 1.3 Introduction to VirtualBench Getting Started Guide Lab Exercises...

More information

The University of Jordan Mechatronics Engineering Department Electronics Lab.( ) Experiment 1: Lab Equipment Familiarization

The University of Jordan Mechatronics Engineering Department Electronics Lab.( ) Experiment 1: Lab Equipment Familiarization The University of Jordan Mechatronics Engineering Department Electronics Lab.(0908322) Experiment 1: Lab Equipment Familiarization Objectives To be familiar with the main blocks of the oscilloscope and

More information

Lab Equipment EECS 311 Fall 2009

Lab Equipment EECS 311 Fall 2009 Lab Equipment EECS 311 Fall 2009 Contents Lab Equipment Overview pg. 1 Lab Components.. pg. 4 Probe Compensation... pg. 8 Finite Instrumentation Impedance. pg.10 Simulation Tools..... pg. 10 1 - Laboratory

More information

Hashemite University Mechatronics Engineering Department Mechatronics Systems Laboratory Manual

Hashemite University Mechatronics Engineering Department Mechatronics Systems Laboratory Manual Hashemite University Mechatronics Engineering Department Mechatronics Systems Laboratory Manual Prepared By: Eng.Shatha AlQadomi Eng.Sarah AlBarguothi The Hashemite University Faculty of Engineering Department

More information

PHY152 Experiment 4: Oscillations in the RC-Circuits (Measurements with an oscilloscope)

PHY152 Experiment 4: Oscillations in the RC-Circuits (Measurements with an oscilloscope) PHY152 Experiment 4: Oscillations in the RC-Circuits (Measurements with an oscilloscope) If you have not used an oscilloscope before, the web site http://www.upscale.utoronto.ca/generalinterest/harrison/oscilloscope/oscilloscope.html

More information

Lab Reference Manual. ECEN 326 Electronic Circuits. Texas A&M University Department of Electrical and Computer Engineering

Lab Reference Manual. ECEN 326 Electronic Circuits. Texas A&M University Department of Electrical and Computer Engineering Lab Reference Manual ECEN 326 Electronic Circuits Texas A&M University Department of Electrical and Computer Engineering Contents 1. Circuit Analysis in PSpice 3 1.1 Transient and DC Analysis 3 1.2 Measuring

More information

DC and AC Circuits. Objective. Theory. 1. Direct Current (DC) R-C Circuit

DC and AC Circuits. Objective. Theory. 1. Direct Current (DC) R-C Circuit [International Campus Lab] Objective Determine the behavior of resistors, capacitors, and inductors in DC and AC circuits. Theory ----------------------------- Reference -------------------------- Young

More information

total j = BA, [1] = j [2] total

total j = BA, [1] = j [2] total Name: S.N.: Experiment 2 INDUCTANCE AND LR CIRCUITS SECTION: PARTNER: DATE: Objectives Estimate the inductance of the solenoid used for this experiment from the formula for a very long, thin, tightly wound

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

Physics 120 Lab 1 (2018) - Instruments and DC Circuits

Physics 120 Lab 1 (2018) - Instruments and DC Circuits Physics 120 Lab 1 (2018) - Instruments and DC Circuits Welcome to the first laboratory exercise in Physics 120. Your state-of-the art equipment includes: Digital oscilloscope w/usb output for SCREENSHOTS.

More information

Understanding the Arduino to LabVIEW Interface

Understanding the Arduino to LabVIEW Interface E-122 Design II Understanding the Arduino to LabVIEW Interface Overview The Arduino microcontroller introduced in Design I will be used as a LabVIEW data acquisition (DAQ) device/controller for Experiments

More information

Quantizer step: volts Input Voltage [V]

Quantizer step: volts Input Voltage [V] EE 101 Fall 2008 Date: Lab Section # Lab #8 Name: A/D Converter and ECEbot Power Abstract Partner: Autonomous robots need to have a means to sense the world around them. For example, the bumper switches

More information

Resistive Circuits. Lab 2: Resistive Circuits ELECTRICAL ENGINEERING 42/43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS

Resistive Circuits. Lab 2: Resistive Circuits ELECTRICAL ENGINEERING 42/43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS NAME: NAME: SID: SID: STATION NUMBER: LAB SECTION: Resistive Circuits Pre-Lab: /46 Lab: /54 Total: /100 Lab 2: Resistive Circuits ELECTRICAL ENGINEERING 42/43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS

More information

ECE 2274 Lab 2 (Network Theorems)

ECE 2274 Lab 2 (Network Theorems) ECE 2274 Lab 2 (Network Theorems) Forward (DO NOT TURN IN) You are expected to use engineering exponents for all answers (p,n,µ,m, N/A, k, M, G) and to give each with a precision between one and three

More information

Time-Varying Signals

Time-Varying Signals Time-Varying Signals Objective This lab gives a practical introduction to signals that varies with time using the components such as: 1. Arbitrary Function Generator 2. Oscilloscopes The grounding issues

More information

ENGR 210 Lab 6 Use of the Function Generator & Oscilloscope

ENGR 210 Lab 6 Use of the Function Generator & Oscilloscope ENGR 210 Lab 6 Use of the Function Generator & Oscilloscope In this laboratory you will learn to use two additional instruments in the laboratory, namely the function/arbitrary waveform generator, which

More information

NI 272x Help. Related Documentation. NI 272x Hardware Fundamentals

NI 272x Help. Related Documentation. NI 272x Hardware Fundamentals Page 1 of 73 NI 272x Help September 2013, 374090A-01 This help file contains fundamental and advanced concepts necessary for using the National Instruments 272x programmable resistor modules. National

More information

IVI STEP TYPES. Contents

IVI STEP TYPES. Contents IVI STEP TYPES Contents This document describes the set of IVI step types that TestStand provides. First, the document discusses how to use the IVI step types and how to edit IVI steps. Next, the document

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

APPENDIX D DISCUSSION OF ELECTRONIC INSTRUMENTS

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

More information

EENG-201 Experiment # 4: Function Generator, Oscilloscope

EENG-201 Experiment # 4: Function Generator, Oscilloscope EENG-201 Experiment # 4: Function Generator, Oscilloscope I. Objectives Upon completion of this experiment, the student should be able to 1. To become familiar with the use of a function generator. 2.

More information

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

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

More information