Workshop Matlab/Simulink in Drives and Power electronics Lecture 4

Size: px
Start display at page:

Download "Workshop Matlab/Simulink in Drives and Power electronics Lecture 4"

Transcription

1 Workshop Matlab/Simulink in Drives and Power electronics Lecture 4 : DC-Motor Chopper design SimPowerSystems Ghislain REMY Jean DEPREZ 1 / 20

2 Workshop Program 8 lectures will be presented based on Matlab/Simulink : 1 Introduction to Matlab 2 Introduction to Simulink 3 DC-Motor Control design 4 DC-Motor Chopper design SimPowerSystems 5 Introduction to Stateflow/Statechart 6 Induction Motor Inverter Control 7 Synchronous Motor Modeling 8 Synchronous Motor Control Two system applications (four quadrants electric drives of mechanical systems) will be used as "conducting lines" during the workshop. 2 / 20

3 SimPowerSystems Libraries SimPowerSystems software and other products of the Physical Modeling product family work together with Simulink software to model electrical, mechanical, and control systems. SimPowerSystems libraries contain models of: Power equipment such as transformers, lines, machines, and power electronics. These models are proven ones coming from textbooks, and their validity is based on the experience of : The Power Systems Testing and Simulation Laboratory of Hydro- Québec, a large North American utility located in Canada, The École de Technologie Supérieure and Université Laval. 3 / 20

4 SimPowerSystems main library The SimPowerSystems main library, powerlib, organizes its blocks into libraries according to their behavior. The powerlib library window displays the block library icons and names. The main powerlib library window also contains the Powergui block that opens a graphical user interface for the steadystate analysis of electrical circuits. 4 / 20

5 Building and Simulating a Simple Circuit SimPowerSystems software allows you to build and simulate electrical circuits containing linear and nonlinear elements. 5 / 20

6 Examples of SimPowerSystems Libraries Various Electrical Libraries are available: Electrical Sources Elements (Inductance, Resistance ) Power Electronics (Diode, MOSFET ) Machines (DC-motor, PM Motor ) Measurements (Voltage probe ) Application Libraries 6 / 20

7 Example: a Two-Quadrant 3ϕ Rectifier DC Drive Using SimPowerSystems: It is no more necessary to use Causal Approaches, because it is Physical Connections. 7 / 20

8 How SimPowerSystems Software Works Every time you start the simulation, a special initialization mechanism is called. This initialization process computes the state-space model of your electric circuit and builds the equivalent system that can be simulated by Simulink software. This process performs the following steps: Sorts all SimPowerSystems blocks. The blocks are separated into linear and nonlinear blocks, and all electrical nodes received a node number. Then, a state-space model (A, B, C, D matrices) of the linear part of the circuit is computed. All steady-state calculations and initializations are performed at this stage. Discrete state-space models are computed from the continuous state-space model, using the Tustin method. This matrix defines the network algebraic equations. 8 / 20

9 Power Electronics Library: Diode The diode is a semiconductor device that is controlled by its own voltage Vak and current Iak. When a diode is forward biased (Vak > 0), it starts to conduct with a small forward voltage Vf across it. It turns off when the current flow into the device becomes 0. When the diode is reverse biased (Vak < 0), it stays in the off state. The Diode block is simulated by a resistor, an inductor, and a DC voltage source connected in series with a switch. The switch operation is controlled by the voltage Vak and the current Iak. 9 / 20

10 Thyristor The thyristor is a semiconductor device that can be turned on via a gate signal. The thyristor model is simulated as a resistor Ron, an inductor Lon, and a DC voltage source representing the forward voltage Vf, connected in series with a switch. The switch is controlled by a logical signal depending on the voltage Vak, the current Iak, and the gate signal g. The Thyristor block also contains a series Rs-Cs snubber circuit that can be connected in parallel with the thyristor device. The static VI characteristic: 10 / 20

11 Universal Bridge The Universal Bridge block implements a universal three-phase power converter that consists of up to six power switches connected in a bridge configuration. The type of power switch and converter configuration are selectable from the dialog box. The Universal Bridge block allows simulation of converters using both naturally commutated (or line-commutated) power electronic devices (diodes or thyristors) and forced-commutated devices (GTO, IGBT, MOSFET). The Universal Bridge block is the basic block for building two-level voltage-sourced converters (VSC). The device numbering is different if the power electronic devices are naturally commutated or forced-commutated. 11 / 20

12 Diode and Thyristor Bridges For a naturally commutated three-phase converter (diode and thyristor), numbering follows the natural order of commutation: For the case of a two-phase diode or thyristor bridge, and for any other bridge configuration, the order of commutation is the following: 12 / 20

13 GTO-Diode and IGBT-Diode bridges GTO-Diode bridge: IGBT-Diode bridge: 13 / 20

14 MOSFET-Diode and Ideal Switch bridges MOSFET-Diode and Ideal Switch bridges 14 / 20

15 Snubber resistance and capacitance Snubber resistance Rs, in ohms (Ω). Set the Snubber resistance Rs parameter to inf to eliminate the snubbers from the model. Snubber capacitance Cs, in farads (F). Set the Snubber capacitance Cs parameter to 0 to eliminate the snubbers, or to inf to get a resistive snubber. In order to avoid numerical oscillations when your system is discretized, you need to specify Rs and Cs snubber values for diode and thyristor bridges. For forced-commutated devices (GTO, IGBT, or MOSFET), the bridge operates satisfactorily with purely resistive snubbers as long as firing pulses are sent to switching devices. 15 / 20

16 Tunning the snubbers If firing pulses to forced-commutated devices are blocked, only antiparallel diodes operate, and the bridge operates as a diode rectifier. In this condition appropriate values of Rs and Cs must also be used. When the system is discretized, use the following formulas to compute approximate values of Rs and Cs,where These Rs and Cs values are derived from the following two criteria: The snubber leakage current at fundamental frequency is less than 0.1% of nominal current when power electronic devices are not conducting. The RC time constant of snubbers is higher than two times the sample time Ts. These Rs and Cs values that guarantee numerical stability of the discretized bridge can be different from values of a physical circuit. 16 / 20

17 Interfacing SimPowerSystems with Simulink 1. The Voltage Measurement block acts as an interface between the SimPowerSystems and the Simulink blocks, and converts the measured voltages into Simulink signals. 2. Similarly, the Current Measurement block converts any measured current into a Simulink signal. 3. The Controlled Voltage Source block is use to inject a voltage in an electrical circuit 17 / 20

18 Connecting Rules for Capacitors and Inductors You have to pay particular attention when you connect capacitor elements together with voltage sources, or inductor elements in series with current sources. When you start the simulation, the software displays an error message if one of the following two connection errors are present in your diagram: To fix this problem, you can add a small resistance in series between the voltage source and the capacitors. To fix this problem, you can add a large resistance in parallel with the inductor and the capacitors. or or 18 / 20

19 The Powergui Block to Simulate The Powergui block is necessary to simulate any Simulink model containing SimPowerSystems blocks. It is used to store the equivalent Simulink circuit that represents the statespace equations of the SimPowerSystems blocks. You must follow these rules when using this block in a model: Place the Powergui block at the top level of diagram for optimal performance. However, you can place it anywhere inside subsystems for your convenience; its functionality will not be affected. Only one Powergui block per model You must name the block powergui The Most used Simulation type are: - Continous for Physical System - Discrete for Commutating system 19 / 20

20 SimPowerSystems Tools for Analysis Very useful analysis tools can be used: Use LTI Viewer (facilitate linear analysis of SimPowerSystems Model with Control System Toolbox) FFT Analysis (easy to plot FFT signal) Hysteresis Design Tool (to add hysteresis and saturation to Transformer Model) Compute RLC Line Parameters (to identify RLC value from characteristics of Grid Line) 20 / 20

6. Explain control characteristics of GTO, MCT, SITH with the help of waveforms and circuit diagrams.

6. Explain control characteristics of GTO, MCT, SITH with the help of waveforms and circuit diagrams. POWER ELECTRONICS QUESTION BANK Unit 1: Introduction 1. Explain the control characteristics of SCR and GTO with circuit diagrams, and waveforms of control signal and output voltage. 2. Explain the different

More information

DOWNLOAD PDF POWER ELECTRONICS DEVICES DRIVERS AND APPLICATIONS

DOWNLOAD PDF POWER ELECTRONICS DEVICES DRIVERS AND APPLICATIONS Chapter 1 : Power Electronics Devices, Drivers, Applications, and Passive theinnatdunvilla.com - Google D Download Power Electronics: Devices, Drivers and Applications By B.W. Williams - Provides a wide

More information

UNIVERSITY QUESTIONS. Unit-1 Introduction to Power Electronics

UNIVERSITY QUESTIONS. Unit-1 Introduction to Power Electronics UNIVERSITY QUESTIONS Unit-1 Introduction to Power Electronics 1. Give the symbol and characteristic features of the following devices. (i) SCR (ii) GTO (iii) TRIAC (iv) IGBT (v) SIT (June 2012) 2. What

More information

DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING

DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING Power Diode EE2301 POWER ELECTRONICS UNIT I POWER SEMICONDUCTOR DEVICES PART A 1. What is meant by fast recovery

More information

Subject-wise Tests Tests will be activated at 06:00 pm on scheduled day

Subject-wise Tests Tests will be activated at 06:00 pm on scheduled day Subject Name EE-01 Control Systems EE-02 Systems and Signal Processing EE-03 Analog and Digital Electronics EE-04 Engineering Mathematics and Numerical Analysis EE-05 Electric Circuits and Fields EE-06

More information

Thyristors. In this lecture you will learn the following. Module 4 : Voltage and Power Flow Control. Lecture 18a : HVDC converters.

Thyristors. In this lecture you will learn the following. Module 4 : Voltage and Power Flow Control. Lecture 18a : HVDC converters. Module 4 : Voltage and Power Flow Control Lecture 18a : HVDC converters Objectives In this lecture you will learn the following AC-DC Converters used for HVDC applications. Introduction to Voltage Source

More information

Topic wise Tests. Complex Variables, Numerical Methods, Probability and Statistics & Transfrom Theory.

Topic wise Tests. Complex Variables, Numerical Methods, Probability and Statistics & Transfrom Theory. Topic wise Tests Each test carries 25 marks and 45 minutes duration Test consists of 5 one mark questions and 10 two marks questions Tests will be activated at 2:00 pm on scheduled day Test No Topic code

More information

SPICE FOR POWER ELECTRONICS AND ELECTRIC POWER

SPICE FOR POWER ELECTRONICS AND ELECTRIC POWER SPICE FOR POWER ELECTRONICS AND ELECTRIC POWER SECOND EDITION MUHAMMAD H. RASHID University of West Florida Pensacola, Florida, U.S.A. HASAN M. RASHID University of Florida Gainesville, Florida, U.S.A.

More information

VALLIAMMAI ENGINEERING COLLEGE DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION

VALLIAMMAI ENGINEERING COLLEGE DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION VALLIAMMAI ENGINEERING COLLEGE DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION Sem / Branch : V /EIE Subject code /Title: EI2301/Industrial Electronics UNIT-1 POWER DEVICES 1. What are the different methods

More information

Chapter -3 ANALYSIS OF HVDC SYSTEM MODEL. Basically the HVDC transmission consists in the basic case of two

Chapter -3 ANALYSIS OF HVDC SYSTEM MODEL. Basically the HVDC transmission consists in the basic case of two Chapter -3 ANALYSIS OF HVDC SYSTEM MODEL Basically the HVDC transmission consists in the basic case of two convertor stations which are connected to each other by a transmission link consisting of an overhead

More information

Power Electronics (BEG335EC )

Power Electronics (BEG335EC ) 1 Power Electronics (BEG335EC ) 2 PURWANCHAL UNIVERSITY V SEMESTER FINAL EXAMINATION - 2003 The figures in margin indicate full marks. Attempt any FIVE questions. Q. [1] [a] A single phase full converter

More information

SPICE for Power Electronics and Electric Power

SPICE for Power Electronics and Electric Power SPICE for Power Electronics and Electric Power Third Edition Muhammad H. Rashid Life Fellow IEEE /^0\ \Cf*' CRC Press I Taylor & Francis eis Crou Group Boca Raton London New York CRC Press is an imprint

More information

Examples Paper 3B3/4 DC-AC Inverters, Resonant Converter Circuits. dc to ac converters

Examples Paper 3B3/4 DC-AC Inverters, Resonant Converter Circuits. dc to ac converters Straightforward questions are marked! Tripos standard questions are marked * Examples Paper 3B3/4 DC-AC Inverters, Resonant Converter Circuits dc to ac converters! 1. A three-phase bridge converter using

More information

UPSC Electrical Engineering Syllabus

UPSC Electrical Engineering Syllabus UPSC Electrical Engineering Syllabus UPSC Electrical Engineering Syllabus PAPER I 1. Circuit Theory: Circuit components; network graphs; KCL, KVL; circuit analysis methods: nodal analysis, mesh analysis;

More information

Design and Simulation of Fuzzy Logic controller for DSTATCOM In Power System

Design and Simulation of Fuzzy Logic controller for DSTATCOM In Power System Design and Simulation of Fuzzy Logic controller for DSTATCOM In Power System Anju Gupta Department of Electrical and Electronics Engg. YMCA University of Science and Technology anjugupta112@gmail.com P.

More information

Name of chapter & details

Name of chapter & details Course Title Course Code Power Electronics-I EL509 Lecture : 03 / 03 Course Credit / Hours Practical : 01 / 02 Tutorial : 00 / 00 Course Learning Outcomes Total : 04 / 05 At the end of the session student

More information

Design and Simulation of Three Phase Controlled Rectifier Using IGBT

Design and Simulation of Three Phase Controlled Rectifier Using IGBT Design and Simulation of Three Phase Controlled Rectifier Using IGBT Tanmay Sharma 1, Dhruvi Dave 2, Ruchit Soni 3 1 Student, Electrical Engineering Department, Indus University, Ahmedabad, Gujarat. 2

More information

2 Marks - Question Bank. Unit 1- INTRODUCTION

2 Marks - Question Bank. Unit 1- INTRODUCTION Two marks 1. What is power electronics? EE6503 POWER ELECTRONICS 2 Marks - Question Bank Unit 1- INTRODUCTION Power electronics is a subject that concerns the applications electronics principles into situations

More information

Fundamentals of Power Electronics

Fundamentals of Power Electronics Fundamentals of Power Electronics SECOND EDITION Robert W. Erickson Dragan Maksimovic University of Colorado Boulder, Colorado Preface 1 Introduction 1 1.1 Introduction to Power Processing 1 1.2 Several

More information

Dr.Arkan A.Hussein Power Electronics Fourth Class. Commutation of Thyristor-Based Circuits Part-I

Dr.Arkan A.Hussein Power Electronics Fourth Class. Commutation of Thyristor-Based Circuits Part-I Commutation of Thyristor-Based Circuits Part-I ١ This lesson provides the reader the following: (i) (ii) (iii) (iv) Requirements to be satisfied for the successful turn-off of a SCR The turn-off groups

More information

Designing buck chopper converter by sliding mode technique

Designing buck chopper converter by sliding mode technique International Research Journal of Applied and Basic Sciences 2014 Available online at www.irjabs.com ISSN 2251-838X / Vol, 8 (9): 1289-1296 Science Explorer Publications Designing buck chopper converter

More information

UNIT-III STATOR SIDE CONTROLLED INDUCTION MOTOR DRIVE

UNIT-III STATOR SIDE CONTROLLED INDUCTION MOTOR DRIVE UNIT-III STATOR SIDE CONTROLLED INDUCTION MOTOR DRIVE 3.1 STATOR VOLTAGE CONTROL The induction motor 'speed can be controlled by varying the stator voltage. This method of speed control is known as stator

More information

Introduction to Modeling of Switched Mode Power Converters Using MATLAB and Simulink

Introduction to Modeling of Switched Mode Power Converters Using MATLAB and Simulink Introduction to Modeling of Switched Mode Power Converters Using MATLAB and Simulink Extensive introductory tutorials for MATLAB and Simulink, including Control Systems Toolbox and Simulink Control Design

More information

11. Define the term pinch off voltage of MOSFET. (May/June 2012)

11. Define the term pinch off voltage of MOSFET. (May/June 2012) Subject Code : EE6503 Branch : EEE Subject Name : Power Electronics Year/Sem. : III /V Unit - I PART-A 1. State the advantages of IGBT over MOSFET. (Nov/Dec 2008) 2. What is the function of snubber circuit?

More information

Application of Fuzzy Logic Controller in Shunt Active Power Filter

Application of Fuzzy Logic Controller in Shunt Active Power Filter IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 11 April 2016 ISSN (online): 2349-6010 Application of Fuzzy Logic Controller in Shunt Active Power Filter Ketan

More information

Power Electronics (Sample Questions) Module-1

Power Electronics (Sample Questions) Module-1 Module-1 Short Questions (Previous Years BPUT Questions 1 to 18) 1. What are the conditions for a thyristor to conduct? di 2. What is the common method used for protection? dt 3. What is the importance

More information

To Study The MATLAB Simulation Of A Single Phase STATCOM And Transmission Line

To Study The MATLAB Simulation Of A Single Phase STATCOM And Transmission Line To Study The MATLAB Simulation Of A Single Phase And Transmission Line Mr. Nileshkumar J. Kumbhar Abstract-As an important member of FACTS family, (Static Synchronous Compensator) has got more and more

More information

PUBLICATIONS OF PROBLEMS & APPLICATION IN ENGINEERING RESEARCH - PAPER CSEA2012 ISSN: ; e-issn:

PUBLICATIONS OF PROBLEMS & APPLICATION IN ENGINEERING RESEARCH - PAPER  CSEA2012 ISSN: ; e-issn: POWER FLOW CONTROL BY USING OPTIMAL LOCATION OF STATCOM S.B. ARUNA Assistant Professor, Dept. of EEE, Sree Vidyanikethan Engineering College, Tirupati aruna_ee@hotmail.com 305 ABSTRACT In present scenario,

More information

CHAPTER 4 PI CONTROLLER BASED LCL RESONANT CONVERTER

CHAPTER 4 PI CONTROLLER BASED LCL RESONANT CONVERTER 61 CHAPTER 4 PI CONTROLLER BASED LCL RESONANT CONVERTER This Chapter deals with the procedure of embedding PI controller in the ARM processor LPC2148. The error signal which is generated from the reference

More information

A Matlab / Simulink Based Tool for Power Electronic Circuits

A Matlab / Simulink Based Tool for Power Electronic Circuits A Matlab / Simulink Based Tool for Power Electronic Circuits Abdulatif A M Shaban International Science Index, Electrical and Computer Engineering wasetorg/publication/2520 Abstract Transient simulation

More information

ELECTRICAL ENGINEERING (CODE NO. 10) PAPER - I

ELECTRICAL ENGINEERING (CODE NO. 10) PAPER - I ELECTRICAL ENGINEERING (CODE NO. 10) PAPER - I 1. Circuit theory Circuit Components, Network graphs, KCL, KVL, Circuit analysis methods: Nodal analysis, mesh analysis, basic network theorems; transient

More information

SimPowerSystems. User s Guide Version 4. For Use with Simulink. Hydro-Québec. TransÉnergie Technologies

SimPowerSystems. User s Guide Version 4. For Use with Simulink. Hydro-Québec. TransÉnergie Technologies SimPowerSystems For Use with Simulink Hydro-Québec TransÉnergie Technologies User s Guide Version 4 How to Contact The MathWorks: www.mathworks.com comp.soft-sys.matlab Web Newsgroup support@mathworks.com

More information

Laboratory Investigation of Variable Speed Control of Synchronous Generator With a Boost Converter for Wind Turbine Applications

Laboratory Investigation of Variable Speed Control of Synchronous Generator With a Boost Converter for Wind Turbine Applications Laboratory Investigation of Variable Speed Control of Synchronous Generator With a Boost Converter for Wind Turbine Applications Ranjan Sharma Technical University of Denmark ransharma@gmail.com Tonny

More information

DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLY Mamallapuram chennai

DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLY Mamallapuram chennai DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLY Mamallapuram chennai DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK V SEMESTER EE6503 - POWER ELECTRONICS Regulation 2013

More information

Analysis of Advanced Techniques to Eliminate Harmonics in AC Drives

Analysis of Advanced Techniques to Eliminate Harmonics in AC Drives Analysis of Advanced Techniques to Eliminate Harmonics in AC Drives Amit P. Wankhade 1, Prof. C. Veeresh 2 2 Assistant Professor, MIT mandsour E-mail- amitwankhade03@gmail.com Abstract Variable speed AC

More information

STATCOM with FLC and Pi Controller for a Three-Phase SEIG Feeding Single-Phase Loads

STATCOM with FLC and Pi Controller for a Three-Phase SEIG Feeding Single-Phase Loads STATCOM with FLC and Pi Controller for a Three-Phase SEIG Feeding Single-Phase Loads Ponananthi.V, Rajesh Kumar. B Final year PG student, Department of Power Systems Engineering, M.Kumarasamy College of

More information

SimPowerSystems 4 User s Guide. Hydro-Québec TransÉnergie Technologies

SimPowerSystems 4 User s Guide. Hydro-Québec TransÉnergie Technologies SimPowerSystems 4 User s Guide Hydro-Québec TransÉnergie Technologies How to Contact The MathWorks www.mathworks.com Web comp.soft-sys.matlab Newsgroup www.mathworks.com/contact_ts.html Technical Support

More information

Sascha Stegen School of Electrical Engineering, Griffith University, Australia

Sascha Stegen School of Electrical Engineering, Griffith University, Australia Sascha Stegen School of Electrical Engineering, Griffith University, Australia Electrical Machines and Drives Motors Generators Power Electronics and Drives Open-loop inverter-fed General arrangement of

More information

R09. 1.a) State and explain Kirchoff s laws. b) In the circuit given below Figure 1 find the current through 5 Ω resistor. [7+8] FIRSTRANKER.

R09. 1.a) State and explain Kirchoff s laws. b) In the circuit given below Figure 1 find the current through 5 Ω resistor. [7+8] FIRSTRANKER. SET - 1 1.a) State and explain Kirchoff s laws. b) In the circuit given below find the current through 5 Ω resistor. [7+8] 2.a) Find the impedance between terminals A and B in the following circuit ().

More information

Lecture 19 - Single-phase square-wave inverter

Lecture 19 - Single-phase square-wave inverter Lecture 19 - Single-phase square-wave inverter 1. Introduction Inverter circuits supply AC voltage or current to a load from a DC supply. A DC source, often obtained from an AC-DC rectifier, is converted

More information

CHAPTER-III MODELING AND IMPLEMENTATION OF PMBLDC MOTOR DRIVE

CHAPTER-III MODELING AND IMPLEMENTATION OF PMBLDC MOTOR DRIVE CHAPTER-III MODELING AND IMPLEMENTATION OF PMBLDC MOTOR DRIVE 3.1 GENERAL The PMBLDC motors used in low power applications (up to 5kW) are fed from a single-phase AC source through a diode bridge rectifier

More information

Chapter 8. Chapter 9. Chapter 6. Chapter 10. Chapter 11. Chapter 7

Chapter 8. Chapter 9. Chapter 6. Chapter 10. Chapter 11. Chapter 7 5.5 Series and Parallel Combinations of 246 Complex Impedances 5.6 Steady-State AC Node-Voltage 247 Analysis 5.7 AC Power Calculations 256 5.8 Using Power Triangles 258 5.9 Power-Factor Correction 261

More information

CHAPTER 5 DESIGN OF DSTATCOM CONTROLLER FOR COMPENSATING UNBALANCES

CHAPTER 5 DESIGN OF DSTATCOM CONTROLLER FOR COMPENSATING UNBALANCES 86 CHAPTER 5 DESIGN OF DSTATCOM CONTROLLER FOR COMPENSATING UNBALANCES 5.1 INTRODUCTION Distribution systems face severe power quality problems like current unbalance, current harmonics, and voltage unbalance,

More information

Modeling of the behavior of power electronic equipment to grid ripple control signal

Modeling of the behavior of power electronic equipment to grid ripple control signal Modeling of the behavior of power electronic equipment to grid ripple control signal X. Yang, S. Dennetière Abstract The paper presents time domain simulation for power electronic device equivalent impedance

More information

High Voltage DC Transmission 2

High Voltage DC Transmission 2 High Voltage DC Transmission 2 1.0 Introduction Interconnecting HVDC within an AC system requires conversion from AC to DC and inversion from DC to AC. We refer to the circuits which provide conversion

More information

Space Vector PWM Voltage Source Inverter Fed to Permanent Magnet Synchronous Motor

Space Vector PWM Voltage Source Inverter Fed to Permanent Magnet Synchronous Motor International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 12, Issue 6 (June 2016), PP.50-60 Space Vector PWM Voltage Source Inverter Fed to

More information

POWER ELECTRONICS. Converters, Applications, and Design. NED MOHAN Department of Electrical Engineering University of Minnesota Minneapolis, Minnesota

POWER ELECTRONICS. Converters, Applications, and Design. NED MOHAN Department of Electrical Engineering University of Minnesota Minneapolis, Minnesota POWER ELECTRONICS Converters, Applications, and Design THIRD EDITION NED MOHAN Department of Electrical Engineering University of Minnesota Minneapolis, Minnesota TORE M. UNDELAND Department of Electrical

More information

Electrical Materials may be referred to a metal, dielectrics,electrical insulators or conductors,paramagnetic materials and many other.

Electrical Materials may be referred to a metal, dielectrics,electrical insulators or conductors,paramagnetic materials and many other. Electrical Engineering Paper-1 Syllabus : This part is for both objective and conventional types papers : 1) EM Theory- The electromagnetic force is said to be one of the fundamental interactions in nature

More information

The key operation of all simulation is the solution of differential/integral equations. That can be done with analog or digital computers:

The key operation of all simulation is the solution of differential/integral equations. That can be done with analog or digital computers: Simulation tools F. Jenni Paul Scherrer Institute, Villigen, Switzerland Abstract In the last two decades, simulation tools made a significant contribution to the great progress in development of power

More information

Closed Loop Single Phase Bidirectional AC to AC Buck Boost Converter for Power Quality Improvement

Closed Loop Single Phase Bidirectional AC to AC Buck Boost Converter for Power Quality Improvement International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 7, Issue 11 (July 2013), PP. 35-42 Closed Loop Single Phase Bidirectional AC to

More information

Introduction to HVDC VSC HVDC

Introduction to HVDC VSC HVDC Introduction to HVDC VSC HVDC Dr Radnya A Mukhedkar Group Leader, Senior Principal Engineer System Design GRID August 2010 The Voltage Sourced Converter Single Phase Alternating Voltage Output Steady DC

More information

Lab 2: Linear and Nonlinear Circuit Elements and Networks

Lab 2: Linear and Nonlinear Circuit Elements and Networks OPTI 380B Intermediate Optics Laboratory Lab 2: Linear and Nonlinear Circuit Elements and Networks Objectives: Lean how to use: Function of an oscilloscope probe. Characterization of capacitors and inductors

More information

CHAPTER 3 MODELLING OF PV SOLAR FARM AS STATCOM

CHAPTER 3 MODELLING OF PV SOLAR FARM AS STATCOM 47 CHAPTER 3 MODELLING OF PV SOLAR FARM AS STATCOM 3.1 INTRODUCTION Today, we are mostly dependent on non renewable energy that have been and will continue to be a major cause of pollution and other environmental

More information

A Switched Boost Inverter Fed Three Phase Induction Motor Drive

A Switched Boost Inverter Fed Three Phase Induction Motor Drive A Switched Boost Inverter Fed Three Phase Induction Motor Drive 1 Riya Elizabeth Jose, 2 Maheswaran K. 1 P.G. student, 2 Assistant Professor 1 Department of Electrical and Electronics engineering, 1 Nehru

More information

Courseware Sample F0

Courseware Sample F0 Electric Power / Controls Courseware Sample 85822-F0 A ELECTRIC POWER / CONTROLS COURSEWARE SAMPLE by the Staff of Lab-Volt Ltd. Copyright 2009 Lab-Volt Ltd. All rights reserved. No part of this publication

More information

Design of Three Phase PWM Voltage Source Inverter for Induction Heater

Design of Three Phase PWM Voltage Source Inverter for Induction Heater Design of Three Phase PWM Voltage Source Inverter for Induction Heater Divya.S.R. 1, Ashwini.K.V.2, Nandish B.M. 3 1,2 UG Student, 3 Assistant Proffesor Department of EEE,JIT,Karnataka,India Abstract:

More information

EE 410/510: Electromechanical Systems Chapter 5

EE 410/510: Electromechanical Systems Chapter 5 EE 410/510: Electromechanical Systems Chapter 5 Chapter 5. Induction Machines Fundamental Analysis ayssand dcontrol o of Induction Motors Two phase induction motors Lagrange Eqns. (optional) Torque speed

More information

POWER ELECTRONICS. Alpha. Science International Ltd. S.C. Tripathy. Oxford, U.K.

POWER ELECTRONICS. Alpha. Science International Ltd. S.C. Tripathy. Oxford, U.K. POWER ELECTRONICS S.C. Tripathy Alpha Science International Ltd. Oxford, U.K. Contents Preface vii 1. SEMICONDUCTOR DIODE THEORY 1.1 1.1 Introduction 1.1 1.2 Charge Densities in a Doped Semiconductor 1.1

More information

A Novel Simple Reliability Enhancement Switching Topology for Single Phase Buck-Boost Inverter

A Novel Simple Reliability Enhancement Switching Topology for Single Phase Buck-Boost Inverter A Novel Simple Reliability Enhancement Switching Topology for Single Phase Buck-Boost Inverter Snehal Balaji Gatkine 1 PG Scholar, 1 Department of Electrical Engineering, 1 Tulsiramji Gaikwad - Patil College

More information

Volume I Issue VI 2012 September-2012 ISSN

Volume I Issue VI 2012 September-2012 ISSN A 24-pulse STATCOM Simulation model to improve voltage sag due to starting of 1 HP Induction-Motor Mr. Ajay Kumar Bansal 1 Mr. Govind Lal Suthar 2 Mr. Rohan Sharma 3 1 Associate Professor, Department of

More information

INSTANTANEOUS POWER CONTROL OF D-STATCOM FOR ENHANCEMENT OF THE STEADY-STATE PERFORMANCE

INSTANTANEOUS POWER CONTROL OF D-STATCOM FOR ENHANCEMENT OF THE STEADY-STATE PERFORMANCE INSTANTANEOUS POWER CONTROL OF D-STATCOM FOR ENHANCEMENT OF THE STEADY-STATE PERFORMANCE Ms. K. Kamaladevi 1, N. Mohan Murali Krishna 2 1 Asst. Professor, Department of EEE, 2 PG Scholar, Department of

More information

Switches And Antiparallel Diodes

Switches And Antiparallel Diodes H-bridge Inverter Circuit With Transistor Switches And Antiparallel Diodes In these H-bridges we have implemented MOSFET transistor for switching. sub-block contains an ideal IGBT, Gto or MOSFET and antiparallel

More information

CHAPTER 4 MULTI-LEVEL INVERTER BASED DVR SYSTEM

CHAPTER 4 MULTI-LEVEL INVERTER BASED DVR SYSTEM 64 CHAPTER 4 MULTI-LEVEL INVERTER BASED DVR SYSTEM 4.1 INTRODUCTION Power electronic devices contribute an important part of harmonics in all kind of applications, such as power rectifiers, thyristor converters

More information

INDUSTRIAL AUTOMATION

INDUSTRIAL AUTOMATION Department of Technical Education DIPLOMA COURSE IN ELECTRONICS AND COMMUNICATION ENGINEERING 1 SL.No 1 INDUSTRIAL AUTOMATION Subject Title : INDUSTRIAL AUTOMATION Subject Code : EC Hours Per Week : 04

More information

Microelectronic Circuits

Microelectronic Circuits SECOND EDITION ISHBWHBI \ ' -' Microelectronic Circuits Adel S. Sedra University of Toronto Kenneth С Smith University of Toronto HOLT, RINEHART AND WINSTON HOLT, RINEHART AND WINSTON, INC. New York Chicago

More information

UNIT I POWER SEMI-CONDUCTOR DEVICES

UNIT I POWER SEMI-CONDUCTOR DEVICES UNIT I POWER SEMI-CONDUCTOR DEVICES SUBJECT CODE SUBJECT NAME STAFF NAME : EE6503 : Power Electronics : Ms.M.Uma Maheswari 1 SEMICONDUCTOR DEVICES POWER DIODE POWER TRANSISTORS POWER BJT POWER MOSFET IGBT

More information

Power Quality enhancement of a distribution line with DSTATCOM

Power Quality enhancement of a distribution line with DSTATCOM ower Quality enhancement of a distribution line with DSTATCOM Divya arashar 1 Department of Electrical Engineering BSACET Mathura INDIA Aseem Chandel 2 SMIEEE,Deepak arashar 3 Department of Electrical

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad I INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad-000 DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING TUTORIAL QUESTION BANK Course Name : POWER ELECTRONICS Course Code : AEE0

More information

APPLICATION OF INVERTER BASED SHUNT DEVICE FOR VOLTAGE SAG MITIGATION DUE TO STARTING OF AN INDUCTION MOTOR LOAD

APPLICATION OF INVERTER BASED SHUNT DEVICE FOR VOLTAGE SAG MITIGATION DUE TO STARTING OF AN INDUCTION MOTOR LOAD APPLICATION OF INVERTER BASED SHUNT DEVICE FOR VOLTAGE SAG MITIGATION DUE TO STARTING OF AN INDUCTION MOTOR LOAD A. F. Huweg, S. M. Bashi MIEEE, N. Mariun SMIEEE Universiti Putra Malaysia - Malaysia norman@eng.upm.edu.my

More information

PRECISION SIMULATION OF PWM CONTROLLERS

PRECISION SIMULATION OF PWM CONTROLLERS PRECISION SIMULATION OF PWM CONTROLLERS G.D. Irwin D.A. Woodford A. Gole Manitoba HVDC Research Centre Inc. Dept. of Elect. and Computer Eng. 4-69 Pembina Highway, University of Manitoba Winnipeg, Manitoba,

More information

Design and Simulation of Synchronous Buck Converter for Microprocessor Applications

Design and Simulation of Synchronous Buck Converter for Microprocessor Applications Design and Simulation of Synchronous Buck Converter for Microprocessor Applications Lakshmi M Shankreppagol 1 1 Department of EEE, SDMCET,Dharwad, India Abstract: The power requirements for the microprocessor

More information

CHAPTER 2 A SERIES PARALLEL RESONANT CONVERTER WITH OPEN LOOP CONTROL

CHAPTER 2 A SERIES PARALLEL RESONANT CONVERTER WITH OPEN LOOP CONTROL 14 CHAPTER 2 A SERIES PARALLEL RESONANT CONVERTER WITH OPEN LOOP CONTROL 2.1 INTRODUCTION Power electronics devices have many advantages over the traditional power devices in many aspects such as converting

More information

Lab 1 Power electronics

Lab 1 Power electronics 5--24 (5) Lab Power electronics Contents Introduction... Initial setup... 2 Starting the software... 2 Notes on the schematics... 2 Simulating the design... 2 Existing simulation variables... 3 Extra measurement

More information

EELE 201 Circuits I. Fall 2013 (4 Credits)

EELE 201 Circuits I. Fall 2013 (4 Credits) EELE 201 Circuits I Instructor: Fall 2013 (4 Credits) Jim Becker 535 Cobleigh Hall 994-5988 Office hours: Monday 2:30-3:30 pm and Wednesday 3:30-4:30 pm or by appointment EMAIL: For EELE 201-related questions,

More information

Three Phase PFC and Harmonic Mitigation Using Buck Boost Converter Topology

Three Phase PFC and Harmonic Mitigation Using Buck Boost Converter Topology Three Phase PFC and Harmonic Mitigation Using Buck Boost Converter Topology Riya Philip 1, Reshmi V 2 Department of Electrical and Electronics, Amal Jyothi College of Engineering, Koovapally, India 1,

More information

Switching and Semiconductor Switches

Switching and Semiconductor Switches 1 Switching and Semiconductor Switches 1.1 POWER FLOW CONTROL BY SWITCHES The flow of electrical energy between a fixed voltage supply and a load is often controlled by interposing a controller, as shown

More information

CHAPTER 7 HARDWARE IMPLEMENTATION

CHAPTER 7 HARDWARE IMPLEMENTATION 168 CHAPTER 7 HARDWARE IMPLEMENTATION 7.1 OVERVIEW In the previous chapters discussed about the design and simulation of Discrete controller for ZVS Buck, Interleaved Boost, Buck-Boost, Double Frequency

More information

Introductory Electronics for Scientists and Engineers

Introductory Electronics for Scientists and Engineers Introductory Electronics for Scientists and Engineers Second Edition ROBERT E. SIMPSON University of New Hampshire Allyn and Bacon, Inc. Boston London Sydney Toronto Contents Preface xiü 1 Direct Current

More information

POWER ELECTRONICS LAB MANUAL

POWER ELECTRONICS LAB MANUAL JIS College of Engineering (An Autonomous Institution) Department of Electrical Engineering POWER ELECTRONICS LAB MANUAL Exp-1. Study of characteristics of an SCR AIM: To obtain the V-I characteristics

More information

IJEETC. InternationalJournalof. ElectricalandElectronicEngineering& Telecommunications.

IJEETC. InternationalJournalof. ElectricalandElectronicEngineering& Telecommunications. IJEETC www.ijeetc.com InternationalJournalof ElectricalandElectronicEngineering& Telecommunications editorijeetc@gmail.com oreditor@ijeetc.com Int. J. Elec&Electr.Eng&Telecoms. 2015 Anoop Dhayani A P et

More information

Questions from the same exercise can be combined together to increase difficulty. Which one of the following properties of the diode is NOT true:

Questions from the same exercise can be combined together to increase difficulty. Which one of the following properties of the diode is NOT true: Questions from the same exercise can be combined together to increase difficulty. 21 1 Which one of the following properties of the diode is NOT true: a) When no voltage is applied across the diode, it

More information

Synchronous Reference Frame Theory For Nonlinear Loads using Mat-lab Simulink

Synchronous Reference Frame Theory For Nonlinear Loads using Mat-lab Simulink Synchronous Reference Frame Theory For Nonlinear Loads using Mat-lab Simulink Parag Datar 1, Vani Datar 2, S. B. Halbhavi 3, S G Kulkarni 4 1 Assistant Professor, Electrical and Electronics Department,

More information

PERFORMANCE EVALUATION OF THREE PHASE SCALAR CONTROLLED PWM RECTIFIER USING DIFFERENT CARRIER AND MODULATING SIGNAL

PERFORMANCE EVALUATION OF THREE PHASE SCALAR CONTROLLED PWM RECTIFIER USING DIFFERENT CARRIER AND MODULATING SIGNAL Journal of Engineering Science and Technology Vol. 10, No. 4 (2015) 420-433 School of Engineering, Taylor s University PERFORMANCE EVALUATION OF THREE PHASE SCALAR CONTROLLED PWM RECTIFIER USING DIFFERENT

More information

A Bi-directional Z-source Inverter for Electric Vehicles

A Bi-directional Z-source Inverter for Electric Vehicles A Bi-directional Z-source Inverter for Electric Vehicles Makoto Yamanaka and Hirotaka Koizumi Tokyo University of Science 1-14-6 Kudankita, Chiyoda-ku Tokyo 102-0073 Japan Email: hosukenigou@ieee.org littlespring@ieee.org

More information

Stability Enhancement for Transmission Lines using Static Synchronous Series Compensator

Stability Enhancement for Transmission Lines using Static Synchronous Series Compensator Stability Enhancement for Transmission Lines using Static Synchronous Series Compensator Ishwar Lal Yadav Department of Electrical Engineering Rungta College of Engineering and Technology Bhilai, India

More information

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17 LABORATORY 4 ASSIGNED: 3/21/17 OBJECTIVE: The purpose of this lab is to evaluate the transient and steady-state circuit response of first order and second order circuits. MINIMUM EQUIPMENT LIST: You will

More information

Available ONLINE

Available ONLINE Available ONLINE www.ijart.org IJART, Vol. 2 Issue 3, 2012,94-98 ISSN NO: 6602 3127 R E S E A R C H A R T II C L E Enhancement Of Voltage Stability And Power Oscillation Damping Using Static Synchronous

More information

Power Electronics (25) Please prepare your student ID card (with photo) on your desk for the attendance check.

Power Electronics (25) Please prepare your student ID card (with photo) on your desk for the attendance check. Prof. Dr. Ing. Joachim Böcker Power Electronics 08.09.014 Surname: Student number: First name: Course of study: Task: (Points) 1 (5) (5) 3 (5) 4 (5) Total (100) Mark Duration: 10 minutes Permitted resources:

More information

Chapter 10: Compensation of Power Transmission Systems

Chapter 10: Compensation of Power Transmission Systems Chapter 10: Compensation of Power Transmission Systems Introduction The two major problems that the modern power systems are facing are voltage and angle stabilities. There are various approaches to overcome

More information

A Comparative Study between DPC and DPC-SVM Controllers Using dspace (DS1104)

A Comparative Study between DPC and DPC-SVM Controllers Using dspace (DS1104) International Journal of Electrical and Computer Engineering (IJECE) Vol. 4, No. 3, June 2014, pp. 322 328 ISSN: 2088-8708 322 A Comparative Study between DPC and DPC-SVM Controllers Using dspace (DS1104)

More information

( ) ON s inductance of 10 mh. The motor draws an average current of 20A at a constant back emf of 80 V, under steady state.

( ) ON s inductance of 10 mh. The motor draws an average current of 20A at a constant back emf of 80 V, under steady state. 1991 1.12 The operating state that distinguishes a silicon controlled rectifier (SCR) from a diode is (a) forward conduction state (b) forward blocking state (c) reverse conduction state (d) reverse blocking

More information

Battery Charger Circuit Using SCR

Battery Charger Circuit Using SCR Battery Charger Circuit Using SCR Introduction to SCR: SCR is abbreviation for Silicon Controlled Rectifier. SCR has three pins anode, cathode and gate as shown in the below figure. It is made up of there

More information

Simulation of IGBT based Power Supply for Induction Melting Furnace

Simulation of IGBT based Power Supply for Induction Melting Furnace ABHIYANTRIKI An International Journal of Engineering & Technology (A Peer Reviewed & Indexed Journal) Vol. 4, No. 5 (May, 2017) http://www.aijet.in/ eissn: 2394-627X Simulation of IGBT based Power Supply

More information

Numerical Oscillations in EMTP-Like Programs

Numerical Oscillations in EMTP-Like Programs Session 19; Page 1/13 Spring 18 Numerical Oscillations in EMTP-Like Programs 1 Causes of Numerical Oscillations The Electromagnetic transients program and its variants all use the the trapezoidal rule

More information

A Highly Versatile Laboratory Setup for Teaching Basics of Power Electronics in Industry Related Form

A Highly Versatile Laboratory Setup for Teaching Basics of Power Electronics in Industry Related Form A Highly Versatile Laboratory Setup for Teaching Basics of Power Electronics in Industry Related Form JOHANN MINIBÖCK power electronics consultant Purgstall 5 A-3752 Walkenstein AUSTRIA Phone: +43-2913-411

More information

Switched Mode Power Conversion Prof. L. Umanand Department of Electronics Systems Engineering Indian Institute of Science, Bangalore

Switched Mode Power Conversion Prof. L. Umanand Department of Electronics Systems Engineering Indian Institute of Science, Bangalore Switched Mode Power Conversion Prof. L. Umanand Department of Electronics Systems Engineering Indian Institute of Science, Bangalore Lecture -1 Introduction to DC-DC converter Good day to all of you, we

More information

Control of DC Motors by Choppers. Dr. D G Padhan PSD 1

Control of DC Motors by Choppers. Dr. D G Padhan PSD 1 Control of DC Motors by Choppers Dr. D G Padhan PSD 1 DC Chopper a static power electronic device that converts fixed dc input voltage to a variable dc output voltage considered as dc equivalent of an

More information

DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING EC6202 ELECTRONIC DEVICES AND CIRCUITS

DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING EC6202 ELECTRONIC DEVICES AND CIRCUITS DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING EC6202 ELECTRONIC DEVICES AND CIRCUITS UNIT-I - PN DIODEAND ITSAPPLICATIONS 1. What is depletion region in PN junction?

More information

Learn about the use, operation and limitations of thyristors, particularly triacs, in power control

Learn about the use, operation and limitations of thyristors, particularly triacs, in power control Exotic Triacs: The Gate to Power Control Learn about the use, operation and limitations of thyristors, particularly triacs, in power control D. Mohan Kumar Modern power control systems use electronic devices

More information

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: [Chakradhar et al., 3(6): June, 2014] ISSN:

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: [Chakradhar et al., 3(6): June, 2014] ISSN: IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Development of TMS320F2810 DSP Based Bidirectional buck-boost Chopper Mr. K.S. Chakradhar *1, M.Ayesha siddiqa 2, T.Vandhana 3,

More information