SMV Electric Tutorials

Slides:



Advertisements
Similar presentations
Basic Electronics Part 7: Actuators
Advertisements

Encoders, Motors, Power, Mini Project #1 10/24/2014.
DC Choppers 1 Prof. T.K. Anantha Kumar, E&E Dept., MSRIT
DC Choppers 1 Prof. T.K. Anantha Kumar, E&E Dept., MSRIT
DC-DC Converters Convert a fixed DC Source into a Variable DC Source
Presented By: Er. Ram Singh (Asstt. Prof.) Deptt. Of EE
Copyright by UNIT III DC Choppers 4/17/2017 Copyright by
SENIOR DESIGN 10/16.
Instrumentation & Power Electronics
EE462L, Spring 2014 H-Bridge Inverter Basics
Micromouse Meeting #3 Lecture #2 Power Motors Encoders.
Power Electronics DC to AC Converters
LECTURE 9 INTRO TO POWER ELECTRONICS
1 Motors & Motor Controllers ECE AC or DC Motors AC –Few robots use AC except in factories –Most of those that use AC first convert to DC DC –Dominates.
Chapter 6 Voltage Regulators - Part 2-.
CHAPTER 6 VOLTAGE REGULATOR POWER SUPPLIES (VOLTAGE REGULATORS) Fig. 6.1 Block diagram showing parts of a power supply. Power supply Power supply: a.
Power Electronics and Drives (Version ) Dr. Zainal Salam, UTM-JB 1 Chapter 3 DC to DC CONVERTER (CHOPPER) General Buck converter Boost converter.
CIRCUITS, DEVICES, AND APPLICATIONS Eng.Mohammed Alsumady
CHAPTER 18 Power Supplies. Objectives Describe and Analyze: Power Supply Systems Regulation Buck & Boost Regulators Flyback Regulators Off-Line Power.
ENGR 6806 – Motor Control Prepared By: Rob Collett September 15, Office: EN2074.
Industrial Electrical Engineering and Automation Structures of the Energy flow system Mechatronics 2007.
Lecture # 12&13 SWITCHING-MODE POWER SUPPLIES
Prof R T KennedyPOWER ELECTRONICS 21. Prof R T KennedyPOWER ELECTRONICS 22 Class D audio amplifiers switching - PWM amplifiers -V cc.
SEMICONDUCTORS Triacs and Diacs.
Electronic Devices Eighth Edition Floyd Chapter 9.
PWM Circuit Based on the 555 Timer. Introduction In applications LED Brightness Control we may want to vary voltage given to it. Most often we use a variable.
8-1 School of Electrical Systems Engineering ABD RAHIM 2008 EET421 Power Electronic Drives - DC to AC converter / Inverter Abdul Rahim Abdul Razak.
Motors & Motor Drivers ECE 450.
Electrical Actuation System Lecture 9 (Chapter 9).
Chapter 6 Voltage Regulators By En. Rosemizi Bin Abd Rahim EMT212 – Analog Electronic II.
DC Motor Control The material presented is taken from a variety of sources including: ponents/inductor001.html#howworks,
Chapter 6 Voltage Regulators - Part 2-.
Automatic accident avoiding system PROJECT MEMBERS MUTHUKUMAR.K (05ME33) SAKTHIDHASAN.S (05ME39) SAKTHIVEL.N (05ME40) VINOTH.S (05ME56) PROJECT GUIDE:
Electronic. Analog Vs. Digital Analog –Continuous –Can take on any values in a given range –Very susceptible to noise Digital –Discrete –Can only take.
EMT212 – Analog Electronic II
1.0 LINEAR DC POWER SUPPLY The importance of DC Power Supply Circuit For electronic circuits made up of transistors and/or ICs, this power source.
Introduction to DC-DC Conversion – Cont.
NATCAR SUMMER CLASS II 6 July 2004 Chung Hsieh. Topic of Discussion Power Supply Motor Drive Circuits Braking.
SMV ELECTRIC TUTORIALS Aditya Kuroodi 2016 Relevant Course(s): EE121B, EE115A.
Data Acquisition Device (DAQ) A DAQ is a cool little device that allows you to interface hardware to a computer. Here is what we will do:  Create a square.
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
DC motor principles Speed control Direction Stepper motor principles
CLOSED LOOP SPEED CONTROL OF DC MOTOR WITH PWM TECHNIQUE
Chapter 6: Voltage Regulator
Different Types of Voltage Regulators with Working Principle.
Motors & Motor Controllers
UNIT III DC Choppers.
Subject :- Power Electronics-1 Topic :- step down & step up chopper
Wireless Power Driven Car or Train
INDUSTRIAL ELECTRONICS/ELECTRICITY
Speed control of three phase induction motor
Predefined Speed Control of BLDC Motor
AC Inlet & AC Input Filter
Fault detection Lecture (3).
Electric Motors.
Dr. Unnikrishnan P.C. Professor, EEE
Rectification and Diodes
Vibration Energy Harvesting Circuit to Power Wireless Sensor Nodes
Power Electronic Drives - DC to AC converter / Inverter
Introduction to H-Bridge
General Licensing Class
Chapter 6: Voltage Regulator
DC Motors and H-Bridges
Lecture No# 8 Prepared by: Engr. Qurban Ali Memon
AC Drives Dr. Adel A. El-Samahy Department of Electrical Engineering University of Helwan.
POWER ELECTRONICS DC-DC CONVERTERS (CHOPPERS) PART 2
CHAPTER – 46 ELECTRONIC CONTROL OF A.C. MOTORS
Constant Current Power Supplies for LEDs
Computer Fundamentals
Presentation transcript:

SMV Electric Tutorials Aditya Kuroodi 2016 Relevant Course(s): EE115A. EE115B

Motors & PWM

Understanding Motors As a prequisite to understanding motors, keep in mind the following ideas: AC vs DC Inductors and Capacitors in AC/DC MOSFETs Diodes Analog vs Digital

Analog and Digital Signals Analog signals are real-world signals (ex: battery voltage, radio frequency, etc.) Analog signals have infinitely many values and continously vary over time Main issue with analog is susceptibility to noise, low precision-to-cost ratio Using analog also means large power loss due to continuity Digital signals only take on values from a finite set, often binary: {0,1} Our goal is to use digital signals to control analog circuits (multiple analog signals) Less precision loss Less power loss

Pulse Width Modulation (PWM) PWM is a method to vary the duty cycle of a square wave coming from an MCU’s digital output in order to match an analog level We can use PWM to encode analog levels into a digital signal PWM is a digital signal because at any given time, it’s either ON or OFF Note: at any given time we either provide FULL power supply voltage or NONE PWM control depends on both duty cycle as well as modulating frequency

Pulse Width Modulation (PWM) Suppose we try to control the voltage seen by this lamp with a switch: If we close switch for 20ms, lamp will see 9V. Then if we open switch for 20ms lamp sees 0V  repeat this cycle 10 times per second Now we have 50% duty cycle with 10Hz modulating frequency, and lamp will light up at half of max brightness (as if connected to 4.5V with no switch) Note: If we repeat cycle slowly (on for 5 seconds, off for 5 seconds, etc.) the proper level would NOT occur Need to insure that frequency is > load response time Most PWMs operate at modulating frequencies in 10Khz-20MHz range

MOSFET as a Switch Suppose we want to turn a lamp (or LED) on and off with a MOSFET Using N-Channel, we connect Source to GND Load placed between voltage rail and the MOSFET Input voltage pulses, either biases gate- source to saturation or leaves transistor open When gate voltage high, lamp is on Connect MCU digital output to gate of MOSFET Send PWM signal of appropriate duty cycle to adjust lamp brightness Note that PWM voltage level is only high enough to toggle MOSFET, while lamp gets full VDD NOTE: VDD >> Vin

MOSFET Power Switching Considerations Inductors, when quickly powered off, will generate huge voltage spike in opposition to decreasing current  V = L *di/dt Use FlyBack Diode (Snubber, Supression, Flywheel, etc.) to protect circuitry (including the MOSFET!) Now current flows through diode, back through inductor and slowly dies down from resistive losses Capacitive loads will draw in large current when first connected to voltage rail (capacitors act like shorts initially) Simply place resistor in series with whatever you want to protect to limit inrush current (an NTC thermistor better than static resistor) NTC thermistors start with high resistance, then lower resistance as they heat up NOTE: by definition, motors are inductive loads!

PWM and Motor Control Basics We use PWM to control motors because the duty cycle percentages matches nicely with motor speed Also, digital nature of PWM signal makes it more efficient to control current to motor than linear methods (compare to a variable resistor) Motors are large inductive loads, so we often use diodes to protect against voltage spikes Our PWM signal will connect to MOSFET gates, which act as heavy duty switches to vary current to the motor Due to their lower RDS(ON) engineers tend to use mostly N-Channel MOSFETS DC motor control often done using the Half-Bridge (H-Bridge) topology

The H-Bridge Driver Q1-Q4 are transistors (often MOSFETs) D1-D4 are Flyback diodes, often Schottky type Q1 and Q3 are high side FETs and Q2,Q4 are low side The high side of bridge connected to power supply, low side tied to ground Different combinations of opening/closing FETs Q1-Q4 allow for different functionalities

Basic H-Bridge Application: Forward/Backward Closing Q1 and Q4 will power motor in one direction, and closing Q2 and Q3 will reverse polarity and cause motor to run in other direction Note that this connection will run motor at full speed. To get anything less, we need PWM control

The Danger of “Shoot-Through” Notice that you can short circuit power supply if you turn on the wrong switches  MOSFET shoot-through Considering the high currents you work with for motors, this is BAD (fires) Thus we’re left with only a few switch combinations that are safe

H-Bridge Component Selection Use desired features (high curremt, efficiency, etc.) of load operation to guide component selection MOSFETs have RDS(ON) parameter when operated as switches We want lower resistance so less power loss (less heat) N-Channel RDS(ON) < P-Channel RDS(ON) How do you bias NMOS to turn on?  Gate-to-Source must be positively biased This makes it difficult to properly bias the high side FETs! Once you close high side switch, source and drain will be at same level, that of power supply Need to maintain higher gate voltage somehow Charge Pump is a DC-DC converter using capacitors that is often used for this application

Brushed vs Brushless DC Motors BDC BLDC Stator, rotor, commutator, brushes Current reversed mechanically with commutator Easier to use, cheaper, good for short-lived and light applications Stator, rotor, commutator control circuit Current through coils controlled with a circuit Difficult to control, more efficient, better torque curve, long-lasting

BLDC Control Diagram

Gate Driver Block Diagram

Simplified Gate Driver Schematic