Validation of ehs FPGA Reconfigurable Low-Latency Electric and Power Electronic Circuit Solver

Size: px
Start display at page:

Download "Validation of ehs FPGA Reconfigurable Low-Latency Electric and Power Electronic Circuit Solver"

Transcription

1 Validation of ehs FPGA Reconfigurable Low-Latency Electric and Power Electronic Circuit Solver Jean Bélanger, Amine Yamane, Andy Yen, Sébastien Cense, Pierre-Yves Robert OPAL-RT Technologies 1751 Richardson, Suite 2525, Montréal, Québec, H3K 1G6, Canada Abstract This paper discusses the validation process and example of power electronic circuits simulated with a general purpose solver implemented on FPGA chips. The Electric Hardware Solver or ehs presented in this paper has the goal to facilitate the usage of FPGA for high-fidelity Hardware-In-the- Loop simulation with sub-microsecond time step by avoiding the difficulties associated with the coding of FPGA devices. Several examples, from very simple to more complex using one or several FPGA boards, are presented and results are compared with traditional simulation software such as SimPowerSystems and PLECS. It will be demonstrated that FPGA-based simulation is now accessible to control and simulation system specialists without requiring any FPGA programming skills. In fact, preparation of FPGA simulation requires only the use of PLECS or SimPowerSystems schematic user interface. I. INTRODUCTION Most fast power electronic systems and controllers are still designed and tested using physical setups and actual controller hardware since that traditional simulation software are too slow to implement accurate hardware-in-the-loop (HIL) real-time simulators. Making hardware-in-the-loop (HIL) tests of fast power electronic systems is very challenging for many reasons, which have restricted the use of HIL simulators for the design and tests of slower power electronic systems found in highvoltage power grids using line commutated converters. As discussed in [1] requirements for Hardware-In-the-Loop (HIL) testing of motor drives and other power electronic converters are getting more stringent as the performance of the devices increases. It is not uncommon today to have motor drive controllers with sample times below 25µs and PWM frequencies well above 20 khz. Multi-levels converter topologies with high-frequency PWM are now contemplated to interface photo-voltaic cells with distribution systems [8] in order to meet harmonic levels and economical constrains. New active filters, energy storage systems, electronic transformers, plug-in hybrid vehicles or very fast power electronic converters are considered for <more electrical> aircraft generation, distribution and active load systems. Implementing accurate HIL simulators for fast converters is required to decrease development and testing costs, to decrease time to market and to perform tests that are difficult to perform with physical test benches. Ideally, HIL simulators using virtual plant models interfaced with prototype or actual controllers should be used concurrently with physical benches. Most R&D work should be done by several engineering teams using accurate HIL simulators while the physical benches should be used to test the final design and validate the numerical models. Both tools should be used optimally according to their respective advantages and limitations. The benefits of using accurate simulators are well recognized by several power electronic manufacturers and research organizations. Consequently several HIL simulator manufacturers and universities are developing fast simulators using Field Programmable Gate Array (FPGA) chips or other specialized processor technologies to achieve the required time step values often below 500 ns. However, implementing accurate HIL fully numerical simulators for fast power electronic systems is very challenging. It requires: very low-sample time to simulate fast electromagnetic transients caused by power device switching, the necessity to sample the IGBT gate signals with high resolution much better than one microsecond and to minimize the latency between the firing pulse signals generated by the controller under test and the voltage and current signals send back to the controller. Such delay should ideally be below one microsecond to not influence the overall system dynamic for fast power electronic systems. Furthermore, HIL simulators should be powerful and scalable a) to simulate several interconnected and fast power electronic systems to analyze their interaction and b) to simulate the interactions with power grids including cables, lines, generators and transformer saturation characteristics. The difficulties and solutions to implement an easy-to-use general purpose electrical solver on FPGA chips such as ehs developed by OPAL-RT have been reported in [1]. These difficulties are related to

2 the long time to generate the FPGA code, which can reach several hours, the fixed point processing of basic FPGA operators, which may lead to over and under flow, the complexity of implementing mathematical algorithm in FPGA taking into consideration the lowlevel language and parallel processing feature of FPGA chips to achieve low latency and the limited resources of the FPGA chips, which force the used of simplified solvers. For these reasons, OPAL-RT is putting many efforts into developing an FPGA electric general purpose EMT hardware solver (ehs). Similar to a classic differential equation solver, the ehs is an electric circuit solver designed to accept and solve a variety of simulation problems on the FPGA. The main objective of this development is to hide the complexity of FPGA programing to control and simulation specialists by providing them an easy-to-use but very powerful and accurate simulation tool. The second objective is to facilitate the interface with real-time solvers executed on multicore processors to simulate complex power grid. This paper discusses the specifications of the ehs and the method used for its validation using several power electronic circuit examples. II. EHS REQUIREMENTS, FEATURES AND DESIGN FLOW A. ehs Solver Requirement Difficulties mentioned in the previous section are taken into account today in the development of a new solver approach. The solver requirements are: Must solve switched electric systems with minimal knowledge of FPGA coding methods. Must provide effective and maximum user interactivity by enabling on-the-fly modification of the circuit topology, component parameters and the simulation of several types of faults at different locations. Such flexibility prevent generating the FPGA bitstream at each modification, which save several hours of waiting time Must enable users to define the circuit topology and parameters using graphical circuit editor interface, which eliminates the needs to learn complex FPGA programing language. Must solve systems with several motor drives using filters and multi-levels inverters, which may require the use of several interconnected FPGA chips Must enable the simulation of the interaction between several power electronic sub-systems interfaced with power grids as found in PV and wind farms as well for the integration of plug-in hybrid vehicles and microgrids. Such requirements involve the interface between fast power electronic systems simulated on FPGA and power grid components simulated on classical multicore real-time simulators [11]. B. Key Characteristics As described in detail in [1], the key characteristics of the ehs FPGA solver are: Uses nodal method with fixed admittance matrix [5] to solve switched electric circuits. Use the Backward Euler method to provide very good accuracy and stability with time step below 1 microsecond. Is not limited by the number of switches in the simulated circuit because of the use of constant admittance matrix approach. Time step is variable depending on the circuit size and between 100 nanoseconds to 1 microsecond. Can be interfaced with RT-LAB multi-core power grid simulator with time step below 10 µs to analyze the interaction between the power electronic and grid components [11]. C. ehs Design Flow The ehs is designed to facilitate the design cycle of complex circuit simulation on the FPGA by allowing a gradual simulation integration set-up from off-line simulation to FPGA on-chip simulation. This simulation integration methodology is described in Fig. 1 Fig. 1. Simulation integration methodology of ehs The most important objective of this methodology is to allow a gradual verification method for the circuit that is required to be simulated. At the beginning of this process, a graphical interface is used such as the one from SimPowerSystems, EMTP-RV, PLECS, PSIM or SPICE, allowing the verification of the functionality of the circuit before its implementation on the FPGA. These software applications can generate simple and readable net lists. At the time of writing this article, only SPS

3 and PSIM are supported but implementing a new interface is rather easy. The ehs uses these readable net lists to compute all the matrices and data required by the ehs electrical solver implemented in the FPGA. At this stage, the simulation package used to make the net list can be used to cross-validate the FPGA simulation results. The next stage is to convert the circuit into data compatible with the ehs solvers implemented in the FPGA firmware, which are stored inside MAT files. This step is performed automatically by ehs, and the MAT files have two uses: Formatting the ehs data for upload to the FPGA at the beginning of the simulation. Simulating off-line, if necessary, the ehs circuits with the same equations as the ones that are implemented in the FPGA solvers. M-file scripting of the FPGA simulation provides at least a 100 times increase in simulation speed over real Xilinx System Generator so it can help pinpoint some problem before FPGA on-chip simulation, the last step of the process. The time from starting from the circuit schematics to start the simulation takes a few minutes III. ACHIEVED MILESTONES Many circuits have been implanted with the ehs FPGA solver. The tests circuits presented in this paper are: A three-phase-to-three-phase matrix converter feeding an R-L load. Two-level diode rectifiers with input filter feeding an R-L load. A three-level inverter feeding inductive load. A boost shopper feeding an R-L load. An AC-DC-AC system feeding a Permanent Magnet Synchronous Machine (PMSM). The converter is a two-level IGBT rectifier connected to a three-level IGBT inverter, with LC input and output filters. Zig-Zag-Connected chopper converter feeding resistive load. For each case, the results obtained with the ehs FPGA solver are compared with the results obtained with SimPowerSystems [9] or PLECS [10] using a very small time step of 1 µs or lower. This paper presents some results of the AC-DC-AC system. Besides achieving high accuracy because of the small time step, such FPGA-based simulation tool is very convenient to develop and optimize control systems to accelerate the simulation in off-line mode or to test real controller hardware in HIL mode. Users can modify circuit parameter values and connection within a few seconds without regenerating FPGA code, which saves hours during system optimization. Of course, ehs is designed to let users implement their models with the minimum training. Such a feature is required by several manufacturers who want to protect their IP and consequently prefer not to ask third-party organizations to develop their power models. However, pre-made validated models with modifiable parameters can be delivered to specific departments who need to concentrate their work only on software controller tests without modifying the models. Such low-cost test systems can be implemented by the R&D department in charge of supporting testing divisions or by a third-party such as OPAL-RT depending on the organization IP protection politic. A. Matrix Converter Fig. 2. shows the power circuit of a matrix converter driving a three phase R-L load. The matrix converter is connected to the grid throw an input L-C filter. The converter protection is insured by the clamp circuit as shown in Fig. 2. Fig. 2. Power circuit of a three-phase to three-phase matrix converter This matrix converter circuit runs on FPGA with a timestep of 500ns. It can be interfaced with complex power grids on each side simulated on standard Intel CPU cores. The next figure shows the matrix converter output current in case of a step up on the controller frequency set point input. Initially the controller frequency set point was set to be equal to the grid frequency (50 Hz). At time 1 second the frequency set point was changed to three times the grid frequency 150 Hz. Fig. 3. Real time matrix converter output current for a frequency reference step 1) Real-Time Simulation Setup The matrix drive including matrix converter, the L-C input filter and the clamp circuit are running all on the ML605EX1 -

4 Xilinx Virtex-6 FPGA processor of the RT-LAB efpgasim simulator. The system voltage source, the three phases R-L load and the matrix converter controller are running on only one of the 12 dual-xeon-based, 3.33 GHz cores also included in the OP5600 RT-LAB simulator. The communication between the CPU cores and the FPGA card simulator is performed internally by the RT-LAB simulation engine using PCI Express bus link, enabling multirate real-time simulation. Fast power electronic subsystems are simulated with sub-microsecond time step using ehs with the VIRTEX 6 processor while other electrical circuits such as transformer, lines, cables, generators and loads are simulated with a time step of 10 us or larger on standard INTEL multicore processors. SimPowerSystem and ARTEMIS-SSN parallel and real-time solver [3] are used for electrical circuit while Simulink is used for the control systems. B. Three-Level-Three-Phase inverter The next figure shows a three-level-three-phase IGBT inverter driving a three phases R-L load simulated on the same efpgasim VIRTEX 6 simulator described above Fig phase diode rectifier with source inductance and load (Ts=170 ns). The possibility to implement complex circuit with a time step as low as 170 nanoseconds with large number of switches is an important aspect of the nodal method with fixed admittance: it does not pre-compute of all system matrices corresponding to each switch status, which would take too much low-latency static memory exceeding the capability of FPGA chips. D. DC to DC converter (boost type) Fig. 6 shows a DC to DC converter (boost type), feeding a fixed resistive load. Fig. 6. DC to DC converter (boost type) Fig. 4. Power circuit of the Three-Level inverter with a RL load The inverter output voltage and current obtained in real time simulation using ehs solver with a time step of 500 nanoseconds were, compared to the results obtained using the SimPowerSystems offline simulation with Tustin solver and a time step of 500 nanoseconds. This comparison shows that the real time results and the reference results are exactly the same. The above circuit uses less than 50% of the Xilinx Virtex-6 FPGA. C. 3-Phase Diode Rectifier The 3-phase diode rectifier circuit is depicted in Fig. 5. The simulation of such a rectifier on FPGA is required when the fundamental frequency of the generators is very high, as expected in future aircrafts and other applications where space and weight are limited. Such circuit can be simulated with a time-step of 170ns with the Xilinx Virtex-6 FPGA. Such low time-step enables to use high-frequency PWM converters. E. AC-DC-AC converter Fig. 7 shows a AC-DC-AC converter, feeding a Permanent Magnet Synchronous Motor (PMSM). It consists of a 6.6 kv, 60 HZ three-phase power source connected to a 6.6 kv/440v, 60 Hz Y/D transformer. The 440V, 60 Hz voltage obtained at the secondary of the transformer is first rectified by a six pulse IGBT bridge. Then, the filtered DC voltage is applied to the IGBT Three-Level Inverter. The IGBT inverter uses Pulse Width Modulation (PWM) with an 8-kHz carrier frequency. The rectifier Pulse Width Modulation (PWM) frequency is 4 khz.

5 Fig. 7. AC-DC-AC Converter driving a PMSM 1) Real-Time Simulation and Results The circuit is simulated as follow: The Rectifier including the first L-C filter are running on FPGA and discretized with a time step of 400ns. The inverter including the second L-C filter are running on FPGA and discretized with a time step of 690 ns The FPGA PMSM motor [6] model is discretized using a time step of 100ns The AC source and the transformer are simulated il the main Intel CPU at 15 microseconds. More complex power grid can be simulated. The controller is implemented in a separate Intel core with Simulink. 2) Sinusoidal Motor Power Variation Test During this test, the inverter voltage reference angle is varied from 0 to 360 degrees over 5 seconds to vary the motor power. Fig. 8 and 9 present the results obtained using the real time ehs model compared to the results obtained using the SPS offline model with a time step of 500 nanoseconds. The first Fig. 8 presents zoomed waveforms around 4.5s while Fig. 9 presents the motor power during the complete power swing. One can observe that the motor current and power calculated by the real-time ehs models compare very well with the results obtained in off-line mode with SPS. 3) Motor Speed Variation Test In the following test cases, the motor power is firstly adjusted to zero for a motor speed of 100 Hz. Then the motor speed is varied from 100 Hz to 200 Hz over 5 seconds by fixing the speed on the rotor shaft. The angle between the motor back EMF and the reference voltage of the inverter is kept constant to zero but the amplitude of the inverter voltage varies proportionally to the motor speed. The next figures show the different motor waveforms during the speed variation test. As expected, the motor current decrease with the motor speed, but the power remains at zero during the test. Results obtained with SimPowerSystems and ehs FPGA solver are the same but of course, the FPGA simulation achieves real-time speed. Fig. 10. Motor speed Fig. 8. Motor current with SPS and ehs (RT) Fig. 11. Motor current Fig. 9. Motor power with SPS and ehs (RT)

6 Fig. 12. Motor power The above circuit is rather complex and demonstrate the capabilities of the ehs solvers. More complex AC grid can be simulated on the main processors and several AC-DC-AC converters can be simulated using OPAL-RT OP7000 multi- FPGA platform. One must realize that such an AC-DC-AC motor drive connected to the grid is a rather complex circuit. The simulation of such circuit with conventional off-line simulation software can take several minutes to simulate a 10-s test. On the other hand, this circuit can be simulated in real-time with a single Virtex-6 FPGA including the simulation of the PMSM motor based on Finite-Element Analysis [7]. Furthermore, more complex AC grids can be simulated using several Intel processor cores and more drives can be simulated using several FPGA processor boards [1] included in the OP7000 multi-fpga efpgasim platform [4]. F. Photo-Voltaic Inverter The next Fig. 13 presents a typical multi-level DC to AC inverter used to couple photo-voltaic cells with the grid. It is composed of several two-level DC-AC converters connected in series to achieve minimum losses and harmonic and to reduce space and cost. Fig. 13. Zig-Zag connected converter power circuit [8] The above circuit can be simulated using 50% of one Virtex 6 FPGA with a time step of about 600 ns. IV. CONCLUSION This paper has presented the structure of the ehs FPGAbased electrical system simulation tool. The ehs objectives are 1) to increase the simulation accuracy of complex and fast electric circuit and drives by achieving very small model time step update and 2) to facilitate the usage of FPGA chips to enable control and system engineers to take advantage of FPGA-based simulation. The ehs electrical solver module allows users to program the FPGA to simulate circuits with variable topologies and parameters by simply reloading models parameter. The FPGA code does not need to be regenerated, which save a lot of time. The structure of the ehs tools enable the use of schematic capture graphical interface provides with popular simulation software such as SimPowerSystem, EMTP-RV and SPICE. Such a feature facilitates the use of FPGA-bases simulator and the result validation. The ehs solver module notably uses a Fixed Admittance Matrix Nodal method that alleviates switch count and memory limitation problems found in other approaches. The ehs electrical simulation tool includes a library of premade machine models and custom blocks such as inverters models as well as a library of ready-to-used and reconfigurable models as presented in this paper. It is compatible with OPAL- RT OP5600 and OP7000 real-time simulator platforms supporting INTEL multi-core standard processors and multi- FPGA chips. REFERENCES [1] C. Dufour, S. Cense, T. Ould-Bachir, LA. J. Belanger, General-purpose reconfigurable low-latency electriccircuit and motor drive solver on FPGA J. IECON th Annual Conference on IEEE Industrial Electronics Society, ,2012. [2] P. Pejovic and D. Maksimovic, A method for fast time-domain simulation of networks with switches, IEEE Transactions on Power Electronics, vol. 9, no. 4, pp , July [3] C. Dufour, J. Mahseredjian, J. Bélanger, and J. L. Naredo, "An advanced real-time electro-magnetic simulator for power systems with a simultaneous state-space nodal solver," in IEEE/PES Transmission and Distribution Conference and Exposition: Latin America, São Paulo, Brazil, [4] RT-LAB OP7000 Multi-FPGA simulation platform : Opal-RT Website, [5] Ould Bachir, T. and Dufour, C. and Bélanger, J. and Mahseredjian, J. and David, J.P. A fully automated reconfigurable calculation engine dedicated to the real-time simulation of high switching frequency power electronic circuits, Partial acceptance for Special Issue of Elsevier journal on Mathematics and Computers in Simulation (MATCOM), [6] C. Dufour, S. Cense, T. Yamada, R. Imamura, J. Bélanger, FPGA Permanent Magnet Synchronous Motor Floating-Point Models with Variable-DQ and Spatial Harmonic Finite-Element Analysis Solvers 15th Int. Power Electronics and Motion Control Conference, EPE- PEMC 2012, Novi Sad, Serbia, Sept. 4-6, 2012 [7] C. Dufour, H. Blanchette, J. Bélanger, Very-high Speed Control of an FPGA-based Finite-Element-Analysis Permanent Magnet Synchronous Virtual Motor Drive System, 34th Conference of the IEEE Industrial Electronics Society(IECON-08), Orlando, Florida, USA, November 10-13, 2008 [8] Yamane A, W. Wang, L-A. Gregoire, Wei Li, The Real-time Simulation of a Power Grid Integrating Solar Energies Using a Novel Power Conditioner, IEEE Workshop on Complexity in Engineering (COMPENG 2012), 1-4, 2012 [9] SimPowerSystems, [10] PLECS, [11] RT-LAB emegasim and efpgasim: Opal-RT Website,

Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager

Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager Introduction There is a growing trend in the UPS industry to create a highly efficient, more lightweight and smaller UPS

More information

High Intensify Interleaved Converter for Renewable Energy Resources

High Intensify Interleaved Converter for Renewable Energy Resources High Intensify Interleaved Converter for Renewable Energy Resources K. Muthiah 1, S.Manivel 2, Gowthaman.N 3 1 PG Scholar, Jay Shriram Group of Institutions,Tirupur 2 Assistant Professor, Jay Shriram Group

More information

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

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

More information

Modified Cascaded Five Level Multilevel Inverter Using Hybrid Pulse Width Modulation

Modified Cascaded Five Level Multilevel Inverter Using Hybrid Pulse Width Modulation International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-2, April 2016 E-ISSN: 2347-2693 Modified Cascaded Five Level Multilevel Inverter Using Hybrid

More information

ugrid Testbed. Rein in microgrid complexity. With ease.

ugrid Testbed. Rein in microgrid complexity. With ease. ugrid Testbed. Rein in microgrid complexity. With ease. Outsmart the microgrid. ugrid Testbed Ultimate test solution for microgrid control system verification What is a microgrid? Microgrid is a collection

More information

Modeling Grid Connection for Solar and Wind Energy

Modeling Grid Connection for Solar and Wind Energy 1 Modeling Grid Connection for Solar and Wind Energy P. J. van Duijsen, Simulation Research, The Netherlands Frank Chen, Pitotech, Taiwan Abstract Modeling of grid connected converters for solar and wind

More information

Real-Time Digital Simulator Enabled Hardware-in-the-Loop Electric Machine Drive Lab

Real-Time Digital Simulator Enabled Hardware-in-the-Loop Electric Machine Drive Lab 1 Real-Time Digital Simulator Enabled Hardware-in-the-Loop Electric Machine Drive Lab Hossein G. Aghamolki and Zhixin Miao Department of Electrical Engineering University of South Florida, Tampa, FL 3362

More information

Control Development and Modeling for Flexible DC Grids in Modelica

Control Development and Modeling for Flexible DC Grids in Modelica Control Development and Modeling for Flexible DC Grids in Modelica Andreas Olenmark 1 Jens Sloth 2 Anna Johnsson 3 Carl Wilhelmsson 3 Jörgen Svensson 4 1 One Nordic AB, Sweden, andreas.olenmark@one-nordic.se.

More information

A MULTILEVEL INVERTER FOR SYNCHRONIZING THE GRID WITH RENEWABLE ENERGY SOURCES BY IMPLEMENTING BATTERY CUM DC-DC CONERTER

A MULTILEVEL INVERTER FOR SYNCHRONIZING THE GRID WITH RENEWABLE ENERGY SOURCES BY IMPLEMENTING BATTERY CUM DC-DC CONERTER A MULTILEVEL INVERTER FOR SYNCHRONIZING THE GRID WITH RENEWABLE ENERGY SOURCES BY IMPLEMENTING BATTERY CUM DC-DC CONERTER 1 KARUNYA CHRISTOBAL LYDIA. S, 2 SHANMUGASUNDARI. A, 3 ANANDHI.Y 1,2,3 Electrical

More information

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

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

More information

Project description. Power Electronics for Reliable and Energy efficient Renewable Energy Systems

Project description. Power Electronics for Reliable and Energy efficient Renewable Energy Systems Project description Title: Power Electronics for Reliable and Energy efficient Renewable Energy Systems OBJECTIVES Principal objective Provide competence and decision basis for enabling reliable and energy

More information

Transient analysis of integrated solar/diesel hybrid power system using MATLAB Simulink

Transient analysis of integrated solar/diesel hybrid power system using MATLAB Simulink Transient analysis of integrated solar/diesel hybrid power system using ATLAB Simulink Takyin Taky Chan School of Electrical Engineering Victoria University PO Box 14428 C, elbourne 81, Australia. Taky.Chan@vu.edu.au

More information

Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors

Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors Applied and Computational Mechanics 3 (2009) 331 338 Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors M. Mikhov a, a Faculty of Automatics,

More information

Simulation and Analysis of Parameter Identification Techniques for Induction Motor Drive

Simulation and Analysis of Parameter Identification Techniques for Induction Motor Drive International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 10 (2014), pp. 1027-1035 International Research Publication House http://www.irphouse.com Simulation and

More information

An Isolated Multiport DC-DC Converter for Different Renewable Energy Sources

An Isolated Multiport DC-DC Converter for Different Renewable Energy Sources An Isolated Multiport DC-DC Converter for Different Renewable Energy Sources K.Pradeepkumar 1, J.Sudesh Johny 2 PG Student [Power Electronics & Drives], Dept. of EEE, Sri Ramakrishna Engineering College,

More information

Fundamentals of Power Electronics. Robert W. Erickson University of Colorado, Boulder

Fundamentals of Power Electronics. Robert W. Erickson University of Colorado, Boulder Robert W. Erickson University of Colorado, Boulder 1 1.1. Introduction to power processing 1.2. Some applications of power electronics 1.3. Elements of power electronics Summary of the course 2 1.1 Introduction

More information

DS1104 R&D Controller Board

DS1104 R&D Controller Board DS1104 R&D Controller Board Cost-effective system for controller development Highlights Single-board system with real-time hardware and comprehensive I/O Cost-effective PCI hardware for use in PCs Application

More information

Simulation and Analysis of PWM Inverter Fed Induction Motor Drive

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

More information

SPEED CONTROL OF INDUCTION MACHINE WITH REDUCTION IN TORQUE RIPPLE USING ROBUST SPACE-VECTOR MODULATION DTC SCHEME

SPEED CONTROL OF INDUCTION MACHINE WITH REDUCTION IN TORQUE RIPPLE USING ROBUST SPACE-VECTOR MODULATION DTC SCHEME International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 7, Issue 2, March-April 2016, pp. 78 90, Article ID: IJARET_07_02_008 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=7&itype=2

More information

Real Time Simulation for the Study on Smart Grid

Real Time Simulation for the Study on Smart Grid Real Time Simulation for the Study on Smart Grid Feng Guo, Luis Herrera, Robert Murawski, Ernesto Inoa, Chih-Lun Wang, Yi Huang, Eylem Ekici, and Jin Wang The Ohio State University Columbus, Ohio, U.S.A

More information

Analysis of Space Vector Pulse Width Modulation VSI Induction Motor on various conditions

Analysis of Space Vector Pulse Width Modulation VSI Induction Motor on various conditions Analysis of Space Vector Pulse Width Modulation VSI Induction Motor on various conditions Padma Chaturvedi 1, Amarish Dubey 2 1 Department of Electrical Engineering, Maharana Pratap Engineering College,

More information

CONVENTIONALLY reduced order models are being

CONVENTIONALLY reduced order models are being Co-Simulation of an Electric Traction Drive Christoph Schulte and Joachim Böcker Abstract For the simulation of electrical drives, reducedorder models or simple look-up tables are often used in order to

More information

Anais Volume 1 COBEP99 UFPR UFSM

Anais Volume 1 COBEP99 UFPR UFSM COBEP99 UFPR UFSM 5 e Congresso Brasileiro de Eletronica de Potencia The 5~ Brazilian Power Electronics Conference Foz do Iguagu, Parana, Brasil 19 a 23 de setembro de 1999 Anais Volume 1 UB/TIB Hannover

More information

Tamura Closed Loop Hall Effect Current Sensors

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

More information

Control of a Three Phase Induction Motor using Single Phase Supply

Control of a Three Phase Induction Motor using Single Phase Supply Control of a Three Phase Induction Motor using Single Phase Supply G. R. Sreehitha #1, A. Krishna Teja *2, Kondenti. P. Prasad Rao #3 Department of Electrical & Electronics Engineering, K L University,

More information

Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application

Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application A.Thiyagarajan Assistant Professor, Department of Electrical and Electronics Engineering Karpagam Institute of Technology

More information

Principles of Adjustable Frequency Drives

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

More information

New Pulse Width Modulation Technique for Three Phase Induction Motor Drive Umesha K L, Sri Harsha J, Capt. L. Sanjeev Kumar

New Pulse Width Modulation Technique for Three Phase Induction Motor Drive Umesha K L, Sri Harsha J, Capt. L. Sanjeev Kumar New Pulse Width Modulation Technique for Three Phase Induction Motor Drive Umesha K L, Sri Harsha J, Capt. L. Sanjeev Kumar Abstract In this paper, various types of speed control methods for the three

More information

POWER TRANSMISSION FROM OFFSHORE WIND FARMS

POWER TRANSMISSION FROM OFFSHORE WIND FARMS POWER TRNSMISSION FROM OFFSHORE WIND FRMS Thorsten Völker University of pplied Sciences Bremerhaven Germany BSTRCT The future for wind power generation in Germany is offshore wind energy. The preferred

More information

Simulation of Electric Drives using the Machines Library and the SmartElectricDrives Library

Simulation of Electric Drives using the Machines Library and the SmartElectricDrives Library Simulation of Electric Drives using the Machines Library and the SmartElectricDrives Library J.V. Gragger, H. Giuliani, H. Kapeller, T. Bäuml arsenal research, Vienna 04.09.2006 1 Contents Chapter 1: The

More information

Multilevel DC-AC Converter Interface with Solar Panels

Multilevel DC-AC Converter Interface with Solar Panels Pursuit: The Journal of Undergraduate Research at the University of Tennessee Copyright The University of Tennessee Multilevel DC-AC Converter Interface with Solar Panels YUE CAO Advisor: Leon Tolbert

More information

MULTI-LEVEL INVERTER WITH DC LINK SWITCHES FOR RENEWABLE ENERGY SOURCES

MULTI-LEVEL INVERTER WITH DC LINK SWITCHES FOR RENEWABLE ENERGY SOURCES VOL., NO. 8, OCTOBER 25 ISSN 89-668 26-25 Asian Research Publishing Network (ARPN). All rights reserved. MULTI-LEVEL INVERTER WITH DC LINK SWITCHES FOR RENEWABLE ENERGY SOURCES Sangari A., Umamaheswari

More information

Design of Solar Power Optimizer And Eliminating Leakage Current In Multi-Level Inverter For PV Systems

Design of Solar Power Optimizer And Eliminating Leakage Current In Multi-Level Inverter For PV Systems Design of Solar Power Optimizer And Eliminating Leakage Current In Multi-Level Inverter For PV Systems A. Asaph 1, Dr. P. Selvan 2 1 PG Scholar, 2 Head of the Department, Erode Sengunthar Engineering College,

More information

Design a Phase Interleaving PFC Buck Boost Converter to Improve the Power Factor

Design a Phase Interleaving PFC Buck Boost Converter to Improve the Power Factor International Journal of Innovation and Scientific Research ISSN 2351-8014 Vol. 11 No. 2 Nov. 2014, pp. 445-449 2014 Innovative Space of Scientific Research Journals http://www.ijisr.issr-journals.org/

More information

2012 San Francisco Colloquium

2012 San Francisco Colloquium 2012 San Francisco Colloquium http : //www.cigre.org HVDC and Power Electronic Systems for Overhead Line and Insulated Cable Applications B4-8 Trans Bay Cable A Breakthrough of VSC Multilevel Converters

More information

Design and Simulation of Soft Switched Converter Fed DC Servo Drive

Design and Simulation of Soft Switched Converter Fed DC Servo Drive International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-237, Volume-1, Issue-5, November 211 Design and Simulation of Soft Switched Converter Fed DC Servo Drive Bal Mukund Sharma, A.

More information

Smart Grid and Renewable Energy Grid Integration. Jian Sun, Professor and Director Department of ECSE & Center for Future Energy Systems

Smart Grid and Renewable Energy Grid Integration. Jian Sun, Professor and Director Department of ECSE & Center for Future Energy Systems Smart Grid and Renewable Energy Grid Integration Jian Sun, Professor and Director Department of ECSE & Center for Future Energy Systems 1 How Smart Can We Make This Grid? 2 Smart Grid Drivers Need to Use

More information

Power inverters: Efficient energy transformation through efficient TargetLink code

Power inverters: Efficient energy transformation through efficient TargetLink code Page 6 santerno Power inverters: Efficient energy transformation through efficient TargetLink code Upva page 7 lue Energy Every day, the amount of energy delivered by the sun is 15,000 times the current

More information

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

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

More information

Hybrid Power System with A Two-Input Power Converter

Hybrid Power System with A Two-Input Power Converter Hybrid Power System with A Two-Input Power Converter Y. L. Juan and H. Y. Yang Department of Electrical Engineering National Changhua University of Education Jin-De Campus, Address: No.1, Jin-De Road,

More information

Mild Hybrids. Virtual

Mild Hybrids. Virtual PAGE 20 CUSTOMERS The new 48-volt vehicle electrical system is opening up new possibilities for powerful, cost-efficient hybrid drives. This leads to new challenges for validating the installed power electronics.

More information

AN ULTRA-CHEAP GRID CONNECTED INVERTER FOR SMALL SCALE GRID CONNECTION

AN ULTRA-CHEAP GRID CONNECTED INVERTER FOR SMALL SCALE GRID CONNECTION AN ULTRA-CHEAP GRID CONNECTED INVERTER FOR SMALL SCALE GRID CONNECTION Pramod Ghimire 1, Dr. Alan R. Wood 2 1 ME Candidate Email: pgh56@student.canterbury.ac.nz 2 Senior Lecturer: Canterbury University

More information

A Design of DC/DC Converter of Photovoltaic Generation System for Streetcars

A Design of DC/DC Converter of Photovoltaic Generation System for Streetcars Journal of International Council on Electrical Engineering Vol. 3, No. 2, pp.164~168, 2013 http://dx.doi.org/10.5370/jicee.2013.3.2.164 A Design of DC/DC Converter of Photovoltaic Generation System for

More information

Advance Electronic Load Controller for Micro Hydro Power Plant

Advance Electronic Load Controller for Micro Hydro Power Plant Journal of Energy and Power Engineering 8 (2014) 1802-1810 D DAVID PUBLISHING Advance Electronic Load Controller for Micro Hydro Power Plant Dipesh Shrestha, Ankit Babu Rajbanshi, Kushal Shrestha and Indraman

More information

Submarine Cable Power Transmission using DC High-Voltage Three-Level Converters

Submarine Cable Power Transmission using DC High-Voltage Three-Level Converters Submarine Cable Power Transmission using DC High-Voltage Three-Level Converters João Antunes, IST (jlantunes@gmail.com) Astract This paper is about multilevel converters used in High Voltage Direct Current

More information

POWER SYSTEM HARMONICS. A Reference Guide to Causes, Effects and Corrective Measures AN ALLEN-BRADLEY SERIES OF ISSUES AND ANSWERS

POWER SYSTEM HARMONICS. A Reference Guide to Causes, Effects and Corrective Measures AN ALLEN-BRADLEY SERIES OF ISSUES AND ANSWERS A Reference Guide to Causes, Effects and Corrective Measures AN ALLEN-BRADLEY SERIES OF ISSUES AND ANSWERS By: Robert G. Ellis, P. Eng., Rockwell Automation Medium Voltage Business CONTENTS INTRODUCTION...

More information

DC/DC BUCK Converter for Renewable Energy Applications Mr.C..Rajeshkumar M.E Power Electronic and Drives,

DC/DC BUCK Converter for Renewable Energy Applications Mr.C..Rajeshkumar M.E Power Electronic and Drives, DC/DC BUCK Converter for Renewable Energy Applications Mr.C..Rajeshkumar M.E Power Electronic and Drives, Mr.C.Anandaraj Assistant Professor -EEE Thiruvalluvar college of Engineering And technology, Ponnur

More information

Design, Analysis, and Implementation of Solar Power Optimizer for DC Distribution System

Design, Analysis, and Implementation of Solar Power Optimizer for DC Distribution System Design, Analysis, and Implementation of Solar Power Optimizer for DC Distribution System Thatipamula Venkatesh M.Tech, Power System Control and Automation, Department of Electrical & Electronics Engineering,

More information

Variable Frequency Drives - a Comparison of VSI versus LCI Systems

Variable Frequency Drives - a Comparison of VSI versus LCI Systems Variable Frequency Drives - a Comparison of VSI versus LCI Systems Introduction TMEIC is a leader in the innovative design and manufacture of large ac variable f requency drive systems. TMEIC has been

More information

Power Electronics. Prof. K. Gopakumar. Centre for Electronics Design and Technology. Indian Institute of Science, Bangalore.

Power Electronics. Prof. K. Gopakumar. Centre for Electronics Design and Technology. Indian Institute of Science, Bangalore. Power Electronics Prof. K. Gopakumar Centre for Electronics Design and Technology Indian Institute of Science, Bangalore Lecture - 1 Electric Drive Today, we will start with the topic on industrial drive

More information

dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor

dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor Jaswandi Sawant, Divyesh Ginoya Department of Instrumentation and control, College of Engineering, Pune. ABSTRACT This

More information

Modeling of power converters for debugging digital controllers through FPGA emulation

Modeling of power converters for debugging digital controllers through FPGA emulation Modeling of power converters for debugging digital controllers through FPGA Fernando ópezcolino, Alberto Sanchez, Angel de Castro and Javier Garrido Human Computer Technology aboratory Universidad Autónoma

More information

Implementation of High Step-Up Solar Power Optimizer for DC Micro Grid Application

Implementation of High Step-Up Solar Power Optimizer for DC Micro Grid Application Implementation of High tepup olar Power Optimizer for C Micro Grid Application hihming Chen, KeRen Hu, TsorngJuu Liang, and YiHsun Hsieh Advanced Optoelectronic Technology Center epartment of Electrical

More information

METHODOLOGICAL CONSIDERATIONS OF DRIVE SYSTEM SIMULATION, WHEN COUPLING FINITE ELEMENT MACHINE MODELS WITH THE CIRCUIT SIMULATOR MODELS OF CONVERTERS.

METHODOLOGICAL CONSIDERATIONS OF DRIVE SYSTEM SIMULATION, WHEN COUPLING FINITE ELEMENT MACHINE MODELS WITH THE CIRCUIT SIMULATOR MODELS OF CONVERTERS. SEDM 24 June 16th - 18th, CPRI (Italy) METHODOLOGICL CONSIDERTIONS OF DRIVE SYSTEM SIMULTION, WHEN COUPLING FINITE ELEMENT MCHINE MODELS WITH THE CIRCUIT SIMULTOR MODELS OF CONVERTERS. Áron Szûcs BB Electrical

More information

Analysis of PV cell fed High Voltage Gain Seven and Nine level inverter with Reduced Switches

Analysis of PV cell fed High Voltage Gain Seven and Nine level inverter with Reduced Switches Analysis of PV cell fed High Voltage Gain Seven and Nine level inverter with Reduced Switches Ch.Vedasri P.G. Scholar, Department of Electrical & Electronics Engineering, Chirala Engineering College, Chirala;

More information

Modeling and Simulation of a Novel Switched Reluctance Motor Drive System with Power Factor Improvement

Modeling and Simulation of a Novel Switched Reluctance Motor Drive System with Power Factor Improvement American Journal of Applied Sciences 3 (1): 1649-1654, 2006 ISSN 1546-9239 2006 Science Publications Modeling and Simulation of a Novel Switched Reluctance Motor Drive System with Power Factor Improvement

More information

FREQUENCY CONTROLLED AC MOTOR DRIVE

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

More information

EMI in Electric Vehicles

EMI in Electric Vehicles EMI in Electric Vehicles S. Guttowski, S. Weber, E. Hoene, W. John, H. Reichl Fraunhofer Institute for Reliability and Microintegration Gustav-Meyer-Allee 25, 13355 Berlin, Germany Phone: ++49(0)3046403144,

More information

Reliable World Class Insights Your Silicon Valley Partner in Simulation ANSYS Sales, Consulting, Training & Support

Reliable World Class Insights Your Silicon Valley Partner in Simulation ANSYS Sales, Consulting, Training & Support www.ozeninc.com info@ozeninc.com (408) 732 4665 1210 E Arques Ave St 207 Sunnyvale, CA 94085 Reliable World Class Insights Your Silicon Valley Partner in Simulation ANSYS Sales, Consulting, Training &

More information

Parametric variation analysis of CUK converter for constant voltage applications

Parametric variation analysis of CUK converter for constant voltage applications ISSN (Print) : 232 3765 (An ISO 3297: 27 Certified Organization) Vol. 3, Issue 2, February 214 Parametric variation analysis of CUK converter for constant voltage applications Rheesabh Dwivedi 1, Vinay

More information

INDUCTION MOTOR PERFORMANCE TESTING WITH AN INVERTER POWER SUPPLY, PART 2

INDUCTION MOTOR PERFORMANCE TESTING WITH AN INVERTER POWER SUPPLY, PART 2 INDUCTION MOTOR PERFORMANCE TESTING WITH AN INVERTER POWER SUPPLY, PART 2 By: R.C. Zowarka T.J. Hotz J.R. Uglum H.E. Jordan 13th Electromagnetic Launch Technology Symposium, Potsdam (Berlin), Germany,

More information

Closed Loop PWM Control for Induction Motor Drive Using Dual Output Three Phase Inverter

Closed Loop PWM Control for Induction Motor Drive Using Dual Output Three Phase Inverter Closed Loop PWM Control for Induction Motor Drive Using Dual Output Three Phase Inverter Archana.P 1, Karthick.R 2 Pg Scholar [PED], Department of EEE, CSI College of Engineering, Ketti, Tamilnadu, India

More information

HVDC-VSC: transmission technology of the future

HVDC-VSC: transmission technology of the future A bi-pole ± 285 kv HVDC line sandwiched between 3-phase 400 kv HVAC lines. HVDC-VSC: transmission technology of the future A new hybrid HVDC circuit technology using voltage source converters is only half

More information

What Is Regeneration?

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

More information

Accurate Measurement of the Mains Electricity Frequency

Accurate Measurement of the Mains Electricity Frequency Accurate Measurement of the Mains Electricity Frequency Dogan Ibrahim Near East University, Faculty of Engineering, Lefkosa, TRNC dogan@neu.edu.tr Abstract The frequency of the mains electricity supply

More information

Renewable Energy Applications: Photovoltaic and Wind Energy Conversion Systems (WECS)

Renewable Energy Applications: Photovoltaic and Wind Energy Conversion Systems (WECS) Renewable Energy Applications: Photovoltaic and Wind Energy Conversion Systems (WECS) Josep Pou Antoni Arias Page 1 Outline 1. Renewable Energy Perspectives 2. Solar Photovoltaic (PV) 3. Wind Generation

More information

ISPS2014 Workshop Energy to Smart Grids Presenting results of ENIAC project: E2SG (Energy to Smart Grid)

ISPS2014 Workshop Energy to Smart Grids Presenting results of ENIAC project: E2SG (Energy to Smart Grid) ISPS2014 Workshop Energy to Smart Grids Presenting results of ENIAC project: E2SG (Energy to Smart Grid) Bidirectional isolating AC/DC converter for coupling DC grids with the AC mains based on a modular

More information

Relationship between large subject matter areas

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

More information

Dually Fed Permanent Magnet Synchronous Generator Condition Monitoring Using Stator Current

Dually Fed Permanent Magnet Synchronous Generator Condition Monitoring Using Stator Current Summary Dually Fed Permanent Magnet Synchronous Generator Condition Monitoring Using Stator Current Joachim Härsjö, Massimo Bongiorno and Ola Carlson Chalmers University of Technology Energi och Miljö,

More information

EET272 Worksheet Week 9

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

More information

DC Voltage Regulation by Buck Converter Applicable for Stand Alone Micro Hydro Power Generation

DC Voltage Regulation by Buck Converter Applicable for Stand Alone Micro Hydro Power Generation International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 1 (2014), pp. 37-42 International Research Publication House http://www.irphouse.com DC Voltage Regulation

More information

DEVELOPMENT OF DEVICES AND METHODS FOR PHASE AND AC LINEARITY MEASUREMENTS IN DIGITIZERS

DEVELOPMENT OF DEVICES AND METHODS FOR PHASE AND AC LINEARITY MEASUREMENTS IN DIGITIZERS DEVELOPMENT OF DEVICES AND METHODS FOR PHASE AND AC LINEARITY MEASUREMENTS IN DIGITIZERS U. Pogliano, B. Trinchera, G.C. Bosco and D. Serazio INRIM Istituto Nazionale di Ricerca Metrologica Torino (Italia)

More information

MICRO HYDRO POWER PLANT WITH INDUCTION GENERATOR SUPPLYING SINGLE PHASE LOADS

MICRO HYDRO POWER PLANT WITH INDUCTION GENERATOR SUPPLYING SINGLE PHASE LOADS MICRO HYDRO POWER PLANT WITH INDUCTION GENERATOR SUPPLYING SINGLE PHASE LOADS C.P. ION 1 C. MARINESCU 1 Abstract: This paper presents a new method to supply single-phase loads using a three-phase induction

More information

AC Induction Motor Slip What It Is And How To Minimize It

AC Induction Motor Slip What It Is And How To Minimize It AC Induction Motor Slip What It Is And How To Minimize It Mauri Peltola, ABB Oy, Helsinki, Finland The alternating current (AC) induction motor is often referred to as the workhorse of the industry because

More information

3-Phase Synchronous PWM Controller IC Provides an Integrated Solution for Intel VRM 9.0 Design Guidelines

3-Phase Synchronous PWM Controller IC Provides an Integrated Solution for Intel VRM 9.0 Design Guidelines 3-Phase Synchronous PWM Controller IC Provides an Integrated Solution for Intel VRM 9.0 Design Guidelines Odile Ronat International Rectifier The fundamental reason for the rapid change and growth in information

More information

Offshore Platform Powered With New Electrical Motor Drive System

Offshore Platform Powered With New Electrical Motor Drive System Offshore Platform Powered With New Electrical Motor Drive System Authors: Jan O. Lamell, M.Sc E.E. ABB Automation Technologies Presenters: Thomas Johansson, M.Sc E.E. ABB Automation Technologies Timothy

More information

Hybrid Wind-Fuel Cell Renewable Energy Utilization Scheme for Village Electricity

Hybrid Wind-Fuel Cell Renewable Energy Utilization Scheme for Village Electricity Proceedings of the 4 th International Middle East Power Systems Conference (MEPCON 0), Cairo University, Egypt, December 9-, 00, Paper ID 3. Hybrid Wind-Fuel Cell Renewable Energy Utilization Scheme for

More information

A bidirectional DC-DC converter for renewable energy systems

A bidirectional DC-DC converter for renewable energy systems BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES Vol. 57, No. 4, 2009 A bidirectional DC-DC converter for renewable energy systems S. JALBRZYKOWSKI, and T. CITKO Faculty of Electrical Engineering,

More information

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

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

More information

Variable Voltage Variable Frequency Speed Control of Induction Motor Using FPGA-Xilinx

Variable Voltage Variable Frequency Speed Control of Induction Motor Using FPGA-Xilinx Variable Voltage Variable Frequency Speed Control of Induction Motor Using FPGA-Xilinx Ravi Prakash 1, Prof. Rishi Kumar Singh 2, Rajeev Ranjan Kumar 3 1Ravi Prakash,Department of Electrical Engineering,

More information

Development of High Frequency Link Direct DC to AC Converters for Solid Oxide Fuel Cells (SOFC)

Development of High Frequency Link Direct DC to AC Converters for Solid Oxide Fuel Cells (SOFC) Development of High Frequency Link Direct DC to AC Converters for Solid Oxide Fuel Cells (SOFC) Dr. Prasad Enjeti Power Electronics Laboratory Department of Electrical Engineering College Station, TX -

More information

SIMULATION AND ASSESSMENT OF SINGLE PHASE SEMI-Z-SOURCE INVERTER (S-ZSI)

SIMULATION AND ASSESSMENT OF SINGLE PHASE SEMI-Z-SOURCE INVERTER (S-ZSI) International Journal of Electrical Engineering & Technology (IJEET) Volume 7, Issue 1, Jan-Feb, 2016, pp.30-34, Article ID: IJEET_07_01_003 Available online at http:// http://www.iaeme.com/ijeet/issues.asp?jtype=ijeet&vtype=7&itype=1

More information

ELECTRICAL ENGINEERING

ELECTRICAL ENGINEERING EE ELECTRICAL ENGINEERING See beginning of Section H for abbreviations, course numbers and coding. The * denotes labs which are held on alternate weeks. A minimum grade of C is required for all prerequisite

More information

Phase-Control Alternatives for Single-Phase AC Motors Offer Smart, Low-Cost, Solutions Abstract INTRODUCTION

Phase-Control Alternatives for Single-Phase AC Motors Offer Smart, Low-Cost, Solutions Abstract INTRODUCTION Phase-Control Alternatives for Single-Phase AC Motors Offer Smart, Low-Cost, Solutions by Howard Abramowitz, Ph.D EE, President, AirCare Automation Inc. Abstract - Single Phase AC motors continue to be

More information

Networking Remote-Controlled Moving Image Monitoring System

Networking Remote-Controlled Moving Image Monitoring System Networking Remote-Controlled Moving Image Monitoring System First Prize Networking Remote-Controlled Moving Image Monitoring System Institution: Participants: Instructor: National Chung Hsing University

More information

MODELLING AND SIMULATION OF SVPWM INVERTER FED PERMANENT MAGNET BRUSHLESS DC MOTOR DRIVE

MODELLING AND SIMULATION OF SVPWM INVERTER FED PERMANENT MAGNET BRUSHLESS DC MOTOR DRIVE MODELLING AND SIMULATION OF SVPWM INVERTER FED PERMANENT MAGNET BRUSHLESS DC MOTOR DRIVE Devisree Sasi 1, Jisha Kuruvilla P Final Year M.Tech, Dept. of EEE, Mar Athanasius College of Engineering, Kothamangalam,

More information

APPLICATION NOTE TESTING PV MICRO INVERTERS USING A FOUR QUADRANT CAPABLE PROGRAMMABLE AC POWER SOURCE FOR GRID SIMULATION. Abstract.

APPLICATION NOTE TESTING PV MICRO INVERTERS USING A FOUR QUADRANT CAPABLE PROGRAMMABLE AC POWER SOURCE FOR GRID SIMULATION. Abstract. TESTING PV MICRO INVERTERS USING A FOUR QUADRANT CAPABLE PROGRAMMABLE AC POWER SOURCE FOR GRID SIMULATION Abstract This application note describes the four quadrant mode of operation of a linear AC Power

More information

Application Information Improving Efficiency in Smart Grid Applications With Fully Integrated Current Sensing ICs

Application Information Improving Efficiency in Smart Grid Applications With Fully Integrated Current Sensing ICs Application Information Improving Efficiency in Smart Grid Applications With Fully Integrated Current Sensing ICs By Shaun Milano, and Andreas P. Friedrich Allegro MicroSystems Europe Focus on the Photovoltaic

More information

PROGRAM CRITERIA FOR ELECTRICAL ENGINEERING TECHNOLOGY

PROGRAM CRITERIA FOR ELECTRICAL ENGINEERING TECHNOLOGY PROGRAM CRITERIA FOR ELECTRICAL ENGINEERING TECHNOLOGY Scope These program criteria apply to programs having titles involving Electrical Engineering Technology including: electrical engineering, electrical

More information

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

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

More information

COMPARISON OF THE FACTS EQUIPMENT OPERATION IN TRANSMISSION AND DISTRIBUTION SYSTEMS

COMPARISON OF THE FACTS EQUIPMENT OPERATION IN TRANSMISSION AND DISTRIBUTION SYSTEMS COMPARISON OF THE FACTS EQUIPMENT OPERATION IN TRANSMISSION AND DISTRIBUTION SYSTEMS Afshin LASHKAR ARA Azad University of Dezfoul - Iran A_lashkarara@hotmail.com Seyed Ali NABAVI NIAKI University of Mazandaran

More information

Understanding Delta Conversion Online "Power Regulation" - Part 2

Understanding Delta Conversion Online Power Regulation - Part 2 Application Note #40 Understanding Delta Conversion Online "Power Regulation" - Part 2 Introduction This application note is the second in a series on delta conversion theory of operation. For complete

More information

Mathematical Modelling of PMSM Vector Control System Based on SVPWM with PI Controller Using MATLAB

Mathematical Modelling of PMSM Vector Control System Based on SVPWM with PI Controller Using MATLAB Mathematical Modelling of PMSM Vector Control System Based on SVPWM with PI Controller Using MATLAB Kiran Boby 1, Prof.Acy M Kottalil 2, N.P.Ananthamoorthy 3 Assistant professor, Dept of EEE, M.A College

More information

LLRF. Digital RF Stabilization System

LLRF. Digital RF Stabilization System LLRF Digital RF Stabilization System Many instruments. Many people. Working together. Stability means knowing your machine has innovative solutions. For users, stability means a machine achieving its full

More information

UNINTERRUPTIBLE POWER SUPPLIES >9900AUPS UNINTERRUPTIBLE POWER SUPPLIES

UNINTERRUPTIBLE POWER SUPPLIES >9900AUPS UNINTERRUPTIBLE POWER SUPPLIES UNINTERRUPTIBLE POWER SUPPLIES 9900A >9900AUPS UNINTERRUPTIBLE POWER SUPPLIES 9900A The 9900A UPS system uses the most advanced IGBT in both the converter and inverter with Digital Signal Processor (DSP)

More information

High-Megawatt Converter Technology Workshop for Coal-Gas Based Fuel Cell Power Plants January 24, 2007 at NIST

High-Megawatt Converter Technology Workshop for Coal-Gas Based Fuel Cell Power Plants January 24, 2007 at NIST Session 4a Enjeti 1 High-Megawatt Converter Technology Workshop for Coal-Gas Based Fuel Cell Power Plants January 24, 2007 at NIST Dr. Prasad Enjeti TI TI Professor Power Electronics Laboratory College

More information

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

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

More information

Case Studies in On-Line Measurement of PD in Motors Fed by Voltage Source PWM Drives

Case Studies in On-Line Measurement of PD in Motors Fed by Voltage Source PWM Drives Case Studies in On-Line Measurement of PD in Motors Fed by Voltage Source PWM Drives G.C. Stone, I. Culbert, H.G. Sedding Qualitrol-Iris Power Mississauga, Ontario, Canada Abstract On-line partial discharge

More information

How to Turn an AC Induction Motor Into a DC Motor (A Matter of Perspective) Steve Bowling Application Segments Engineer Microchip Technology, Inc.

How to Turn an AC Induction Motor Into a DC Motor (A Matter of Perspective) Steve Bowling Application Segments Engineer Microchip Technology, Inc. 1 How to Turn an AC Induction Motor Into a DC Motor (A Matter of Perspective) Steve Bowling Application Segments Engineer Microchip Technology, Inc. The territory of high-performance motor control has

More information

Analysis and Control of Three Phase Multi level Inverters with Sinusoidal PWM Feeding Balanced Loads Using MATLAB

Analysis and Control of Three Phase Multi level Inverters with Sinusoidal PWM Feeding Balanced Loads Using MATLAB Analysis and Control of Three Phase Multi level s with Sinusoidal PWM Feeding Balanced Loads Using MATLAB Rajesh Kumar Ahuja 1, Amit Kumar 2 Department of Electrical Engineering, YMCA University of Science

More information