Valahia University Targoviste, Electrical Engineering Faculty Unirii Blvd., Targoviste Romania DOI: /ijarcsse/V7I6/01607

Size: px
Start display at page:

Download "Valahia University Targoviste, Electrical Engineering Faculty Unirii Blvd., Targoviste Romania DOI: /ijarcsse/V7I6/01607"

Transcription

1 International Journals of Advanced Research in Computer Science and Software Engineering Research Article June 2017 Algorithms for Determining the Parameters of Static Converters 1 Marcel Ionel, 2 Marian Porojan 1 Electronic, Telecommunications and Energetically Engineering Department, 2 Automation, computer science and Electrical Engineering Department, 1, 2 Valahia University Targoviste, Electrical Engineering Faculty Unirii Blvd., Targoviste Romania DOI: /ijarcsse/V7I6/01607 Abstract: Qualitative needs, ever higher, automatic control systems, correlated with the development of power electronics, microprocessors, programming techniques, development of unconventional energy production, resulting in bringing to the fore the three-phase power converters. Using asynchronous motor, the simplest and robust electric car, often can not meet the quality conditions of the machine working. AC machines can not achieve a wide range of speeds and a hub can not cover % overload.widespread use in electric drive systems that we obtained semiconductor electronic control methods with techniques for high efficiency and precision control very good. Static converters have become easy to use and virtually through them obtain any desired mechanical characteristic for any type of electric machine. Key-Words: - Static converters, Electrical diagram, current control at, Logical scheme, the rectifier operation unidirectional / bidirectional and inverter coordinate system. I. INTRODUCTION Electrical diagram of a three-phase converter completely controlled by star-star transformer is shown in Figure1 [1], [13] Fig.1.Converter with three-phase transformer in star-star The average rectified voltage of winding the transformer depends on the type of of command angle and the type of load [1], [9]. II. DETERMINING THE PARAMETERS OF THE CONVERTER If a resistive-inductive load inductance very high, average rectified voltage is determined by the relationship: Ud Ud0 cos (1) where: U d0 - rectified maximum medium tension (voltage supplied by a rectifier diode axle uncontrolled). Calculation of medium rectified voltage is maximum for three phase rectifier in the deck connection with the transformer secondary star and mayor in star or delta relationship: Ud0 kd 3 2 Us (2) where: K d - is called coefficient of periodicity Us - effective phase voltage transformer secondary Because p = 6 (number of pulses) [2], [3], [4]. All Rights Reserved Page 20

2 Ud0 2,34 Us (3) When using a transformer in the secondary delta and star connection (Figure 2) or triangle primary, average rectified voltage maximum is determined by the relationship: Ud0 kd 2 Us (4) For p = 6, U d0 = 1,35 U s, SS Sp The power transformer is calculated as: ST ct Pd0 ct Ud0 Id0 2 (5) Where: c T - utilization coefficient expressing thetransformer. To determine the application of the control pulses on the grid thyristors, it will calculate the maximum duration of conduction of a thyristor in pregnancy with inductance tends to infinityβ= 2π/p.It requires that the control pulses to be delayed while the 360 for the same thyristor, and energizing the thyristor T 2 before conducting the next thyristor T 1 to be at a corresponding time delay of 60 (fig.3).. Fig. 3. Command thyristors in three-phase converter, = 0 Fig. 4. Command Medium rectified voltage at 30 and 60 All Rights Reserved Page 21

3 Figure 5. are shown waveforms of the current phase sinusoidal voltage with source [10], [11]. Figure 6. shows the schematic simulation rectifier powered by the three-phase AC voltage network through a transformer where is considered escape inductances L value = 3 m H, the load resistance is considered to have value Rs = 10, [6], [7], [8]. Fig5. Waveformsofcurentthroughthe sinusoidal powersource It established current harmonic content generated by nonlinear receiver powered by the sinusoidal voltage with source. Of the rectified voltage waveform is shown in figure 7, [6]. The phase voltage is: u U 2 sin t u u s1 s2 s3 s U U s s Fig.6. Scheme simulation-phase rectifier bridgework completely controlled with resistive load 2 2 sin t sin t 3 All Rights Reserved Page 22

4 Fig.7. Waveform of the rectified voltage Fig. 8. The influence of harmonics power generated Rectifier the supply network Because the internal impedance of the power rectifier operation will influence the behavior of an entire system powered by the same source, are shown in Figure 8 variations in potential nodes 9, 23, 24, 25. Fig. 9. DC motor supplying from a fully controlled rectifier All Rights Reserved Page 23

5 Figure 10. It presents current variation and machine speed DC data obtained to start in goal direct connection to the mains rectified control at an angle of 30. Figure 11. It presents the variation of the rectified voltage and current control at the same angle of 30. [5], [6]. Fig. 10. Armature current variation in engine and rotor speed when starting of the motor a goal Fig. 11. Load current and rectified voltage stabilization after engine speed III. ALGORITHMS FOR DETERMINING THE PARAMETERS OF STATIC CONVERTERS Next the method of calculating DC converters with electronic devices commanded for the supply inverters, DC machines, etc. Data is general and those of pregnancy [14]. For calculating parameters of the converter using the above formulas [1], [2]. In Fig. no.12 shows the logic diagram or in Fig. no.13 present for the program, ro.marcelionel. javax.namin. Logical scheme include descriptors with the following meanings: -RDTIP Characterize the type converter; -TRTIP Represents the type of power transformer network; -INV Indicate that the charger works in the inverter mode INV = 1; -AP Pregnancy is powered by two anti-parallel converters assembled Ap = 1.2; -CCM Subprogram calculation of the couple or if wind and photovoltaic inverters current absorbed; Initial data related to network parameters pregnancy (TRTIP, U p, ΔU p, U sc ), or execution elements (U dn, ΔU d, R a,l a ) constants switching the converter phase fully controlled bidirectional (K 1m, K 2m, K 3m ) and the type of installation (AP, INV). All Rights Reserved Page 24

6 Fig.12.Logic Diagram All Rights Reserved Page 25

7 package ro.marcelionel; import javax.naming.ldap.rdn; public class Main { public static void main(string[] args) { double delta_mr = 0; //variatia cuplului double IdN = 6.58; double Idef = 4.67; double Idmax = 8; double Im = 0; double CCM = 0; int INV = 1; //poate fi 0 sau 1 double miu = 0; double Kx = 1; double Usc = 0.039;//3.9/100; //tensiunea de scurt circuit a transformatorului double cos_alfa_min = 0; int miu0 = 7; double UdN = 0; double UdN_star = 436; double dxn = 0; double drn = 0; double Rd = 81.19; double numarator = 0; double numitor = 1; double Usn = 400; double delta_us = 36; double Ud0 = 0; double Us_star = 0; double Kds = (3*Math.sqrt(2))/Math.PI; int AP = 0; //0 sau 1 double Kc = 1.05; double Lc = 0; double Pc = 0; double L_sigma = 6.27; double LB2 = 0; double LB1 = 0; double Kcm = 0.302; double KB2 = 0.30; double KB1 = 0.13; double K2m = 1; double K1m = 1; double LB = 0; int TRTIP = 1; //0 sau 1 double P_TR = 3.47; double Ktr = 1.05; double Ub1 = ; double PdN = 0; double Pdmax = 0; double U = 380; double Ka = Math.sqrt(2)/3; double Is = 0; double Up = 400; double Ip = 0; double Ptr = 3000; double delta_ud = 100; double I = 6.58; double miu_degrees = 0; if (delta_mr == 0) { All Rights Reserved Page 26

8 IdN = 6.58; Idef = 4.66; Idmax = 9.87; Im = 6.58; else { CCM = 25.08; if (INV!= 0) { miu = Math.abs( Math.acos(1 - (Kx * Usc * Idmax / IdN))); //unghi de suprapunere anodica miu_degrees = (miu * 180)/Math.PI; cos_alfa_min = - Math.cos(180 - miu - miu0); else { cos_alfa_min = 0.95; UdN = 400; dxn = Usc * Kx / 2; drn = IdN * Rd / UdN; while (UdN < UdN_star*1.1 ) { //to verify numarator = UdN * (1 + drn * (Idmax - IdN) / IdN); numitor = ((Usn - delta_us)*cos_alfa_min / Usn) - dxn*idmax/idn; Ud0 = numarator / numitor; Us_star = Ud0 / Kds; if (AP!= 0) { LB = 0; Lc = (Kc * Ud0) / (Kcm * IdN); Pc = Kc * Lc * IdN * IdN; else { LB2 = (KB2 * Ud0) / (K2m * IdN - L_sigma); LB1 = KB1 * Ud0 / K1m * IdN - L_sigma; if (LB1 < LB2) { LB = LB2; else { LB = LB1; if (TRTIP!= 0) { P_TR = Ktr * Ud0 * Idef; Ub1 = KB1 * Ud0; PdN = UdN * IdN; Pdmax = UdN * Idmax; Us = Us_star; Is = Ka * Idef; Ip = Is * U / Up; P_TR = Ktr * Ud0 * Idef; Ub1 = KB1 * Ud0; PdN = UdN * IdN; Pdmax = UdN * Idmax; Us = Us_star; Is = Ka * Idef; Ip = Is * U / Up; Up;Us_star) < 0.03)) { Ub1 = KB1 * Ud0; PdN = UdN * IdN; Pdmax = UdN * Idmax; All Rights Reserved Page 27

9 Us = Us_star; Is = Ka * Idef; Ip = Is * U / Up; System.out.println("Ub1= " + Ub1 + " PdN= " + PdN + " Pdmax= " + Pdmax + " Idmax= " + Idmax + " Ptr= " + Ptr + " Us= " + Us + " UdN= " + UdN + " IdN= " + IdN); if (Us > Up) { UdN = UdN - delta_ud; else { UdN = UdN + delta_ud; if ((UdN > 0.09 * UdN_star (UdN < 1.1 * UdN_star)) { System.out.println("INV= " + INV); return; "C:\Program Files\Java\jdk1.8.0_111 \Java\ bbin\java" -Didea.launcher.port=7532 "- Didea.launcher.bin.path=C:\Program Files (x86)\jetbrains\intellij IDEA Community Edition \bin" - Dfile.encoding=UTF-8 -classpath "C:\Program Files\Java\jdk1.8.0_111\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\ext\access-bridge- 64.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_111\jre\lib\rt.jar;C:\Users\Marcel\IdeaProjects\FirstProgram\out\production\FirstProgram;C:\Progra m Files (x86)\jetbrains\intellij IDEA Community Edition \lib\idea_rt.jar" com.intellij.rt.execution.application.appmain ro.marcelionel.main IV. CONCLUSION The calculation algorithm presented in this article can be developed for the calculation of parameters such as sizes of electronic ordering, calculating characteristics adjusting parameters Dynamic regime converters and identification of execution elements, etc. The Java program is simple, with the particularity that the instructions are common for other programs and is accessible to all specialists in electronics and electrical engineering. The results are obtained quickly, the program is adaptable for other applications in electronic engineering and electrical engineering. These programs such we can analyze the operating conditions stationary and dynamic operational regimes. This program is just a beginning for the research they perform in the field of static converters, and will perform in the field of behavior analysis tasks in DC and AC. The book is addressed to specialists, students and researchers in the field of electrical drives, being a direct anliza Instument easy and quick and sizing of electrical and mechanical parameters of chains electrical controls. Tool for identification and determination of functional parameters converters Power can be developed and systems for producing renewable electricity in photovoltaic systems especially in the dimensioning of both the rectifier operation unidirectional / bidirectional and inverter, taking into account all aspects of functioning of thereof. The program was developed in order to increase integration density converters in high precision actuators and decrease losses in the electronic switching converters. Its aim is to achieve the highest efficiency of operating points. Novelty lies in describing and determine the characteristics depending on the characteristics of the converter electric machine. All Rights Reserved Page 28

10 REFERENCES [1] Marcel Ionel, Octavian Marcel Ionel, Advanced System for commanding induction motors -The Scientific Bulletin of Electrical Engineering Faculty, Valahia University of Targoviste, Romania [2] Marcel IONEL, Systems for generalized models development for electrical machinery Simpozionul Naţional de Electrotehnică, , University Polytechnic Bucharest, SNET2007, ISBN [3] Valentin DOGARU, Marcel IONEL, Traian IVANOVICI, Adela HUSU,, Nicolae OLARIU -New And Renewable Energy Sources National Conference CNSNRE 2008 organized by the Energy Environment Research Department from State University VALAHIA Targoviste, in October 2008 [4] Marcel IONEL, Octavian Marcel Ionel, Sistems of ameliorating the parameters of electrical energy by the utilization of pressing filters in the electric network, The Scientific Bulletin of the Electrical Engineering Faculty, [5] Marcel IONEL, Octavian Marcel IONEL, Absorbent filters functioning in electrical network, The Scientific Bulletin of the Electrical Engineering Faculty, no.2(9), december, 2008, p.25-27, ISSN The Scientific Bulletin of the Electrical Engineering Faculty [6] Marcel IONEL, Octavian Marcel IONEL, Optimization of electrical energy parameters by using the pressing filters in the electric networks The Scientific Bulletin of the Electrical Engineering Faculty, no.2(9), december, 2008, p.25-27, ISSN [7] Marcel IONEL, Octavian Marcel IONEL, Optimization of electrical energy parameters by using the pressing filters in the electric networks The Scientific Bulletin of the Electrical Engineering Faculty, no.2(9), december, 2008, p.25-27, ISSN The Scientific Bulletin of the Electrical Engineering Faculty [8] MARCEL IONEL, OCTAVIAN MARCEL IONEL ADVANCED COMMAND TECHNIQUES ELECTRICAL INDUCTION MACHINES, Conference, Budapest 2009 [9] MARCEL IONEL, OCTAVIAN MARCEL IONEL Control systems for high power induction machines, Jurnal Wseas, Budapest 2009; [10] Marcel IONEL, Octavian Marcel IONEL, SYSTEMS OF AMELIORATING THE PARAMETERS OF ELECTRICAL ENERGY BY THE UTILIZATION OF PRESSING FILTERS IN THE ELECTRIC NETWORKS, ian 2009, The Scientific Bulletin of the Electrical Engineering Faculty [11] MARCEL IONEL, The integration of the A.C. machines comand sistem. The Scientific Bulletin of the Electrical Engineering Faculty, no.2(9), ianuary, 2009, p.23-27, ISSN The Scientific Bulletin of the Electrical Engineering Faculty; [12] MARCEL IONEL*, OCTAVIAN MARCEL IONEL Control systems for high power induction machines, Jurnal Wseas, Budapest 2009; [13] MARCEL IONEL, Techniques of Induction Machine Vectorial Order Simulation, Conference WSEAS, Genova [14] MARCEL IONEL*, MIHAIL-FLORIN STAN**, ELENA-OTILIA VÎRJOGHE,Current Trends on Command, Control, Modeling and Simulation of the Induction Machines, Jurnal WSEAS, Genova [15] VALENTIN DOGARU ULIERU, TRAIAN IVANOVICI, ADELA GABRIELA HUSU MARCEL IONEL,The study of measuring methods for electrical resistance, the 12th WSEAS International Conference on AUTOMATIC CONTROL, MODELLING & SIMULATION, Catania 2009, ISSN: ISBN: All Rights Reserved Page 29

Current Trends on Command, Control, Modeling and Simulation of the Induction Machines

Current Trends on Command, Control, Modeling and Simulation of the Induction Machines Current Trends on Command, Control, Modeling and Simulation of the Induction Machines MARCEL IONEL *, MIHAIL-FLORIN STAN **, ELENA-OTILIA VÎRJOGHE ** * Electronics, Telecommunications and Energy Engineering

More information

Functioning Analysis of a High Frequency Electro Thermal Installation with Electromagnetic Induction Using PSCAD-EMTDC Tool

Functioning Analysis of a High Frequency Electro Thermal Installation with Electromagnetic Induction Using PSCAD-EMTDC Tool Functioning Analysis of a High Frequency Electro Thermal Installation with Electromagnetic Induction Using PSCAD-EMTDC Tool RALUCA ROB *, IOAN SORA **, CAIUS PANOIU *, MANUELA PANOIU *, * Electrical Engineering

More information

Experimental Analysis of Advanced System for Reducing the Energy Consumption of Public Street Lighting Systems

Experimental Analysis of Advanced System for Reducing the Energy Consumption of Public Street Lighting Systems Experimental Analysis of Advanced System for Reducing the Energy Consumption of Public Street Lighting Systems COSTIN CEPISCA Politehnica University of Bucharest costin.cepisca@upb.ro HORIA ANDREI Valahia

More information

Review article regarding possibilities for speed adjustment at reluctance synchronous motors

Review article regarding possibilities for speed adjustment at reluctance synchronous motors Journal of Electrical and Electronic Engineering 03; (4): 85-89 Published online October 0, 03 (http://www.sciencepublishinggroup.com/j/jeee) doi: 0.648/j.jeee.03004.4 Review article regarding possibilities

More information

Distributed Energy Engineering

Distributed Energy Engineering Distributed Energy Engineering (IKE1002) Part5: Frequency Converter Energy growth 2007-2030 by IEA World average Energy efficiency potential Electrical energy needed to produce 1 USD in GNP Midle-East

More information

COMPARATIVE HARMONIC ANALYSIS OF VSI FED INDUCTION MOTOR DRIVE

COMPARATIVE HARMONIC ANALYSIS OF VSI FED INDUCTION MOTOR DRIVE Volume-2, Issue-5, May-214 COMPARATIVE HARMONIC ANALYSIS OF VSI FED INDUCTION MOTOR DRIVE 1 NIKHIL D. PATNE, 2 SUSHANT S. ANGRE, 3 MONALISA DASH Student of Electrical Engineering Mumbai University, Student

More information

Researches Regarding the Pollution with Harmonics by the Frequency Converters

Researches Regarding the Pollution with Harmonics by the Frequency Converters ANALELE UNIVERSITĂłII EFTIMIE MURGU REŞIłA ANUL XV, NR., 008, ISSN 453-7394 Ioan Ruja, Florin Breaban, Ladislau Augustinov, Daniel Jurca Researches Regarding the Pollution with Harmonics by the Frequency

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

ABSTRACT I. INTRODUCTION

ABSTRACT I. INTRODUCTION 2017 IJSRST Volume 3 Issue 8 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology A Novel Zeta Converter with Pi Controller for Power Factor Correction in Induction Motor

More information

MECHATRONICS DESIGN OF A MOBILE ROBOT FOR DETECTION OF METAL OBJECTS

MECHATRONICS DESIGN OF A MOBILE ROBOT FOR DETECTION OF METAL OBJECTS MCHATRONICS DSIGN OF A MOBIL ROBOT FOR DTCTION OF MTAL OBJCTS Mihăiţă ARDLANU 1, Paul Ciprian PATIC 2, Ion Florin POPA 3, Ryad ZMOURI 4 1 ) Valahia University of Târgovişte, -mail: miniarde@yahoo.com 2

More information

Improvement of Electricity Distribution Services Using a DVR with a Constant DC Voltage Source Instaled in MV Connection Substations

Improvement of Electricity Distribution Services Using a DVR with a Constant DC Voltage Source Instaled in MV Connection Substations Improvement of Electricity Distribution Services Using a DVR with a Constant DC Voltage Source Instaled in MV Connection Substations Gheorghe Ioan Nicolaescu, Horia Andrei, Stefan Radulescu Electrical

More information

IMPLEMENTATION OF FUZZY LOGIC SPEED CONTROLLED INDUCTION MOTOR USING PIC MICROCONTROLLER

IMPLEMENTATION OF FUZZY LOGIC SPEED CONTROLLED INDUCTION MOTOR USING PIC MICROCONTROLLER Volume 118 No. 24 2018 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ IMPLEMENTATION OF FUZZY LOGIC SPEED CONTROLLED INDUCTION MOTOR USING PIC MICROCONTROLLER

More information

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE CHAPTER 2 VI FE INUCTION MOTOR RIVE 2.1 INTROUCTION C motors have been used during the last century in industries for variable speed applications, because its flux and torque can be controlled easily by

More information

Auxiliary DC Voltage

Auxiliary DC Voltage THE 9 th INTERNATIONAL SYMPOSIUM ON ADVANCED TOPICS IN ELECTRICAL ENGINEERING May 7-9, 2015 Bucharest, Romania DVR with Auxiliary DC Voltage Source Provided by A High Power Diode Based Rectifier Used in

More information

CHAPTER 4 FULL WAVE RECTIFIER. AC DC Conversion

CHAPTER 4 FULL WAVE RECTIFIER. AC DC Conversion CHAPTER 4 FULL WAVE RECTIFIER AC DC Conversion SINGLE PHASE FULL-WAVE RECTIFIER The objective of a full wave rectifier is to produce a voltage or current which is purely dc or has some specified dc component.

More information

Simulation Analysis of SPWM Variable Frequency Speed Based on Simulink

Simulation Analysis of SPWM Variable Frequency Speed Based on Simulink Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Simulation Analysis of SPWM Variable Frequency Speed Based on Simulink Min-Yan DI Hebei Normal University, Shijiazhuang

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

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 2 CURRENT SOURCE INVERTER FOR IM CONTROL

CHAPTER 2 CURRENT SOURCE INVERTER FOR IM CONTROL 9 CHAPTER 2 CURRENT SOURCE INVERTER FOR IM CONTROL 2.1 INTRODUCTION AC drives are mainly classified into direct and indirect converter drives. In direct converters (cycloconverters), the AC power is fed

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

Analysis of Solar PV Inverter based on PIC Microcontroller and Sinusoidal Pulse Width Modulation

Analysis of Solar PV Inverter based on PIC Microcontroller and Sinusoidal Pulse Width Modulation IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 08, 2016 ISSN (online): 2321-0613 Analysis of Solar PV Inverter based on PIC Microcontroller and Sinusoidal Pulse Width

More information

Adaptive ANN based STATCOM and DVR for optimal integration of wind energy with grid using permanent magnet synchronous generator

Adaptive ANN based STATCOM and DVR for optimal integration of wind energy with grid using permanent magnet synchronous generator Adaptive ANN based STATCOM and DVR for optimal integration of wind energy with grid using permanent magnet synchronous generator Priyanka Sahu Columbia Institute of Engineering and Technology, Raipur,

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

B.Tech Academic Projects EEE (Simulation)

B.Tech Academic Projects EEE (Simulation) B.Tech Academic Projects EEE (Simulation) Head office: 2 nd floor, Solitaire plaza, beside Image Hospital, Ameerpet Ameerpet : 040-44433434, email id : info@kresttechnology.com Dilsukhnagar : 9000404181,

More information

SIMULATION AND EVALUATION OF A PHASE SYNCHRONOUS INVERTER FOR MICRO-GRID SYSTEM

SIMULATION AND EVALUATION OF A PHASE SYNCHRONOUS INVERTER FOR MICRO-GRID SYSTEM SIMULATION AND EVALUATION OF A PHASE SYNCHRONOUS INVERTER FOR MICRO-GRID SYSTEM Tawfikur Rahman, Muhammad I. Ibrahimy, Sheikh M. A. Motakabber and Mohammad G. Mostafa Department of Electrical and Computer

More information

Power Quality Improvement of Grid Connected Wind Energy System by Statcom for Balanced and Unbalanced Linear and Nonlinear Loads

Power Quality Improvement of Grid Connected Wind Energy System by Statcom for Balanced and Unbalanced Linear and Nonlinear Loads International Journal of Engineering Research and Development e-issn: 2278-67X, p-issn: 2278-8X, www.ijerd.com Volume 3, Issue 1 (August 212), PP. 9-17 Power Quality Improvement of Grid Connected Wind

More information

Calhoon MEBA Engineering School. Study Guide for Proficiency Testing Industrial Electronics

Calhoon MEBA Engineering School. Study Guide for Proficiency Testing Industrial Electronics Calhoon MEBA Engineering School Study Guide for Proficiency Testing Industrial Electronics January 0. Which factors affect the end-to-end resistance of a metallic conductor?. A waveform shows three complete

More information

Analysis of Indirect Temperature-Rise Tests of Induction Machines Using Time Stepping Finite Element Method

Analysis of Indirect Temperature-Rise Tests of Induction Machines Using Time Stepping Finite Element Method IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 16, NO. 1, MARCH 2001 55 Analysis of Indirect Temperature-Rise Tests of Induction Machines Using Time Stepping Finite Element Method S. L. Ho and W. N. Fu Abstract

More information

Shunt Active Power Filter connected to MPPT based photo voltaic Array for PQ enhancement

Shunt Active Power Filter connected to MPPT based photo voltaic Array for PQ enhancement Volume 114 No. 9 217, 389-398 ISSN: 1311-88 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Shunt Active Power Filter connected to MPPT based photo voltaic Array

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

Study of Centralized Anti-Islanding Method on Large-Scale Photovoltaic Power Plants

Study of Centralized Anti-Islanding Method on Large-Scale Photovoltaic Power Plants 4th International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2016) Study of Centralized Anti-Islanding Method on Large-Scale Photovoltaic Power Plants Chen-Xin

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION 1.1 Introduction Power semiconductor devices constitute the heart of the modern power electronics, and are being extensively used in power electronic converters in the form of a

More information

Lecture Note. DC-AC PWM Inverters. Prepared by Dr. Oday A Ahmed Website: https://odayahmeduot.wordpress.com

Lecture Note. DC-AC PWM Inverters. Prepared by Dr. Oday A Ahmed Website: https://odayahmeduot.wordpress.com Lecture Note 10 DC-AC PWM Inverters Prepared by Dr. Oday A Ahmed Website: https://odayahmeduot.wordpress.com Email: 30205@uotechnology.edu.iq Scan QR DC-AC PWM Inverters Inverters are AC converters used

More information

HYSTERESIS CONTROL FOR CURRENT HARMONICS SUPPRESSION USING SHUNT ACTIVE FILTER. Rajesh Kr. Ahuja

HYSTERESIS CONTROL FOR CURRENT HARMONICS SUPPRESSION USING SHUNT ACTIVE FILTER. Rajesh Kr. Ahuja HYSTERESIS CONTROL FOR CURRENT HARMONICS SUPPRESSION USING SHUNT ACTIVE FILTER Rajesh Kr. Ahuja 1, Aasha Chauhan 2, Sachin Sharma 3 Rajesh Kr. Ahuja Faculty, Electrical & Electronics Engineering Dept.

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

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

( ) 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

Hours / 100 Marks Seat No.

Hours / 100 Marks Seat No. 17323 14115 3 Hours / 100 Seat No. Instructions (1) All Questions are Compulsory. (2) Illustrate your answers with neat sketches wherever necessary. (3) Figures to the right indicate full marks. (4) Assume

More information

Real and Reactive Power Control by using 48-pulse Series Connected Three-level NPC Converter for UPFC

Real and Reactive Power Control by using 48-pulse Series Connected Three-level NPC Converter for UPFC Real and Reactive Power Control by using 48-pulse Series Connected Three-level NPC Converter for UPFC A.Naveena, M.Venkateswara Rao 2 Department of EEE, GMRIT, Rajam Email id: allumalla.naveena@ gmail.com,

More information

Design of Three Phase SVPWM Inverter Using dspic

Design of Three Phase SVPWM Inverter Using dspic Design of Three Phase SVPWM Inverter Using dspic Pritam Vikas Gaikwad 1, Prof. M. F. A. R. Satarkar 2 1,2 Electrical Department, Dr. Babasaheb Ambedkar Technological University (India) ABSTRACT Induction

More information

MITIGATION OF VOLTAGE SAGS/SWELLS USING DYNAMIC VOLTAGE RESTORER (DVR)

MITIGATION OF VOLTAGE SAGS/SWELLS USING DYNAMIC VOLTAGE RESTORER (DVR) VOL. 4, NO. 4, JUNE 9 ISSN 89-668 6-9 Asian Research Publishing Network (ARPN). All rights reserved. MITIGATION OF VOLTAGE SAGS/SWELLS USING DYNAMIC VOLTAGE RESTORER (DVR) Rosli Omar and Nasrudin Abd Rahim

More information

Power Quality Improvement by Input Current Harmonic Reduction Using Three-Phase Multi-Pulse AC-DC Converter

Power Quality Improvement by Input Current Harmonic Reduction Using Three-Phase Multi-Pulse AC-DC Converter Power Quality Improvement by Input Current Harmonic Reduction Using Three-Phase Multi-Pulse AC-DC Converter Sanjeev Kumar Rajoria M.Tech. Scholar, Power System, SKIT, Jaipur. Bharat Modi Reader, Department

More information

Effective Algorithm for Reducing DC Link Neutral Point Voltage and Total Harmonic Distortion for Five Level Inverter

Effective Algorithm for Reducing DC Link Neutral Point Voltage and Total Harmonic Distortion for Five Level Inverter Effective Algorithm for Reducing DC Link Neutral Point Voltage Total Harmonic Distortion for Five Level Inverter S. Sunisith 1, K. S. Mann 2, Janardhan Rao 3 sunisith@gmail.com, hodeee.gnit@gniindia.org,

More information

Sepic Topology Based High Step-Up Step down Soft Switching Bidirectional DC-DC Converter for Energy Storage Applications

Sepic Topology Based High Step-Up Step down Soft Switching Bidirectional DC-DC Converter for Energy Storage Applications IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 12, Issue 3 Ver. IV (May June 2017), PP 68-76 www.iosrjournals.org Sepic Topology Based High

More information

Modelling and Simulation of High Step up Dc-Dc Converter for Micro Grid Application

Modelling and Simulation of High Step up Dc-Dc Converter for Micro Grid Application Vol.3, Issue.1, Jan-Feb. 2013 pp-530-537 ISSN: 2249-6645 Modelling and Simulation of High Step up Dc-Dc Converter for Micro Grid Application B.D.S Prasad, 1 Dr. M Siva Kumar 2 1 EEE, Gudlavalleru Engineering

More information

Hybridised Single-Phase Cascaded Multilevel Inverter Topology Using Reduced Number of Power Switches. Abia State Nigeria.

Hybridised Single-Phase Cascaded Multilevel Inverter Topology Using Reduced Number of Power Switches. Abia State Nigeria. American Journal of Engineering Research (AJER) 15 American Journal of Engineering Research (AJER) e-issn: 3-847 p-issn : 3-936 Volume-4, Issue-11, pp-116-17 www.ajer.org Research Paper Open Access Hybridised

More information

Dr.Arkan A.Hussein Power Electronics Fourth Class. Operation and Analysis of the Three Phase Fully Controlled Bridge Converter

Dr.Arkan A.Hussein Power Electronics Fourth Class. Operation and Analysis of the Three Phase Fully Controlled Bridge Converter Operation and Analysis of the Three Phase Fully Controlled Bridge Converter ١ Instructional Objectives On completion the student will be able to Draw the circuit diagram and waveforms associated with a

More information

THREE PHASE RECTIFIER TOPOLOGY WITH PRACTICALLY SINUSOIDAL INPUT CURRENTS

THREE PHASE RECTIFIER TOPOLOGY WITH PRACTICALLY SINUSOIDAL INPUT CURRENTS THREE PHASE RECTIFIER TOPOLOGY WITH PRACTICALLY SINUSOIDAL INPUT CURRENTS By D.Alexa, I.V.Pletea, N.Lucanu, E.Coca, L.Ţigaeru Technical University of Iasi, Faculty of Electronics and Telecommunications

More information

POWER FACTOR IMPROVEMENT USING CURRENT SOURCE RECTIFIER WITH BATTERY CHARGING CAPABILITY IN REGENERATIVE MODE OF SRM

POWER FACTOR IMPROVEMENT USING CURRENT SOURCE RECTIFIER WITH BATTERY CHARGING CAPABILITY IN REGENERATIVE MODE OF SRM POWER FACTOR IMPROVEMENT USING CURRENT SOURCE RECTIFIER WITH BATTERY CHARGING CAPABILITY IN REGENERATIVE MODE OF SRM M.Rajesh 1, M.Sunil Kumar 2 1 P.G.Student, 2 Asst.Prof, Dept.of Eee, D.V.R & Dr.H.S

More information

APPLICATIONS DATA SHEET. Product: Single Phase AC/DC Power Meter QI-POWER-485

APPLICATIONS DATA SHEET. Product: Single Phase AC/DC Power Meter QI-POWER-485 APPLICATIONS DATA SHEET Product: Single Phase AC/DC Power Meter QI-POWER-485 Renewable energy: 1. PV String Monitoring: the QI-POWER-485 measures DC current up to 50 A and DC voltage up to 1000 V, with

More information

Modulated Field Synchronous Generator for Wind Turbines

Modulated Field Synchronous Generator for Wind Turbines ANALELE UNIVERSITĂłII EFTIMIE MURGU REŞIłA ANUL XX, NR. 2, 2013, ISSN 1453-7397 Petru Chioncel, Cristian Paul Chioncel Modulated Field Synchronous Generator for Wind Turbines This paper presents a modern

More information

Mitigation of Voltage Sag and Swell using Distribution Static Synchronous Compensator (DSTATCOM)

Mitigation of Voltage Sag and Swell using Distribution Static Synchronous Compensator (DSTATCOM) ABHIYANTRIKI Mitigation of Voltage Sag and Swell using Distribution Static Synchronous Compensator (DSTATCOM) An International Journal of Engineering & Technology (A Peer Reviewed & Indexed Journal) Vol.

More information

CHAPTER 6 ANALYSIS OF THREE PHASE HYBRID SCHEME WITH VIENNA RECTIFIER USING PV ARRAY AND WIND DRIVEN INDUCTION GENERATORS

CHAPTER 6 ANALYSIS OF THREE PHASE HYBRID SCHEME WITH VIENNA RECTIFIER USING PV ARRAY AND WIND DRIVEN INDUCTION GENERATORS 73 CHAPTER 6 ANALYSIS OF THREE PHASE HYBRID SCHEME WITH VIENNA RECTIFIER USING PV ARRAY AND WIND DRIVEN INDUCTION GENERATORS 6.1 INTRODUCTION Hybrid distributed generators are gaining prominence over the

More information

Enhanced Performance of Multilevel Inverter Fed Induction Motor Drive

Enhanced Performance of Multilevel Inverter Fed Induction Motor Drive Enhanced Performance of Multilevel Inverter Fed Induction Motor Drive Venkata Anil Babu Polisetty 1, B.R.Narendra 2 PG Student [PE], Dept. of EEE, DVR. & Dr.H.S.MIC College of Technology, AP, India 1 Associate

More information

Acknowledgements Introduction p. 1 Electric Power Quality p. 3 Impacts of Power Quality Problems on End Users p. 4 Power Quality Standards p.

Acknowledgements Introduction p. 1 Electric Power Quality p. 3 Impacts of Power Quality Problems on End Users p. 4 Power Quality Standards p. Preface p. xv Acknowledgements p. xix Introduction p. 1 Electric Power Quality p. 3 Impacts of Power Quality Problems on End Users p. 4 Power Quality Standards p. 6 Power Quality Monitoring p. 7 Power

More information

Experimental Verification of High Frequency Link DC-AC Converter using Pulse Density Modulation at Secondary Matrix Converter.

Experimental Verification of High Frequency Link DC-AC Converter using Pulse Density Modulation at Secondary Matrix Converter. Experimental erification of High Frequency Link DC-AC Converter using Pulse Density Modulation at Secondary Matrix Converter. Jun-ichi Itoh, Ryo Oshima and Hiroki Takahashi Dept. of Electrical, Electronics

More information

Grid Connected Photovoltaic Micro Inverter System using Repetitive Current Control and MPPT for Full and Half Bridge Converters

Grid Connected Photovoltaic Micro Inverter System using Repetitive Current Control and MPPT for Full and Half Bridge Converters Ch.Chandrasekhar et. al. / International Journal of New Technologies in Science and Engineering Vol. 2, Issue 6,Dec 2015, ISSN 2349-0780 Grid Connected Photovoltaic Micro Inverter System using Repetitive

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

Experiment 2 IM drive with slip power recovery

Experiment 2 IM drive with slip power recovery University of New South Wales School of Electrical Engineering & Telecommunications ELEC4613 - ELECTRIC DRIE SYSTEMS Experiment 2 IM drive with slip power recovery 1. Introduction This experiment introduces

More information

Study of Harmonics and THD of Nine Phase PWM Inverter Drive with CLC Filter for motor drive applications

Study of Harmonics and THD of Nine Phase PWM Inverter Drive with CLC Filter for motor drive applications International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 3 (2017) pp. 369-376 Research India Publications http://www.ripublication.com Study of Harmonics and THD of Nine

More information

SINGLE-PHASE, TWO-PULSE ELECTRONIC FIRING CIRCUIT FOR AC TO AC OR AC TO DC CONVERTER CIRCUITS APPLICATIONS

SINGLE-PHASE, TWO-PULSE ELECTRONIC FIRING CIRCUIT FOR AC TO AC OR AC TO DC CONVERTER CIRCUITS APPLICATIONS SINGLE-PHASE, TWO-PULSE ELECTRONIC FIRING CIRCUIT FOR AC TO AC OR AC TO DC CONVERTER CIRCUITS APPLICATIONS Ramzi A. Abdul-Halem, Sultan Salim Al Shekaili Initial Campus, Birkat Al Mouz. P.O.Box: 33, PC

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

CHIEF ENGINEER REG III/2 MARINE ELECTROTECHNOLOGY

CHIEF ENGINEER REG III/2 MARINE ELECTROTECHNOLOGY CHIEF ENGINEER REG III/2 MARINE ELECTROTECHNOLOGY LIST OF TOPICS 1 Electric Circuit Principles 2 Electronic Circuit Principles 3 Generation 4 Distribution 5 Utilisation The expected learning outcome is

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

Simulation of Speed Control of Induction Motor with DTC Scheme Patel Divyaben Lalitbhai 1 Prof. C. A. Patel 2 Mr. B. R. Nanecha 3

Simulation of Speed Control of Induction Motor with DTC Scheme Patel Divyaben Lalitbhai 1 Prof. C. A. Patel 2 Mr. B. R. Nanecha 3 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 09, 2015 ISSN (online): 2321-0613 Simulation of Speed Control of Induction Motor with DTC Scheme Patel Divyaben Lalitbhai

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

Modeling & Simulation of Permanent Magnet Synchronous Wind Generator Based Stand-alone System

Modeling & Simulation of Permanent Magnet Synchronous Wind Generator Based Stand-alone System 2016 IJSRSET Volume 2 Issue 3 Print ISSN : 2395-1990 Online ISSN : 2394-4099 Themed Section: Engineering and Technology Modeling & Simulation of Permanent Magnet Synchronous Wind Generator Based Stand-alone

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

Analysis of Asymmetrical Cascaded 7 Level and 9 Level Multilevel Inverter Design for Asynchronous Motor

Analysis of Asymmetrical Cascaded 7 Level and 9 Level Multilevel Inverter Design for Asynchronous Motor Analysis of Asymmetrical Cascaded 7 Level and 9 Level Multilevel Inverter Design for Asynchronous Motor Nayna Bhargava Dept. of Electrical Engineering SATI, Vidisha Madhya Pradesh, India Sanjeev Gupta

More information

Magnetization System of Magnetically Controlled Shunt Reactors

Magnetization System of Magnetically Controlled Shunt Reactors Magnetization System of Magnetically Controlled Shunt Reactors Leonid Kontorovych, Technical Director of ZTR PJSC, PH.D. in Engineering Sciences; Igor Shyrokov, head of the department of reactors control

More information

Space Vector Modulated Voltage Source Converter for Stand Alone Wind Energy Conversion System

Space Vector Modulated Voltage Source Converter for Stand Alone Wind Energy Conversion System ol., Issue., Mar-Apr 0 pp-447-45 ISSN: 49-6645 Space ector Modulated oltage Source Converter for Stand Alone Wind Energy Conversion System K. Premalatha, T. Brindha, Department of EEE, Kumaraguru College

More information

Performance and Analysis of Hybrid Multilevel Inverter fed Induction Motor Drive

Performance and Analysis of Hybrid Multilevel Inverter fed Induction Motor Drive Vol.2, Issue.2, Mar-Apr 2012 pp-346-353 ISSN: 2249-6645 Performance and Analysis of Hybrid Multilevel Inverter fed Induction Motor Drive CHEKKA G K AYYAPPA KUMAR 1, V. ANJANI BABU 1, K.R.N.V.SUBBA RAO

More information

A Modified Single-Phase Quasi z source converter

A Modified Single-Phase Quasi z source converter International Journal of Engineering Trends and Technology (IJETT) Volume 27 Number 5 - September 205 A Modified Single-Phase Quasi z source converter N.Subhashini #, N.Praveen Kumar #2 # PG Student[PE],

More information

A Novel Three-Phase to Nine-Phase Transformation using a Special Transformer Connection

A Novel Three-Phase to Nine-Phase Transformation using a Special Transformer Connection A Novel Three-Phase to Nine-Phase Transformation using a Special Transformer Connection Mohd Rizwan Khalid Research Scholar, Electrical Engineering Dept, Zakir Husain College of Engineering and Technology,

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013

ISSN: ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013 A Statcom-Control Scheme for Power Quality Improvement of Grid Connected Wind Energy System B.T.RAMAKRISHNARAO*, B.ESWARARAO**, L.NARENDRA**, K.PRAVALLIKA** * Associate.Professor, Dept.of EEE, Lendi Inst.Of

More information

Experiment#6: Speaker Control

Experiment#6: Speaker Control Experiment#6: Speaker Control I. Objectives 1. Describe the operation of the driving circuit for SP1 speaker. II. Circuit Description The circuit of speaker and driver is shown in figure# 1 below. The

More information

A BRUSHLESS DC MOTOR DRIVE WITH POWER FACTOR CORRECTION USING ISOLATED ZETA CONVERTER

A BRUSHLESS DC MOTOR DRIVE WITH POWER FACTOR CORRECTION USING ISOLATED ZETA CONVERTER A BRUSHLESS DC MOTOR DRIVE WITH POWER FACTOR CORRECTION USING ISOLATED ZETA CONVERTER Rajeev K R 1, Dr. Babu Paul 2, Prof. Smitha Paulose 3 1 PG Scholar, 2,3 Professor, Department of Electrical and Electronics

More information

Unit-II----Analysis of HVDC Converters

Unit-II----Analysis of HVDC Converters Unit-II----Analysis of HVDC Converters Introduction: HVDC converters converts AC to DC and transfer the DC power, then DC is again converted to AC by using inverter station. HVDC system mainly consists

More information

CHAPTER 6 UNIT VECTOR GENERATION FOR DETECTING VOLTAGE ANGLE

CHAPTER 6 UNIT VECTOR GENERATION FOR DETECTING VOLTAGE ANGLE 98 CHAPTER 6 UNIT VECTOR GENERATION FOR DETECTING VOLTAGE ANGLE 6.1 INTRODUCTION Process industries use wide range of variable speed motor drives, air conditioning plants, uninterrupted power supply systems

More information

IMPORTANCE OF VSC IN HVDC

IMPORTANCE OF VSC IN HVDC IMPORTANCE OF VSC IN HVDC Snigdha Sharma (Electrical Department, SIT, Meerut) ABSTRACT The demand of electrical energy has been increasing day by day. To meet these high demands, reliable and stable transmission

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

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder R. W. Erickson Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder 16.4. Power phasors in sinusoidal systems Apparent power is the product of the rms voltage and

More information

Modeling and Simulation of SRF and P-Q based Control DSTATCOM

Modeling and Simulation of SRF and P-Q based Control DSTATCOM International Journal of Engineering Research and Development ISSN: 2278-067X, Volume 1, Issue 10 (June 2012), PP.65-71 www.ijerd.com Modeling and Simulation of SRF and P-Q based Control DSTATCOM Kasimvali.

More information

Simulation of Solar Powered PMBLDC Motor Drive

Simulation of Solar Powered PMBLDC Motor Drive Simulation of Solar Powered PMBLDC Motor Drive 1 Deepa A B, 2 Prof. Maheshkant pawar 1 Students, 2 Assistant Professor P.D.A College of Engineering Abstract - Recent global developments lead to the use

More information

Available online at ScienceDirect. Procedia Technology 21 (2015 ) SMART GRID Technologies, August 6-8, 2015

Available online at   ScienceDirect. Procedia Technology 21 (2015 ) SMART GRID Technologies, August 6-8, 2015 Available online at www.sciencedirect.com ScienceDirect Procedia Technology 21 (2015 ) 310 316 SMART GRID Technologies, August 6-8, 2015 A Zig-Zag Transformer and Three-leg VSC based DSTATCOM for a Diesel

More information

MMC based D-STATCOM for Different Loading Conditions

MMC based D-STATCOM for Different Loading Conditions International Journal of Engineering Research And Management (IJERM) ISSN : 2349-2058, Volume-02, Issue-12, December 2015 MMC based D-STATCOM for Different Loading Conditions D.Satish Kumar, Geetanjali

More information

CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE

CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE 23 CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE 2.1 PID CONTROLLER A proportional Integral Derivative controller (PID controller) find its application in industrial control system. It

More information

Preface... Chapter 1. Nonlinear Two-terminal Devices... 1

Preface... Chapter 1. Nonlinear Two-terminal Devices... 1 Preface........................................... xi Chapter 1. Nonlinear Two-terminal Devices.................... 1 1.1. Introduction..................................... 1 1.2. Example of a nonlinear

More information

Modeling and Simulation of Induction Motor Drive with Space Vector Control

Modeling and Simulation of Induction Motor Drive with Space Vector Control Australian Journal of Basic and Applied Sciences, 5(9): 2210-2216, 2011 ISSN 1991-8178 Modeling and Simulation of Induction Motor Drive with Space Vector Control M. SajediHir, Y. Hoseynpoor, P. MosadeghArdabili,

More information

A NEW MOTOR SPEED MEASUREMENT ALGORITHM BASED ON ACCURATE SLOT HARMONIC SPECTRAL ANALYSIS

A NEW MOTOR SPEED MEASUREMENT ALGORITHM BASED ON ACCURATE SLOT HARMONIC SPECTRAL ANALYSIS A NEW MOTOR SPEED MEASUREMENT ALGORITHM BASED ON ACCURATE SLOT HARMONIC SPECTRAL ANALYSIS M. Aiello, A. Cataliotti, S. Nuccio Dipartimento di Ingegneria Elettrica -Università degli Studi di Palermo Viale

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

3-Ф VSI FOR HARMONIC IMPROVEMENT USING MICROCONTROLLER AND SIMULATION IN MATLAB

3-Ф VSI FOR HARMONIC IMPROVEMENT USING MICROCONTROLLER AND SIMULATION IN MATLAB ISSN 2277-2685 IJESR/Dec. 2015/ Vol-5/Issue-12/1503-1511 Dr. B. Gavaskar Reddy et. al.,/ International Journal of Engineering & Science Research 3-Ф VSI FOR HARMONIC IMPROVEMENT USING MICROCONTROLLER AND

More information

IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 06, 2014 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 06, 2014 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 06, 2014 ISSN (online): 2321-0613 Modeling and Simulation of SRF Control Based Shunt Active Power Filter and Application

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

Development of a Single-Phase PWM AC Controller

Development of a Single-Phase PWM AC Controller Pertanika J. Sci. & Technol. 16 (2): 119-127 (2008) ISSN: 0128-7680 Universiti Putra Malaysia Press Development of a Single-Phase PWM AC Controller S.M. Bashi*, N.F. Mailah and W.B. Cheng Department of

More information

High Frequency Isolated Series Parallel Resonant Converter

High Frequency Isolated Series Parallel Resonant Converter Indian Journal of Science and Technology, Vol 8(15), DOI: 10.17485/ijst/2015/v8i15/52311, July 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 High Frequency Isolated Series Parallel Resonant Converter

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

(12) Patent Application Publication (10) Pub. No.: US 2005/ A1

(12) Patent Application Publication (10) Pub. No.: US 2005/ A1 (19) United States (12) Patent Application Publication (10) Pub. No.: Su US 2005O127853A1 (43) Pub. Date: Jun. 16, 2005 (54) (76) (21) (22) (51) MULTI-LEVEL DC BUS INVERTER FOR PROVIDING SNUSODAL AND PWM

More information

UG Student, Department of Electrical Engineering, Gurunanak Institute of Engineering & Technology, Nagpur

UG Student, Department of Electrical Engineering, Gurunanak Institute of Engineering & Technology, Nagpur A Review: Modelling of Permanent Magnet Brushless DC Motor Drive Ravikiran H. Rushiya 1, Renish M. George 2, Prateek R. Dongre 3, Swapnil B. Borkar 4, Shankar S. Soneker 5 And S. W. Khubalkar 6 1,2,3,4,5

More information

FUZZY CONTROLLER FOR A SHUNT ACTIVE POWER FILTER

FUZZY CONTROLLER FOR A SHUNT ACTIVE POWER FILTER FUZZY CONTROLLER FOR A SHUNT ACTIVE POWER FILTER Cosmin N. POPESCU, Ph. D. Eng. Electronics and Telecommunications Faculty, Politehnica University of Bucharest, Bd. Iuliu Maniu, Nr. 1-3, Sector 6, Bucharest,

More information