Design and Simulation of Digital PID Controller for Open loop and Closed Loop Control of Buck Converter
|
|
|
- Erika Harrison
- 9 years ago
- Views:
Transcription
1 IJCST Vo l 1, Is s u e 2, De ce m b e r 2010 Design and Simulation of Digital PID Controller for Open loop and Closed Loop Control of Buck Converter 1 P Geethanjali, 2 P Vijaya Priya, 3 M Kowsalya, 4 J Raju 1,2,3,4 VIT University, Vellore 1 pganjali78@hotmailcom, 2 pvijayapriya@vitacin, 3 mkowsalya@vitacin, 4 jraju@vitacin Abstract This paper presents an implementation of an open loop and closed loop digital PID controller using microcontroller, 8051 for control of buck converter The controller is used to change the duty cycle of the converter and thereby, the voltage is regulated The buck converter, P, PI and PID controller are modeled and are evaluated by computer simulations It has been found that the transient performance and steady state performance is improved using PID controller The simulated open loop and closed loop PID controller performance is verified experimentally The experimental system is found to be more advantageous and cost effective with microcontroller Keywords Buck converter, PI controller, Microcontroller, Open loop, Closed loop I Introduction To produce quality goods in any industry, the process necessarily require the use of variable speed drives Variable speed dc and ac drives are being increasingly used in all industries These drives and process take power from dc voltage sources In many cases, conversion of the dc source voltage to different levels is required Until eighties, the simulation programs developed for the study of converters in open loop control were sufficient to establish the general behaviour of the system and make the design of the circuit possible Liping Guo [3] explained implementation of digital PID controllers for DC-DC converters The primary advantages of digital control over analog control are higher increased flexibility by changing the software, more advanced control techniques and reduced number of components [10] Analog converters were first designed using frequency response techniques and converted into digital controllers [7] Dusan Gleich et al [1] explained digital controlled buck converter with different control algorithms All control algorithms are performed at a continuous current mode of operation The state controller eliminates the overshoot at startup, but the steady state error appears The steady state error is eliminated using a discrete PID controller [7] This discrete PID controller has faster response and smaller overshoots under the load change condition [3-5] Vahid Yousefzadeh and Shamim Choudhury [2] explained an approach for the design and implementation of a non-linear digital PID controller It shows that the Proportional, Integral and Differential gains of a PID controller can be selected based on the input error signal value to achieve significantly improved dynamic response A PID controller is designed using MATLAB functions to generate a set of coefficients associated with controller characteristics and implemented in microcontroller To assure a constant output voltage, a classical linear design of a control is frequently used The regulation is achieved by pulse width modulation (PWM), technique at a fixed frequency The switching device is a power MOSFET The paper is organized as follows Mathematical modeling of dc-dc converter and digital controller is given in section 2 Section 3 describes implementation of MATLAB based controller Experimental results are obtained for both open loop and closed loop for P, PI and PID controller Microcontroller based implementation is presented in section 4 Concluding remarks are given in section 5 II Mathematical Modelling of Buck Converter and Digital Controller A Mathematical Modelling of Buck Converter The buck converter consists of linear elements L, C, R as well as non linear switch S as shown in Fig1 The converter is not a linear system Dynamic equation of the converter is written with the assumption that switch is a linear element [6] Fig1: Buck Converter The output equation of the circuit for the ON period is The output equation of the circuit for the OFF period is V o = V c (6) 202 International Journal of Computer Science and Technology
2 IJCST Vo l 1, Is s u e 2, De ce m b e r 2010 Where i 1 is current through the inductor V c is voltage across the capacitor V d is DC input voltage The above equations are in state-space model form (14) During ON-time During OFF-time Where, x = A1 x + b1v d ; V o = q 1 x x = A2 x + b2vd ; V o = q 2 x (7) (8) For simulation, the following values are used to simulate the buck converter R = inf Ω, L = 4215mH, C = 1000μF, RL = 11 Ω and Vd = 24 V B Mathematical Modelling of PID Controller The PI controller in the continuous time domain is described by u( s) Ki Gc ( s) = = K p + + K d s E( s) s (15) The proportional constant K p is implemented digitally by a constant gain Since a digital computer or processor has finite word length, the constant can not be realized with infinite resolution The numerical integration technique ie trapezoidal rule of integration can be used to digitally approximate The above representation is in standard state space form for each interval A representation of the buck converter through a single equivalent dynamic equation is obtained, combining 27 and 28 as given below Where, xavg is the average rate of change of dynamic variables over a full switching period The above equivalent description is valid if xdts and x (1-d) T s are constant during the ON and OFF duration respectively The averaged dynamic equation is x = Ax + Bv d (10) The linear model of 210 is given below (9) the integral controller K i /s The time derivative can be approximated by backward difference rule Transfer function of the PID controller is obtained by taking z-transform of the difference equation as given below (16) III Simulation of Open Loop and Closed loop Control of Buck Converter using MATLAB Open loop and closed control of buck converter is analyzed in MATLAB for the model discussed in section 2 Open loop simulink model of buck converter is shown in Fig 2 and the results of buck converter for duty ratio of 065 are shown in Fig 3 x = A x+ b v g + [( A1 + A2 ) x + ( b1+ b2 ) vg ] d = A x + b v g + f d (11) From the above linear model of the converter we may define the transfer function of the converter as follows Input Transfer function: ( d =0) Fig 2: Open loop simulink model of buck converter (12) (13) Simulink model of closed loop PID control of buck converter is shown in Fig 4 The performance of controller with P, PI, PID controller is shown in Fig 5, Fig 6 and Fig 7 respectively Fig 3: Output Voltage open loop buck converter for Vref = 15V Control Transfer function: ( v g (s) =0) International Journal of Computer Science and Technology 203
3 IJCST Vo l 1, Is s u e 2, De ce m b e r 2010 Fig 7: Output Voltage of buck converter for Kp = 6, Ki =1, Kd = 00001, Vref = 15V From the performance of open loop and closed loop control of buck converter, it is clear that closed loop controlled buck converter outperform the open loop controlled buck converter In closed loop control of buck converter, PID controller gives improved transient and steady state performance compared to other controller IV Hardware Implementation Buck converter and digital PID controller modeled in MATLAB has been experimentally verified Fig 8 and Fig 9 show the schematic diagram of open loop and closed loop control of buck converter with 8051 microcontroller Fig 4: Closed loop simulink model PID of buck converter Voltage Time (Sec) Fig 5: Output Voltage of buck converter for Kp = 6, Ki =0, Kd = 0, Vref = 15V V Re Fig 8: Schematic diagram of open loop control of buck converter with microcontroller Voltage Time (Sec) Fig 6: Output Voltage of buck converter for Kp = 6, Ki =1, Kd = 0, Vref = 15V Fig 9: Schematic diagram of closed loop control of buck converter with microcontroller 204 International Journal of Computer Science and Technology
4 IJCST Vo l 1, Is s u e 2, De ce m b e r microcontroller has two 16-bit timer/counter registers namely timer 1 and timer 2 Both can be configured to operate either as timers or event counters In this work timer 1 is configured to generate PWM pulses in TCON register For closed loop control, ADC0808 is used for interfacing analog circuit and comparator circuit Fig 10 show the interfacing of ADC with microcontroller Port 0 is used as input port to read data Port 3 is used for getting output To isolate power circuit and control circuit optocoupler is used This symmetric PWM output is not capable of driving the MOSFET Driver is used to amplify the output of the optocoupler and is connected to the gate of the MOSFET Fig 11 show the laboratory set up of closed control of buck converter Fig 12 and Fig 13 show the open loop and closed loop control flow chart Fig 14 shows the driver circuit output and output of the buck converter Fig 10: Interfacing of microcontroller with ADC0808 Fig 12: Flow chart for open loop control of buck converter Fig 11: Laboratory set up of closed loop control of buck converter Fig 13: Flow chart for open loop control of buck converter International Journal of Computer Science and Technology 205
5 IJCST Vo l 1, Is s u e 2, De ce m b e r 2010 Fig 14: Output of driver (CRO) and buck converter (Multimeter) V Conclusion As concluding remark, the performance of the open loop and closed performance is analysed using MATLAB and found that the performance of closed loop controller gives satisfactory response with buck converter It is found that the step response of digital PID controller implementation in microcontroller 8051 is simple and can implement in cost-effectively In future it can be extended to study the performance of intelligent controller References [1] Dusan Gleich, Mira Milanovic, Suzana Uran, Franic Mihalic Digitally controlled buck converter IEEE power electronics society ISCAS-2004, pp-v944-v947 [2] Vahid Yousefzadeh and Shamim Choudhury Nonlinear Digital PID Controller for DC-DC Converters Texas Instruments, Digital Power, pp [3] Liping Guo Implementation of Digital PID Controllers for DC-DC Converters using Digital Signal Processors IEEE power electronic society EIT-2007,pp [4] Jianxin Tang PID controller using the TMS320C31 DSK with on-line parameter adjustment for real time dc motor speed and position control IEEE-ISIE-2001, pp [5] SumantGKadwane, Someswara Phani Vepa, BMKaran, T Ghose, Converter Based DC Motor Speed Control Using TMS320LF2407A DSK, IEEE-ICIEA-2006 [6] Mohan, Underland, Robbins Power Electronics converters applications and design John Wiley & sons, inc 2003 pp [7] M Gopal, Digital control and state variable methods, M Gopal, TATA McGraw Hill edition [8] httpwwwmicrochipcom [9] Chin Chang, Robust control of DC-DC converters-the Buck Converter, Power Electronics Specialists Conference- PESC, 26th Annual IEEE-1995 [10] Tarun Gupta, RR Boudreaux, RM Nelms and John Y Hung, Implementation of a fuzzy controller for DC-DC converters using an inexpensive 8-b Microcontroller, IEEE Transactions on Industrial Electronics, Vol 44, No5, October 1997 P Geethanjali received the BTech degree in Electrical and Electronics engineering from Vellore Engineering College in 2001, M Tech degree in Electrical drives and control from Pondicherry Engineering College in 2004 She is doing research in the area of is control of prosthetic hand from VIT University She has published papers in various journals and international conferences Her interest includes pattern recognition, softcomputing, and controller design using DSP Ms Geethanjali is IEEE Member and Associate member of IE(I) and member in SSI MKowsalya was born in India in 1974 She received BE degree in Electrical and Electronics Engineering and ME degree in Power Systems from Annamalai University in the year 1995 and 1997 Her research interests are power system stability and power electronics applications in power systems She has published papers in international journals and international conferences MKowsalya is a member in institute of Engineers (India) [AMIE] and Life member in ISTE and SSI Vijayapriya Tamilmaran was born in India in 1976 and obtained her bachelors degree in Vellore Engineering College, Vellore, Tamilnadu, India in the field of Electrical and electronics Engineering in 1998 and M Tech from Vellore Institute of Technology in 2006 in Power system She has published paper in various international conferences and also in International Journal of Engineering and Technology and her current area of interest is on UPFC and Smart Grid Mrs Vijayarpiya is a Associate member of IE and member in SSI J Raju obtained his bachelors degree in Government college of Engineering, Bargur, Tamilnadu, India in the field of Electrical and Electronics Engineering in 1998 and M Tech from Vellore Institute of Technology in 2004 in Power Electronics He has published paper in various international conferences and also in International Journal of Engineering and Technology and his current area of interest is on FACTS controller Mr J Raju is a member of ISTE and member in SSI 206 International Journal of Computer Science and Technology
Parametric variation analysis of CUK converter for constant voltage applications
ISSN (Print) : 232 3765 (An ISO 3297: 27 Certified Organization) Vol. 3, Issue 2, February 214 Parametric variation analysis of CUK converter for constant voltage applications Rheesabh Dwivedi 1, Vinay
Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application
Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application A.Thiyagarajan Assistant Professor, Department of Electrical and Electronics Engineering Karpagam Institute of Technology
Time Response Analysis of DC Motor using Armature Control Method and Its Performance Improvement using PID Controller
Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 5, (6): 56-6 Research Article ISSN: 394-658X Time Response Analysis of DC Motor using Armature Control Method
Design and Simulation of Soft Switched Converter Fed DC Servo Drive
International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-237, Volume-1, Issue-5, November 211 Design and Simulation of Soft Switched Converter Fed DC Servo Drive Bal Mukund Sharma, A.
Application of network analyzer in measuring the performance functions of power supply
J Indian Inst Sci, July Aug 2006, 86, 315 325 Indian Institute of Science Application of network analyzer in measuring the performance functions of power supply B SWAMINATHAN* AND V RAMANARAYANAN Power
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.
Simulation of VSI-Fed Variable Speed Drive Using PI-Fuzzy based SVM-DTC Technique
Simulation of VSI-Fed Variable Speed Drive Using PI-Fuzzy based SVM-DTC Technique B.Hemanth Kumar 1, Dr.G.V.Marutheshwar 2 PG Student,EEE S.V. College of Engineering Tirupati Senior Professor,EEE dept.
AC/DC Power Supply Reference Design. Advanced SMPS Applications using the dspic DSC SMPS Family
AC/DC Power Supply Reference Design Advanced SMPS Applications using the dspic DSC SMPS Family dspic30f SMPS Family Excellent for Digital Power Conversion Internal hi-res PWM Internal high speed ADC Internal
Evaluating AC Current Sensor Options for Power Delivery Systems
Evaluating AC Current Sensor Options for Power Delivery Systems State-of-the-art isolated ac current sensors based on CMOS technology can increase efficiency, performance and reliability compared to legacy
SIMULATION OF CLOSED LOOP CONTROLLED BRIDGELESS PFC BOOST CONVERTER
SIMULATION OF CLOSED LOOP CONTROLLED BRIDGELESS PFC BOOST CONVERTER 1M.Gopinath, 2S.Ramareddy Research Scholar, Bharath University, Chennai, India. Professor, Jerusalem college of Engg Chennai, India.
EDUMECH Mechatronic Instructional Systems. Ball on Beam System
EDUMECH Mechatronic Instructional Systems Ball on Beam System Product of Shandor Motion Systems Written by Robert Hirsch Ph.D. 998-9 All Rights Reserved. 999 Shandor Motion Systems, Ball on Beam Instructional
Development of High Frequency Link Direct DC to AC Converters for Solid Oxide Fuel Cells (SOFC)
Development of High Frequency Link Direct DC to AC Converters for Solid Oxide Fuel Cells (SOFC) Dr. Prasad Enjeti Power Electronics Laboratory Department of Electrical Engineering College Station, TX -
Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP
Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National
dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor
dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor Jaswandi Sawant, Divyesh Ginoya Department of Instrumentation and control, College of Engineering, Pune. ABSTRACT This
Grid Interconnection of Renewable Energy Sources Using Modified One-Cycle Control Technique
Grid Interconnection of Renewable Energy Sources Using Modified One-Cycle Control Technique NKV.Sai Sunil 1, K.Vinod Kumar 2 PG Student, GITAM University, Visakhapatnam, India. Asst.Professor, Department
Microcontroller-based experiments for a control systems course in electrical engineering technology
Microcontroller-based experiments for a control systems course in electrical engineering technology Albert Lozano-Nieto Penn State University, Wilkes-Barre Campus, Lehman, PA, USA E-mail: [email protected]
The Design of DSP controller based DC Servo Motor Control System
International Conference on Advances in Energy and Environmental Science (ICAEES 2015) The Design of DSP controller based DC Servo Motor Control System Haiyan Hu *, Hong Gu, Chunguang Li, Xiaowei Cai and
Implementation of Fuzzy and PID Controller to Water Level System using LabView
Implementation of Fuzzy and PID Controller to Water Level System using LabView Laith Abed Sabri, Ph.D University of Baghdad AL-Khwarizmi college of Engineering Hussein Ahmed AL-Mshat University of Baghdad
PC BASED PID TEMPERATURE CONTROLLER
PC BASED PID TEMPERATURE CONTROLLER R. Nisha * and K.N. Madhusoodanan Dept. of Instrumentation, Cochin University of Science and Technology, Cochin 22, India ABSTRACT: A simple and versatile PC based Programmable
Boundary between CCM and DCM in DC/DC PWM Converters
Boundary between CCM and DCM in DC/DC PWM Converters ELENA NICULESCU and E. P. IANCU Dept. of Electronics and Instrumentation, and Automation University of Craiova ROMANIA Abstract: - It is presented a
High Intensify Interleaved Converter for Renewable Energy Resources
High Intensify Interleaved Converter for Renewable Energy Resources K. Muthiah 1, S.Manivel 2, Gowthaman.N 3 1 PG Scholar, Jay Shriram Group of Institutions,Tirupur 2 Assistant Professor, Jay Shriram Group
Single-Stage High Power Factor Flyback for LED Lighting
Application Note Stockton Wu AN012 May 2014 Single-Stage High Power Factor Flyback for LED Lighting Abstract The application note illustrates how the single-stage high power factor flyback converter uses
A MULTILEVEL INVERTER FOR SYNCHRONIZING THE GRID WITH RENEWABLE ENERGY SOURCES BY IMPLEMENTING BATTERY CUM DC-DC CONERTER
A MULTILEVEL INVERTER FOR SYNCHRONIZING THE GRID WITH RENEWABLE ENERGY SOURCES BY IMPLEMENTING BATTERY CUM DC-DC CONERTER 1 KARUNYA CHRISTOBAL LYDIA. S, 2 SHANMUGASUNDARI. A, 3 ANANDHI.Y 1,2,3 Electrical
ELECTRICAL ENGINEERING
EE ELECTRICAL ENGINEERING See beginning of Section H for abbreviations, course numbers and coding. The * denotes labs which are held on alternate weeks. A minimum grade of C is required for all prerequisite
Conversion Between Analog and Digital Signals
ELET 3156 DL - Laboratory #6 Conversion Between Analog and Digital Signals There is no pre-lab work required for this experiment. However, be sure to read through the assignment completely prior to starting
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,
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
DC/DC BUCK Converter for Renewable Energy Applications Mr.C..Rajeshkumar M.E Power Electronic and Drives,
DC/DC BUCK Converter for Renewable Energy Applications Mr.C..Rajeshkumar M.E Power Electronic and Drives, Mr.C.Anandaraj Assistant Professor -EEE Thiruvalluvar college of Engineering And technology, Ponnur
Bi-directional Power System for Laptop Computers
Bi-directional Power System for Laptop Computers Terry L. Cleveland Staff Applications Engineer Microchip Technology Inc. [email protected] Abstract- Today the typical laptop computer uses
How To Control A Single Phase Sinusoidal Pulse Width Modulation (S) Controller Based Inverter For Photovoltaic Power Generation
2012 International Conference on Clean and Green Energy IPCBEE vol.27 (2012) (2012) IACSIT Press, Singapore LOW COST, HIGH EFFICIENT S CONTROLLER FOR PHOTOVOLTAIC INVERTER Aswinkarthik R V 1+, Vivekshankar
Real time MATLAB Interface for speed control of Induction motor drive using dspic 30F4011
Real time MATLAB Interface for speed control of Induction motor drive using dspic 30F4011 R. Arulmozhiyal Senior Lecturer, Sona College of Technology, Salem, TamilNadu, India. K. Baskaran Assistant Professor,
An Isolated Multiport DC-DC Converter for Different Renewable Energy Sources
An Isolated Multiport DC-DC Converter for Different Renewable Energy Sources K.Pradeepkumar 1, J.Sudesh Johny 2 PG Student [Power Electronics & Drives], Dept. of EEE, Sri Ramakrishna Engineering College,
Pulse Width Modulation
Pulse Width Modulation Pulse width modulation (PWM) is a powerful technique for controlling analog circuits with a microprocessor's digital outputs. PWM is employed in a wide variety of applications, ranging
ETEC 421 - Digital Controls PIC Lab 10 Pulse Width Modulation
ETEC 421 - Digital Controls PIC Lab 10 Pulse Width Modulation Program Definition: Write a program to control the speed of a dc motor using pulse width modulation. Discussion: The speed of a dc motor is
AN ULTRA-CHEAP GRID CONNECTED INVERTER FOR SMALL SCALE GRID CONNECTION
AN ULTRA-CHEAP GRID CONNECTED INVERTER FOR SMALL SCALE GRID CONNECTION Pramod Ghimire 1, Dr. Alan R. Wood 2 1 ME Candidate Email: [email protected] 2 Senior Lecturer: Canterbury University
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
Microcontroller based speed control of three phase induction motor using v/f method
International Journal of Scientific and Research Publications, Volume 3, Issue 2, February 2013 1 Microcontroller based speed control of three phase induction motor using v/f method Mrs.DeepaliS.Shirke,
Power supplies. EE328 Power Electronics Assoc. Prof. Dr. Mutlu BOZTEPE Ege University, Dept. of E&E
Power supplies EE328 Power Electronics Assoc. Prof. Dr. Mutlu BOZTEPE Ege University, Dept. of E&E EE328 POWER ELECTRONICS Outline of lecture Introduction to power supplies Modelling a power transformer
FUZZY Based PID Controller for Speed Control of D.C. Motor Using LabVIEW
FUZZY Based PID Controller for Speed Control of D.C. Motor Using LabVIEW SALIM, JYOTI OHRI Department of Electrical Engineering National Institute of Technology Kurukshetra INDIA [email protected] [email protected]
MULTI-LEVEL INVERTER WITH DC LINK SWITCHES FOR RENEWABLE ENERGY SOURCES
VOL., NO. 8, OCTOBER 25 ISSN 89-668 26-25 Asian Research Publishing Network (ARPN). All rights reserved. MULTI-LEVEL INVERTER WITH DC LINK SWITCHES FOR RENEWABLE ENERGY SOURCES Sangari A., Umamaheswari
Digital to Analog Converter. Raghu Tumati
Digital to Analog Converter Raghu Tumati May 11, 2006 Contents 1) Introduction............................... 3 2) DAC types................................... 4 3) DAC Presented.............................
Digital Guitar Effects Pedal
Digital Guitar Effects Pedal 01001000100000110000001000001100 010010001000 Jonathan Fong John Shefchik Advisor: Dr. Brian Nutter SPRP499 Texas Tech University [email protected] Presentation Outline
Mini-Lab Projects in the Undergraduate Classical Controls Course
Mini-Lab Projects in the Undergraduate Classical Controls Course Jeffrey S. Dalton, Daniel S. Stutts, and Robert L. Montgomery University of Missouri-Rolla Rolla, MO 65409 Abstract: To address a common
Tire pressure monitoring
Application Note AN601 Tire pressure monitoring 1 Purpose This document is intended to give hints on how to use the Intersema pressure sensors in a low cost tire pressure monitoring system (TPMS). 2 Introduction
Design and Construction of Microcontroller Based Charge Controller for Photovoltaic Application
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 1 Ver. I (Jan. 2014), PP 92-97 Design and Construction of Microcontroller Based Charge
Modeling and Analysis of DC Link Bus Capacitor and Inductor Heating Effect on AC Drives (Part I)
00-00-//$0.00 (c) IEEE IEEE Industry Application Society Annual Meeting New Orleans, Louisiana, October -, Modeling and Analysis of DC Link Bus Capacitor and Inductor Heating Effect on AC Drives (Part
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
Online Tuning of Artificial Neural Networks for Induction Motor Control
Online Tuning of Artificial Neural Networks for Induction Motor Control A THESIS Submitted by RAMA KRISHNA MAYIRI (M060156EE) In partial fulfillment of the requirements for the award of the Degree of MASTER
Introduction to SMPS Control Techniques
Introduction to SMPS Control Techniques 2006 Microchip Technology Incorporated. All Rights Reserved. Introduction to SMPS Control Techniques Slide 1 Welcome to the Introduction to SMPS Control Techniques
Creating a Usable Power Supply from a Solar Panel
Creating a Usable Power Supply from a Solar Panel An exploration in DC- DC converters By Kathleen Ellis Advised by Dr. Derin Sherman Department of Physics, Cornell College November 21, 2012 Introduction
Design and implementation of a modified DC- DC converter suitable for renewable energy application
Le 3 ème Séminaire International sur les Nouvelles et Design and implementation of a modified DC- DC converter suitable for renewable energy application Tareq ALNEJAILI and Said DRID senior member IEEE
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
A Study of Speed Control of PMDC Motor Using Auto-tuning of PID Controller through LabVIEW
A Study of Speed Control of PMDC Motor Using Auto-tuning of PID Controller through LabVIEW Priyanka Rajput and Dr. K.K. Tripathi Department of Electronics and Communication Engineering, Ajay Kumar Garg
Design of a TL431-Based Controller for a Flyback Converter
Design of a TL431-Based Controller for a Flyback Converter Dr. John Schönberger Plexim GmbH Technoparkstrasse 1 8005 Zürich 1 Introduction The TL431 is a reference voltage source that is commonly used
Analysis and Experimentation of Interleaved Boost Converter with Ripple Steering for Power Factor Correction
Analysis and Experimentation of Interleaved Boost Converter with Ripple Steering for Power Factor Correction A. Inba Rexy, R. Seyezhai Abstract Through the fast growing technologies, design of power factor
TEACHING AUTOMATIC CONTROL IN NON-SPECIALIST ENGINEERING SCHOOLS
TEACHING AUTOMATIC CONTROL IN NON-SPECIALIST ENGINEERING SCHOOLS J.A.Somolinos 1, R. Morales 2, T.Leo 1, D.Díaz 1 and M.C. Rodríguez 1 1 E.T.S. Ingenieros Navales. Universidad Politécnica de Madrid. Arco
System Modeling and Control for Mechanical Engineers
Session 1655 System Modeling and Control for Mechanical Engineers Hugh Jack, Associate Professor Padnos School of Engineering Grand Valley State University Grand Rapids, MI email: [email protected] Abstract
EE 402 RECITATION #13 REPORT
MIDDLE EAST TECHNICAL UNIVERSITY EE 402 RECITATION #13 REPORT LEAD-LAG COMPENSATOR DESIGN F. Kağan İPEK Utku KIRAN Ç. Berkan Şahin 5/16/2013 Contents INTRODUCTION... 3 MODELLING... 3 OBTAINING PTF of OPEN
Closed Loop PWM Control for Induction Motor Drive Using Dual Output Three Phase Inverter
Closed Loop PWM Control for Induction Motor Drive Using Dual Output Three Phase Inverter Archana.P 1, Karthick.R 2 Pg Scholar [PED], Department of EEE, CSI College of Engineering, Ketti, Tamilnadu, India
Design of an Auxiliary Power Distribution Network for an Electric Vehicle
Design of an Auxiliary Power Distribution Network for an Electric Vehicle William Chen, Simon Round and Richard Duke Department of Electrical & Computer Engineering University of Canterbury, Christchurch,
DC Voltage Regulation by Buck Converter Applicable for Stand Alone Micro Hydro Power Generation
International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 1 (2014), pp. 37-42 International Research Publication House http://www.irphouse.com DC Voltage Regulation
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
E x p e r i m e n t 5 DC Motor Speed Control
E x p e r i m e n t 5 DC Motor Speed Control IT IS PREFERED that students ANSWER THE QUESTION/S BEFORE DOING THE LAB BECAUSE THAT provides THE BACKGROUND information needed for THIS LAB. (0% of the grade
DC-DC Converter Basics
Page 1 of 16 Free Downloads / Design Tips / Java Calculators / App. Notes / Tutorials / Newsletter / Discussion / Components Database / Library / Power Links / Software / Technical Articles / On-Line Textbook
MULTI-INPUT DC-DC CONVERTER FOR RENEWABLE ENERGY SOURCES
MULTI-INPUT DC-DC CONVERTER FOR RENEWABLE ENERGY SOURCES Nithya.k 1, Ramasamy.M 2 1 PG Scholar, Department of Electrical and Electronics Engineering, K.S.R College of Engineering, Tamil Nadu, India 2 Assistant
STUDY OF CELLPHONE CHARGERS
STUDY OF CELLPHONE CHARGERS Author : Suraj Hebbar Systems Lab, CeNSE,IISc Banglore ABSTRACT This report shows charging nature of different cellphone chargers with different cellphones. Here we took into
Hybrid Power System with A Two-Input Power Converter
Hybrid Power System with A Two-Input Power Converter Y. L. Juan and H. Y. Yang Department of Electrical Engineering National Changhua University of Education Jin-De Campus, Address: No.1, Jin-De Road,
REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES
REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES 1 Abinath.T.R, 2 Sudhakar.V, 3 Sasikala.S 1,2 UG Scholar, Department of Electrical and Electronics Engineering, Info Institute of Engineering,
Transient analysis of integrated solar/diesel hybrid power system using MATLAB Simulink
Transient analysis of integrated solar/diesel hybrid power system using ATLAB Simulink Takyin Taky Chan School of Electrical Engineering Victoria University PO Box 14428 C, elbourne 81, Australia. [email protected]
Current-Transformer Phase-Shift Compensation and Calibration
Application Report SLAA122 February 2001 Current-Transformer Phase-Shift Compensation and Calibration Kes Tam Mixed Signal Products ABSTRACT This application report demonstrates a digital technique to
Measurement, Modeling and Simulation of Capacitor Bank Switching Transients
Measurement, Modeling and Simulation of Capacitor Bank Switching Transients Mirza Softić*, Amir Tokić**, Ivo Uglešić*** *Kreka - Dubrave e, Dubrave, Bosnia and Herzegovina (e-mail: [email protected]).
Simulation and Analysis of Parameter Identification Techniques for Induction Motor Drive
International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 10 (2014), pp. 1027-1035 International Research Publication House http://www.irphouse.com Simulation and
Matlab and Simulink. Matlab and Simulink for Control
Matlab and Simulink for Control Automatica I (Laboratorio) 1/78 Matlab and Simulink CACSD 2/78 Matlab and Simulink for Control Matlab introduction Simulink introduction Control Issues Recall Matlab design
7-41 POWER FACTOR CORRECTION
POWER FTOR CORRECTION INTRODUCTION Modern electronic equipment can create noise that will cause problems with other equipment on the same supply system. To reduce system disturbances it is therefore essential
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
DCMS DC MOTOR SYSTEM User Manual
DCMS DC MOTOR SYSTEM User Manual release 1.3 March 3, 2011 Disclaimer The developers of the DC Motor System (hardware and software) have used their best efforts in the development. The developers make
Design and Construction of Variable DC Source for Laboratory Using Solar Energy
International Journal of Electronics and Computer Science Engineering 228 Available Online at www.ijecse.org ISSN- 2277-1956 Design and Construction of Variable DC Source for Laboratory Using Solar Energy
DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION
DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION Introduction The outputs from sensors and communications receivers are analogue signals that have continuously varying amplitudes. In many systems
Interleaved Boost DC-DC Converter Using Delta-Sigma Modulation Suitable for Renewable Energy Applications
Interleaved Boost DC-DC Converter Using Delta-Sigma Modulation Suitable for Renewable Energy Applications Farag S. Alargt, Ahmed S. Ashur, Mohamed A. Shrud, and Ahmad H. Kharaz significantly [3]. The conversion
Considerations When Specifying a DC Power Supply
Programming Circuit White Paper Considerations When Specifying a DC Power Supply By Bill Martin, Sales/Applications Engineer Every automated test system that tests electronic circuit boards, modules or
Speed Control and Power factor Correction using Bridgeless Buck Boost Converter for BLDC Motor Drive
Speed Control and Power factor Correction using Bridgeless Buck Boost Converter for BLDC Motor Drive R.shanthini 1 Dr.K.Boopathy 2 1 Mtech, EEE, B.S.Abdur Rahman University,Chennai 2 Associate professor,
A 5 Degree Feedback Control Robotic Arm (Haptic Arm)
A 5 Degree Feedback Control Robotic Arm (Haptic Arm) 1 Prof. Sheetal Nirve, 2 Mr.Abhilash Patil, 3 Mr.Shailesh Patil, 4 Mr.Vishal Raut Abstract: Haptics is the science of applying touch sensation and control
DS1104 R&D Controller Board
DS1104 R&D Controller Board Cost-effective system for controller development Highlights Single-board system with real-time hardware and comprehensive I/O Cost-effective PCI hardware for use in PCs Application
Laboratory #5: RF Filter Design
EEE 194 RF Laboratory Exercise 5 1 Laboratory #5: RF Filter Design I. OBJECTIVES A. Design a third order low-pass Chebyshev filter with a cutoff frequency of 330 MHz and 3 db ripple with equal terminations
Study of Effect of P, PI Controller on Car Cruise Control System and Security
Study of Effect of P, PI Controller on Car Cruise Control System and Security Jayashree Deka 1, Rajdeep Haloi 2 Assistant professor, Dept. of EE, KJ College of Engineering &Management Research, Pune, India
A Practical Introduction to Digital Power Supply Control Laszlo Balogh
A Practical Introduction to Digital Power Supply Control Laszlo Balogh ABSTRACT The quest for increased integration, more features, and added flexibility all under constant cost pressure continually motivates
Laboratory 4: Feedback and Compensation
Laboratory 4: Feedback and Compensation To be performed during Week 9 (Oct. 20-24) and Week 10 (Oct. 27-31) Due Week 11 (Nov. 3-7) 1 Pre-Lab This Pre-Lab should be completed before attending your regular
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
Design of Solar Power Optimizer And Eliminating Leakage Current In Multi-Level Inverter For PV Systems
Design of Solar Power Optimizer And Eliminating Leakage Current In Multi-Level Inverter For PV Systems A. Asaph 1, Dr. P. Selvan 2 1 PG Scholar, 2 Head of the Department, Erode Sengunthar Engineering College,
Lab 7: Operational Amplifiers Part I
Lab 7: Operational Amplifiers Part I Objectives The objective of this lab is to study operational amplifier (op amp) and its applications. We will be simulating and building some basic op amp circuits,
Single Phase Two-Channel Interleaved PFC Operating in CrM
Freescale Semiconductor Application Note Document Number: AN4836 Rev. 0, 12/2013 Single Phase Two-Channel Interleaved PFC Operating in CrM Using the MC56F82xxx Family of Digital Signal Controllers by Freescale
Bridgeless PFC Implementation Using One Cycle Control Technique
Bridgeless PFC Implementation Using One Cycle Control Technique Bing Lu Center for Power Electronics Systems Virginia Polytechnic Institute and State University 674 Whittemore Hall Blacksburg, VA 24061
Modeling and Simulation of a Novel Switched Reluctance Motor Drive System with Power Factor Improvement
American Journal of Applied Sciences 3 (1): 1649-1654, 2006 ISSN 1546-9239 2006 Science Publications Modeling and Simulation of a Novel Switched Reluctance Motor Drive System with Power Factor Improvement
Chapter 4. LLC Resonant Converter
Chapter 4 LLC Resonant Converter 4.1 Introduction In previous chapters, the trends and technical challenges for front end DC/DC converter were discussed. High power density, high efficiency and high power
b 1 is the most significant bit (MSB) The MSB is the bit that has the most (largest) influence on the analog output
CMOS Analog IC Design - Chapter 10 Page 10.0-5 BLOCK DIAGRAM OF A DIGITAL-ANALOG CONVERTER b 1 is the most significant bit (MSB) The MSB is the bit that has the most (largest) influence on the analog output
ε: Voltage output of Signal Generator (also called the Source voltage or Applied
Experiment #10: LR & RC Circuits Frequency Response EQUIPMENT NEEDED Science Workshop Interface Power Amplifier (2) Voltage Sensor graph paper (optional) (3) Patch Cords Decade resistor, capacitor, and
