PULSE WIDTH MODULATION. DC Motor - Speed Control. DC Motor - Speed Control. What is a DC Motor? What to control in a DC motor?

Size: px
Start display at page:

Download "PULSE WIDTH MODULATION. DC Motor - Speed Control. DC Motor - Speed Control. What is a DC Motor? What to control in a DC motor?"

Transcription

1 1 General Overview DC Motor 2 What is a DC Motor? A machine that converts electrical to mechanical energy. PULSE WIDTH MODULATION What to control in a DC motor? Speed Direction Start/Stop Positional? BENM 3223 : Microcontroller Technology 3 DC Motor - Speed Control Can be achieved by controlling voltage or current. The most simplest method of control is by inserting a resistor (high power resistor aka cement resistor) in series with the DC motor. This method is simple but not efficient due to high power loss (heat) at the resistor. 4 DC Motor - Speed Control Variable voltage approach By reducing/increasing the supply voltage of the DC motor will decrease/increase the DC motor speed. The most practical method to control voltage is via the PWM method.

2 5 DC Motor Direction The only way to control direction is change the polarity of the DC motor. The polarity of the DC motor will determine the direction of current flow hence will determine the direction of rotation of the DC motor. 6 DC Motor - Start The most easiest way to start a DC motor is by switching in the power supply. However, it would introduce high current spikes into the motor circuit due to the motor inertia, Inductive characteristics and also start with load condition. Consequences: fried controller, MOSFETs, stripboards, break down of insulation and also fried circuits! 7 DC Motor - Start By reducing the supply voltage during starting (ramp start). Introducing high resistance during starting. All this can be achieved by using a controller atmel, PIC, OOPic, etc etc. 8 DC Motor - Stop Simplest method is by switching off the power supply. However, if the motor has inertia, instantaneous stop is not possible.

3 DC Motor - Stop DC Motor - Positional 9 10 Sudden reversal of polarity Regenerative braking / Electronic Braking These solution would require the use of a controller. Is positional possible? Yes Servo motor / Stepper Motor. Servo motor position is based upon the pulse width of PWM signal going into the servo. Stepper motor position is possible by counting the number of pulse sequence given to the stepper. All this is possible by incorporating controller. H bridge DC Motor Drive Circuit H Bridge Components - RELAY 11 Shaped like the letter H Advantage ability to control direction, speed, start and stop. Disadvantage will be dependent upon the component used. 12 Mechanical switch Very robust Types of relay 5V, 9V, 12V.. Etc etc Relay types will be dependent upon supply voltage and the voltage at which pulse is given to the relay contacts. Speed control is not possible. Safety interface to relay must be protected, free wheeling diode must be installed to protect from the inductive kick.

4 H Bridge Components - MOSFET H Bridge Example Circuits 13 Semiconductor relay Capable of withstanding high current flow Eg: IRF, IRFZ series For optimized H bridge configuration, must have p and n channel MOSFETs. Disadvantage, gate is sensitive to high currents. 14 H Bridge Example Circuits H Bridge Example Circuits 15 16

5 H Bridge Example circuits H Bridge Example circuits H Bridge Example Circuits H Bridge Example circuits 19 20

6 H Bridge Example circuit H Bridge example circuit Vcc Relay Control Signal/ ULN2003 output Control Signal/ ULN2003 output Relay M Free Wheeling diode Free Wheeling diode Vcc 23 MOSFET Driver circuit Totem Pole Driver 24 MOSFET Driver circuit Totem Pole Driver with optoisolator Vg Vs Vg Vs R1 R microcontroller R1 R microcontroller ULN2003 Optoisolator

7 H-Bridge Circuit H-bridge Circuit Low Power Circuit High Power Circuit 27 28

8 Speed Control Issues Speed Control Issues 29 All relay driver Speed control is not possible All relay driver with MOSFET Speed control is possible Semiconductor based driver Speed control is possible 30 Speed control can be achieved by giving a PWM pulse train to the semiconductor swtich. This will determine the duration at which the motor receives voltage. If the switching is done fast enough, the average voltage received by the motor may be controlled. Therefore, the average voltage received by the motor will be dependent upon the duty ratio (time ratio at which the switch is on ) of the switch. Protection Issues Protection Issues Motor If the motor only turns in one direction, free wheeling diode is recommended to discharge any remaining voltage stored in the motor when the motor is not rotating. MOSFET A free wheeling diode is also recommended to discharge the internal capacitance in the MOSFET during turn off and turn on. Fuse It is also recommended to put a fuse to generally protect the circuit in the event of a current surge. Remember, fuse is cheap, MOSFETs and relays are expensive!. Connections All connections to the motor must be wired, DO NOT use the copper stripboard as the connectors to motors. Copper stripboard do not have current capacity.

9 33 Interfacing Issues MicroC via ULN 2003 vs MicroC via Optoisolators? Using ULN2003 is simple but it has a disadvantage of a common ground for both MicroC and Motor circuit. In the event of a current surge during start, stop, direction change, excess current will go to ground and could fry the microcontroller. Solution is by using an optoisolator (4n25) to separate the ground for both MicroC and Motor circuit. Cost wise, optoisolator would cost about RM1 each while a MicroC would cost a lot!!. 34 What is PWM Signal? A PWM signal is simply a pulse of varying length, in effect a rectangular wave. The maximum voltage outputted will be +5 VDC, and the minimum will be 0 VDC. The length of the pulse generated is some times characterized by a duty cycle. 35 PWM Signal 36 PWM Signal

10 37 Duty Cycle The duty cycle is the percentage of the signal that the output remains high. For instance, a constant +5V would be equivalent to a 100% duty cycle. A typical square wave output from a function generator has a 50% duty cycle. 0V would correspond to a 0% duty cycle. 38 Why PWM Signal? The speed of a DC motor can be varied by changing the average voltage applied to the input. A pulse width modulated signal is created by switching the output on and off at some duty cycle. 39 Applications One common application of PWM signals is motor control. By varying the duty cycle of a PWM signal sent to a motor, you can vary the effective power of the signal and thereby slow the motor down or speed the motor up depending on how long of a pulse you send to the motor. 40 Motor Control The signal generated by the PIC can not be directly connected to the motor, however, because the PIC is unable to handle the power required by the motor. It is therefore necessary to use a transistor to regulate the flow of current to the motor.

11 41 Switching Transistor A transistor is like an electric switch. When you send a logic high (+5V) to the transistor, it allows current to flow. When a logic low (0V) is sent, it restricts the flow of current. For digital signals, this means that the signal can be reproduced exactly, except the new signal is scaled up to a much larger current. 42 References Dr Izham Abu Bakar

DC Motor control Reversing

DC Motor control Reversing January 2013 DC Motor control Reversing and a "Rotor" which is the rotating part. Basically there are three types of DC Motor available: - Brushed Motor - Brushless Motor - Stepper Motor DC motors Electrical

More information

AMZ-FX Guitar effects. (2007) Mosfet Body Diodes. http://www.muzique.com/news/mosfet-body-diodes/. Accessed 22/12/09.

AMZ-FX Guitar effects. (2007) Mosfet Body Diodes. http://www.muzique.com/news/mosfet-body-diodes/. Accessed 22/12/09. Pulse width modulation Pulse width modulation is a pulsed DC square wave, commonly used to control the on-off switching of a silicon controlled rectifier via the gate. There are many types of SCR s, most

More information

EET272 Worksheet Week 9

EET272 Worksheet Week 9 EET272 Worksheet Week 9 answer questions 1-5 in preparation for discussion for the quiz on Monday. Finish the rest of the questions for discussion in class on Wednesday. Question 1 Questions AC s are becoming

More information

Line Reactors and AC Drives

Line Reactors and AC Drives Line Reactors and AC Drives Rockwell Automation Mequon Wisconsin Quite often, line and load reactors are installed on AC drives without a solid understanding of why or what the positive and negative consequences

More information

What Is Regeneration?

What Is Regeneration? What Is Regeneration? Braking / Regeneration Manual Regeneration Overview Revision 1.0 When the rotor of an induction motor turns slower than the speed set by the applied frequency, the motor is transforming

More information

Selecting and Implementing H-Bridges in DC Motor Control. Daniel Phan A37005649

Selecting and Implementing H-Bridges in DC Motor Control. Daniel Phan A37005649 Selecting and Implementing H-Bridges in DC Motor Control Daniel Phan A37005649 ECE 480 Design Team 3 Spring 2011 Abstract DC motors can be used in a number of applications that require automated movements.

More information

Tamura Closed Loop Hall Effect Current Sensors

Tamura Closed Loop Hall Effect Current Sensors Tamura Closed Loop Hall Effect Current Sensors AC, DC, & Complex Currents Galvanic Isolation Fast Response Wide Frequency Bandwidth Quality & Reliability RoHs Compliance Closed Loop Hall Effect Sensors

More information

Servo Info and Centering

Servo Info and Centering Info and Centering A servo is a mechanical motorized device that can be instructed to move the output shaft attached to a servo wheel or arm to a specified position. Inside the servo box is a DC motor

More information

Principles of Adjustable Frequency Drives

Principles of Adjustable Frequency Drives What is an Adjustable Frequency Drive? An adjustable frequency drive is a system for controlling the speed of an AC motor by controlling the frequency of the power supplied to the motor. A basic adjustable

More information

Micro-Step Driving for Stepper Motors: A Case Study

Micro-Step Driving for Stepper Motors: A Case Study Micro-Step Driving for Stepper Motors: A Case Study N. Sedaghati-Mokhtari Graduate Student, School of ECE, University of Tehran, Tehran, Iran n.sedaghati @ece.ut.ac.ir Abstract: In this paper, a case study

More information

The full wave rectifier consists of two diodes and a resister as shown in Figure

The full wave rectifier consists of two diodes and a resister as shown in Figure The Full-Wave Rectifier The full wave rectifier consists of two diodes and a resister as shown in Figure The transformer has a centre-tapped secondary winding. This secondary winding has a lead attached

More information

Lecture - 4 Diode Rectifier Circuits

Lecture - 4 Diode Rectifier Circuits Basic Electronics (Module 1 Semiconductor Diodes) Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati Lecture - 4 Diode Rectifier Circuits

More information

Experiment 8 : Pulse Width Modulation

Experiment 8 : Pulse Width Modulation Name/NetID: Teammate/NetID: Experiment 8 : Pulse Width Modulation Laboratory Outline In experiment 5 we learned how to control the speed of a DC motor using a variable resistor. This week, we will learn

More information

High voltage power supply (1 to 20 KV)

High voltage power supply (1 to 20 KV) High voltage power supply ( to 0 KV) Ammar Ahmed Khan, Muhammad Wasif, Muhammad Sabieh Anwar This documentation is divided into two parts, the first part provides a brief overview about the key features

More information

Drive circuit basics + V. τ e. Industrial Circuits Application Note. Winding resistance and inductance

Drive circuit basics + V. τ e. Industrial Circuits Application Note. Winding resistance and inductance ndustrial Circuits Application Note Drive circuit basics For a given size of a stepper motor, a limited space is available for the windings. n the process of optimizing a stepper motor drive system, an

More information

DRIVE CIRCUITS FOR POWER MOSFETs AND IGBTs

DRIVE CIRCUITS FOR POWER MOSFETs AND IGBTs DRIVE CIRCUITS FOR POWER MOSFETs AND IGBTs by B. Maurice, L. Wuidart 1. INTRODUCTION Unlike the bipolar transistor, which is current driven, Power MOSFETs, with their insulated gates, are voltage driven.

More information

Properties of electrical signals

Properties of electrical signals DC Voltage Component (Average voltage) Properties of electrical signals v(t) = V DC + v ac (t) V DC is the voltage value displayed on a DC voltmeter Triangular waveform DC component Half-wave rectifier

More information

RADIANT PLASMA 4700 Plasma Spark Generator

RADIANT PLASMA 4700 Plasma Spark Generator RADIANT PLASMA 4700 Plasma Spark Generator Installation Guide / User Manual A S P A R K O F F R E S H A I R Aquapulser.com Contents 1 Introduction 2 1.1 About the Product....................................

More information

New High Current MOSFET Module Offers 177 µω R DS(on)

New High Current MOSFET Module Offers 177 µω R DS(on) ew High Current Offers 177 µω R D(on) By William C. Kephart, Eric R. Motto Application Engineering owerex Incorporated Abstract This paper describes a new family of high current modules optimized for industrial

More information

GLOLAB Two Wire Stepper Motor Positioner

GLOLAB Two Wire Stepper Motor Positioner Introduction A simple and inexpensive way to remotely rotate a display or object is with a positioner that uses a stepper motor to rotate it. The motor is driven by a circuit mounted near the motor and

More information

A Practical Guide to Free Energy Devices

A Practical Guide to Free Energy Devices A Practical Guide to Free Energy Devices Device Patent No 29: Last updated: 7th October 2008 Author: Patrick J. Kelly This is a slightly reworded copy of this patent application which shows a method of

More information

Bourns Resistive Products

Bourns Resistive Products Bourns Resistive Products Diverse Requirements Drive Innovations to Pulse Resistors Introduction Countless circuits depend on the protection provided by one of the most fundamental types of passive components:

More information

Basic Pulse Width Modulation

Basic Pulse Width Modulation EAS 199 Fall 211 Basic Pulse Width Modulation Gerald Recktenwald v: September 16, 211 gerry@me.pdx.edu 1 Basic PWM Properties Pulse Width Modulation or PWM is a technique for supplying electrical power

More information

SECTION 4 ELECTRIC MOTORS UNIT 17: TYPES OF ELECTRIC MOTORS

SECTION 4 ELECTRIC MOTORS UNIT 17: TYPES OF ELECTRIC MOTORS SECTION 4 ELECTRIC MOTORS UNIT 17: TYPES OF ELECTRIC MOTORS UNIT OBJECTIVES After studying this unit, the reader should be able to Describe the different types of open single-phase motors used to drive

More information

Table 1 Comparison of DC, Uni-Polar and Bi-polar Stepper Motors

Table 1 Comparison of DC, Uni-Polar and Bi-polar Stepper Motors Electronics Exercise 3: Uni-Polar Stepper Motor Controller / Driver Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles

More information

RGB Wall Washer Using ILD4035

RGB Wall Washer Using ILD4035 ILD4035 Application Note AN216 Revision: 1.0 Date: RF and Protection Devices Edition Published by Infineon Technologies AG 81726 Munich, Germany 2010 Infineon Technologies AG All Rights Reserved. Legal

More information

Introduction to Power Supplies

Introduction to Power Supplies Introduction to Power Supplies INTRODUCTION Virtually every piece of electronic equipment e g computers and their peripherals calculators TV and hi-fi equipment and instruments is powered from a DC power

More information

AN235 Application note

AN235 Application note Application note Stepper motor driving By Thomas Hopkins Introduction Dedicated integrated circuits have dramatically simplified stepper motor driving. To apply these ICs, designers need little specific

More information

Gates, Circuits, and Boolean Algebra

Gates, Circuits, and Boolean Algebra Gates, Circuits, and Boolean Algebra Computers and Electricity A gate is a device that performs a basic operation on electrical signals Gates are combined into circuits to perform more complicated tasks

More information

Diode Applications. by Kenneth A. Kuhn Sept. 1, 2008. This note illustrates some common applications of diodes.

Diode Applications. by Kenneth A. Kuhn Sept. 1, 2008. This note illustrates some common applications of diodes. by Kenneth A. Kuhn Sept. 1, 2008 This note illustrates some common applications of diodes. Power supply applications A common application for diodes is converting AC to DC. Although half-wave rectification

More information

FREQUENCY CONTROLLED AC MOTOR DRIVE

FREQUENCY CONTROLLED AC MOTOR DRIVE FREQUENCY CONTROLLED AC MOTOR DRIVE 1.0 Features of Standard AC Motors The squirrel cage induction motor is the electrical motor motor type most widely used in industry. This leading position results mainly

More information

Diode Applications. As we have already seen the diode can act as a switch Forward biased or reverse biased - On or Off.

Diode Applications. As we have already seen the diode can act as a switch Forward biased or reverse biased - On or Off. Diode Applications Diode Switching As we have already seen the diode can act as a switch Forward biased or reverse biased - On or Off. Voltage Rectifier A voltage rectifier is a circuit that converts an

More information

Simulation and Analysis of PWM Inverter Fed Induction Motor Drive

Simulation and Analysis of PWM Inverter Fed Induction Motor Drive Simulation and Analysis of PWM Inverter Fed Induction Motor Drive C.S.Sharma, Tali Nagwani Abstract Sinusoidal Pulse Width Modulation variable speed drives are increasingly applied in many new industrial

More information

ULRASONIC GENERATOR POWER CIRCUITRY. Will it fit on PC board

ULRASONIC GENERATOR POWER CIRCUITRY. Will it fit on PC board ULRASONIC GENERATOR POWER CIRCUITRY Will it fit on PC board MAJOR COMPONENTS HIGH POWER FACTOR RECTIFIER RECTIFIES POWER LINE RAIL SUPPLY SETS VOLTAGE AMPLITUDE INVERTER INVERTS RAIL VOLTAGE FILTER FILTERS

More information

Inrush Current. Although the concepts stated are universal, this application note was written specifically for Interpoint products.

Inrush Current. Although the concepts stated are universal, this application note was written specifically for Interpoint products. INTERPOINT Although the concepts stated are universal, this application note was written specifically for Interpoint products. In today s applications, high surge currents coming from the dc bus are a

More information

WIND TURBINE TECHNOLOGY

WIND TURBINE TECHNOLOGY Module 2.2-2 WIND TURBINE TECHNOLOGY Electrical System Gerhard J. Gerdes Workshop on Renewable Energies November 14-25, 2005 Nadi, Republic of the Fiji Islands Contents Module 2.2 Types of generator systems

More information

AN ISOLATED GATE DRIVE FOR POWER MOSFETs AND IGBTs

AN ISOLATED GATE DRIVE FOR POWER MOSFETs AND IGBTs APPLICATION NOTE AN ISOLATED GATE DRIVE FOR POWER MOSFETs AND IGBTs by J.M. Bourgeois ABSTRACT Power MOSFET and IGBT gate drives often face isolation and high voltage constraints. The gate drive described

More information

Pulse Width Modulated (PWM) Controller for 12 Volt Motors

Pulse Width Modulated (PWM) Controller for 12 Volt Motors Pulse Width Modulated (PWM) Controller for 12 Volt Motors This electronic controller is designed to allow a user to vary the speed and power output of a typical 12 volt motor such as a fuel pump, water

More information

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies Soonwook Hong, Ph. D. Michael Zuercher Martinson Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies 1. Introduction PV inverters use semiconductor devices to transform the

More information

STEPPER MOTOR SPEED AND POSITION CONTROL

STEPPER MOTOR SPEED AND POSITION CONTROL STEPPER MOTOR SPEED AND POSITION CONTROL Group 8: Subash Anigandla Hemanth Rachakonda Bala Subramanyam Yannam Sri Divya Krovvidi Instructor: Dr. Jens - Peter Kaps ECE 511 Microprocessors Fall Semester

More information

Design and Applications of HCPL-3020 and HCPL-0302 Gate Drive Optocouplers

Design and Applications of HCPL-3020 and HCPL-0302 Gate Drive Optocouplers Design and Applications of HCPL-00 and HCPL-00 Gate Drive Optocouplers Application Note 00 Introduction The HCPL-00 (DIP-) and HCPL-00 (SO-) consist of GaAsP LED optically coupled to an integrated circuit

More information

Design Project: Power inverter

Design Project: Power inverter Design Project: Power inverter This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

WORKING WITH STEPPER MOTORS

WORKING WITH STEPPER MOTORS 19 WORKING WITH STEPPER MOTORS In past chapters we ve looked at powering robots using everyday continuous DC motors. DC motors are cheap, deliver a lot of torque for their size, and are easily adaptable

More information

OPERATING MANUAL. Table of contents. 2 Phase Stepping Motor Driver 2M542. Rev. A. Introduction page 2. Specifications page 2 Timing chart page 3

OPERATING MANUAL. Table of contents. 2 Phase Stepping Motor Driver 2M542. Rev. A. Introduction page 2. Specifications page 2 Timing chart page 3 2 Phase Stepping Motor Driver 2M542 OPEATING MANUAL Table of contents Introduction page 2 Specifications page 2 Timing chart page 3 Setting page 4 Current set page 4 educe current function page 4 Micro

More information

3-Phase DC Brushless Motor Pre-Drivers Technical Information NJM2625A

3-Phase DC Brushless Motor Pre-Drivers Technical Information NJM2625A 3Phase DC Brushless Motor PreDrivers 1.FEATURE NJM2625 is a controller and predriver for speed control 3phase blushless DC motor. The device provides the proper sequencing of 3phase drive output with external

More information

Speed Control Methods of Various Types of Speed Control Motors. Kazuya SHIRAHATA

Speed Control Methods of Various Types of Speed Control Motors. Kazuya SHIRAHATA Speed Control Methods of Various Types of Speed Control Motors Kazuya SHIRAHATA Oriental Motor Co., Ltd. offers a wide variety of speed control motors. Our speed control motor packages include the motor,

More information

Easy Step 1000 Stepper Driver Module

Easy Step 1000 Stepper Driver Module Easy Step 1000 Stepper Driver Module STEPPER MOTOR DRIVER MODULE Example Connection Diagram 2 The Easy Step 1000 (ES1000) is intended to be the link between a microprocessor and stepper motor. The ES1000

More information

DMX-K-DRV. Integrated Step Motor Driver + (Basic Controller) Manual

DMX-K-DRV. Integrated Step Motor Driver + (Basic Controller) Manual DMX-K-DRV Integrated Step Motor Driver + (Basic Controller) Manual DMX-K-DRV Manual page 1 rev 1.33 COPYRIGHT 2007 ARCUS, ALL RIGHTS RESERVED First edition, June 2007 ARCUS TECHNOLOGY copyrights this document.

More information

AND8008/D. Solid State Control Solutions for Three Phase 1 HP Motor APPLICATION NOTE

AND8008/D. Solid State Control Solutions for Three Phase 1 HP Motor APPLICATION NOTE Solid State Control Solutions for Three Phase 1 HP Motor APPLICATION NOTE INTRODUCTION In all kinds of manufacturing, it is very common to have equipment that has three phase motors for doing different

More information

conventional system operation

conventional system operation conventional system operation detection line operation Conventional detection systems normally operate on a 24VDC line. In the standby condition, the detectors will draw a low current, typically less than

More information

Solar Energy Conversion using MIAC. by Tharowat Mohamed Ali, May 2011

Solar Energy Conversion using MIAC. by Tharowat Mohamed Ali, May 2011 Solar Energy Conversion using MIAC by Tharowat Mohamed Ali, May 2011 Abstract This work introduces an approach to the design of a boost converter for a photovoltaic (PV) system using the MIAC. The converter

More information

IGBT Protection in AC or BLDC Motor Drives by Toshio Takahashi

IGBT Protection in AC or BLDC Motor Drives by Toshio Takahashi International Rectifier 233 Kansas Street, El Segundo, CA 90245 USA IGBT Protection in AC or BLDC Motor Drives by Toshio Takahashi The new IR2137 IGBT Gate Driver IC integrates Ground Fault and Over-Current

More information

Introduction to Electronic Signals

Introduction to Electronic Signals Introduction to Electronic Signals Oscilloscope An oscilloscope displays voltage changes over time. Use an oscilloscope to view analog and digital signals when required during circuit diagnosis. Fig. 6-01

More information

Rectifier filter stage post filtering sense

Rectifier filter stage post filtering sense TopCon DC power supplies Customer support files Nr. 042.0208.016_e Topic: Protecting the DC output 1. Abstract TopCon DC power supplies are generally well suited for operation into reactive DC loads. Reactive

More information

GenTech Practice Questions

GenTech Practice Questions GenTech Practice Questions Basic Electronics Test: This test will assess your knowledge of and ability to apply the principles of Basic Electronics. This test is comprised of 90 questions in the following

More information

Flow Charts and Servomotors (background to Lab #2) Things to learn about: flow charts for design. MECH452 2014 Lecture #2 flow charts & servos rev2

Flow Charts and Servomotors (background to Lab #2) Things to learn about: flow charts for design. MECH452 2014 Lecture #2 flow charts & servos rev2 MECH 452 Lecture #2 Flow Charts and Servomotors (background to Lab #2) 1 2 Handout #2 (highlights, questions) Things to learn about: flow charts for design Only 5 symbols (subroutine not shown) Flow charts

More information

MC433 Stepper Motor Controller

MC433 Stepper Motor Controller MC433 Stepper Motor Controller 4 Axis, 10A PWM Hardware Reference Guide PCB Rev 1.1,1.1b MC433 Rev 1-1(b) Hardware Reference Guide Manual Revision 0.95 Warranty Statement SOC Robotics warrants that the

More information

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver Electronics Exercise 2: The 555 Timer and its Applications Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles Ume,

More information

Influence of Short Circuit conditions on IGBT Short circuit current in motor drives

Influence of Short Circuit conditions on IGBT Short circuit current in motor drives Influence of Short Circuit conditions on IGBT Short circuit current in motor drives Vijay Bolloju, IGBT Applications Manager, International Rectifier, El Segundo, CA USA Jun Yang IGBT Applications Engineer,

More information

DC DC CONVERTER 1000W 100-400VDC Input / 12VDC Output

DC DC CONVERTER 1000W 100-400VDC Input / 12VDC Output DC DC CONVERTER 1000W 100-400VDC Input / 12VDC Output Code prod. : 30x57090.00 Feb, 11 th 2005 MES DEA s.a. - Service - Copying of this document and giving it to others and the use or communication of

More information

Relationship between large subject matter areas

Relationship between large subject matter areas H02M APPARATUS FOR CONVERSION BETWEEN AC AND AC, BETWEEN AC AND DC, OR BETWEEN DC AND DC, AND FOR USE WITH MAINS OR SIMILAR POWER SUPPLY SYSTEMS; CONVERSION OF DC OR AC INPUT POWER INTO SURGE OUTPUT POWER;

More information

REPORT ON CANDIDATES WORK IN THE CARIBBEAN ADVANCED PROFICIENCY EXAMINATION MAY/JUNE 2008 ELECTRICAL AND ELECTRONIC TECHNOLOGY (TRINIDAD AND TOBAGO)

REPORT ON CANDIDATES WORK IN THE CARIBBEAN ADVANCED PROFICIENCY EXAMINATION MAY/JUNE 2008 ELECTRICAL AND ELECTRONIC TECHNOLOGY (TRINIDAD AND TOBAGO) CARIBBEAN EXAMINATIONS COUNCIL REPORT ON CANDIDATES WORK IN THE CARIBBEAN ADVANCED PROFICIENCY EXAMINATION MAY/JUNE 2008 ELECTRICAL AND ELECTRONIC TECHNOLOGY (TRINIDAD AND TOBAGO) Copyright 2008 Caribbean

More information

Yrd. Doç. Dr. Aytaç Gören

Yrd. Doç. Dr. Aytaç Gören H2 - AC to DC Yrd. Doç. Dr. Aytaç Gören ELK 2018 - Contents W01 Basic Concepts in Electronics W02 AC to DC Conversion W03 Analysis of DC Circuits W04 Transistors and Applications (H-Bridge) W05 Op Amps

More information

IEC 1000-4-2 ESD Immunity and Transient Current Capability for the SP72X Series Protection Arrays

IEC 1000-4-2 ESD Immunity and Transient Current Capability for the SP72X Series Protection Arrays IEC 00-4-2 ESD Immunity and Transient Current Capability for the SP72X Series Protection Arrays Application Note July 1999 AN9612.2 Author: Wayne Austin The SP720, SP721, SP723, and SP724 are protection

More information

Talon and Talon SR User Manual

Talon and Talon SR User Manual Talon and Talon SR User Manual Brushed DC motor controller Version 1.3 Cross the Road Electronics, LLC www.crosstheroadelectronics.com Cross The Road Electronics, LLC Page 1 4/2/2013 Device Overview Clear,

More information

Electronics 5: Arduino, PWM, Mosfetts and Motors

Electronics 5: Arduino, PWM, Mosfetts and Motors BIOE 123 Module 6 Electronics 5: Arduino, PWM, Mosfetts and Motors Lecture (30 min) Date Learning Goals Learn about pulse width modulation (PWM) as a control technique Learn how to use a Mosfets to control

More information

Application Note AN-1070

Application Note AN-1070 Application Note AN-1070 Class D Audio Amplifier Performance Relationship to MOSFET Parameters By Jorge Cerezo, International Rectifier Table of Contents Page Abstract... 2 Introduction... 2 Key MOSFET

More information

DC Motor Driver 24V 20A [RKI-1340]

DC Motor Driver 24V 20A [RKI-1340] DC Motor Driver 24V 20A [RKI-1340] Users Manual Robokits India info@robokits.co.in http://www.robokitsworld.com Page 1 Add raw power and simple connectivity to your robotics applications with this 24V

More information

Bi-directional level shifter for I²C-bus and other systems.

Bi-directional level shifter for I²C-bus and other systems. APPLICATION NOTE Bi-directional level shifter for I²C-bus and other Abstract With a single MOS-FET a bi-directional level shifter circuit can be realised to connect devices with different supply voltages

More information

Features. Symbol JEDEC TO-220AB

Features. Symbol JEDEC TO-220AB Data Sheet June 1999 File Number 2253.2 3A, 5V,.4 Ohm, N-Channel Power MOSFET This is an N-Channel enhancement mode silicon gate power field effect transistor designed for applications such as switching

More information

Power Electronic Circuits

Power Electronic Circuits Power Electronic Circuits Assoc. Prof. Dr. H. İbrahim OKUMUŞ Karadeniz Technical University Engineering Faculty Department of Electrical And Electronics 1 DC to DC CONVERTER (CHOPPER) General Buck converter

More information

Microcontroller based PWM Inverter for Speed Control of a Three Phase Induction Motor

Microcontroller based PWM Inverter for Speed Control of a Three Phase Induction Motor Microcontroller based PWM Inverter for Speed Control of a Three Phase Induction Motor M. A. Latif, M. J. Alam, M. A. Rashid*, A. Karim, N. H. Ramly, I. Daut Dhaka Water Supply Authority (WASA), Dhaka,

More information

www.curtisinstruments.com

www.curtisinstruments.com CANBUS I/O EXPANSION MODULE MODELS 56 / 56P FEATURES Eighteen multi-purpose I/O pins provide simple, flexible vehicle control system expansion. Two high-frequency (A, A) PWM driver outputs support a variety

More information

Current and Temperature Ratings

Current and Temperature Ratings Document 361-1 Current and Temperature Ratings Introduction This application note describes: How to interpret Coilcraft inductor current and temperature ratings Our current ratings measurement method and

More information

ECEN 1400, Introduction to Analog and Digital Electronics

ECEN 1400, Introduction to Analog and Digital Electronics ECEN 1400, Introduction to Analog and Digital Electronics Lab 4: Power supply 1 INTRODUCTION This lab will span two lab periods. In this lab, you will create the power supply that transforms the AC wall

More information

Power Supplies. 1.0 Power Supply Basics. www.learnabout-electronics.org. Module

Power Supplies. 1.0 Power Supply Basics. www.learnabout-electronics.org. Module Module 1 www.learnabout-electronics.org Power Supplies 1.0 Power Supply Basics What you ll learn in Module 1 Section 1.0 Power Supply Basics. Basic functions of a power supply. Safety aspects of working

More information

CAUTION! THE 7I29 USES VOLTAGE AND POWER LEVELS THAT REPRESENT A HAZARD TO LIFE AND LIMB.

CAUTION! THE 7I29 USES VOLTAGE AND POWER LEVELS THAT REPRESENT A HAZARD TO LIFE AND LIMB. 7I29 MANUAL Rev 1.5 CAUTION! THE 7I29 USES VOLTAGE AND POWER LEVELS THAT REPRESENT A HAZARD TO LIFE AND LIMB. THE 7I29 IS INTENDED FOR USE BY OEMS THAT WILL INTEGRATE IT INTO A SYSTEM WITH INTERLOCKS AND

More information

THE INPUT/OUTPUT SYSTEM. Key Points

THE INPUT/OUTPUT SYSTEM. Key Points M O D U L E T W O THE 2 INPUT/OUTPUT SYSTEM Key Points In the first module, you learned about the basic architecture and operation of the Allen-Bradley Micrologix 1000, including a brief introduction to

More information

Equipment: Power Supply, DAI, Transformer (8341), Variable resistance (8311), Variable inductance (8321), Variable capacitance (8331)

Equipment: Power Supply, DAI, Transformer (8341), Variable resistance (8311), Variable inductance (8321), Variable capacitance (8331) Lab 5: Single-phase transformer operations. Objective: to examine the design of single-phase transformers; to study the voltage and current ratios of transformers; to study the voltage regulation of the

More information

AN2680 Application note

AN2680 Application note Application note Fan speed controller based on STDS75 or STLM75 digital temperature sensor and ST72651AR6 MCU Introduction This application note describes the method of defining the system for regulating

More information

Tutorial. replace them with cell-phone operated module. The advantages of a cell-phone operated bot are:-

Tutorial. replace them with cell-phone operated module. The advantages of a cell-phone operated bot are:- Tutorial Overview: The basic aim of the project is to find an alternative to the usual RF circuits that are seen so frequently and replace them with cell-phone operated module. The advantages of a cell-phone

More information

UIM2901-5A MACH3 breakout board

UIM2901-5A MACH3 breakout board User Manual UIM2901-5A MACH3 Breakout Board UIM2901-5A MACH3 Breakout Board UIM2901-5A MACH3 breakout board Features General DB25 interface between PC and user device Fully buffered opto-isolated I/O (Input

More information

Specifying a Variable Frequency Drive s

Specifying a Variable Frequency Drive s Specifying a Variable Frequency Drive s Put on by Bruce Reeves and Jeremy Gonzales Dykman Electrical Covering the Western US For all of your VFD and Soft Start and Motor Needs How To Specify a Variable

More information

3FBD DC Motor Drive User Manual

3FBD DC Motor Drive User Manual 3FBD DC Motor Drive User Manual Via I. Alpi 6 - zona industriale - Lonato (BS) Tel. +39 30 9913491 r.a. Fax. +39 30 9913504 http://www.re-elettronica.it info@re-elettronica.it Pag. 1 Index Index... pag.1

More information

Application Note AN-940

Application Note AN-940 Application Note AN-940 How P-Channel MOSFETs Can Simplify Your Circuit Table of Contents Page 1. Basic Characteristics of P-Channel HEXFET Power MOSFETs...1 2. Grounded Loads...1 3. Totem Pole Switching

More information

Basic DC Motor Circuits. Living with the Lab Gerald Recktenwald Portland State University gerry@pdx.edu

Basic DC Motor Circuits. Living with the Lab Gerald Recktenwald Portland State University gerry@pdx.edu Basic DC Motor Circuits Living with the Lab Gerald Recktenwald Portland State University gerry@pdx.edu DC Motor Learning Objectives Explain the role of a snubber diode Describe how PWM controls DC motor

More information

Pulse Width Modulation Applications

Pulse Width Modulation Applications Pulse Width Modulation Applications Lecture 21 EE 383 Microcomputers Learning Objectives What is DTMF? How to use PWM to generate DTMF? How to use PWM to control a servo motor? How to use PWM to control

More information

Basic DC Motor Circuits

Basic DC Motor Circuits Basic DC Motor Circuits Living with the Lab Gerald Recktenwald Portland State University gerry@pdx.edu DC Motor Learning Objectives Explain the role of a snubber diode Describe how PWM controls DC motor

More information

Switch Mode Power Supply Topologies

Switch Mode Power Supply Topologies Switch Mode Power Supply Topologies The Buck Converter 2008 Microchip Technology Incorporated. All Rights Reserved. WebSeminar Title Slide 1 Welcome to this Web seminar on Switch Mode Power Supply Topologies.

More information

1/22/16. You Tube Video. https://www.youtube.com/watch?v=ympzipfabyw. Definitions. Duty Cycle: on-time per period (specified in per cent)

1/22/16. You Tube Video. https://www.youtube.com/watch?v=ympzipfabyw. Definitions. Duty Cycle: on-time per period (specified in per cent) Definition Pulse Width Modulation (PWM) is simply a way of getting the micro-controller to manage pulsing a pin on and off at a set period and duty cycle. The LPC11U24 has four timers with four match registers

More information

LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE

LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE Karl M. Hink, Executive Vice President Originally presented at the Power Quality 99 Conference ABSTRACT Motor protection

More information

Interfacing To Alphanumeric Displays

Interfacing To Alphanumeric Displays Interfacing To Alphanumeric Displays To give directions or data values to users, many microprocessor-controlled instruments and machines need to display letters of the alphabet and numbers. In systems

More information

Global Motion Technology Inc Web www.motiontek.ca THCSA200. Capacitive sensor plasma & Oxy-fuel Torch Height Control

Global Motion Technology Inc Web www.motiontek.ca THCSA200. Capacitive sensor plasma & Oxy-fuel Torch Height Control THCSA200 Capacitive sensor plasma & Oxy-fuel Torch Height Control Features 1) Stand alone controller for THC & OHC completely independent from CNC computer software or CNC control system 2) closed-loop

More information

Modelling, Simulation and Performance Analysis of A Variable Frequency Drive in Speed Control Of Induction Motor

Modelling, Simulation and Performance Analysis of A Variable Frequency Drive in Speed Control Of Induction Motor International Journal of Engineering Inventions e-issn: 78-7461, p-issn: 319-6491 Volume 3, Issue 5 (December 013) PP: 36-41 Modelling, Simulation and Performance Analysis of A Variable Frequency Drive

More information

LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS

LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS Objective In this experiment you will study the i-v characteristics of an MOS transistor. You will use the MOSFET as a variable resistor and as a switch. BACKGROUND

More information

BSNL TTA Question Paper-Instruments and Measurement Specialization 2007

BSNL TTA Question Paper-Instruments and Measurement Specialization 2007 BSNL TTA Question Paper-Instruments and Measurement Specialization 2007 (1) Instrument is a device for determining (a) the magnitude of a quantity (b) the physics of a variable (c) either of the above

More information

Understanding Variable Speed Drives

Understanding Variable Speed Drives Understanding Variable Speed Drives April 1, 1997 Solomon S. Turkel, Solomon S. When applied properly, the variable frequency drive (VFD) is the most effective motor controller in the industry today. Modern

More information

Series AMLDL-Z Up to 1000mA LED Driver

Series AMLDL-Z Up to 1000mA LED Driver FEATURES: Click on Series name for product info on aimtec.com Series Up to ma LED Driver Models Single output Model Input Voltage (V) Step Down DC/DC LED driver Operating Temperature range 4ºC to 85ºC

More information

HIGH VOLTAGE POWER SUPPLY FOR ELECTRO-OPTICS APPLICATIONS

HIGH VOLTAGE POWER SUPPLY FOR ELECTRO-OPTICS APPLICATIONS HIGH VOLTAGE POWER SUPPLY FOR ELECTRO-OPTICS APPLICATIONS A. R. Tamuri, N. Bidin & Y. M. Daud Laser Technology Laboratory, Physics Department Faculty of Science, Universiti Teknologi Malaysia, 81310 Skudai,

More information

I. R. D. T INSTITUTE OF RESEARCH DEVELOPMENT AND TRAINING

I. R. D. T INSTITUTE OF RESEARCH DEVELOPMENT AND TRAINING I. R. D. T INSTITUTE OF RESEARCH DEVELOPMENT AND TRAINING SYLLABUS SIX MONTHS FULL TIME Repair and Maintenance of Electrical gadgets EFFECTIVE FROM:- UNDER DEVELOPMENT Prepared By: Curriculum Development

More information