State Estimation of DFIG using an Extended Kalman Filter with an Augmented State Model

Size: px
Start display at page:

Download "State Estimation of DFIG using an Extended Kalman Filter with an Augmented State Model"

Transcription

1 State Estimation of DFIG using an Extended Kalman Filter with an Augmented State Model Mridul Kanti Malaar Department of Electronics and Electrical Engineering Indian Institute of Technology Guwahati, Assam- Praveen Tripathy Department of Electronics and Electrical Engineering Indian Institute of Technology Guwahati, Assam- Srinivasan Krishnaswamy Department of Electronics and Electrical Engineering Indian Institute of Technology Guwahati, Assam- Abstract This paper presents a novel method for state estimation in doubly fed induction generators (DFIGs) using an Extended Kalman Filter. In this wor, the conventional nonlinear state space model of a DFIG has been augmented with additional states in order to mae rotor position and speed estimates more robust to disturbances. The effectiveness of this method has been tested for various transient cases using MATLAB/Simulin. Index Terms Doubly fed induction generator, rotor position and speed estimation, Extended Kalman Filter. V i ψ Ψ L s,l r,l m R s,r r P, ω s NOMENCLATURE Stator or rotor voltage. Stator or rotor current. Stator or rotor flux component. Stator or rotor flux vector. Stator, rotor and magnetizing inductance. Stator and rotor resistance. Number of pole of the machine. Rotor and Synchronous speed of the machine respectively(electrical rad/s). Rotor position angle from stator stationary reference frame. ˆ Estimated rotor position angle from stator stationary reference frame. ε r Angle estimation error. Number of samples in discrete time systems. Subscripts α, β Stationary stator reference frame coordinate. a, b Rotor reference frame coordinate. d, q Synchronous reference frame coordinate. s, r Stator and rotor quantities. Superscripts ˆ Estimated value ----//$. c IEEE I. INTRODUCTION Doubly fed induction generators (DFIG) are widely used for constant frequency variable speed wind energy conversion systems (WECS). The stochastic behavior of wind flow and the nonlinearity of wind turbine model gives rise to various challenges in design and control of WECS []. Field oriented control (FOC) is commonly used to control the dynamics of DFIG which enables decoupled control of active and reactive power. The performance of FOC strategy depends on the accurate information of rotor position. Usually, both rotor position and rotor speed can be acquired using encoders. However, the use of an encoder introduces limitations on machine size, drive cost, reliability, mounting, robustness and noise thus affecting the performance of vector control strategies. The development of sensorless algorithms for accurate estimation of the rotor position and speed therefore a widely research topic. Open loop speed and position estimators have been dealt with in [], []. The use of closed loop observers have been discussed in [] []. They are mainly based on the model reference adaptive systems (MRAS). The performance of an MRAS based observer is highly sensitive to the inductance value []. Another possible way of estimating the dynamic states of a DFIG is by the use of recursive methods lie the Extended Kalman Filter []. In this paper, we propose an Extended Kalman Filter based method that uses an augmented state model in order to dynamically obtain an accurate estimate of rotor position and speed. The remainder of this paper is organized as follows: Section II deals with the dynamic model of a DFIG system. Extended Kalman Filter and the proposed augmented state model for the Extended Kalman Filter is presented in Section III and Section IV respectively. The effectiveness of the proposed extended alman filter model is demonstrated through simulation results in Section V. Finally the conclusions are summarized in Section VI.

2 II. STRUCTURE AND MODELING OF DFIG BASED WIND TURBINE SYSTEM The DFIG system comprises of a wound rotor induction machine and a bac-to-bac power converter. The stator terminal of the machine is directly connected to the grid and the rotor terminal also connected to the grid via power converter. The rotor operating speed range of the generator is normally limited to ±% of the synchronous speed. The Fig. shows that the basic structure of the DFIG coupled with wind turbine and grid. The mechanical power P mech produced by the wind turbine is given by the following equations as, P mech T t ω t () T t C p(λ, β) ρar λ ωt () where T t,a,c p (λ, β) and ρ are the turbine aerodynamic torque, rotor swept area, power coefficient for a variable pitch (β) wind turbine and air density respectively. The tip speed ratio is given by λ Rωt V w,whererω t and V w stands for turbine rotor radius, turbine speed and wind speed respectively. Main Grid by di αs di βs di αr di βr ( R s L r i αs + L m σl s L i βs + R r L m i αr r + L m L r i βr + L r V αs L m V αr ) () ( L m σl s L i αs R s L r i βs L m L r i αr r +R r L m i βr + L r V βs L m V βr ) () (R s L m i αs L s L m i βs R r L s i αr σl s L r L s L r i βr L m V αs + L s V αr ) () ( L s L m i αs + R s L m i βs + L s L r i αr σl s L r R r L s i βr L m V βs + L s V βr ), () where leaage factor, σ L m L sl r. The electromagnetic torque and the mechanical motion are given by T e P L m(i αr i βs i αs i βr ) () d P J (T e T t ) neglecting frictional loss () Eq. ()-() have been used to obtain the dynamic model of the DFIG. III. EXTENDED KALMAN FILTER Gear box DFIG DC lin RSC GSC Grid filter Fig. : Wind turbine with doubly fed induction generator The machine equations are represented in (α, β) frame []. The flux-linage equations are as follows: ψ αs L s i αs + L m i αr () ψ βs L s i βs + L m i βr () ψ αr L r i αr + L m i αs () ψ αr L r i βr + L m i βs () The differential equations of the stator and rotor of the DFIG with stator and rotor current as state variables can be expressed Extended Kalman Filter is widely used for estimating unmeasured states in a nonlinear process. Consider a nonlinear system with the following state space equations, x() f{x( ), u( )} + w( ) () z() h{x()} + v() () where, x() and z() be the process state vector and measurement output vector respectively. w and v are assumed zero mean normal distributed noise perturbations. These perturbations could be model uncertainties or external disturbances. The process and measurement noise covariance matrices are given by: cov(w) E { ww T } Q cov(v) E { vv T } R The Extended Kalman Filter is a two step algorithm. The first step involves the prediction, and the second one is the correction step. For the Extended-Kalman Filter, the predictor step is given by, ˆx() f{x( ), u( )} P () F( )P ( )F T ( )+Q()

3 where, the Jacobians are defined as, f(x, u) F() x () x( ),u( ) H() h(x) x () x( ) ˆx() and P () are apriori states, and the corrector step is given by, K g () P () H T () { H()P () H T () +R()} ˆx() ˆx() + K g (){z() h{x() }} P () {I K g ()H()}P () In the above equations P () is an estimate of the covariance of the measurement error and K g () is called the Kalman gain. After both the prediction and correction steps have been performed then ˆx() is the current estimate of the states and ẑ() can be calculated directly from it. Both ˆx() and P () are stored and used in the predictor step of the next time period. IV. AUGMENTED STATE MODEL OF DFIG The dynamic model of DFIG is a set of continuous-time nonlinear differential equations as expressed by Eq. ()-(). Based on the nonlinear dynamic model of DFIG, the following process state vector and measurement output vector can be defined []: x [i αs ; i βs ; i αr ; i βr ; ; ] [x ; x ; x ; x ; x ; x ] () z [i αs i βs i αr i βr ] T () By using the state vector in Eq. (), the steady state error is persistent while estimating the rotor position in presence of transient dynamics. To mitigate the steady state error we partially augmented the state vector with integral of currents as given by: [ x i αs ; i βs ; i αr ; i βr ; ; ; i αs ; i βs ; ] i αr ; i βr [x ; x ; x ; x ; x ; x ; x ; x ; x ; x ] () To further mitigate the steady state error, we augment the state vector with integral of square of currents which is as given below: [ x i αs ; i βs ; i αr ; i βr ; ; ; i αs ; i βs ; i αr ; i βr ; i αs ; i βs ; i αr ; ] i βr [x ; x ; x ; x ; x ; x ; x ; x ; x ; x ; x ; x ; x ; x ] () Eq. (), () and () are denoted as EKF, EKF normal and EKF improvement. The EKF normal is a modification of EKF with addition of integral of currents. The EKF improvement is an modification of EKF normal with addition of square of integral of currents. The addition of integral states by augmenting the state equations will reduce the steady-state error. For implementation of Extended Kalman Filter, the DFIG model should be discretized. Using bacward Euler s method, dx(t) x() x( ) ; ( )Δt t Δt, Δt we can get discrete form of machine state equations are as follows: x () x ( ) + Δt dx () x () x ( ) + Δt dx () x () x ( ) + Δt dx () x () x ( ) + Δt dx () { Kt P x () x ( ) + Δt J {x ()x () x ()x ()} K } tp J T t () x () x ( ) + Δtx () () where,k t P L m. The discrete time integral states are defined using bilinear transform as: x i+ () x i+ ( ) { } xi ()+x i ( ) +Δt x i+ () x i+ ( ) { x +Δt i ()+x } i ( ) () ()

4 where, Δt is the sampling time and i varies from to. The derivatives used in Eq. () - () correspond to the Eq. () - (). The input and measurement state vectors are as follows: u [V αs V βs V αr V βr ] T () z [i αs i βs i αr i βr ] T () In this wor, the values of Q and R are determined with extensive simulation to achieve satisfactory results. Note that the initial value of P ( ) is chosen to converge the Extended Kalman Filter. The Q, R and P are given as follows: Q diag([.... e e e e e e e e e e ]); R diag([e e e e ]); P (initial) diag([]); V. SIMULATION RESULTS The effectiveness of proposed estimator using Extended Kalaman Filter is validated by simulation using MAT LAB/Simulin. For simulating the proposed algorithm, DFIG parameters have been taen as follows: HP, Hz, pole Phase; Stator : V, Δ connected,. A; Rotor : V, Y connected,. A and J. g m. Stator resistance (R s ). Ω, rotor resistance (R r ). Ω, stator inductance (L s ). H, rotor inductance (L r ). H and mutual inductance (L m ). H. The switching frequency of the bac to bac converter is Hz. Rotor Speed (rad/s) Wr Wr r eference Fig. : Speed profile of DFIG. In simulation, a step command is applied to achieve the speed control response, at time t s. Further, the stator terminal was short circuited at time t.s. It is assumed that after ms, the machine retrieved it s rated voltage. Again, at time t s, the step command is applied at almost equal to synchronous speed (.rad/s). Under above simulation scenario, the speed response of the DFIG is shown in Fig.. Torque (N m) T t T e Fig. : Turbine torque (T t) and DFIG Torque (T e) responses. Further, a step command is set to reduce the turbine torque by % at time t s. Fig. shows the torque response of the turbine. In this case small amount of white gaussian noise N (,σ ) is added to get turbine torque dynamics. The simulation stop time is fixed at s with sampling time, Δt.s. Continuously prediction and correction steps are iterated which allows the on-line estimation of the DFIG state vector. The estimated and actual rotor speeds are shown in the Fig.. It is observed that a small error is present in the estimated speed. The estimated and actual rotor positions are shown in Fig. to Fig.. It was observed that the proposed state model archives less error with introduction of both both integral of stator and rotor current vectors and integral of square of the stator and rotor current vectors as defined in the Eq. (). VI. CONCLUSION In this paper, we have proposed an Extended Kalman Filter based rotor speed and position estimator using an augmented state model. A comparative analysis of the performance of an Extended Kalman Filter was done for the following three types of state model: (a) without integral states (non-augmented state model) (b) with integral of stator and rotor current (partially augmented state model), and (c) with integral of stator and rotor current and integral of square of the stator and rotor currents (augmented state model). The performance

5 Rotor Speed (rad/s) Fig. : Estimated and actual rotor speeds of DFIG. Fig. : Estimated and actual rotor positions during step change of DFIG rotor speed Fig. : Estimated and actual rotor positions during starting of DFIG Fig. : Estimated and actual rotor positions during short circuit of stator terminals. of the estimators have been analyzed under various dynamic conditions. For the cases simulated, the proposed augmented state estimator showed the best performance. REFERENCES [] M. Tazil and V. Kumar et.al, Three-phase doubly fed induction generators: an overview, IET Electric Power Applications, vol., pp.,. [] L. Morel, H. Godfroid, A. Mirzaian, and J.-M. Kauffmann, Doublefed induction machine: converter optimisation and field oriented control without position sensor, Electric Power Applications, IEE Proceedings -, vol., no., pp.,. [] R. Datta and V. T. Ranganathan, A simple position-sensorless algorithm for rotor-side field-oriented control of wound-rotor induction machine, Industrial Electronics, IEEE Transactions on, vol., no., pp.,. [] M. Pattnai and D. Kastha, Comparison of mras based speed estimation methods for a stand alone doubly fed induction generator, in Energy, Automation, and Signal (ICEAS), International Conference on,, pp.. [] D. Forchetti, G. Garcia, and M. Valla, Adaptive observer for sensorless control of stand-alone doubly fed induction generator, Industrial Electronics, IEEE Transactions on, vol., no., pp.,. [] F. Dezza, G. Foglia, M. Iacchetti, and R. Perini, An mras observer for sensorless dfim drives with direct estimation of the torque and flux rotor current components, Power Electronics, IEEE Transactions on, vol., no., pp.,. [] G. Marques and D. Sousa, Sensorless direct slip position estimator of a dfim based on the air gap pq vector-sensitivity study, Industrial

6 Fig. : Estimated and actual rotor positions during rotor speed almost equal to the synchronous speed Fig. : Estimated and actual rotor positions during step change of turbine torque. Electronics, IEEE Transactions on, vol., no., pp.,. [] R. Cardenas, R. Pena, S. Alepuz, and G. Asher, Overview of control systems for the operation of dfigs in wind energy applications, Industrial Electronics, IEEE Transactions on, vol., no., pp., July. [] I. Perez, J. Silva, E. Yuz, and R. Carrasco, Experimental sensorless vector control performance of a dfig based on an extended alman filter, in IECON - th Annual Conference on IEEE Industrial Electronics Society,, pp.. [] W. Leonard, Control of Electrical Drives. Spinger, New Yor, USA,.

Computer Aided Power Control for Wound Rotor Induction Generator

Computer Aided Power Control for Wound Rotor Induction Generator Ozean Journal of Applied Sciences 2(1), 2009 ISSN 1943-2429 2009 Ozean Publication Computer Aided Power Control for Wound Rotor Induction Generator Fevzi Kentli Department of Electrical Education - Faculty

More information

A simple model based control of self excited induction generators over a wide speed range

A simple model based control of self excited induction generators over a wide speed range ISSN 1 746-7233, England, UK World Journal of Modelling and Simulation Vol. 10 (2014) No. 3, pp. 206-213 A simple model based control of self excited induction generators over a wide speed range Krishna

More information

A New Model Reference Adaptive Formulation to Estimate Stator Resistance in Field Oriented Induction Motor Drive

A New Model Reference Adaptive Formulation to Estimate Stator Resistance in Field Oriented Induction Motor Drive A New Model Reference Adaptive Formulation to Estimate Stator Resistance in Field Oriented Induction Motor Drive Saptarshi Basak 1, Chandan Chakraborty 1, Senior Member IEEE and Yoichi Hori 2, Fellow IEEE

More information

A Novel Adaptive Estimation of Stator and Rotor Resistance for Induction Motor Drives

A Novel Adaptive Estimation of Stator and Rotor Resistance for Induction Motor Drives A Novel Adaptive Estimation of Stator and Rotor Resistance for Induction Motor Drives Nagaraja Yadav Ponagani Asst.Professsor, Department of Electrical & Electronics Engineering Dhurva Institute of Engineering

More information

REAL TIME CONTROL OF DOUBLY FED INDUCTION GENERATOR. Benmeziane Meriem, Zebirate Soraya, Chaker Abelkader Laboratory SCAMRE, ENPO, Oran, Algeria

REAL TIME CONTROL OF DOUBLY FED INDUCTION GENERATOR. Benmeziane Meriem, Zebirate Soraya, Chaker Abelkader Laboratory SCAMRE, ENPO, Oran, Algeria REAL TIME CONTROL OF DOUBLY FED INDUCTION GENERATOR Benmeziane Meriem, Zebirate Soraya, Chaker Abelkader Laboratory SCAMRE, ENPO, Oran, Algeria This paper presents a real time simulation method of wind

More information

Generators for wind power conversion

Generators for wind power conversion Generators for wind power conversion B. G. Fernandes Department of Electrical Engineering Indian Institute of Technology, Bombay Email : bgf@ee.iitb.ac.in Outline of The Talk Introduction Constant speed

More information

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVACES in ATURAL and APPLIED SCIECES ISS 1995772 Published BY AESI Publication EISS 199819 http//wwwaensiwebcom/aas 216 April 1(4) pages 233238 Open Access Journal Control of Doubly Fed Induction Generator

More information

Sensorless Sliding Mode Control of Induction Motor Drives

Sensorless Sliding Mode Control of Induction Motor Drives Sensorless Sliding Mode Control of Induction Motor Drives Kanungo Barada Mohanty Electrical Engineering Department, National Institute of Technology, Rourkela-7698, India E-mail: kbmohanty@nitrkl.ac.in

More information

The Doubly Fed Induction Generator Robust Vector Control Based on Lyapunov Method

The Doubly Fed Induction Generator Robust Vector Control Based on Lyapunov Method 1861-5252/ c 2009 TSSD Transactions on Systems, Signals & Devices Vol. 4, No. 2, pp. 237-249 The Doubly Fed Induction Generator Robust Vector Control Based on Lyapunov Method S. Drid, 1 A. Makouf, 1 M.-S.

More information

NONLINEAR MPPT CONTROL OF SQUIRREL CAGE INDUCTION GENERATOR-WIND TURBINE

NONLINEAR MPPT CONTROL OF SQUIRREL CAGE INDUCTION GENERATOR-WIND TURBINE NONLINEAR MPPT CONTROL OF SQUIRREL CAGE INDUCTION GENERATOR-WIND TURBINE 1 M. BENCHAGRA, 2 M. MAAROUFI. 3 M. OUASSAID 1, 2 Department of Electrical Engineering, Mohammadia School of Engineering- BP 767-Rabat-

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.685 Electric Machines Problem Set 10 Issued November 11, 2013 Due November 20, 2013 Problem 1: Permanent

More information

Control of Wind Turbine Generators. James Cale Guest Lecturer EE 566, Fall Semester 2014 Colorado State University

Control of Wind Turbine Generators. James Cale Guest Lecturer EE 566, Fall Semester 2014 Colorado State University Control of Wind Turbine Generators James Cale Guest Lecturer EE 566, Fall Semester 2014 Colorado State University Review from Day 1 Review Last time, we started with basic concepts from physics such as

More information

Robust Control For Variable-Speed Two-Bladed Horizontal-Axis Wind Turbines Via ChatteringControl

Robust Control For Variable-Speed Two-Bladed Horizontal-Axis Wind Turbines Via ChatteringControl Robust Control For Variable-Speed Two-Bladed Horizontal-Axis Wind Turbines Via ChatteringControl Leonardo Acho, Yolanda Vidal, Francesc Pozo CoDAlab, Escola Universitària d'enginyeria Tècnica Industrial

More information

Comparative Analysis of an integration of a Wind Energy Conversion System of PMSG and DFIG Models Connected to Power Grid

Comparative Analysis of an integration of a Wind Energy Conversion System of PMSG and DFIG Models Connected to Power Grid International Journal of Electrical Engineering. ISSN 0974-2158 Volume 6, Number 3 (2013), pp. 231-248 International Research Publication House http://www.irphouse.com Comparative Analysis of an integration

More information

Speed Sensor less DTC of VSI fed Induction Motor with Simple Flux Regulation for Improving State Estimation at Low Speed

Speed Sensor less DTC of VSI fed Induction Motor with Simple Flux Regulation for Improving State Estimation at Low Speed Speed Sensor less DTC of VSI fed Induction Motor with Simple Flux Regulation for Improving State Estimation at Low Speed K. Farzand Ali 1, S.Sridhar 2 1 PG Scholar, Dept. Of Electrical & Electronics Engineering,

More information

DESIGN AND IMPLEMENTATION OF SENSORLESS SPEED CONTROL FOR INDUCTION MOTOR DRIVE USING AN OPTIMIZED EXTENDED KALMAN FILTER

DESIGN AND IMPLEMENTATION OF SENSORLESS SPEED CONTROL FOR INDUCTION MOTOR DRIVE USING AN OPTIMIZED EXTENDED KALMAN FILTER INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 ISSN 0976 6464(Print)

More information

Control of a Doubly Fed Induction Machine Wind Power Generator with Rotor Side Matrix Converter

Control of a Doubly Fed Induction Machine Wind Power Generator with Rotor Side Matrix Converter Control of a Doubly Fed Induction Machine Wind Power Generator with Rotor Side Matrix Converter Ricardo Jorge Pires dos Santos Abstract A method for control of a doubly fed induction machine (DFIM) in

More information

Anakapalli Andhra Pradesh, India I. INTRODUCTION

Anakapalli Andhra Pradesh, India I. INTRODUCTION Robust MRAS Based Sensorless Rotor Speed Measurement of Induction Motor against Variations in Stator Resistance Using Combination of Back Emf and Reactive Power Methods Srikanth Mandarapu Pydah College

More information

University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department

University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department EE471: Electrical Machines-II Tutorial # 2: 3-ph Induction Motor/Generator Question #1 A 100 hp, 60-Hz, three-phase

More information

Space and time harmonics related problems and their mitigation for position and speed sensorless slip-ring induction motor drives applications

Space and time harmonics related problems and their mitigation for position and speed sensorless slip-ring induction motor drives applications Sādhanā Vol. 33, Part 5, October 2008, pp. 565 580. Printed in India Space and time harmonics related problems and their mitigation for position and speed sensorless slip-ring induction motor drives applications

More information

PARAMETER SENSITIVITY ANALYSIS OF AN INDUCTION MOTOR

PARAMETER SENSITIVITY ANALYSIS OF AN INDUCTION MOTOR HUNGARIAN JOURNAL OF INDUSTRIAL CHEMISTRY VESZPRÉM Vol. 39(1) pp. 157-161 (2011) PARAMETER SENSITIVITY ANALYSIS OF AN INDUCTION MOTOR P. HATOS, A. FODOR, A. MAGYAR University of Pannonia, Department of

More information

PERFORMANCE ANALYSIS OF DIRECT TORQUE CONTROL OF 3-PHASE INDUCTION MOTOR

PERFORMANCE ANALYSIS OF DIRECT TORQUE CONTROL OF 3-PHASE INDUCTION MOTOR PERFORMANCE ANALYSIS OF DIRECT TORQUE CONTROL OF 3-PHASE INDUCTION MOTOR 1 A.PANDIAN, 2 Dr.R.DHANASEKARAN 1 Associate Professor., Department of Electrical and Electronics Engineering, Angel College of

More information

Speed Sensorless Field Oriented Control of Induction Machines using Flux Observer. Hisao Kubota* and Kouki Matsuse**

Speed Sensorless Field Oriented Control of Induction Machines using Flux Observer. Hisao Kubota* and Kouki Matsuse** Speed Sensorless Field Oriented Control of Induction Machines using Flux Observer Hisao Kubota* and Kouki Matsuse** Dept. of Electrical Engineering, Meiji University, Higashimit Tama-ku, Kawasaki 214,

More information

FUZZY LOGIC BASED ADAPTATION MECHANISM FOR ADAPTIVE LUENBERGER OBSERVER SENSORLESS DIRECT TORQUE CONTROL OF INDUCTION MOTOR

FUZZY LOGIC BASED ADAPTATION MECHANISM FOR ADAPTIVE LUENBERGER OBSERVER SENSORLESS DIRECT TORQUE CONTROL OF INDUCTION MOTOR Journal of Engineering Science and Technology Vol., No. (26) 46-59 School of Engineering, Taylor s University FUZZY LOGIC BASED ADAPTATION MECHANISM FOR ADAPTIVE LUENBERGER OBSERVER SENSORLESS DIRECT TORQUE

More information

The doubly-fed induction generator in the rotortied configuration

The doubly-fed induction generator in the rotortied configuration Graduate Theses and Dissertations Graduate College 2014 The doubly-fed induction generator in the rotortied configuration Nicholas David Iowa State University Follow this and additional works at: http://lib.dr.iastate.edu/etd

More information

DEVELOPMENT OF DIRECT TORQUE CONTROL MODELWITH USING SVI FOR THREE PHASE INDUCTION MOTOR

DEVELOPMENT OF DIRECT TORQUE CONTROL MODELWITH USING SVI FOR THREE PHASE INDUCTION MOTOR DEVELOPMENT OF DIRECT TORQUE CONTROL MODELWITH USING SVI FOR THREE PHASE INDUCTION MOTOR MUKESH KUMAR ARYA * Electrical Engg. Department, Madhav Institute of Technology & Science, Gwalior, Gwalior, 474005,

More information

MODELING AND HIGH-PERFORMANCE CONTROL OF ELECTRIC MACHINES

MODELING AND HIGH-PERFORMANCE CONTROL OF ELECTRIC MACHINES MODELING AND HIGH-PERFORMANCE CONTROL OF ELECTRIC MACHINES JOHN CHIASSON IEEE PRESS ü t SERIES ON POWER ENGINEERING IEEE Press Series on Power Engineering Mohamed E. El-Hawary, Series Editor The Institute

More information

Power System Stability and Control. Dr. B. Kalyan Kumar, Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai, India

Power System Stability and Control. Dr. B. Kalyan Kumar, Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai, India Power System Stability and Control Dr. B. Kalyan Kumar, Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai, India Contents Chapter 1 Introduction to Power System Stability

More information

Design and implementation of a sliding-mode observer of the rotor flux and rotor speed in induction machines

Design and implementation of a sliding-mode observer of the rotor flux and rotor speed in induction machines 1 Design and implementation of a sliding-mode observer of the rotor flux and rotor speed in induction machines João Ferraz, Paulo Branco Phd. Abstract A sliding-mode observer for the rotor flux and speed

More information

Introduction to Synchronous. Machines. Kevin Gaughan

Introduction to Synchronous. Machines. Kevin Gaughan Introduction to Synchronous Machines Kevin Gaughan The Synchronous Machine An AC machine (generator or motor) with a stator winding (usually 3 phase) generating a rotating magnetic field and a rotor carrying

More information

SPEED CONTROL OF THE DOUBLY FED INDUCTION GENERATOR APPLIED TO A WIND SYSTEM

SPEED CONTROL OF THE DOUBLY FED INDUCTION GENERATOR APPLIED TO A WIND SYSTEM SPEED CONTROL OF THE DOUBLY FED INDUCTION GENERATOR APPLIED TO A WIND SYSTEM HALA ALAMI AROUSSI,ELMOSTAFA ZIANI, BADRE BOSSOUFI Laboratory of Electrical Engineering and Maintenance (LGEM), Higher School

More information

A Simplified State Model for Wind Turbines

A Simplified State Model for Wind Turbines A Simplified State Model for Wind Turbines Nuno M. L. Bernardo Student nº55250 of Instituto Superior Técnico Technical University of Lisbon Lisbon, Portugal Abstract This thesis presents studies relatively

More information

Dynamic Modeling of Surface Mounted Permanent Synchronous Motor for Servo motor application

Dynamic Modeling of Surface Mounted Permanent Synchronous Motor for Servo motor application 797 Dynamic Modeling of Surface Mounted Permanent Synchronous Motor for Servo motor application Ritu Tak 1, Sudhir Y Kumar 2, B.S.Rajpurohit 3 1,2 Electrical Engineering, Mody University of Science & Technology,

More information

Dynamic Analysis of Grid Connected Wind Farms Using ATP

Dynamic Analysis of Grid Connected Wind Farms Using ATP Dynamic Analysis of Grid Connected Wind Farms Using ATP A. Samuel Neto, F. A. S. Neves Universidade Federal de Pernambuco Department of Electrical Engineering and Power Systems 50740-50 Recife, PE - BRASIL

More information

A Novel Three-phase Matrix Converter Based Induction Motor Drive Using Power Factor Control

A Novel Three-phase Matrix Converter Based Induction Motor Drive Using Power Factor Control Australian Journal of Basic and Applied Sciences, 8(4) Special 214, Pages: 49-417 AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com A Novel

More information

International Journal of Advance Engineering and Research Development SIMULATION OF FIELD ORIENTED CONTROL OF PERMANENT MAGNET SYNCHRONOUS MOTOR

International Journal of Advance Engineering and Research Development SIMULATION OF FIELD ORIENTED CONTROL OF PERMANENT MAGNET SYNCHRONOUS MOTOR Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 4, April -2015 SIMULATION

More information

Lesson 17: Synchronous Machines

Lesson 17: Synchronous Machines Lesson 17: Synchronous Machines ET 332b Ac Motors, Generators and Power Systems Lesson 17_et332b.pptx 1 Learning Objectives After this presentation you will be able to: Explain how synchronous machines

More information

Mathematical Modelling of Permanent Magnet Synchronous Motor with Rotor Frame of Reference

Mathematical Modelling of Permanent Magnet Synchronous Motor with Rotor Frame of Reference Mathematical Modelling of Permanent Magnet Synchronous Motor with Rotor Frame of Reference Mukesh C Chauhan 1, Hitesh R Khunt 2 1 P.G Student (Electrical),2 Electrical Department, AITS, rajkot 1 mcchauhan1@aits.edu.in

More information

DESIGN AND MODELLING OF SENSORLESS VECTOR CONTROLLED INDUCTION MOTOR USING MODEL REFERENCE ADAPTIVE SYSTEMS

DESIGN AND MODELLING OF SENSORLESS VECTOR CONTROLLED INDUCTION MOTOR USING MODEL REFERENCE ADAPTIVE SYSTEMS DESIGN AND MODELLING OF SENSORLESS VECTOR CONTROLLED INDUCTION MOTOR USING MODEL REFERENCE ADAPTIVE SYSTEMS Janaki Pakalapati 1 Assistant Professor, Dept. of EEE, Avanthi Institute of Engineering and Technology,

More information

Extended Kalman Filter based State Estimation of Wind Turbine

Extended Kalman Filter based State Estimation of Wind Turbine Extended Kalman Filter based State Estimation of Wind Turbine Kavitha N*, Vijayachitra S# *PG Scholar,.E. Control and Instrumentation Engineering #Professor, Department of Electronics and Instrumentation

More information

Doubly-Fed Induction Generator Wind Turbine Model for Fault Ride-Through Investigation

Doubly-Fed Induction Generator Wind Turbine Model for Fault Ride-Through Investigation 32 ECTI TRANSACTIONS ON ELECTRICAL ENG., ELECTRONICS, AND COMMUNICATIONS VOL.11, NO.1 February 2013 Doubly-Fed Induction Generator Wind Turbine Model for Fault Ride-Through Investigation Yutana Chongjarearn

More information

Simulations and Control of Direct Driven Permanent Magnet Synchronous Generator

Simulations and Control of Direct Driven Permanent Magnet Synchronous Generator Simulations and Control of Direct Driven Permanent Magnet Synchronous Generator Project Work Dmitry Svechkarenko Royal Institute of Technology Department of Electrical Engineering Electrical Machines and

More information

Sensorless Control for High-Speed BLDC Motors With Low Inductance and Nonideal Back EMF

Sensorless Control for High-Speed BLDC Motors With Low Inductance and Nonideal Back EMF Sensorless Control for High-Speed BLDC Motors With Low Inductance and Nonideal Back EMF P.Suganya Assistant Professor, Department of EEE, Bharathiyar Institute of Engineering for Women Salem (DT). Abstract

More information

Sensorless DTC-SVM of Induction Motor by Applying Two Neural Controllers

Sensorless DTC-SVM of Induction Motor by Applying Two Neural Controllers Sensorless DTC-SVM of Induction Motor by Applying Two Neural Controllers Abdallah Farahat Mahmoud Dept. of Electrical Engineering, Al-Azhar University, Qena, Egypt engabdallah2012@azhar.edu.eg Adel S.

More information

Control Methods for Doubly-Fed Reluctance Machines

Control Methods for Doubly-Fed Reluctance Machines Control Methods for Doubly-Fed Reluctance Machines MILUTIN JOVANOVIĆ and KRISHNA BUSAWON School of Computing, Engineering and Information Sciences University of Northumbria at Newcastle Newcastle upon

More information

AC Induction Motor Stator Resistance Estimation Algorithm

AC Induction Motor Stator Resistance Estimation Algorithm 7th WSEAS International Conference on Electric Power Systems, High Voltages, Electric Machines, Venice, Italy, November 21-23, 27 86 AC Induction Motor Stator Resistance Estimation Algorithm PETR BLAHA

More information

A GENERALISED OPERATIONAL EQUIVALENT CIRCUIT OF INDUCTION MACHINES FOR TRANSIENT/DYNAMIC STUDIES UNDER DIFFERENT OPERATING CONDITIONS

A GENERALISED OPERATIONAL EQUIVALENT CIRCUIT OF INDUCTION MACHINES FOR TRANSIENT/DYNAMIC STUDIES UNDER DIFFERENT OPERATING CONDITIONS A GENERALISED OPERATIONAL EQUIVALENT CIRCUIT OF INDUCTION MACHINES FOR TRANSIENT/DYNAMIC STUDIES UNDER DIFFERENT OPERATING CONDITIONS S. S. Murthy Department of Electrical Engineering Indian Institute

More information

Robust Speed Controller Design for Permanent Magnet Synchronous Motor Drives Based on Sliding Mode Control

Robust Speed Controller Design for Permanent Magnet Synchronous Motor Drives Based on Sliding Mode Control Available online at www.sciencedirect.com ScienceDirect Energy Procedia 88 (2016 ) 867 873 CUE2015-Applied Energy Symposium and Summit 2015: ow carbon cities and urban energy systems Robust Speed Controller

More information

Predictive Control Strategy for DFIG Wind Turbines with Maximum Power Point Tracking Using Multilevel Converters

Predictive Control Strategy for DFIG Wind Turbines with Maximum Power Point Tracking Using Multilevel Converters Predictive Control Strategy for DFIG Wind Turbines with Maximum Power Point Tracking Using Multilevel Converters José Sayritupac 1, Eduardo Albánez 1, Johnny Rengifo 1, José Aller 1,2 and José Restrepo

More information

Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation

Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation James Ranjith Kumar. R, Member, IEEE, Amit Jain, Member, IEEE, Power Systems Division,

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

Lecture 8: Sensorless Synchronous Motor Drives

Lecture 8: Sensorless Synchronous Motor Drives 1 / 22 Lecture 8: Sensorless Synchronous Motor Drives ELEC-E8402 Control of Electric Drives and Power Converters (5 ECTS) Marko Hinkkanen Spring 2017 2 / 22 Learning Outcomes After this lecture and exercises

More information

Equivalent Circuits with Multiple Damper Windings (e.g. Round rotor Machines)

Equivalent Circuits with Multiple Damper Windings (e.g. Round rotor Machines) Equivalent Circuits with Multiple Damper Windings (e.g. Round rotor Machines) d axis: L fd L F - M R fd F L 1d L D - M R 1d D R fd R F e fd e F R 1d R D Subscript Notations: ( ) fd ~ field winding quantities

More information

3 d Calculate the product of the motor constant and the pole flux KΦ in this operating point. 2 e Calculate the torque.

3 d Calculate the product of the motor constant and the pole flux KΦ in this operating point. 2 e Calculate the torque. Exam Electrical Machines and Drives (ET4117) 11 November 011 from 14.00 to 17.00. This exam consists of 5 problems on 4 pages. Page 5 can be used to answer problem 4 question b. The number before a question

More information

Electric Machines I Three Phase Induction Motor. Dr. Firas Obeidat

Electric Machines I Three Phase Induction Motor. Dr. Firas Obeidat Electric Machines I Three Phase Induction Motor Dr. Firas Obeidat 1 Table of contents 1 General Principles 2 Construction 3 Production of Rotating Field 4 Why Does the Rotor Rotate 5 The Slip and Rotor

More information

Control and simulation of doubly fed induction generator for variable speed wind turbine systems based on an integrated Finite Element approach

Control and simulation of doubly fed induction generator for variable speed wind turbine systems based on an integrated Finite Element approach Control and simulation of doubly fed induction generator for variable speed wind turbine systems based on an integrated Finite Element approach Qiong zhong Chen*, Michel Defourny #, Olivier Brüls* *Department

More information

Robust Controller Design for Speed Control of an Indirect Field Oriented Induction Machine Drive

Robust Controller Design for Speed Control of an Indirect Field Oriented Induction Machine Drive Leonardo Electronic Journal of Practices and Technologies ISSN 1583-1078 Issue 6, January-June 2005 p. 1-16 Robust Controller Design for Speed Control of an Indirect Field Oriented Induction Machine Drive

More information

Simplified EKF Based Sensorless Direct Torque Control of Permanent Magnet Brushless AC Drives

Simplified EKF Based Sensorless Direct Torque Control of Permanent Magnet Brushless AC Drives International Journal of Automation and Computing (24) 35-4 Simplified EKF Based Sensorless Direct Torque Control of Permanent Magnet Brushless AC Drives Yong Liu, Ziqiang Zhu, David Howe Department of

More information

Electrical Machines and Energy Systems: Operating Principles (Part 2) SYED A Rizvi

Electrical Machines and Energy Systems: Operating Principles (Part 2) SYED A Rizvi Electrical Machines and Energy Systems: Operating Principles (Part 2) SYED A Rizvi AC Machines Operating Principles: Synchronous Motor In synchronous motors, the stator of the motor has a rotating magnetic

More information

A NOVEL FLUX-SPACE-VECTOR-BASED DIRECT TORQUE CONTROL SCHEME FOR PMSG USED IN VARIABLE-SPEED DIRECT-DRIVE WECS

A NOVEL FLUX-SPACE-VECTOR-BASED DIRECT TORQUE CONTROL SCHEME FOR PMSG USED IN VARIABLE-SPEED DIRECT-DRIVE WECS A NOVEL FLUX-SPACE-VECTOR-BASED DIRECT TORQUE CONTROL SCHEME FOR PMSG USED IN VARIABLE-SPEED DIRECT-DRIVE WECS B.VENKATESWARARAJU 1, B. YELLA REDDY 2 1 Mtech Scholar, 2 Assistant Professor Department of

More information

MATLAB SIMULINK Based DQ Modeling and Dynamic Characteristics of Three Phase Self Excited Induction Generator

MATLAB SIMULINK Based DQ Modeling and Dynamic Characteristics of Three Phase Self Excited Induction Generator 628 Progress In Electromagnetics Research Symposium 2006, Cambridge, USA, March 26-29 MATLAB SIMULINK Based DQ Modeling and Dynamic Characteristics of Three Phase Self Excited Induction Generator A. Kishore,

More information

An adaptive sliding mode control scheme for induction motor drives

An adaptive sliding mode control scheme for induction motor drives An adaptive sliding mode control scheme for induction motor drives Oscar Barambones, Patxi Alkorta, Aitor J. Garrido, I. Garrido and F.J. Maseda ABSTRACT An adaptive sliding-mode control system, which

More information

Direct Flux Vector Control Of Induction Motor Drives With Maximum Efficiency Per Torque

Direct Flux Vector Control Of Induction Motor Drives With Maximum Efficiency Per Torque Direct Flux Vector Control Of Induction Motor Drives With Maximum Efficiency Per Torque S. Rajesh Babu 1, S. Sridhar 2 1 PG Scholar, Dept. Of Electrical & Electronics Engineering, JNTUACEA, Anantapuramu,

More information

Lecture 1: Induction Motor

Lecture 1: Induction Motor 1 / 22 Lecture 1: Induction Motor ELEC-E8402 Control of Electric Drives and Power Converters (5 ECTS) Marko Hinkkanen Aalto University School of Electrical Engineering Spring 2016 2 / 22 Learning Outcomes

More information

A Direct Torque Controlled Induction Motor with Variable Hysteresis Band

A Direct Torque Controlled Induction Motor with Variable Hysteresis Band UKSim 2009: th International Conference on Computer Modelling and Simulation A Direct Torque Controlled Induction Motor with Variable Hysteresis Band Kanungo Barada Mohanty Electrical Engineering Department,

More information

MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTROLLER FOR INDUCTION MOTOR DRIVE

MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTROLLER FOR INDUCTION MOTOR DRIVE International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 6, Issue 3, March, 2015, pp. 70-81, Article ID: IJARET_06_03_008 Available online at http://www.iaeme.com/ijaret/issues.asp?jtypeijaret&vtype=6&itype=3

More information

ISSN: (Online) Volume 2, Issue 2, February 2014 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 2, Issue 2, February 2014 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 2, Issue 2, February 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Paper / Case Study Available online at:

More information

Static Characteristics of Switched Reluctance Motor 6/4 By Finite Element Analysis

Static Characteristics of Switched Reluctance Motor 6/4 By Finite Element Analysis Australian Journal of Basic and Applied Sciences, 5(9): 1403-1411, 2011 ISSN 1991-8178 Static Characteristics of Switched Reluctance Motor 6/4 By Finite Element Analysis 1 T. Jahan. 2 M.B.B. Sharifian

More information

Induction Motors. The single-phase induction motor is the most frequently used motor in the world

Induction Motors. The single-phase induction motor is the most frequently used motor in the world Induction Motor The single-phase induction motor is the most frequently used motor in the world Most appliances, such as washing machines and refrigerators, use a single-phase induction machine Highly

More information

EFFECTS OF LOAD AND SPEED VARIATIONS IN A MODIFIED CLOSED LOOP V/F INDUCTION MOTOR DRIVE

EFFECTS OF LOAD AND SPEED VARIATIONS IN A MODIFIED CLOSED LOOP V/F INDUCTION MOTOR DRIVE Nigerian Journal of Technology (NIJOTECH) Vol. 31, No. 3, November, 2012, pp. 365 369. Copyright 2012 Faculty of Engineering, University of Nigeria. ISSN 1115-8443 EFFECTS OF LOAD AND SPEED VARIATIONS

More information

Available online at ScienceDirect. Procedia Technology 25 (2016 )

Available online at   ScienceDirect. Procedia Technology 25 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Technology 25 (2016 ) 801 807 Global Colloquium in Recent Advancement and Effectual Researches in Engineering, Science and Technology (RAEREST

More information

Inertia Identification and Auto-Tuning. of Induction Motor Using MRAS

Inertia Identification and Auto-Tuning. of Induction Motor Using MRAS Inertia Identification and Auto-Tuning of Induction Motor Using MRAS Yujie GUO *, Lipei HUANG *, Yang QIU *, Masaharu MURAMATSU ** * Department of Electrical Engineering, Tsinghua University, Beijing,

More information

A Power System Dynamic Simulation Program Using MATLAB/ Simulink

A Power System Dynamic Simulation Program Using MATLAB/ Simulink A Power System Dynamic Simulation Program Using MATLAB/ Simulink Linash P. Kunjumuhammed Post doctoral fellow, Department of Electrical and Electronic Engineering, Imperial College London, United Kingdom

More information

Effect of Parametric Variations and Voltage Unbalance on Adaptive Speed Estimation Schemes for Speed Sensorless Induction Motor Drives

Effect of Parametric Variations and Voltage Unbalance on Adaptive Speed Estimation Schemes for Speed Sensorless Induction Motor Drives International Journal of Power Electronics and Drive System (IJPEDS) Vol. 6, No. 1, March 2015, pp. 77~85 ISSN: 2088-8694 77 Effect of Parametric Variations and Voltage Unbalance on Adaptive Speed Estimation

More information

Parameter Estimation of Three Phase Squirrel Cage Induction Motor

Parameter Estimation of Three Phase Squirrel Cage Induction Motor International Conference On Emerging Trends in Mechanical and Electrical Engineering RESEARCH ARTICLE OPEN ACCESS Parameter Estimation of Three Phase Squirrel Cage Induction Motor Sonakshi Gupta Department

More information

A New Predictive Control Strategy Dedicated to Salient Pole Synchronous Machines

A New Predictive Control Strategy Dedicated to Salient Pole Synchronous Machines A New Predictive Control Strategy Dedicated to Salient Pole Synchronous Machines Nicolas Patin Member IEEE University of Technology of Compiègne Laboratoire d Electromécanique de Compiègne Rue Personne

More information

Robust Non-Linear Direct Torque and Flux Control of Adjustable Speed Sensorless PMSM Drive Based on SVM Using a PI Predictive Controller

Robust Non-Linear Direct Torque and Flux Control of Adjustable Speed Sensorless PMSM Drive Based on SVM Using a PI Predictive Controller Journal of Engineering Science and Technology Review 3 (1) (2010) 168-175 Research Article JOURNAL OF Engineering Science and Technology Review www.jestr.org Robust Non-Linear Direct Torque and Flux Control

More information

JRE SCHOOL OF Engineering

JRE SCHOOL OF Engineering JRE SCHOOL OF Engineering Class Test-1 Examinations September 2014 Subject Name Electromechanical Energy Conversion-II Subject Code EEE -501 Roll No. of Student Max Marks 30 Marks Max Duration 1 hour Date

More information

Wind Turbines under Power-Grid Partial Islanding

Wind Turbines under Power-Grid Partial Islanding European Association for the Development of Renewable Energies, Environment and Power Quality (EAEPQ) International Conference on Renewable Energies and Power Quality (ICREPQ 1) Santiago de Compostela

More information

Sensorless Motor Drives with Predictive Current Control

Sensorless Motor Drives with Predictive Current Control IOSR Journal Of Environmental Science, Toxicology And Food Technology (IOSR-JESTFT) e-issn: 2319-2402,p- ISSN: 2319-2399. Volume 3, Issue 2 (Jan. - Feb. 2013), PP 01-10 www.iosrjournals.org Sensorless

More information

Transient Analysis of Doubly Fed Wind Power Induction Generator Using Coupled Field-Circuit Model

Transient Analysis of Doubly Fed Wind Power Induction Generator Using Coupled Field-Circuit Model Publication P2 Seman, S., Kanerva, S., Niiranen, J., Arkkio, A. 24. Transient Analysis of Wind Power Doubly Fed Induction Generator Using Coupled Field Circuit Model, Proceedings of ICEM 24, 5-8 September

More information

1 Kalman Filter Introduction

1 Kalman Filter Introduction 1 Kalman Filter Introduction You should first read Chapter 1 of Stochastic models, estimation, and control: Volume 1 by Peter S. Maybec (available here). 1.1 Explanation of Equations (1-3) and (1-4) Equation

More information

Dynamics of the synchronous machine

Dynamics of the synchronous machine ELEC0047 - Power system dynamics, control and stability Dynamics of the synchronous machine Thierry Van Cutsem t.vancutsem@ulg.ac.be www.montefiore.ulg.ac.be/~vct October 2018 1 / 38 Time constants and

More information

Independent Control of Speed and Torque in a Vector Controlled Induction Motor Drive using Predictive Current Controller and SVPWM

Independent Control of Speed and Torque in a Vector Controlled Induction Motor Drive using Predictive Current Controller and SVPWM Independent Control of Speed and Torque in a Vector Controlled Induction Motor Drive using Predictive Current Controller and SVPWM Vandana Peethambaran 1, Dr.R.Sankaran 2 Assistant Professor, Dept. of

More information

1234. Sensorless speed control of a vector controlled three-phase induction motor drive by using MRAS

1234. Sensorless speed control of a vector controlled three-phase induction motor drive by using MRAS 1234. Sensorless speed control of a vector controlled three-phase induction motor drive by using MRAS Ali Saffet Altay 1, Mehmet Emin Tacer 2, Ahmet Faik Mergen 3 1, 3 Istanbul Technical University, Department

More information

Lecture 9: Space-Vector Models

Lecture 9: Space-Vector Models 1 / 30 Lecture 9: Space-Vector Models ELEC-E8405 Electric Drives (5 ECTS) Marko Hinkkanen Autumn 2017 2 / 30 Learning Outcomes After this lecture and exercises you will be able to: Include the number of

More information

ECE 5670/6670 Lab 8. Torque Curves of Induction Motors. Objectives

ECE 5670/6670 Lab 8. Torque Curves of Induction Motors. Objectives ECE 5670/6670 Lab 8 Torque Curves of Induction Motors Objectives The objective of the lab is to measure the torque curves of induction motors. Acceleration experiments are used to reconstruct approximately

More information

Internal Model Control Approach to PI Tunning in Vector Control of Induction Motor

Internal Model Control Approach to PI Tunning in Vector Control of Induction Motor Internal Model Control Approach to PI Tunning in Vector Control of Induction Motor Vipul G. Pagrut, Ragini V. Meshram, Bharat N. Gupta, Pranao Walekar Department of Electrical Engineering Veermata Jijabai

More information

Power density improvement of three phase flux reversal machine with distributed winding

Power density improvement of three phase flux reversal machine with distributed winding Published in IET Electric Power Applications Received on 4th January 2009 Revised on 2nd April 2009 ISSN 1751-8660 Power density improvement of three phase flux reversal machine with distributed winding

More information

MODELING AND SIMULATION OF ENGINE DRIVEN INDUCTION GENERATOR USING HUNTING NETWORK METHOD

MODELING AND SIMULATION OF ENGINE DRIVEN INDUCTION GENERATOR USING HUNTING NETWORK METHOD MODELING AND SIMULATION OF ENGINE DRIVEN INDUCTION GENERATOR USING HUNTING NETWORK METHOD K. Ashwini 1, G. N. Sreenivas 1 and T. Giribabu 2 1 Department of Electrical and Electronics Engineering, JNTUH

More information

ROBUST SPEED CONTROL FOR A VARIABLE SPEED WIND TURBINE. Received August 2011; revised December 2011

ROBUST SPEED CONTROL FOR A VARIABLE SPEED WIND TURBINE. Received August 2011; revised December 2011 International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 11, November 2012 pp. 7627 7640 ROBUST SPEED CONTROL FOR A VARIABLE SPEED

More information

CHAPTER 2 CAPACITANCE REQUIREMENTS OF SIX-PHASE SELF-EXCITED INDUCTION GENERATORS

CHAPTER 2 CAPACITANCE REQUIREMENTS OF SIX-PHASE SELF-EXCITED INDUCTION GENERATORS 9 CHAPTER 2 CAPACITANCE REQUIREMENTS OF SIX-PHASE SELF-EXCITED INDUCTION GENERATORS 2.. INTRODUCTION Rapidly depleting rate of conventional energy sources, has led the scientists to explore the possibility

More information

SENSORLESS SPEED AND REACTIVE POWER CONTROL OF A DFIG-WIND TURBINE

SENSORLESS SPEED AND REACTIVE POWER CONTROL OF A DFIG-WIND TURBINE SENSORLESS SPEED AND REACTIVE POWER CONTROL OF A DFIG-WIND TURBINE 1 ADIL BARRA, 2 HAMID OUADI 1,2 PMMAT Lab, University Hassan II, Faculty of Science, Casablanca, Morocco E-mail: 1 barra.adil@gmail.com,

More information

Transient Analysis of Three Phase Squirrel Cage Induction Machine using Matlab

Transient Analysis of Three Phase Squirrel Cage Induction Machine using Matlab Transient Analysis of Three Phase Squirrel Cage Induction Machine using Matlab Mukesh Kumar Arya*, Dr.Sulochana Wadhwani** *( Department of Electrical Engineering, Madhav Institute of Technology & Science,

More information

PERFORMANCE OF SENSORLESS CONTROL OF PERMANENT MAGNET SYNCHRONOUS GENERATOR IN WIND TURBINE SYSTEM*

PERFORMANCE OF SENSORLESS CONTROL OF PERMANENT MAGNET SYNCHRONOUS GENERATOR IN WIND TURBINE SYSTEM* Vol. 1(6), No. 2, 2016 POWER ELECTRONICS AND DRIVES DOI: 10.5277/PED160210 PERFORMANCE OF SENSORLESS CONTROL OF PERMANENT MAGNET SYNCHRONOUS GENERATOR IN WIND TURBINE SYSTEM OTR GAJEWSKI, KRZYSZTOF EŃKOWSKI

More information

Analysis, Design, Implementation of Sensorless V/f control in a Surface Mounted PMSM without damper winding

Analysis, Design, Implementation of Sensorless V/f control in a Surface Mounted PMSM without damper winding Analysis, Design, Implementation of Sensorless V/f control in a Surface Mounted PMSM without damper winding Sourabh Paitandi 1, Mainak Sengupta 2 Dept. of Electrical Engineering, Indian Institute of Engineering

More information

Novel DTC-SVM for an Adjustable Speed Sensorless Induction Motor Drive

Novel DTC-SVM for an Adjustable Speed Sensorless Induction Motor Drive Novel DTC-SVM for an Adjustable Speed Sensorless Induction Motor Drive Nazeer Ahammad S1, Sadik Ahamad Khan2, Ravi Kumar Reddy P3, Prasanthi M4 1*Pursuing M.Tech in the field of Power Electronics 2*Working

More information

Chapter 5 Three phase induction machine (1) Shengnan Li

Chapter 5 Three phase induction machine (1) Shengnan Li Chapter 5 Three phase induction machine (1) Shengnan Li Main content Structure of three phase induction motor Operating principle of three phase induction motor Rotating magnetic field Graphical representation

More information

ECEN 667 Power System Stability Lecture 18: Voltage Stability, Load Models

ECEN 667 Power System Stability Lecture 18: Voltage Stability, Load Models ECEN 667 Power System Stability Lecture 18: Voltage Stability, Load Models Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas A&M University, overbye@tamu.edu 1 Announcements Read Chapter

More information

Modelling of Closed Loop Speed Control for Pmsm Drive

Modelling of Closed Loop Speed Control for Pmsm Drive Modelling of Closed Loop Speed Control for Pmsm Drive Vikram S. Sathe, Shankar S. Vanamane M. Tech Student, Department of Electrical Engg, Walchand College of Engineering, Sangli. Associate Prof, Department

More information