PreLab 6 PWM Design for H-bridge Driver (due Oct 23)

Size: px
Start display at page:

Download "PreLab 6 PWM Design for H-bridge Driver (due Oct 23)"

Transcription

1 GOAL PreLab 6 PWM Design for H-bridge Driver (due Oct 23) The overall goal of Lab6 is to demonstrate a DC motor controller that can adjust speed and direction. You will design the PWM waveform and digital logic to provide the input signals to the H-bridge IC chip that drives the DC motor. INTRODUCTION Pulse width modulation (PWM). PWM has many, many applications. Why is it so useful? Two major reasons are simple implementation and power efficiency. PWM is a digital technique to mimic analog control of a load (e.g. variable speed), so it can be easily implemented with microcontrollers. PWM is power efficient because the load is operated by transistor switches that are either fully ON or completely OFF. Why does this matter? Fig. 1: DC motor with gear head for lower RPM but higher torque. o For a BJT, power dissipation depends a lot on V CE. Recall that V CE is typically less than 1V in saturation mode (e.g. BJT switch) but can be several volts for a BJT in active mode (e.g. emitter follower). Therefore, power dissipation is much lower when a BJT is used as a switch rather than a follower. o For a MOSFET, power dissipation depends a lot on R DS,ON. Recall that R DS,ON is typically less than 1 ohm for a power MOSFET in the ohmic (linear) region. It turns out that R DS,ON is much higher for a MOSFET in the active region. Therefore, power dissipation is much lower when a MOSFET is used as a switch rather than a follower. H-bridges. A very common way to drive a DC motor with PWM is to use an H-bridge. As shown in Fig. 2, the motor is connected to four switches, where the arrangement resembles the letter H. Although Fig. 2 shows mechanical switches, H-bridges actually use high-side and low-side transistors (BJT or MOSFET). The switches are grouped into pairs that control the direction of current flowing through the motor. Each pair is called a half-bridge and resembles a totem-pole (or push-pull) configuration. A digital input determines which switch is closed and which one is open within a half-bridge. Motor speed control can be achieved by applying PWM to one half-bridge while the other half-bridge is held low. We will use the L293D quadruple half-h driver chip, which contains four half-bridges (more than we need for this lab). Fig. 2: (a) Motor moves clockwise when IN1 = LOW and IN2 = HIGH. (b) Motor moves counter-clockwise when IN1 = HIGH and IN2 = LOW. (c) Motor stops when IN1 = IN2 = LOW. 1

2 DESIGN REQUIREMENTS It s good to start with the constraints. o Motor: 12V DC, 120 RPM o PWM waveform: Free-running current = 80 ma, Stall current = 800 ma NOTE: This H-bridge cannot handle the motor s stall current. Fortunately, this lab will mostly deal with the motor in free-running mode. So we should be OK! Output is 0 or 5V for compatibility with digital logic. Use an LM311 voltage comparator with a single +5V supply. Use LM358 op amps with a single +5V supply for the triangle wave generator. Triangle wave has a peak-to-peak value of 2.5V PP (+/- 0.1V is OK) at 5 khz (+/- 250 Hz is OK). NOTE: A higher frequency would be better, but the LM358 has speed limitations. Use standard 5% resistors. Capacitors can either be 100 pf, 1 nf, 10 nf, or 100 nf. TRIANGLE WAVE GENERATOR DESIGN Vcc Vcc R6 Vref 5 6 Vcc 4 8 U1B 7 LM358N V R3 PR_SQ Vref C U1A 1 LM358N V PR_TRIANGLE 5V Vref R2 R4 R5 R1 Fig. 3: Schematic of the triangle wave oscillator. Note that Pins 4 and 8 on op amp U1A do not require Vcc and Gnd (internally connected). 2

3 TASK 1: Compute the R 1 and R 2 necessary to achieve the desired peak-to-peak amplitude. o Remember that we are using op amps powered by a SINGLE supply. o The following formulas for the triangle wave generator might be useful: f = R 2 / (4R 1 R 3 C) V SAT(+) = V CC - 1 V SAT(-) = 0 V TH = (R 1 /R 2 ) (V SAT(+) V SAT(-) ) / 2 V REF = (V SAT(+) + V SAT(-) ) /2 o R1 is typically in the 10 kohm range. This ensures the output currents of op amp U1A and U1B are less than 1 ma. TASK 2: Compute the R 3 necessary to achieve the desired frequency. o Remember that you are limited to C = 100 pf, 1 nf, 10 nf, or 100 nf. o Typical R 3 values are between 1 kohm and 1 Mohm. A capacitor has infinite impedance at DC, since Z = 1/jωC. This has the unfortunate consequence that the op-amp integrator has infinite gain at DC. This leads to an unsteady DC output due to accumulated error from input bias and offset current! To avoid this defect, most integrators have a large resistor in parallel with the capacitor (see above figure). This resistor R 4 is typically chosen to be at least 10 times higher than R 3. TASK 3: Choose R 4 that is appropriate for your circuit. o You must choose from 51 kohm, 100 kohm, 510 kohm, 1.0 Mohm, and 1.5 Mohm. TASK 4: Choose 5% resistors for the R 5 -R 6 voltage divider that produces V REF. o Typical values are 10 kohm to ensure low power dissipation (e.g. a few mw or less). TASK 5: Simulate your circuit. o Use LM358N op amps. o Place voltage probes on the Schmitt trigger output and the integrator output. o Use a Transient Simulation Choose an end time that is long enough to show between 3 to 5 cycles. Use a Max time step of 1e-8 to ensure sufficient time resolution. o Measure the peak-to-peak voltage and frequency of the triangle waveform. 3 Fig. 4: Buma had to change his R1 and R3 to get satisfactory values for frequency and amplitude.

4 o Did you satisfy both design specs? If not If the peak-to-peak voltage needs improvement, change R1 a little bit. This will also affect the frequency (see below). If the frequency needs improvement, change R3. You must determine appropriate values for R1 and R3 in order to satisfy the design specs! NOTE: Buma had to tweak R1 and R3 to get satisfactory values for amplitude and frequency. PWM DESIGN A PWM waveform is obtained by comparing the triangle (also called a ramp) wave with some kind of input signal V SIG. Suppose we want the PWM duty cycle to INCREASE for HIGHER V SIG. TASK 6: Sketch how the voltage comparator should be connected to the triangle wave and V SIG. o As shown in Fig. 5, should V SIG be connected to the (+) or (-) input of the comparator? What about the triangle wave? o Explain your reasoning! Fig. 5: Which comparator input is connected to Vsig? TASK 7: Sketch how you would use a 10 kohm potentiometer to produce V SIG. o Also include how the 10K pot is connected to the comparator. TASK 8: Simulate your entire PWM circuit (triangle wave, potentiometer, and comparator). o Use the LM311N comparator. Pins 1 and 4 are both connected to GND. Pin 5 is connected to V CC = +5V. Use a 1 kohm pull-up resistor to +5V. o If you want the potentiometer wiper to be on the right side, use flip horizontal rather than rotate! Fig. 6(top) shows the correct orientation using flip horizontal. Fig. 6 (bottom) shows the incorrect orientation using rotate. o Place voltage probes on both comparator inputs and the comparator output. o Produce three waveforms of the PWM output: Pot = 20%, 40%, and 60%. Fig. 6: (Top) Correct potentiometer orientation (Bottom) Incorrect potentiometer orientation. 4

5 Fig. 7: Simulated PWM waveform when the potentiometer is at 20% (left) and 60% (right). CONTROL LOGIC OK, now we need to think about how to hook up the H-bridge. The L293D H-bridge has four half-bridges, but we will only use two of them. Fig. 8 shows a typical connection diagram and truth table for using the L293D as a full-bridge for one DC motor. The chip has two power connections: V CC1 = +5V for the TTL logic and V CC2 = +12V for logic level shifting and motor power. We will keep the enable (EN) input HIGH (+5V) for this lab. The IN1 and IN2 inputs are the digital inputs that determine if a half-bridge output connects the motor terminal to POWER or GND. This may look intimidating, but it is actually not that bad. There are only TWO scenarios. 1. Motor direction = counter-clockwise: IN1 = PWM signal, IN2 = LOW (0V). 2. Motor direction = clockwise: IN1 = LOW (0V), IN2 = PWM signal. This means we need a way to properly route the PWM signal and LOW to the IN1 and IN2 inputs! Fig. 8: Connection diagram and truth table for using the L293D chip as a full-bridge for one DC motor. Clockwise (turn right) speed control requires IN1 = LOW while IN2 = PWM. Conversely, counter-clockwise (turn left) speed control requires IN1 = PWM while IN2 = LOW. We will always keep the EN (enable) input HIGH for this lab. In other applications, you can enable (EN = HIGH) or disable (EN = LOW) the motor. 5

6 How to do this? The user wants to control direction and speed. Direction is either clockwise or counter-clockwise, so that is a binary quantity. We can use a toggle switch to produce a digital signal DIR that is either 0V (counter-clockwise) or 5V (clockwise). Speed is the PWM signal with a duty cycle determined by V SIG from the 10K potentiometer. What to do with the DIR and PWM signals? There many ways, but Fig. 9 shows a reasonable approach. It may look intimidating, but it really isn t as long as you clearly understand the necessary inputs to the H-bridge. As mentioned before, the H-bridge s IN1 is either PWM or LOW, depending on the desired direction. This sounds like a scenario to use a 2-to-1 multiplexer! Likewise, the H-bridge s IN2 is either LOW or PWM, depending on the desired direction. Another 2:1 mux can be used here! Mux s are awesome TASK 9: Complete the wiring for the inputs and outputs of the two 2:1 mux s in Fig. 9. o Recall from ECE 118 that a 2:1 mux has a single select bit S to decide whether input0 or input1 is sent through to the output. o Provide a sketch of the final result. +5V 2:1 MUX Toggle Switch DIR A0 OUT A1 S IN1 H-BRIDGE M 10K Pot +5V V SIG PWM B0 OUT B1 S IN2 Fig. 9: Simplified schematic of the digital logic for the DC motor controller. Direction (DIR) is produced from a toggle switch. The PWM duty cycle is determined by the 10K potentiometer. The two 2:1 mux's determine the values of the H-bridge's IN1 and IN2. Please submit the following: Answers to all TASKS. Multisim schematic showing triangle wave generator, potentiometer, and comparator (e.g. for TASK 8). Four waveforms (from TASK 5 and TASK 8) (End of PreLab6) 6

PreLab 7: LED Blinker (Due Oct 30)

PreLab 7: LED Blinker (Due Oct 30) GOAL PreLab 7: LED Blinker (Due Oct 30) The overall goal of Lab 7 is to demonstrate a two-led blinker with adjustable frequency. This is a two-week lab. The first week involves designing and testing a

More information

ECE 363 EXAM #2 (F18) 4 problems for 100 pts Problem #1: Amplifier Output Error (25 pts)

ECE 363 EXAM #2 (F18) 4 problems for 100 pts Problem #1: Amplifier Output Error (25 pts) ECE 363 EXAM #2 (F18) NAME: 4 problems for 100 pts Problem #1: Amplifier Output Error (25 pts) Consider an optical communication link for an infrared remote control. A transmitter sends a train of infrared

More information

Lab Experiments. Boost converter (Experiment 2) Control circuit (Experiment 1) Power diode. + V g. C Power MOSFET. Load.

Lab Experiments. Boost converter (Experiment 2) Control circuit (Experiment 1) Power diode. + V g. C Power MOSFET. Load. Lab Experiments L Power diode V g C Power MOSFET Load Boost converter (Experiment 2) V ref PWM chip UC3525A Gate driver TSC427 Control circuit (Experiment 1) Adjust duty cycle D The UC3525 PWM Control

More information

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 019.101 Introductory Analog Electronics Laboratory Laboratory No. READING ASSIGNMENT

More information

State Machine Oscillators

State Machine Oscillators by Kenneth A. Kuhn March 22, 2009, rev. March 31, 2013 Introduction State machine oscillators are based on periodic charging and discharging a capacitor to specific voltages using one or more voltage comparators

More information

University of North Carolina-Charlotte Department of Electrical and Computer Engineering ECGR 3157 Electrical Engineering Design II Fall 2013

University of North Carolina-Charlotte Department of Electrical and Computer Engineering ECGR 3157 Electrical Engineering Design II Fall 2013 Exercise 1: PWM Modulator University of North Carolina-Charlotte Department of Electrical and Computer Engineering ECGR 3157 Electrical Engineering Design II Fall 2013 Lab 3: Power-System Components and

More information

Experiment #8: Designing and Measuring a Common-Collector Amplifier

Experiment #8: Designing and Measuring a Common-Collector Amplifier SCHOOL OF ENGINEERING AND APPLIED SCIENCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ECE 2115: ENGINEERING ELECTRONICS LABORATORY Experiment #8: Designing and Measuring a Common-Collector Amplifier

More information

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Pre-Report Forms

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Pre-Report Forms Facility of Engineering Biomedical Engineering Department Medical Electronic Lab BME (317) Pre-Report Forms Prepared by Eng.Hala Amari Spring 2014 Facility of Engineering Biomedical Engineering Department

More information

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 019 Spring Term 00.101 Introductory Analog Electronics Laboratory Laboratory No.

More information

EE283 Electrical Measurement Laboratory Laboratory Exercise #7: Digital Counter

EE283 Electrical Measurement Laboratory Laboratory Exercise #7: Digital Counter EE283 Electrical Measurement Laboratory Laboratory Exercise #7: al Counter Objectives: 1. To familiarize students with sequential digital circuits. 2. To show how digital devices can be used for measurement

More information

ECE 363 FINAL (F16) 6 problems for 100 pts Problem #1: Fuel Pump Controller (18 pts)

ECE 363 FINAL (F16) 6 problems for 100 pts Problem #1: Fuel Pump Controller (18 pts) ECE 363 FINAL (F16) NAME: 6 problems for 100 pts Problem #1: Fuel Pump Controller (18 pts) You are asked to design a high-side switch for a remotely operated fuel pump. You decide to use the IRF9520 power

More information

R & D Electronics DIGITAL IC TRAINER. Model : DE-150. Feature: Object: Specification:

R & D Electronics DIGITAL IC TRAINER. Model : DE-150. Feature: Object: Specification: DIGITAL IC TRAINER Model : DE-150 Object: To Study the Operation of Digital Logic ICs TTL and CMOS. To Study the All Gates, Flip-Flops, Counters etc. To Study the both the basic and advance digital electronics

More information

Advanced Regulating Pulse Width Modulators

Advanced Regulating Pulse Width Modulators Advanced Regulating Pulse Width Modulators FEATURES Complete PWM Power Control Circuitry Uncommitted Outputs for Single-ended or Push-pull Applications Low Standby Current 8mA Typical Interchangeable with

More information

Function Generator Op-amp Summing Circuits Pulse Width Modulation LM311 Comparator

Function Generator Op-amp Summing Circuits Pulse Width Modulation LM311 Comparator Function Generator Op-amp Summing Circuits Pulse Width Modulation LM311 Comparator Objective ECE3204 D2015 Lab 3 The main purpose of this lab is to gain familiarity with use of the op-amp in a non-linear

More information

PESIT BANGALORE SOUTH CAMPUS BASIC ELECTRONICS

PESIT BANGALORE SOUTH CAMPUS BASIC ELECTRONICS PESIT BANGALORE SOUTH CAMPUS QUESTION BANK BASIC ELECTRONICS Sub Code: 17ELN15 / 17ELN25 IA Marks: 20 Hrs/ Week: 04 Exam Marks: 80 Total Hours: 50 Exam Hours: 03 Name of Faculty: Mr. Udoshi Basavaraj Module

More information

Module 9C: The Voltage Comparator (Application: PWM Control via a Reference Voltage)

Module 9C: The Voltage Comparator (Application: PWM Control via a Reference Voltage) Explore More! Points awarded: Module 9C: The Voltage Comparator (Application: PWM Control via a Reference Voltage) Name: Net ID: Laboratory Outline A voltage comparator considers two voltage waveforms,

More information

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Post-lab Forms

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Post-lab Forms Facility of Engineering Biomedical Engineering Department Medical Electronic Lab BME (317) Post-lab Forms Prepared by Eng.Hala Amari Spring 2014 Facility of Engineering Biomedical Engineering Department

More information

LABORATORY EXPERIMENT. Infrared Transmitter/Receiver

LABORATORY EXPERIMENT. Infrared Transmitter/Receiver LABORATORY EXPERIMENT Infrared Transmitter/Receiver (Note to Teaching Assistant: The week before this experiment is performed, place students into groups of two and assign each group a specific frequency

More information

Current Mode PWM Controller

Current Mode PWM Controller Current Mode PWM Controller UC1842/3/4/5 FEATURES Optimized For Off-line And DC To DC Converters Low Start Up Current (

More information

Laboratory Final Design Project. PWM DC Motor Speed Control

Laboratory Final Design Project. PWM DC Motor Speed Control Laboratory Final Design Project PWM DC Motor Speed Control Bowen Wang, Siyang Xia, Renhao Xie, E E 331 Lab, Winter 2013 TABLE OF CONTENTS Purpose of project, features, ratings.

More information

Exercise 2: Source and Sink Current

Exercise 2: Source and Sink Current Digital Logic Fundamentals Tri-State Output Exercise 2: Source and Sink Current EXERCISE OBJECTIVE When you have completed this exercise, you will be able to demonstrate how a tri-state buffer output can

More information

ML4818 Phase Modulation/Soft Switching Controller

ML4818 Phase Modulation/Soft Switching Controller Phase Modulation/Soft Switching Controller www.fairchildsemi.com Features Full bridge phase modulation zero voltage switching circuit with programmable ZV transition times Constant frequency operation

More information

University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009

University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009 University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009 Lab 1 Power Amplifier Circuits Issued August 25, 2009 Due: September 11, 2009

More information

Design Document. Analog PWM Amplifier. Reference: DD00004

Design Document. Analog PWM Amplifier. Reference: DD00004 Grainger Center for Electric Machinery and Electromechanics Department of Electrical and Computer Engineering University of Illinois at Urbana-Champaign 1406 W. Green St. Urbana, IL 61801 Design Document

More information

University of Utah Electrical Engineering Department ECE 2100 Experiment No. 2 Linear Operational Amplifier Circuits II

University of Utah Electrical Engineering Department ECE 2100 Experiment No. 2 Linear Operational Amplifier Circuits II University of Utah Electrical Engineering Department ECE 2100 Experiment No. 2 Linear Operational Amplifier Circuits II Minimum required points = 51 Grade base, 100% = 85 points Recommend parts should

More information

Experiment EB2: IC Multivibrator Circuits

Experiment EB2: IC Multivibrator Circuits EEE1026 Electronics II: Experiment Instruction Learning Outcomes Experiment EB2: IC Multivibrator Circuits LO1: Explain the principles and operation of amplifiers and switching circuits LO2: Analyze high

More information

75 VOLT 10 AMP MOSFET H-BRIDGE PWM MOTOR DRIVER/AMPLIFIER

75 VOLT 10 AMP MOSFET H-BRIDGE PWM MOTOR DRIVER/AMPLIFIER M.S.KENNEDY CORP. ISO 900 CERTIFIED BY DESC 75 OLT 0 AMP MOSFET 4 HBRIDGE PWM MOTOR DRIER/AMPLIFIER 4707 Dey Road Liverpool, N.Y. 3088 (35) 70675 FEATURES: Low Cost Complete HBridge 0 Amp Capability, 75

More information

o What happens if S1 and S2 or S3 and S4 are closed simultaneously? o Perform Motor Control, H-Bridges LAB 2 H-Bridges with SPST Switches

o What happens if S1 and S2 or S3 and S4 are closed simultaneously? o Perform Motor Control, H-Bridges LAB 2 H-Bridges with SPST Switches Cornerstone Electronics Technology and Robotics II H-Bridges and Electronic Motor Control 4 Hour Class Administration: o Prayer o Debriefing Botball competition Four States of a DC Motor with Terminals

More information

Exercise 1: Tri-State Buffer Output Control

Exercise 1: Tri-State Buffer Output Control Exercise 1: Tri-State Buffer Output Control EXERCISE OBJECTIVE When you have completed this exercise, you will be able to demonstrate how the enable and data inputs control the output state of a tri-state

More information

Physics 120 Lab 6 (2018) - Field Effect Transistors: Ohmic Region

Physics 120 Lab 6 (2018) - Field Effect Transistors: Ohmic Region Physics 120 Lab 6 (2018) - Field Effect Transistors: Ohmic Region The field effect transistor (FET) is a three-terminal device can be used in two extreme ways as an active element in a circuit. One is

More information

Current Mode PWM Controller

Current Mode PWM Controller application INFO available UC1842/3/4/5 Current Mode PWM Controller FEATURES Optimized For Off-line And DC To DC Converters Low Start Up Current (

More information

ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS

ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS OBJECTIVES : 1. To interpret data sheets supplied by the manufacturers

More information

TL494 Pulse - Width- Modulation Control Circuits

TL494 Pulse - Width- Modulation Control Circuits FEATURES Complete PWM Power Control Circuitry Uncommitted Outputs for 200 ma Sink or Source Current Output Control Selects Single-Ended or Push-Pull Operation Internal Circuitry Prohibits Double Pulse

More information

ECE 454 Homework #1 Due 11/28/2018 This Wednesday In Lab

ECE 454 Homework #1 Due 11/28/2018 This Wednesday In Lab ECE 454 Homework #1 Due 11/28/2018 This Wednesday In Lab Design the Darlington push-pull amplifier specified in Lab 1: You will build this amplifier for Lab 1 so use parts that are available in the lab.

More information

CHAPTER 6. Motor Driver

CHAPTER 6. Motor Driver CHAPTER 6 Motor Driver In this lab, we will construct the circuitry that your robot uses to drive its motors. However, before testing the motor circuit we will begin by making sure that you are able to

More information

Industrial Fully Control Dc Motor Drive without Microcontroller. Four Quadrant Speed Control of DC Motor Using MOSFET and Push Button Switch

Industrial Fully Control Dc Motor Drive without Microcontroller. Four Quadrant Speed Control of DC Motor Using MOSFET and Push Button Switch International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 Special Issue SIEICON-2017,April -2017 e-issn : 2348-4470 p-issn : 2348-6406 Industrial

More information

Introduction to IC-555. Compiled By: Chanakya Bhatt EE, IT-NU

Introduction to IC-555. Compiled By: Chanakya Bhatt EE, IT-NU Introduction to IC-555 Compiled By: Chanakya Bhatt EE, IT-NU Introduction SE/NE 555 is a Timer IC introduced by Signetics Corporation in 1970 s. It is basically a monolithic timing circuit that produces

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

EE431 Lab 1 Operational Amplifiers

EE431 Lab 1 Operational Amplifiers Feb. 10, 2015 Report all measured data and show all calculations Introduction The purpose of this laboratory exercise is for the student to gain experience with measuring and observing the effects of common

More information

ME 461 Laboratory #5 Characterization and Control of PMDC Motors

ME 461 Laboratory #5 Characterization and Control of PMDC Motors ME 461 Laboratory #5 Characterization and Control of PMDC Motors Goals: 1. Build an op-amp circuit and use it to scale and shift an analog voltage. 2. Calibrate a tachometer and use it to determine motor

More information

Digital Applications of the Operational Amplifier

Digital Applications of the Operational Amplifier Lab Procedure 1. Objective This project will show the versatile operation of an operational amplifier in a voltage comparator (Schmitt Trigger) circuit and a sample and hold circuit. 2. Components Qty

More information

LS7362 BRUSHLESS DC MOTOR COMMUTATOR / CONTROLLER

LS7362 BRUSHLESS DC MOTOR COMMUTATOR / CONTROLLER LS7362 BRUSHLESS DC MOTOR COMMUTATOR / CONTROLLER FEATURES: Speed control by Pulse Width Modulating (PWM) only the low-side drivers reduces switching losses in level converter circuitry for high voltage

More information

Electronic PRINCIPLES

Electronic PRINCIPLES MALVINO & BATES Electronic PRINCIPLES SEVENTH EDITION Chapter 22 Nonlinear Op-Amp Circuits Topics Covered in Chapter 22 Comparators with zero reference Comparators with non-zero references Comparators

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

Fig 1: The symbol for a comparator

Fig 1: The symbol for a comparator INTRODUCTION A comparator is a device that compares two voltages or currents and switches its output to indicate which is larger. They are commonly used in devices such as They are commonly used in devices

More information

ENGR 210 Lab 12: Analog to Digital Conversion

ENGR 210 Lab 12: Analog to Digital Conversion ENGR 210 Lab 12: Analog to Digital Conversion In this lab you will investigate the operation and quantization effects of an A/D and D/A converter. A. BACKGROUND 1. LED Displays We have been using LEDs

More information

In-Class Exercises for Lab 2: Input and Output Impedance

In-Class Exercises for Lab 2: Input and Output Impedance In-Class Exercises for Lab 2: Input and Output Impedance. What is the output resistance of the output device below? Suppose that you want to select an input device with which to measure the voltage produced

More information

CURRENT MODE PWM CONTROLLER LM3842A/3A/4A/5A

CURRENT MODE PWM CONTROLLER LM3842A/3A/4A/5A CURRENT MODE PWM CONTROLLER LMA/A/A/5A FEATURES SOP/ DIP PIN Configulation Automatic feed forward compensation Optimized for offline converter Double pulse suppression Current mode operation to 500 KHz

More information

Function Generator Using Op Amp Ic 741 Theory

Function Generator Using Op Amp Ic 741 Theory Function Generator Using Op Amp Ic 741 Theory Note: Op-Amps ua741, LM 301, LM311, LM 324 & AD 633 may be used To design an Inverting Amplifier for the given specifications using Op-Amp IC 741. THEORY:

More information

Analog Electronic Circuits Lab-manual

Analog Electronic Circuits Lab-manual 2014 Analog Electronic Circuits Lab-manual Prof. Dr Tahir Izhar University of Engineering & Technology LAHORE 1/09/2014 Contents Experiment-1:...4 Learning to use the multimeter for checking and indentifying

More information

High Speed PWM Controller

High Speed PWM Controller High Speed PWM Controller application INFO available FEATURES Compatible with Voltage or Current Mode Topologies Practical Operation Switching Frequencies to 1MHz 50ns Propagation Delay to Output High

More information

LAB #10: Analog Interfacing

LAB #10: Analog Interfacing CS/EE 3720 Handout #10 Spring 2004 Myers LAB #10: Analog Interfacing You must checkoff this lab during your lab section of the week of April 19th. Lab writeup is due in class on April 27th. NO LATE CHECKOFFS

More information

HIGH LOW Astable multivibrators HIGH LOW 1:1

HIGH LOW Astable multivibrators HIGH LOW 1:1 1. Multivibrators A multivibrator circuit oscillates between a HIGH state and a LOW state producing a continuous output. Astable multivibrators generally have an even 50% duty cycle, that is that 50% of

More information

VCC. UVLO internal bias & Vref. Vref OK. PWM Comparator. + + Ramp from Oscillator GND

VCC. UVLO internal bias & Vref. Vref OK. PWM Comparator. + + Ramp from Oscillator GND Block Diagram VCC 40V 16.0V/ 11.4V UVLO internal bias & Vref RT OSC EN Vref OK EN OUT Green-Mode Oscillator S COMP 2R R Q R PWM Comparator CS Leading Edge Blanking + + Ramp from Oscillator GND Absolute

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Hands-On Introduction to EE Lab Skills Laboratory No. 2 BJT, Op Amps IAP 2008

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Hands-On Introduction to EE Lab Skills Laboratory No. 2 BJT, Op Amps IAP 2008 Name MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.09 Hands-On Introduction to EE Lab Skills Laboratory No. BJT, Op Amps IAP 008 Objective In this laboratory, you will become familiar with a simple bipolar junction

More information

KUBE Electronics AG. KUBE TR156 Universal PIR Circuit IC. For PIR Motion and Presence Detectors. Applications. Features

KUBE Electronics AG. KUBE TR156 Universal PIR Circuit IC. For PIR Motion and Presence Detectors. Applications. Features KUBE TR156 Universal PIR Circuit IC For PIR Motion and Presence Detectors All functions for a PIR detector are available in a single chip solution. It includes analog and digital circuitry and functions

More information

TL494M PULSE-WIDTH-MODULATION CONTROL CIRCUIT

TL494M PULSE-WIDTH-MODULATION CONTROL CIRCUIT Complete PWM Power Control Circuitry Uncommitted Outputs for 00-mA Sink or Source Current Output Control Selects Single-Ended or Push-Pull Operation Internal Circuitry Prohibits Double Pulse at Either

More information

University of Utah Electrical & Computer Engineering Department ECE 1250 Lab 4 Pulse Width Modulation Circuit

University of Utah Electrical & Computer Engineering Department ECE 1250 Lab 4 Pulse Width Modulation Circuit University of Utah Electrical & Computer Engineering Department ECE 1250 Lab 4 Pulse Width Modulation Circuit Note: Bring textbook & parts used last time to lab. A. Stolp, 1/8/12 rev, Objective Build a

More information

Experiment 7: PID Motor Speed Control

Experiment 7: PID Motor Speed Control Experiment 7: PID Motor Speed Control Introduction The error output, Ve, of the tachometer circuit from experiment 6 will be connected to the input of a PID controller. The output of the PID controller,

More information

Phys Lecture 3. Power circuits how to control your motors Noise and Shielding

Phys Lecture 3. Power circuits how to control your motors Noise and Shielding Phys 253 - Lecture 3 Power circuits how to control your motors Noise and Shielding Digital-to-Analog Conversion PWM 2 D/A Conversion and power circuits When would you like to produce an output signal that

More information

Advanced Regulating Pulse Width Modulators

Advanced Regulating Pulse Width Modulators Advanced Regulating Pulse Width Modulators FEATURES Complete PWM Power Control Circuitry Uncommitted Outputs for Single-ended or Push-pull Applications Low Standby Current 8mA Typical Interchangeable with

More information

Application Note. I C s f o r M o t o r C o n t r o l. Evaluation board for the TDA5143/TDA5144. Report No: EIE/AN R. Galema

Application Note. I C s f o r M o t o r C o n t r o l. Evaluation board for the TDA5143/TDA5144. Report No: EIE/AN R. Galema Application Note I C s f o r M o t o r C o n t r o l Evaluation board for the TDA5143/TDA5144 Report No: R. Galema Product Concept & Application Laboratory Eindhoven, the Netherlands. Keywords Motor Control

More information

Hello, and welcome to the TI Precision Labs video series discussing comparator applications. The comparator s job is to compare two analog input

Hello, and welcome to the TI Precision Labs video series discussing comparator applications. The comparator s job is to compare two analog input Hello, and welcome to the TI Precision Labs video series discussing comparator applications. The comparator s job is to compare two analog input signals and produce a digital or logic level output based

More information

For the op amp circuit above, how is the output voltage related to the input voltage? = 20 k R 2

For the op amp circuit above, how is the output voltage related to the input voltage? = 20 k R 2 Golden Rules for Ideal Op Amps with negative feedback: 1. The output will adjust in any way possible to make the inverting input and the noninverting input terminals equal in voltage. 2. The inputs draw

More information

75 VOLT 8 AMP MOSFET H-BRIDGE PWM MOTOR DRIVER/AMPLIFIER

75 VOLT 8 AMP MOSFET H-BRIDGE PWM MOTOR DRIVER/AMPLIFIER M.S.KENNEDY CORP. 75 OLT 8 AMP MOSFET HBRIDGE PWM MOTOR DRIER/AMPLIFIER 4707 Dey Road Liverpool, N.Y. 088 (5) 70675 FEATURES: Low Cost Complete HBridge 8 Amp Capability, 75 olt Maximum Rating Selfcontained

More information

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS 6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS Laboratory based hardware prototype is developed for the z-source inverter based conversion set up in line with control system designed, simulated and discussed

More information

Figure 1: Basic Relationships for a Comparator. For example: Figure 2: Example of Basic Relationships for a Comparator

Figure 1: Basic Relationships for a Comparator. For example: Figure 2: Example of Basic Relationships for a Comparator Cornerstone Electronics Technology and Robotics I Week 16 Voltage Comparators Administration: o Prayer Robot Building for Beginners, Chapter 15, Voltage Comparators: o Review of Sandwich s Circuit: To

More information

TL494 PULSE-WIDTH-MODULATION CONTROL CIRCUITS

TL494 PULSE-WIDTH-MODULATION CONTROL CIRCUITS Complete PWM Power-Control Circuitry Uncommitted Outputs for 200-mA Sink or Source Current Output Control Selects Single-Ended or Push-Pull Operation Internal Circuitry Prohibits Double Pulse at Either

More information

Ocean Controls KT-5198 Dual Bidirectional DC Motor Speed Controller

Ocean Controls KT-5198 Dual Bidirectional DC Motor Speed Controller Ocean Controls KT-5198 Dual Bidirectional DC Motor Speed Controller Microcontroller Based Controls 2 DC Motors 0-5V Analog, 1-2mS pulse or Serial Inputs for Motor Speed 10KHz, 1.25KHz or 156Hz selectable

More information

Multiple Instrument Station Module

Multiple Instrument Station Module Multiple Instrument Station Module Digital Storage Oscilloscope Vertical Channels Sampling rate Bandwidth Coupling Input impedance Vertical sensitivity Vertical resolution Max. input voltage Horizontal

More information

DUAL STEPPER MOTOR DRIVER

DUAL STEPPER MOTOR DRIVER DUAL STEPPER MOTOR DRIVER GENERAL DESCRIPTION The is a switch-mode (chopper), constant-current driver with two channels: one for each winding of a two-phase stepper motor. is equipped with a Disable input

More information

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 Spring 2017 V2 6.101 Introductory Analog Electronics Laboratory Laboratory

More information

N386X APPLICATION INFORMATION

N386X APPLICATION INFORMATION N386X APPLICATION INFORMATION Prepared by : Alex Leng The N386X is a low cost high integrated PWM primary switcher, it combines a current mode controller with a high voltage power MOSFET and integrates

More information

HIGH FREQUENCY WAVEFORM GENERATOR. Author: Carlos Rodríguez Hernández

HIGH FREQUENCY WAVEFORM GENERATOR. Author: Carlos Rodríguez Hernández HIGH FREQUENCY WAVEFORM GENERATOR Author: Carlos Rodríguez Hernández ABSTRAD This Project comes from the necessity of getting a wave generator with a bandwidth over 10 Mhz and an harmonic distortion under

More information

1 Second Time Base From Crystal Oscillator

1 Second Time Base From Crystal Oscillator 1 Second Time Base From Crystal Oscillator The schematic below illustrates dividing a crystal oscillator signal by the crystal frequency to obtain an accurate (0.01%) 1 second time base. Two cascaded 12

More information

LABORATORY 6 v3 TIME DOMAIN

LABORATORY 6 v3 TIME DOMAIN University of California Berkeley Department of Electrical Engineering and Computer Sciences EECS 100, Professor Bernhard Boser LABORATORY 6 v3 TIME DOMAIN Inductors and capacitors add a host of new circuit

More information

POLOLU MAX14870 SINGLE BRUSHED DC MOTOR DRIVER CARRIER USER S GUIDE

POLOLU MAX14870 SINGLE BRUSHED DC MOTOR DRIVER CARRIER USER S GUIDE POLOLU MAX14870 SINGLE BRUSHED DC MOTOR DRIVER CARRIER USER S GUIDE USING THE MOTOR DRIVER Minimal wiring diagram for connecting a microcontroller to a MAX14870 Single Brushed DC Motor Driver Carrier.

More information

NJM3777 DUAL STEPPER MOTOR DRIVER NJM3777E3(SOP24)

NJM3777 DUAL STEPPER MOTOR DRIVER NJM3777E3(SOP24) DUAL STEPPER MOTOR DRIER GENERAL DESCRIPTION The NJM3777 is a switch-mode (chopper), constant-current driver with two channels: one for each winding of a two-phase stepper motor. The NJM3777 is equipped

More information

High Speed PWM Controller

High Speed PWM Controller High Speed PWM Controller FEATURES Compatible with Voltage or Current Mode Topologies Practical Operation Switching Frequencies to 1MHz 50ns Propagation Delay to Output High Current Dual Totem Pole Outputs

More information

Current-mode PWM controller

Current-mode PWM controller DESCRIPTION The is available in an 8-Pin mini-dip the necessary features to implement off-line, fixed-frequency current-mode control schemes with a minimal external parts count. This technique results

More information

UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT

UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT ECE 3110 LAB EXPERIMENT NO. 4 CLASS AB POWER OUTPUT STAGE Objective: In this laboratory exercise you will build and characterize a class AB power output

More information

). The THRESHOLD works in exactly the opposite way; whenever the THRESHOLD input is above 2/3V CC

). The THRESHOLD works in exactly the opposite way; whenever the THRESHOLD input is above 2/3V CC ENGR 210 Lab 8 RC Oscillators and Measurements Purpose: In the previous lab you measured the exponential response of RC circuits. Typically, the exponential time response of a circuit becomes important

More information

DC Motor Speed Control using PID Controllers

DC Motor Speed Control using PID Controllers "EE 616 Electronic System Design Course Project, EE Dept, IIT Bombay, November 2009" DC Motor Speed Control using PID Controllers Nikunj A. Bhagat (08307908) nbhagat@ee.iitb.ac.in, Mahesh Bhaganagare (CEP)

More information

Lab 8. Stepper Motor Controller

Lab 8. Stepper Motor Controller Lab 8. Stepper Motor Controller Overview of this Session In this laboratory, you will learn: To continue to use an oscilloscope How to use a Step Motor driver chip. Introduction This lab is focused around

More information

SG2525A SG3525A REGULATING PULSE WIDTH MODULATORS

SG2525A SG3525A REGULATING PULSE WIDTH MODULATORS SG2525A SG3525A REGULATING PULSE WIDTH MODULATORS 8 TO 35 V OPERATION 5.1 V REFERENCE TRIMMED TO ± 1 % 100 Hz TO 500 KHz OSCILLATOR RANGE SEPARATE OSCILLATOR SYNC TERMINAL ADJUSTABLE DEADTIME CONTROL INTERNAL

More information

EE 3101 ELECTRONICS I LABORATORY EXPERIMENT 9 LAB MANUAL APPLICATIONS OF IC BUILDING BLOCKS

EE 3101 ELECTRONICS I LABORATORY EXPERIMENT 9 LAB MANUAL APPLICATIONS OF IC BUILDING BLOCKS EE 3101 ELECTRONICS I LABORATORY EXPERIMENT 9 LAB MANUAL APPLICATIONS OF IC BUILDING BLOCKS OBJECTIVES In this experiment you will Explore the use of a popular IC chip and its applications. Become more

More information

Designated client product

Designated client product Designated client product This product will be discontinued its production in the near term. And it is provided for customers currently in use only, with a time limit. It can not be available for your

More information

Field Effect Transistors

Field Effect Transistors Field Effect Transistors Purpose In this experiment we introduce field effect transistors (FETs). We will measure the output characteristics of a FET, and then construct a common-source amplifier stage,

More information

LINEAR IC APPLICATIONS

LINEAR IC APPLICATIONS 1 B.Tech III Year I Semester (R09) Regular & Supplementary Examinations December/January 2013/14 1 (a) Why is R e in an emitter-coupled differential amplifier replaced by a constant current source? (b)

More information

Data Conversion and Lab Lab 4 Fall Digital to Analog Conversions

Data Conversion and Lab Lab 4 Fall Digital to Analog Conversions Digital to Analog Conversions Objective o o o o o To construct and operate a binary-weighted DAC To construct and operate a Digital to Analog Converters Testing the ADC and DAC With DC Input Testing the

More information

Examination paper for TFY4185 Measurement Technique/ Måleteknikk

Examination paper for TFY4185 Measurement Technique/ Måleteknikk Department of Physics Examination paper for TFY4185 Measurement Technique/ Måleteknikk Academic contact during examination: Patrick Espy Phone: +47 41 38 65 78 Examination date: 11 August 2016 Examination

More information

Experiment #6: Biasing an NPN BJT Introduction to CE, CC, and CB Amplifiers

Experiment #6: Biasing an NPN BJT Introduction to CE, CC, and CB Amplifiers SCHOOL OF ENGINEERING AND APPLIED SCIENCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ECE 2115: ENGINEERING ELECTRONICS LABORATORY Experiment #6: Biasing an NPN BJT Introduction to CE, CC, and CB

More information

Lecture 7 ECEN 4517/5517

Lecture 7 ECEN 4517/5517 Lecture 7 ECEN 4517/5517 Experiments 4-5: inverter system Exp. 4: Step-up dc-dc converter (cascaded boost converters) Analog PWM and feedback controller to regulate HVDC Exp. 5: DC-AC inverter (H-bridge)

More information

DeviceCraft Revision #1 11/29/2010

DeviceCraft Revision #1 11/29/2010 DeviceCraft Revision #1 11/29/2010 DC Wiper Motor H-Bridge Servo / Speed Controller P/N 1020 Features: Dip Switch selectable mode of operation Both PID servo or speed controller Forward/Reverse operation

More information

ELEC3106 Electronics. Lab 3: PCB EMI measurements. Objective. Components. Set-up

ELEC3106 Electronics. Lab 3: PCB EMI measurements. Objective. Components. Set-up ELEC3106 Electronics Lab 3: PCB EMI measurements Objective The objective of this laboratory session is to give the students a good understanding of critical PCB level Electromagnetic Interference phenomena

More information

High Capacity H-Bridge

High Capacity H-Bridge High Capacity H-Bridge Functional Specification Revision 1.0 4822 Sterling Drive Boulder, CO 80301 Page 1 Revision History 3 Features 3 General Description 3 Functional Block Diagram 4 Recommended and

More information

GATE: Electronics MCQs (Practice Test 1 of 13)

GATE: Electronics MCQs (Practice Test 1 of 13) GATE: Electronics MCQs (Practice Test 1 of 13) 1. Removing bypass capacitor across the emitter leg resistor in a CE amplifier causes a. increase in current gain b. decrease in current gain c. increase

More information

University of Pittsburgh

University of Pittsburgh University of Pittsburgh Experiment #6 Lab Report Active Filters and Oscillators Submission Date: 7/9/28 Instructors: Dr. Ahmed Dallal Shangqian Gao Submitted By: Nick Haver & Alex Williams Station #2

More information

University of California at Berkeley Donald A. Glaser Physics 111A Instrumentation Laboratory

University of California at Berkeley Donald A. Glaser Physics 111A Instrumentation Laboratory Published on Instrumentation LAB (http://instrumentationlab.berkeley.edu) Home > Lab Assignments > Digital Labs > Digital Circuits II Digital Circuits II Submitted by Nate.Physics on Tue, 07/08/2014-13:57

More information

TA8435H/HQ TA8435H/HQ PWM CHOPPER-TYPE BIPOLAR STEPPING MOTOR DRIVER. FEATURES TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC

TA8435H/HQ TA8435H/HQ PWM CHOPPER-TYPE BIPOLAR STEPPING MOTOR DRIVER. FEATURES TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TA8435H/HQ TA8435H/HQ PWM CHOPPER-TYPE BIPOLAR STEPPING MOTOR DRIVER. The TA8435H/HQ is a PWM chopper-type sinusoidal micro-step bipolar stepping

More information