PWM and DC Motor Control

Slides:



Advertisements
Similar presentations
PS 141 Presentation By Gabe, Tanya Mae Kim, Jaeyoun Ong, Raymond Carey.
Advertisements

DC Motors DC Motors are widely used in robotics because of their small size and high energy output. Key characteristics of DC motors include: 1. High Speed.
ECE 4501 Lecture 11: Rectifiers, Switches and P ower Supplies.
The Solar Tracker. Solar Tracking Project Team Members: –Cristian Ruvalcaba –Ken Seal –David Clark –Mark McKinley –Richard DeJarnatt.
DC-DC Converters Convert a fixed DC Source into a Variable DC Source
DC Stepper Motor Typical Use: Position Control
ECGR-6185 Advanced Embedded Systems University Of North Carolina at Charlotte A. Srinivas Reddy Stepper/Servo/DC Motors.
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.
L.C. Technology Servo Motor Control / Genie Software
©Alex Doboli Chapter 3: Hardware and Software Subsystems of Mixed-Signal Architectures (Part II) Alex Doboli, Ph.D. Department of Electrical and Computer.
Rowan Hall 238A April 09, 2006 Sophomore Clinic ENGR , CRN Integrating the PIC and the H- Bridge.
ARM Timers.
Ohm’s Law + - R E I E = I * R I = E / R R = E / I E = Voltage I = Current R = Resistance.
PWM ECE 4437-EMBEDDED SYSTEMS DR. GLOVER CHRISTOPHER AHN & KHOA VAN.
Regal Beloit Proprietary & Confidential What do I get? The X13 motor is a permanent magnet, three phase,brushless DC motor. A single phase drive is attached.
CS 478: Microcontroller Systems University of Wisconsin-Eau Claire Dan Ernst Hybrid I/O – Pulses.
Computer Vision Group Prof. Daniel Cremers Autonomous Navigation for Flying Robots Lecture 4.1: Motors and Controllers Jürgen Sturm Technische Universität.
Al-Najah National University
Motors & Motor Drivers ECE 450.
Microprocessoren lesson 6. PWM /motor control/servo.
Space Vector Pulse Width Modulation Space Vector Pulse Width Modulation Space Vector Pulse Width Modulation Space Vector Pulse Width Modulation Dr. Pedro.
STEPPER MOTORS Name: Mr.R.Anandaraj Designation: Associate. Professor Department: Electrical and Electronics Engineering Subject code :EC 6252 Year: II.
MOTORS. Definition Of Motor That powered by electricity or internal combustion, that supplies motive power for a vehicle or for some other device. A device.
Motor Speed Josh Edwards. Description Circuit will calculate the RPMs of the motor using the NT3100 and output to a 7 segment display Motor will be driven.
ELEC 3105 Basic EM and Power Engineering Rotating DC Motor PART 2 Electrical.
3.TRANSISTOR CIRCUIT CONFIGURATION
EE 401 Control Systems Analysis and Design Modeling an Electromechanical System The DC Servomotor Fri, Jan 29 EE 401: Control Systems Analysis and Design.
 Today we will cover:  Voltage regulators  Sensors  motordrivers iBOT1.
Timer 1 and 2 operation, PWM Principles. Timer 1 Operation.
POWER ELECTRONICS IN SHIP PROPULSION ELECTRIC MOTORS.
The 8051 Microcontroller and Embedded Systems, 2e By Muhammad Ali Mazidi, Janice Gillispie Mazidi, and Rolin D. McKinlay © 2006 Pearson Education, Inc.
DC motor principles Speed control Direction Stepper motor principles
ARM CORTEX (STM32) BASED MOTOR SPEED CONTROL SUBMITTED BY EDGEFX TEAM.
-AT91SAM7X256 – Pulse Width Modulation YoonMo Yeon
Rectifiers, Switches and Power Supplies
Motors & Motor Controllers
DC Motors DC Motors are widely used in robotics because of their small size and high energy output. Key characteristics of DC motors include: 1. High Speed.
Study Report for Brushless DC (BLDC) Motors
MICROCONTROLLER AND INTERFACING
UP AND DOWN CONTROLLED SPEED OF DC MOTOR IN EMBEDDED SYSTEM
Application Case Study Security Camera Controller
WINTER Template Variable speed control of single phase Induction motor
PWM and DC Motor Control
DC Motors Types: Continuous Rotation Servo (Remote Control)
Cordless Electric Nailer
An FPGA Implementation of a Brushless DC Motor Speed Controller
Visit for more Learning Resources
Reluctance Motor The reluctance motor is an electric motor in which torque is produced by the tendency of its moveable part to move to a position where.
AC Inlet & AC Input Filter
Chapter E –Transistors and H-Bridges
ARDUINO DC MOTR SPEED CTL
DC MOTOR SPEED CONTROL 1. Introduction
PWM BASED SPEED CONTROL FOR DC MOTOR
Electric Motors.
TWO PHASE BLDC MOTOR SPEED CONTROL USING FUZZY LOGIC CONTROL
ECET 365 Education for Service/tutorialrank.com
PWM and DC Motor Control
PWM and DC Motor Control
Introduction to H-Bridge
PWM and DC Motor Control
STM Arm Timer Programming
DC Stepper Motor Typical Use: Position Control Relative position (without feedback) Easy to control: # Steps moved = number of pulses in Desired Velocity.
Relay, Optoisolator, and Stepper Motor Interfacing
Pololu DC Motor Controller
UNIT 19 PWM 로봇 SW 교육원 조용수.
Relay, Optoisolator, and Stepper Motor Interfacing
Figure PIC18 Connection to Relay
Relay, Optoisolator, and Stepper Motor Interfacing
PWM and DC Motor Control
Presentation transcript:

PWM and DC Motor Control Chapter 11 PWM and DC Motor Control

DC Motor Rotation (Permanent Magnet Field)

Selected DC Motor Characteristics (http://www.Jameco.com) Part No. Nominal Volts Volt Range Current RPM Torque 154915CP 3 V 1.5–3 V 0.070 A 5,200 4.0 g-cm 154923CP 0.240 A 16,000 8.3 g-cm 177498CP 4.5 V 3–14 V 0.150 A 10,300 33.3 g-cm 181411CP 5 V 0.470 A 10,000 18.8 g-cm

H-Bridge Motor Configuration

H-Bridge Motor Clockwise Configuration

H-Bridge Motor Counterclockwise Configuration

H-Bridge in an Invalid Configuration

Some H-Bridge Logic Configurations Motor Operation SW1 SW2 SW3 SW4 Off Open Clockwise Closed Counterclockwise Invalid

Bidirectional Motor Control Using an L298 Chip

Pulse Width Modulation Comparison

DC Motor Connection Using a Darlington Transistor

DC Motor Connection Using a MOSFET Transistor

PWM Mode

TIM8_CCER

TIM8_BDTR Bit 15 MOE: Main output enable This bit is cleared asynchronously by hardware as soon as the break input is active. It is set by software or automatically depending on the AOE bit. It is acting only on the channels which are configured in output. 0: OC and OCN outputs are disabled or forced to idle state. 1: OC and OCN outputs are enabled if their respective enable bits are set (CCxE, CCxNE in TIMx_CCER register).

Dead band