WITH THE advent of low-cost personal computers and

Size: px
Start display at page:

Download "WITH THE advent of low-cost personal computers and"

Transcription

1 IEEE TRANSACTIONS ON EDUCATION, VOL. 48, NO. 1, FEBRUARY Induction Motor Tests Using MATLAB/Simulink and Their Integration Into Undergraduate Electric Machinery Courses Saffet Ayasun, Member, IEEE, and Chika O. Nwankpa, Member, IEEE Abstract This paper describes MATLAB/Simulink implementation of three induction motor tests, namely dc, no-load, and blocked-rotor tests performed to identify equivalent circuit parameters. These simulation models are developed to support and enhance electric machinery education at the undergraduate level. The proposed tests have been successfully integrated into electric machinery courses at Drexel University, Philadelphia, PA, and Nigde University, Nigde, Turkey. Index Terms Education, induction motors, MATLAB/ Simulink, software laboratory. I. INTRODUCTION WITH THE advent of low-cost personal computers and various easily accessible software packages, computer-aided teaching tools have become an essential part of both classroom lectures and laboratory experiments in electrical machinery education [1] [6]. The computer models and simulations of induction motors, as teaching tools, support the classroom teaching by enabling the instructor, through the computer-generated graphics, to illustrate easily steady-state operation of the motor under various loading conditions [2] [5]. The computational tools as a part of laboratory experiments enhance laboratory experience by providing students with the opportunity to verify the results of laboratory experiments and compare them with those obtained by computer simulations. Such a comparison opportunity helps students realize the limitations of hardware experiments and, as a counterpoint, appreciate that computer models cannot substitute for actual hardware experiments that might not exactly represent the operation of induction motors because of some modeling assumptions [1], [2]. Moreover, an undergraduate electric machinery course that integrates up-to-date computer hardware and software tools in both lecture and laboratory sections also meets the expectations of today s students who want to use computers and simulation tools in every aspects of a course, and thus, possibly attracts more students [2], [3]. Manuscript received March 6, 2003; revised November 22, This work was supported in part by the U.S. Department of Energy under Contract ER S. Ayasun is with the Department of Electric and Electronics Engineering, Nigde University, College of Engineering, Nigde, 51200, Turkey ( saffetayasun@yahoo.com). C. O. Nwankpa is with the Department of Electrical and Computer Engineering, Drexel University, Philadelphia, PA USA ( chika@nwankpa.ece.drexel.edu). Digital Object Identifier /TE Electrical machinery courses at the undergraduate level typically consist of classroom and laboratory sections. The classroom section covers the steady-state operation of the induction motor in which the per-phase equivalent circuit is used to compute various motor quantities, such as input current and power, power factor, developed torque, and efficiency. The computations associated with the steady-state operation require the knowledge of equivalent circuit parameters. These parameters are obtained by performing three tests, namely dc, no-load, and blocked-rotor tests on the motor in a typical laboratory experiment [7]. The laboratory section includes these tests and a load experiment that allows students to become familiar with the induction motor operation and to gain invaluable hardware and measurement experiences. The authors experience while teaching induction motors at Drexel University, Philadelphia, PA, indicates that students generally have difficulty when they come to the laboratory to carry out these experiments even though the corresponding theory is extensively covered in the classroom section with a detailed hand-out describing laboratory facilities and the procedure of the experiments, given to them at least a week before the laboratory. Students are not familiar with a laboratory environment that contains large machines and relatively complex measurement methods and devices as compared with other laboratories they have been to before. The time constraints during the laboratory exercise are also a difficult adjustment. In a usual two-hour laboratory section, students are required to set up and perform four induction motor experiments, to take the necessary measurements, and to investigate steady-state performance of the motor under various loading conditions. Because of the time limitations, students often rush through the experiments in order to finish them on time, which unfortunately prevents them from getting a true feeling of motor operation and from appreciating what has been accomplished during the laboratory practice. Therefore, simulation tools must be developed for induction motor experiments to serve as useful preparatory exercises before students come to the laboratory. The objective of this paper is to present simulation models of these induction motor experiments in an effort to design a computational laboratory. The dc, no-load, and blocked-rotor simulation models are developed as stand-alone applications using MATLAB/Simulink [8] and Power System Blockset (PSB) [9]. For the load experiment, students are required to write a computer program using MATLAB s M-file programming for the per-phase equivalent circuit of the induction motor to compute operating quantities /05$ IEEE

2 38 IEEE TRANSACTIONS ON EDUCATION, VOL. 48, NO. 1, FEBRUARY 2005 Fig. 1. Per-phase equivalent circuit of an induction motor. Fig. 2. Experimental setup of the dc test. Such an assignment improves students programming skills that would be helpful in other classes as well. The remainder of the paper is organized as follows. Section II describes the dc, no-load, and blocked-rotor tests. For the sake of completeness, first the experimental setup for each test is provided with a brief explanation of how these tests are conducted and how the corresponding measurements are used to compute the equivalent circuit parameters. Then, for each test, the corresponding Simulink/PSB model is presented and compared with the actual experimental setup emphasizing the similarities and discrepancies. Section III compares the equivalent circuit parameters determined using simulation data and data obtained from experiments. Section IV explains how to integrate these simulation models into undergraduate electric machine courses at two different universities, while the last section concludes the paper. II. INDUCTION MOTOR TESTS: EXPERIMENTAL SETUPS AND SIMULINK/PSB MODELS The steady-state operating characteristics of a three-phase induction motor are often investigated using a per-phase equivalent circuit as shown in Fig. 1. In this circuit, and represent stator resistance and leakage reactance, respectively; and denote the rotor resistance and leakage reactance referred to the stator, respectively; resistance stands for core losses; represents magnetizing reactance; and denotes the slip. The equivalent circuit is used to facilitate the computation of various operating quantities, such as stator current, input power, losses, induced torque, and efficiency. When power aspects of the operation need to be emphasized, the shunt resistance is usually neglected; the core losses can be included in efficiency calculations along with the friction, windage, and stray losses. The parameters of the equivalent circuit can be obtained from the dc, no-load, and blocked-rotor tests [7], [10]. In the following, both experimental setup and Simulink/PSB models of each test are described. The PSB is a useful software package to develop simulation models for power system applications in the MATLAB/Simulink environment. With its graphical user interface and extensive library, it provides power engineers and researchers with a modern and interactive design tool to build simulation models rapidly and easily. MATLAB and Simulink/PSB have been widely used by educators to enhance teaching of transient and steady-state characteristics of induction machines [2], [3], [11]. Of course, other commercial software packages, such as Maple and MathCad, are commonly used in electrical engineering education with their advantages and disadvantages [12]. The reason that MATLAB with its toolboxes was selected is that it is the main software package used in almost all undergraduate courses in the authors institutions as a computation tool to reinforce electrical engineering education. Therefore, students can easily access to MATLAB, and they already have the basic programming skills to use the given Simulink models and to write computer programs when required before coming to the machinery class. A. dc Test The dc test is performed to compute the stator winding resistance. A dc voltage is applied to the stator windings of an induction motor. The resulting current flowing through the stator windings is a dc current; thus, no voltage is induced in the rotor circuit, and the motor reactance is zero. The stator resistance is the only circuit parameter limiting current flow. Fig. 2 shows

3 AYASUN AND NWANKPA: INDUCTION MOTOR TESTS USING MATLAB/SIMULINK 39 Fig. 3. Simulink/PSB implementation of the dc test. Fig. 4. Experimental setup of the no-load test. the experimental setup of the dc test conducted at the Interconnected Power Systems Laboratory (IPSL) [13] of Drexel University. A 120-V dc power source is applied to the two phases of a Y-connected induction motor. A group of light bulbs are installed in the circuit as a resistive load in order to adjust dc current to the rated value. The current in the stator windings and voltage across the two phases of the motor are measured. Fig. 3 depicts the Simulink/PSB implementation of the dc test. From the PSB machine library, an induction motor block is used whose electrical parameters (such as nominal voltage and equivalent circuit parameters) and mechanical parameters (such as inertia and number of poles) can be specified in either International System of Units (S.I.) or in per unit [9]. Similar to the experimental setup, a 120-V dc source is applied to the two phases (phases A and B) of the induction motor through a series resistance, while the phase C is grounded through a resistance branch in order to have a complete electrical connection. The purpose of the series resistance between the dc source and the induction motor is to limit the current flowing through the two windings of the motor to its rated value, which is similar to the lighting bulbs used in the hardware setup of Fig. 2. Voltage and current measurement blocks measure the instantaneous voltage across two phases and the current flowing through the windings, respectively. Two scopes display the waveforms of the voltage and current, while two display boxes are used to obtain the steady-state values of the dc voltage, and current. With these two measurements, the stator resistance can easily be computed as The stator resistance obtained from the dc test is an approximate value of the actual one since the skin effect observed when (1)

4 40 IEEE TRANSACTIONS ON EDUCATION, VOL. 48, NO. 1, FEBRUARY 2005 Fig. 5. Simulink/PSB implementation of the no-load test. an ac voltage is applied to the stator windings and temperature effects are not taken into consideration. However, this approximation is reasonable enough for teaching purposes. B. No-Load Test The no-load test on an induction motor is conducted to measure the rotational losses of the motor and to determine some of its equivalent circuit parameters. In this test, a rated, balanced ac voltage at a rated frequency is applied to the stator while it is running at no load, and input power, voltage, and phase currents are measured at the no-load condition. Fig. 4 illustrates the experimental setup of the no-load test conducted at Drexel University s IPSL. Fig. 5 shows the Simulink/PSB realization of the no-load test, where a three-phase balanced Y-connected ac source whose per-phase voltage is 120 V/60 Hz is applied to the stator terminal of the induction motor. The electrical inputs of the induction motor block are the three electrical connections of the stator (terminals A-B-C), while the electrical outputs (terminals a-b-c) are the three electrical connections of the rotor, which is short-circuited. The input block (terminal Tm) is the mechanical torque at the machine s shaft. This torque is set to be zero to simulate the no-load condition. The equivalent circuit parameters obtained from experimental data and the number of poles are specified using the induction motor-block dialogue box. Three current measurement blocks are used to measure the instantaneous current of each phase. The output of each current measurement block is connected to a root-mean-square (rms) block, called signal rms, to determine the rms value of each phase current. This block computes the rms value of the input signal over a running window of the one cycle of the specified fundamental frequency (60 Hz). Three display boxes read these rms values. Similarly, a voltage measurement block, an rms block, and a display box are used to measure the phase A voltage. The outputs of the voltage measurement block and the current measurement block of phase A are connected to a power measurement block, called the active and reactive power measurement, that computes the active power and reactive power. The output of this block is connected to a scope and to a display block to obtain the waveforms and the values of and. The output terminal of the induction motor block (terminal m-si) allows for the measurement of several variables, such as speed and electrical torque. A machine measurement block is used to get the mechanical speed. Through the scope and display block, the waveform and the steady-state value of the rotor speed can easily be measured in rad per second, or the corresponding data can be written to MATLAB s workspace to make use of other graphical tools available in MATLAB. Fig. 6 shows the evolution of the mechanical speed during the no-load simulation. The rotor speed reaches its steady-state value (188.5 rad/s for the tested motor) quickly, indicating that MATLAB/Simulink is an appropriate tool to investigate steady-state behavior of induction motors as well. One can see that there are some differences between the hardware setup and Simulink/PSB model. For example, the per-phase-based real and reactive input power is measured in the simulation model, while in the experiment the total three-phase real input power is measured. However, this difference is

5 AYASUN AND NWANKPA: INDUCTION MOTOR TESTS USING MATLAB/SIMULINK 41 Fig. 6. Evolution of the mechanical speed during the no-load test simulation. not significant since under the three-phase balanced operation, computations are usually completed using the per-phase quantities. Similarly, the per-phase voltage is measured in the simulation, as opposed to the line-to-line voltages measured in the hardware experiment. These measurements enable the approximate computation of the sum of the magnetizing reactance and the stator leakage reactance as follows [7]: or (2) where is the per-phase voltage, is the phase A measured reactive power, and is the average phase current measured. Using measured input power and the stator resistance obtained from the dc test, rotational losses of the motor given by the sum of the friction, windage, and core losses can be found, as follows: C. Blocked-Rotor Test The blocked-rotor test on an induction motor is performed to determine some of its equivalent circuit parameters. In this test, the rotor of the induction motor is blocked, and a reduced voltage is applied to the stator terminals so that the rated current flows through the stator windings. The input power, voltage, and current are measured. For some design-class induction motors, this test is conducted under a test frequency, usually less than the normal operating frequency so as to evaluate the rotor resistance appropriately [7]. The experimental setup of the blocked-rotor test is not shown here since it is similar to that of the no-load test shown in Fig. 4. The only difference is that a synchronous generator coupled with a dc motor and auto transformer were (3) installed in the circuit in order to perform the blocked-rotor test at various frequencies and to control input voltage to the stator. Fig. 7 shows the Simulink/PSB model of the blocked-rotor test. This model is almost the same as that of the no-load test shown in Fig. 5. However, there is a slight difference between the two models. In the blocked-rotor model, the inertia of the induction motor is set to infinity in order to simulate the blocked-rotor condition. Several measurements blocks are used to measure the current, voltage, and active/reactive powers. The mechanical torque to the rotor is set to an arbitrary nonzero value [in this case, 5 Newton-meter (N.m)], which will not affect the blocked-rotor condition since the inertia is infinite. Because of the infinite inertia, rotor speed remains at zero during the blocked-rotor simulation. Various test frequencies for blocked-rotor simulation can be easily achieved by changing the frequencies of the -connected voltage sources rather than using a synchronous generator coupled with a dc motor. The measurement data from the blocked rotor test enables one to determine approximately the blocked-rotor resistance and reactance at the test frequency where is the blocked-rotor resistance, and is the blocked-rotor reactance at the test frequency [7]. If the test frequency is different from the rated frequency, one can compute the total equivalent reactance at the normal or (4) (5)

6 42 IEEE TRANSACTIONS ON EDUCATION, VOL. 48, NO. 1, FEBRUARY 2005 Fig. 7. Simulink/PSB implementation of the blocked-rotor test. operating frequency as follows since the reactance is directly proportional to the frequency: TABLE I EQUIVALENT CIRCUIT PARAMETERS OF THE INDUCTION MOTOR TESTED (6) When the three tests are completed, equivalent circuit parameters can easily be computed. 1) The stator resistance is directly computed from the dc test. 2) The no-load test gives the sum of the magnetizing reactance and the stator leakage reactance. 3) The blocked-rotor test gives that of the stator and rotor leakage reactances. One needs to refer to test codes to find out the empirical proportions for stator and leakage reactances given for three-phase induction motors by class [7], [14]. When the classification of the motor is not known, one assumes that. The magnetization reactance can now be evaluated using (2), as follows: As for the rotor resistance, a better approximation is required since it has a more significant effect on the motor performance when compared with the other circuit parameters. Using (7) the equivalent circuit under blocked-rotor condition, the following expression achieves the desired approximation [10]: III. COMPARISON OF EQUIVALENT CIRCUIT PARAMETERS To illustrate the effectiveness of the proposed simulation models, one compares the equivalent circuit parameters determined by simulations with those obtained from hardware experiments. The motors used for this purpose are the three-phase 60-Hz Y-connected, and the 5-Horse Power (HP) induction motors of 200-V rating 1735 r/min located at Drexel University s IPSL. A set of hardware experiments are first performed (i.e., dc, no-load, and blocked-rotor tests) on four induction motors to obtain appropriate equivalent circuit parameters for software simulations. The resulting parameters are presented in Table I. (8)

7 AYASUN AND NWANKPA: INDUCTION MOTOR TESTS USING MATLAB/SIMULINK 43 TABLE II SIMULATION RESULTS OF THE INDUCTION MOTOR TESTS FOR MOTOR 1 TABLE III EQUIVALENT CIRCUIT PARAMETERS DETERMINED BY SIMULATION AND THE CORRESPONDING ERRORS For each induction motor tested the Simulink/PSB models of the dc, no-load, and blocked-rotor tests were run. The simulation data of no-load and blocked-rotor tests for motor 1 is shown in Table II, where various quantities, such as voltage, current, and power required to compute equivalent circuit parameters, are presented. The dc test simulation data for motor 1 is as follows: V and A. The simulation data for the other three motors is similar to that of Motor 1 and, thus, is not given here. Table III gives the equivalent circuit parameters computed, using the simulation data and the corresponding errors relative to those obtained experimentally. The error computations assume that equivalent circuit parameters determined experimentally are accurate. The results indicate that relative errors are negligible, and the proposed simulation models accurately predict equivalent circuit parameters. The largest error occurs in the stator and rotor leakage reactances, since one assumes that two reactances have equal contributions to the blocked-rotor reactance, which might not be the real case. IV. INTEGRATION OF SIMULATION MODELS INTO ELECTRIC MACHINERY COURSES In this section, the authors describe the integration of these simulation models into electric machinery courses at two different universities, Drexel University and Nigde University, Nigde, Turkey. The Electrical and Computer Engineering (ECE) Department of Drexel University offers a pre-junior-level machine course (ECE-P 352 Electric Motor Control Principles) that concentrates on the fundamentals of electromechanical energy conversion and related control theory. This five-hour course required for those who are in the power and control track has both lecture and laboratory sections that must be taken in the same quarter. The lecture section (three hours a week) introduces students to operation principles of transformers, induction motors, dc motors, and various motor control techniques, including the power-electronics-based ones. In the laboratory section (two hours a week), students are required to perform various experiments for which the necessary theoretical background is developed in the lecture section. The experiments conducted during the term at the IPSL of Drexel University include open-circuit, short-circuit, and load tests for transformers, speed control experiments for dc motors, and induction motor tests. The IPSL is a computerized, small-scale, energy management system that was designed to provide students with a hands-on learning experience about the attributes and implications involved in the management and control of a small electric power system. With its customized graphic-intensive environment, it provides a set of experiments on the interaction of various system components in a real-life power system operating environment [13]. In order to incorporate simulation models of induction motor tests into the course, the laboratory section is divided into two main components, each of which is a two-hour section: software laboratory and hardware laboratory. After being introduced to the theory and operating characteristics of the induction motors, including per-phase equivalent circuit and torque-speed curve and speed control methods, students simulate three induction motor tests presented in the previous section and record the data required to compute per-phase equivalent circuit parameters. A week before the software laboratory, the Simulink/PSB models of the tests and a detailed hand-out describing how each model is to be simulated are made available to students. An example of the procedure showing the steps involved in simulating a no-load condition is given in the Appendix. An essential part of the software laboratory is an assignment given to students to develop a computer model for the per-phase equivalent circuit of the induction motor using the MATLAB programming language. Using the computer program, students investigate motor characteristics under varying conditions. Examples of simulations obtained by students computer programs for the motor 1 are presented in Figs Fig. 8 shows motor quantities, such as input current and power, power factor, developed torque and power, and efficiency as a function of rotor speed, and how these quantities are affected by a 20% drop in the supply voltage when the frequency is kept constant at the nominal value. Fig. 9 illustrates the same quantities when the frequency is reduced by 25% while the supply voltage is kept unchanged. Fig. 10 shows the torque-speed characteristic of the motor for different values of rotor resistance. Such studies

8 44 IEEE TRANSACTIONS ON EDUCATION, VOL. 48, NO. 1, FEBRUARY 2005 Fig. 8. Effect of a 20% drop in the supply voltage on various motor quantities. on the motor characteristics over a wide speed range help students better understand various operation modes, such as variable voltage fixed frequency mode (Fig. 8) or fixed voltage variable frequency mode (Fig. 9) material also covered in the lecture section. Furthermore, students gain experience and confidence in induction motor operation, which will be very helpful for them when they perform hardware experiments in the following week at the IPSL. In the hardware laboratory, students are asked to set up and conduct four induction motor experiments: the dc test, the no-load test, the blocked-rotor test, and the load experiment. Similar to what is performed in the software laboratory, they take measurements required to compute motor parameters and to examine the motor characteristics under varying load. During the laboratory section, students appear to be more familiar with induction motors theory and operation because of the experience gained during the software laboratory. A week after they complete hardware experiments, students are required to submit a report that must combine results from both simulations and experiments. The emphasis is that the report should compare simulation results with experimentally recorded data, mainly focusing on the differences/similarities. One can assume that parameters obtained from simulation data would be the same as those obtained from experimental data since motor parameters determined from experimental data are used in simulations. However, as can be seen in Table III, this equivalency is not the case, and negligible errors are observed. In their reports, students are encouraged to provide explanations for these errors. These errors might be the result of modeling of the induction motor in Simulink or measurements errors often observed in the hardware experiments. Nevertheless, proposed simulations give students insight as to the experimental procedure and the expected results before they go into the electric machinery laboratory to perform the physical experiments. The Department of Electrical and Electronics Engineering at Nigde University offers two machinery courses. These are EEM 308 Electric Machinery I (five hours a week) and EEM 435 Electric Machinery II (three hours week). The former, which must be taken by all undergraduate students, mainly focuses on transformers and induction motors. The latter, designed for power system majors only, introduces operation principles of dc motors (25%) and synchronous generators (75%). Similar to Drexel University, a software laboratory (two hours a week) as a part of Electric Machinery I has been established, and students simulate induction motor experiments. A laboratory facility, which will enable students to validate simulation results experimentally, is under construction and will be available for use in the next academic year. V. CONCLUSION AND FUTURE WORK In this paper, the authors presented simulation models of induction motor tests performed to obtain parameters of the per-phase equivalent circuit of three-phase induction motors.

9 AYASUN AND NWANKPA: INDUCTION MOTOR TESTS USING MATLAB/SIMULINK 45 Fig. 9. Effect of a 25% drop in supply voltage frequency on various motor quantities. MATLAB paired with Simulink/PSB is a good simulation tool to model induction motor tests and to evaluate steady-state characteristics of the induction motor. Furthermore, a successful integration of simulation models is described in a software laboratory in an electric machines course, which complements classroom lecture and laboratory practice. A logical extension to the software laboratory would be to include Simulink/PSB models of experiments of transformers, dc machines, and synchronous machines so that a complete computational laboratory is available to support electric machinery education. APPENDIX PROCEDURE FOR THE NO-LOAD TEST SIMULATION Fig. 10. Torque-speed characteristics for different rotor resistance values. Each Simulink/PSB model is explained in detail and compared with the corresponding experimental setup. Circuit parameters obtained from simulation results are compared with those obtained from hardware experiments. The error studies show that Step 1) Step 2) Set the rms value of single-phase voltage sources to 120 V (or their peak amplitudes to V). Make sure that the phase angles of the voltage sources are 120 apart from each other and frequency is 60 Hz. Choose one of the induction motors at IPSL and use its equivalent circuit parameters to specify the electrical and mechanical parameters of induction motor block. Note that the inertia is not available from the hardware tests; use the default value

10 46 IEEE TRANSACTIONS ON EDUCATION, VOL. 48, NO. 1, FEBRUARY 2005 Step 3) Step 4) Step 5) Step 6) Step 7) kg.m. The true value of the inertia is not important since the steady-state values of motor quantities need to be read. Set the frequency attributes of all the signal rms blocks and the active and reactive power measurement block to 60 Hz. Make sure that the mechanical torque to the shaft is exactly zero. Specify the stop time of the simulation and integration method. Run the simulation. Read the following data from the display boxes: (rms), (rms), (rms), (rms),,, and, and record all the data in a table. [8] SIMULINK, Model-Based and System-Based Design, Using Simulink, MathWorks Inc., Natick, MA, [9] Power System Blockset for Use With Simulink, User s Guide, Math- Works Inc., Natick, MA, [10] M. S. Sarma, Electric Machines: Steady-State Theory and Dynamic Performance, 2nd ed. St. Paul, MN: West, [11] K. L. Shi, T. F. Chan, Y. K. Wong, and S. L. Ho, Modeling and simulation of the three-phase induction motor using Simulink, Int. J. Electr. Eng. Educ., vol. 36, pp , [12] C. A. Canizares and Z. T. Faur, Advantages and disadvantages of using computer tools in electrical engineering courses, IEEE Trans. Educ., vol. 40, pp , Aug [13] S. P. Carullo and C. O. Nwankpa, Interconnected power system laboratory: A computer automated instructional facility for power system experiments, IEEE Trans. Power Syst., vol. 17, pp , May [14] Standard Test Procedure for Polyphase Induction Motors and Generators, IEEE Standard 112, REFERENCES [1] H. A. Smolleck, Modeling and analysis of induction machine: A computational/experimental approach, IEEE Trans. Power Syst., vol. 5, pp , May [2] M. H. Nehrir, F. Fatehi, and V. Gerez, Computer modeling for enhancing instruction of electric machinery, IEEE Trans. Educ., vol. 38, pp , May [3] M. W. Daniels and R. A. Shaffer, Re-inventing the electrical machines curriculum, IEEE Trans. Educ., vol. 41, pp , May [4] K. A. Nigim and R. R. DeLyser, Using MathCad in understanding the induction motor characteristics, IEEE Trans. Educ., vol. 44, pp , May [5] S. Linke, J. Torgeson, and J. Au, An interactive computer-graphics program to aid instruction in electric machinery, IEEE Comput. Appl. Power, vol. 2, pp , July [6] T.-F. Chan, Analysis of electric machines using Symphony, IEEE Trans. Educ., vol. 35, pp , Feb [7] S. J. Chapman, Electric Machinery Fundamentals, 3rd ed. New York: WCB/McGraw-Hill, Saffet Ayasun (S 97 M 02) was born in Tokat, Turkey, on October 27, He received the M.S. degree in electric engineering, the M.S. degree in mathematics, and the Ph.D. degree in electrical engineering from Drexel University, Philadelphia, PA, in 1997, 2001, and 2002, respectively. He is currently working as an Assistant Professor in the Electrical Engineering Department of Nigde University, Nigde, Turkey. His research interests include stability of the nonlinear dynamical system, applied mathematics, nonlinear control theory, power systems, and bifurcation theory. Chika O. Nwankpa (S 88 M 90) was born in Owerri, Nigeria, in He received the Magistr Diploma in electric power systems from the Leningrad Polytechnical Institute, Russia, in 1986 and the Ph.D. degree in electrical and computer engineering from the Illinois Institute of Technology, Chicago, in He is currently a Professor of electrical and computer engineering at Drexel University, Philadelphia, PA. His research interests are in the areas of power systems and power electronics. Dr. Nwankpa received the Presidential Faculty Fellow Award in 1994 and the NSF Engineering Research Initiation Award in 1991.

Transformer Tests Using MATLAB/Simulink and Their Integration Into Undergraduate Electric Machinery Courses

Transformer Tests Using MATLAB/Simulink and Their Integration Into Undergraduate Electric Machinery Courses Transformer Tests Using MATLAB/Simulink and Their Integration Into Undergraduate Electric Machinery Courses SAFFET AYASUN, 1 CHIKA O. NWANKPA 2 1 Department of Electrical and Electronics Engineering, Nigde

More information

CHAPTER 3 EQUIVALENT CIRCUIT AND TWO AXIS MODEL OF DOUBLE WINDING INDUCTION MOTOR

CHAPTER 3 EQUIVALENT CIRCUIT AND TWO AXIS MODEL OF DOUBLE WINDING INDUCTION MOTOR 35 CHAPTER 3 EQUIVALENT CIRCUIT AND TWO AXIS MODEL OF DOUBLE WINDING INDUCTION MOTOR 3.1 INTRODUCTION DWIM consists of two windings on the same stator core and a squirrel cage rotor. One set of winding

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering Vol. 2, Issue 6, June 2013

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering Vol. 2, Issue 6, June 2013 Efficient Harmonics Reduction Based Three Phase H Bridge Speed Controller for DC Motor Speed Control using Hysteresis Controlled Synchronized Pulse Generator Sanjay Kumar Patel 1, Dhaneshwari Sahu 2, Vikrant

More information

IN MANY industrial applications, ac machines are preferable

IN MANY industrial applications, ac machines are preferable IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 46, NO. 1, FEBRUARY 1999 111 Automatic IM Parameter Measurement Under Sensorless Field-Oriented Control Yih-Neng Lin and Chern-Lin Chen, Member, IEEE Abstract

More information

VIRTUAL MEASUREMENT SYSTEM FOR DETERMINATION AND STUDY OF THE PER-PHASE EQUIVALENT CIRCUIT PARAMETERS

VIRTUAL MEASUREMENT SYSTEM FOR DETERMINATION AND STUDY OF THE PER-PHASE EQUIVALENT CIRCUIT PARAMETERS October 4-6, 007 - Chiinu, ep.moldova VTAL MEASEMENT SYSTEM FO DETEMNATON AND STDY OF THE PE-PHASE EQVALENT CCT PAAMETES Eugen SB0EL niversity of Craiova; Faculty of Electromechanical, Environmental and

More information

Arvind Pahade and Nitin Saxena Department of Electrical Engineering, Jabalpur Engineering College, Jabalpur, (MP), India

Arvind Pahade and Nitin Saxena Department of Electrical Engineering, Jabalpur Engineering College, Jabalpur, (MP), India e t International Journal on Emerging Technologies 4(1): 10-16(2013) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 Control of Synchronous Generator Excitation and Rotor Angle Stability by

More information

BECAUSE OF their low cost and high reliability, many

BECAUSE OF their low cost and high reliability, many 824 IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 45, NO. 5, OCTOBER 1998 Sensorless Field Orientation Control of Induction Machines Based on a Mutual MRAS Scheme Li Zhen, Member, IEEE, and Longya

More information

Module 1. Introduction. Version 2 EE IIT, Kharagpur

Module 1. Introduction. Version 2 EE IIT, Kharagpur Module 1 Introduction Lesson 1 Introducing the Course on Basic Electrical Contents 1 Introducing the course (Lesson-1) 4 Introduction... 4 Module-1 Introduction... 4 Module-2 D.C. circuits.. 4 Module-3

More information

Volume 1, Number 1, 2015 Pages Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online):

Volume 1, Number 1, 2015 Pages Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online): JJEE Volume, Number, 2 Pages 3-24 Jordan Journal of Electrical Engineering ISSN (Print): 249-96, ISSN (Online): 249-969 Analysis of Brushless DC Motor with Trapezoidal Back EMF using MATLAB Taha A. Hussein

More information

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

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

More information

Experiment 3. Performance of an induction motor drive under V/f and rotor flux oriented controllers.

Experiment 3. Performance of an induction motor drive under V/f and rotor flux oriented controllers. University of New South Wales School of Electrical Engineering & Telecommunications ELEC4613 - ELECTRIC DRIVE SYSTEMS Experiment 3. Performance of an induction motor drive under V/f and rotor flux oriented

More information

CHAPTER-III MODELING AND IMPLEMENTATION OF PMBLDC MOTOR DRIVE

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

More information

AC : A STUDENT-ORIENTED CONTROL LABORATORY US- ING PROGRAM CC

AC : A STUDENT-ORIENTED CONTROL LABORATORY US- ING PROGRAM CC AC 2011-490: A STUDENT-ORIENTED CONTROL LABORATORY US- ING PROGRAM CC Ziqian Liu, SUNY Maritime College Ziqian Liu received the Ph.D. degree from the Southern Illinois University Carbondale in 2005. He

More information

Effects of MATLAB and Simulink in Engineering Education: A Case Study of Transient Analysis of Direct-Current Machines

Effects of MATLAB and Simulink in Engineering Education: A Case Study of Transient Analysis of Direct-Current Machines Effects of MATLAB and Simulink in Engineering Education: A Case Study of Transient Analysis of Direct-Current Machines Obasi, R. U. Obi, P. I. Chidolue, G. C. Department of Electrical / Department of Electrical

More information

Enhancement of Fault Current and Overvoltage by Active Type superconducting fault current limiter (SFCL) in Renewable Distributed Generation (DG)

Enhancement of Fault Current and Overvoltage by Active Type superconducting fault current limiter (SFCL) in Renewable Distributed Generation (DG) Enhancement of Fault Current and Overvoltage by Active Type superconducting fault current limiter (SFCL) in Renewable Distributed Generation (DG) PATTI.RANADHEER Assistant Professor, E.E.E., PACE Institute

More information

EE 350: Electric Machinery Fundamentals

EE 350: Electric Machinery Fundamentals EE 350: Electric Machinery Fundamentals Lecture Schedule See Time Table Course Type, Semester Fundamental Engineering, Fifth Credit Hours Three + One Pre-requisite Physics Instructor Dr. Muhammad Asghar

More information

CHAPTER 4 FUZZY BASED DYNAMIC PWM CONTROL

CHAPTER 4 FUZZY BASED DYNAMIC PWM CONTROL 47 CHAPTER 4 FUZZY BASED DYNAMIC PWM CONTROL 4.1 INTRODUCTION Passive filters are used to minimize the harmonic components present in the stator voltage and current of the BLDC motor. Based on the design,

More information

Sinusoidal Control of a Single Phase Special Topology SRM, Without Rotor Position Sensor

Sinusoidal Control of a Single Phase Special Topology SRM, Without Rotor Position Sensor Sinusoidal Control of a Single Phase Special Topology SRM, Without Rotor Position Sensor Nicolae-Daniel IRIMIA, Alecsandru SIMION, Ovidiu DABIJA, Sorin VLĂSCEANU, Adrian MUNTEANU "Gheorghe Asachi" Technical

More information

DIGITAL SIMULATION OF MULTILEVEL INVERTER BASED STATCOM

DIGITAL SIMULATION OF MULTILEVEL INVERTER BASED STATCOM DIGITAL SIMULATION OF MULTILEVEL INVERTER BASED STATCOM G.SUNDAR, S.RAMAREDDY Research Scholar, Bharath University Chenna Professor Jerusalam College of Engg. Chennai ABSTRACT This paper deals with simulation

More information

THE UNIVERSITY OF BRITISH COLUMBIA. Department of Electrical and Computer Engineering. EECE 365: Applied Electronics and Electromechanics

THE UNIVERSITY OF BRITISH COLUMBIA. Department of Electrical and Computer Engineering. EECE 365: Applied Electronics and Electromechanics THE UNIVERSITY OF BRITISH COLUMBIA Department of Electrical and Computer Engineering EECE 365: Applied Electronics and Electromechanics Final Exam / Sample-Practice Exam Spring 2008 April 23 Topics Covered:

More information

AC : PSCAD SIMULATION IN A POWER ELECTRONICS APPLICATION COURSE

AC : PSCAD SIMULATION IN A POWER ELECTRONICS APPLICATION COURSE AC 2007-2855: PSCAD SIMULATION IN A POWER ELECTRONICS APPLICATION COURSE Liping Guo, University of Northern Iowa Liping Guo received the B. E. degree in Automatic Control from Beijing Institute of Technology,

More information

Design and implementation of Open & Close Loop Speed control of Three Phase Induction Motor Using PI Controller

Design and implementation of Open & Close Loop Speed control of Three Phase Induction Motor Using PI Controller Design and implementation of Open & Close Loop Speed control of Three Phase Induction Motor Using PI Controller Ibtisam Naveed 1, Adnan Sabir 2 1 (Electrical Engineering, NFC institute of Engineering and

More information

ELG2336 Introduction to Electric Machines

ELG2336 Introduction to Electric Machines ELG2336 Introduction to Electric Machines Magnetic Circuits DC Machine Shunt: Speed control Series: High torque Permanent magnet: Efficient AC Machine Synchronous: Constant speed Induction machine: Cheap

More information

Applying POWERSYS and SIMULINK to Modeling Switched Reluctance Motor

Applying POWERSYS and SIMULINK to Modeling Switched Reluctance Motor Tamkang Journal of Science and Engineering, Vol. 12, No. 4, pp. 429 438 (2009) 429 Applying POWERSYS and SIMULINK to Modeling Switched Reluctance Motor K. I. Hwu Institute of Electrical Engineering, National

More information

SYNCHRONOUS MACHINES

SYNCHRONOUS MACHINES SYNCHRONOUS MACHINES The geometry of a synchronous machine is quite similar to that of the induction machine. The stator core and windings of a three-phase synchronous machine are practically identical

More information

Comparative Analysis of Space Vector Pulse-Width Modulation and Third Harmonic Injected Modulation on Industrial Drives.

Comparative Analysis of Space Vector Pulse-Width Modulation and Third Harmonic Injected Modulation on Industrial Drives. Comparative Analysis of Space Vector Pulse-Width Modulation and Third Harmonic Injected Modulation on Industrial Drives. C.O. Omeje * ; D.B. Nnadi; and C.I. Odeh Department of Electrical Engineering, University

More information

Chapter 10: Compensation of Power Transmission Systems

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

More information

Transient stability improvement by using shunt FACT device (STATCOM) with Reference Voltage Compensation (RVC) control scheme

Transient stability improvement by using shunt FACT device (STATCOM) with Reference Voltage Compensation (RVC) control scheme I J E E E C International Journal of Electrical, Electronics ISSN No. (Online) : 2277-2626 and Computer Engineering 2(1): 7-12(2013) Transient stability improvement by using shunt FACT device (STATCOM)

More information

SEVERAL static compensators (STATCOM s) based on

SEVERAL static compensators (STATCOM s) based on 1118 IEEE TRANSACTIONS ON INDUSTRY APPLICATIONS, VOL. 35, NO. 5, SEPTEMBER/OCTOBER 1999 A New Type of STATCOM Based on Cascading Voltage-Source Inverters with Phase-Shifted Unipolar SPWM Yiqiao Liang,

More information

SYNCHRONOUS machines/converters, such as those depicted

SYNCHRONOUS machines/converters, such as those depicted IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 21, NO. 1, MARCH 2006 9 Parametric Average-Value Model of Synchronous Machine-Rectifier Systems Juri Jatskevich, Member, IEEE, Steven D. Pekarek, Member, IEEE,

More information

CHAPTER 2 D-Q AXES FLUX MEASUREMENT IN SYNCHRONOUS MACHINES

CHAPTER 2 D-Q AXES FLUX MEASUREMENT IN SYNCHRONOUS MACHINES 22 CHAPTER 2 D-Q AXES FLUX MEASUREMENT IN SYNCHRONOUS MACHINES 2.1 INTRODUCTION For the accurate analysis of synchronous machines using the two axis frame models, the d-axis and q-axis magnetic characteristics

More information

PREDICTIVE CONTROL OF INDUCTION MOTOR DRIVE USING DSPACE

PREDICTIVE CONTROL OF INDUCTION MOTOR DRIVE USING DSPACE PREDICTIVE CONTROL OF INDUCTION MOTOR DRIVE USING DSPACE P. Karlovský, J. Lettl Department of electric drives and traction, Faculty of Electrical Engineering, Czech Technical University in Prague Abstract

More information

Steven Carl Englebretson

Steven Carl Englebretson Excitation and Control of a High-Speed Induction Generator by Steven Carl Englebretson S.B., Colorado School of Mines (Dec 2002) Submitted to the Department of Electrical Engineering and Computer Science

More information

An Induction Motor Control by Space Vector PWM Technique

An Induction Motor Control by Space Vector PWM Technique An Induction Motor Control by Space Vector PWM Technique Sanket Virani PG student Department of Electrical Engineering, Sarvajanik College of Engineering & Technology, Surat, India Abstract - This paper

More information

Latest Control Technology in Inverters and Servo Systems

Latest Control Technology in Inverters and Servo Systems Latest Control Technology in Inverters and Servo Systems Takao Yanase Hidetoshi Umida Takashi Aihara. Introduction Inverters and servo systems have achieved small size and high performance through the

More information

Matlab Simulation of Induction Motor Drive using V/f Control Method

Matlab Simulation of Induction Motor Drive using V/f Control Method IJSRD - International Journal for Scientific Research & Development Vol. 5, Issue 01, 2017 ISSN (online): 2321-0613 Matlab Simulation of Induction Motor Drive using V/f Control Method Mitul Vekaria 1 Darshan

More information

Development of an Experimental Rig for Doubly-Fed Induction Generator based Wind Turbine

Development of an Experimental Rig for Doubly-Fed Induction Generator based Wind Turbine Development of an Experimental Rig for Doubly-Fed Induction Generator based Wind Turbine T. Neumann, C. Feltes, I. Erlich University Duisburg-Essen Institute of Electrical Power Systems Bismarckstr. 81,

More information

LECTURE NOTES ON ELECTRICAL MACHINE-II. Subject Code-PCEL4302

LECTURE NOTES ON ELECTRICAL MACHINE-II. Subject Code-PCEL4302 LECTURE NOTES ON ELECTRICAL MACHINE-II Subject Code-PCEL4302 For B.Tech 5 th Semester Electrical Engineering MODULE-III SYNERGY INSTITUTE OF ENGINEERING AND TECHNOLOGY Department of Electrical Engineering

More information

Actuators. EECS461, Lecture 5, updated September 16,

Actuators. EECS461, Lecture 5, updated September 16, Actuators The other side of the coin from sensors... Enable a microprocessor to modify the analog world. Examples: - speakers that transform an electrical signal into acoustic energy (sound) - remote control

More information

IEEE PEDS 2005 Speed Drive Based on Torque-Slip Characteristic of the Single Phase Induction Motor. Hanafiah

IEEE PEDS 2005 Speed Drive Based on Torque-Slip Characteristic of the Single Phase Induction Motor. Hanafiah IEEE PEDS 2005 Speed Drive Based on Torque-Slip Characteristic of the Single Phase Induction Motor Auzani Jidin, Jurifa Mat Lazi, Abd Rahim Abdullah, Fazlli Patkar, Aida Fazliana Abd Kadir, Mohd Ariff

More information

ANALYSIS OF V/f CONTROL OF INDUCTION MOTOR USING CONVENTIONAL CONTROLLERS AND FUZZY LOGIC CONTROLLER

ANALYSIS OF V/f CONTROL OF INDUCTION MOTOR USING CONVENTIONAL CONTROLLERS AND FUZZY LOGIC CONTROLLER ANALYSIS OF V/f CONTROL OF INDUCTION MOTOR USING CONVENTIONAL CONTROLLERS AND FUZZY LOGIC CONTROLLER Archana G C 1 and Reema N 2 1 PG Student [Electrical Machines], Department of EEE, Sree Buddha College

More information

New Direct Torque Control of DFIG under Balanced and Unbalanced Grid Voltage

New Direct Torque Control of DFIG under Balanced and Unbalanced Grid Voltage 1 New Direct Torque Control of DFIG under Balanced and Unbalanced Grid Voltage B. B. Pimple, V. Y. Vekhande and B. G. Fernandes Department of Electrical Engineering, Indian Institute of Technology Bombay,

More information

DYNAMIC MODELING AND SIMULATION OF THE SYNCHRONOUS GENERATOR

DYNAMIC MODELING AND SIMULATION OF THE SYNCHRONOUS GENERATOR DYNAMIC MODELING AND SIMULATION OF THE SYNCHRONOUS GENERATOR Sugiarto Electrical Engineering Department Sekolah Tinggi Teknologi Nasional Yogyakarta, Indonesia sugiarto.kadiman@gmail.com Abstract In this

More information

EE 410/510: Electromechanical Systems Chapter 5

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

More information

Published in A R DIGITECH

Published in A R DIGITECH www.ardigitech.in ISSN 232-883X,VOLUME 3 ISSUE 2,1/4/215 STUDY THE PERFORMANCE CHARACTERISTIC OF INDUCTION MOTOR Niranjan.S.Hugar*1, Basa vajyoti*2 *1 (lecturer of Electrical Engineering, Dattakala group

More information

Behavior of Induction Motor at Voltage Unbalanced

Behavior of Induction Motor at Voltage Unbalanced Behavior of Induction Motor at Voltage Unbalanced Rajashree U Patil Electrical Engineering MTech Power Student, VJTI Matunga, Mumbai, India Abstract A three phase induction motors are very commonly employed

More information

Digital Control of MS-150 Modular Position Servo System

Digital Control of MS-150 Modular Position Servo System IEEE NECEC Nov. 8, 2007 St. John's NL 1 Digital Control of MS-150 Modular Position Servo System Farid Arvani, Syeda N. Ferdaus, M. Tariq Iqbal Faculty of Engineering, Memorial University of Newfoundland

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203 DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION ENGINEERING QUESTION BANK IV SEMESTER EI6402 ELECTRICAL MACHINES Regulation 2013 Academic

More information

The University of Wisconsin-Platteville

The University of Wisconsin-Platteville Embedded Motor Drive Development Platform for Undergraduate Education By: Nicholas, Advisor Dr. Xiaomin Kou This research and development lead to the creation of an Embedded Motor Drive Prototyping station

More information

DC Motor Speed Control using Artificial Neural Network

DC Motor Speed Control using Artificial Neural Network International Journal of Modern Communication Technologies & Research (IJMCTR) ISSN: 2321-0850, Volume-2, Issue-2, February 2014 DC Motor Speed Control using Artificial Neural Network Yogesh, Swati Gupta,

More information

Study of Effectiveness of Under-excitation Limiter in Dynamic Modeling of Diesel Generators

Study of Effectiveness of Under-excitation Limiter in Dynamic Modeling of Diesel Generators Study of Effectiveness of Under-excitation Limiter in Dynamic Modeling of Diesel Generators Saeed Mohajeryami, Zia Salami, Iman Naziri Moghaddam Energy Production and Infrastructure (EPIC) Electrical and

More information

Synchronous Current Control of Three phase Induction motor by CEMF compensation

Synchronous Current Control of Three phase Induction motor by CEMF compensation Synchronous Current Control of Three phase Induction motor by CEMF compensation 1 Kiran NAGULAPATI, 2 Dhanamjaya Appa Rao, 3 Anil Kumar VANAPALLI 1,2,3 Assistant Professor, ANITS, Sangivalasa, Visakhapatnam,

More information

A Robust Fuzzy Speed Control Applied to a Three-Phase Inverter Feeding a Three-Phase Induction Motor.

A Robust Fuzzy Speed Control Applied to a Three-Phase Inverter Feeding a Three-Phase Induction Motor. A Robust Fuzzy Speed Control Applied to a Three-Phase Inverter Feeding a Three-Phase Induction Motor. A.T. Leão (MSc) E.P. Teixeira (Dr) J.R. Camacho (PhD) H.R de Azevedo (Dr) Universidade Federal de Uberlândia

More information

ABSTRACT I. INTRODUCTION

ABSTRACT I. INTRODUCTION 2017 IJSRSET Volume 3 Issue 8 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section : Engineering and Technology Torque Ripple Minimization in Switched Reluctance Motor Drives by Using Converter

More information

A Real-Time Platform for Teaching Power System Control Design

A Real-Time Platform for Teaching Power System Control Design A Real-Time Platform for Teaching Power System Control Design G. Jackson, U.D. Annakkage, A. M. Gole, D. Lowe, and M.P. McShane Abstract This paper describes the development of a real-time digital simulation

More information

Exercise 3. Doubly-Fed Induction Generators EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Doubly-fed induction generator operation

Exercise 3. Doubly-Fed Induction Generators EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Doubly-fed induction generator operation Exercise 3 Doubly-Fed Induction Generators EXERCISE OBJECTIVE hen you have completed this exercise, you will be familiar with the operation of three-phase wound-rotor induction machines used as doubly-fed

More information

POWER PLANT MODEL DESIGN USING MATLAB/SIMSCAPE

POWER PLANT MODEL DESIGN USING MATLAB/SIMSCAPE POWER PLANT MODEL DESIGN USING MATLAB/SIMSCAPE M. Ernek, J. Murgaš Ústav riadenia a priemyselnej informatiky, Slovenská technická univerzita, Fakulta elektrotechniky a informatiky Ilkovičova 3, 812 19

More information

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 04, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 04, 2016 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 04, 2016 ISSN (online): 2321-0613 Speed Control and Braking of Three-Phase IM Vipul Gupta 1 S. Phulambikar 2 1 P.G Scholar

More information

Generator Advanced Concepts

Generator Advanced Concepts Generator Advanced Concepts Common Topics, The Practical Side Machine Output Voltage Equation Pitch Harmonics Circulating Currents when Paralleling Reactances and Time Constants Three Generator Curves

More information

Voltage Sag Effects on the Process Continuity of a Refinery with Induction Motors Loads

Voltage Sag Effects on the Process Continuity of a Refinery with Induction Motors Loads Voltage Sag Effects on the Process Continuity of a Refinery with Induction Motors Loads Prof. Dr. Mahmoud. A. El-Gammal1, Prof. Dr. Amr Y. Abou-Ghazala1, Eng. Tarek I. ElShennawy2 1Electrical Engineering

More information

Test. Class 2 Tuesday, February 3,2015. Efficiency Voltage regulation, O.C.& S.C. Tests

Test. Class 2 Tuesday, February 3,2015. Efficiency Voltage regulation, O.C.& S.C. Tests Jahangirabad Institute of Technology MOHAMMED WARIS SENAN Assistant Professor Semester 4 th, 2016 MASTER SCHEDULE: ELECTRICAL MACHINES & CONTROL SYSTEM (NEE 409) week 1 Class 1 Monday, February 2,2015

More information

Assessment of Energy Efficient and Standard Induction Motor in MATLAB Environment

Assessment of Energy Efficient and Standard Induction Motor in MATLAB Environment Volume 4 Issue 4 December 2016 ISSN: 2320-9984 (Online) International Journal of Modern Engineering & Management Research Website: www.ijmemr.org Assessment of Energy Efficient and Standard Induction Motor

More information

THEORY AND ANALYSIS OF THREE-PHASE SERIES-CONNECTED PARAMETRIC MOTORS

THEORY AND ANALYSIS OF THREE-PHASE SERIES-CONNECTED PARAMETRIC MOTORS IEEE Transactions on Energy Conversion, Vol. 11, No. 4, December 1996 715 THEORY AND ANALYSIS OF THREE-PHASE SERIES-CONNECTED PARAMETRIC MOTORS Essam E. M. Raslad, Member IEEE Electrical Engineering Department

More information

Harnessing of wind power in the present era system

Harnessing of wind power in the present era system International Journal of Scientific & Engineering Research Volume 3, Issue 1, January-2012 1 Harnessing of wind power in the present era system Raghunadha Sastry R, Deepthy N Abstract This paper deals

More information

Comparative Analysis of Multiple-pulse VSC-Based STATCOM s for Voltage-Dip Mitigation

Comparative Analysis of Multiple-pulse VSC-Based STATCOM s for Voltage-Dip Mitigation International Journal of Scientific and Research Publications, Volume 3, Issue 9, September 2013 1 Comparative Analysis of Multiple-pulse VSC-Based s for Voltage-Dip Mitigation Ganesh P. Prajapat 1, Mrs.

More information

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL * A. K. Sharma, ** R. A. Gupta, and *** Laxmi Srivastava * Department of Electrical Engineering,

More information

Modeling of Induction Motor

Modeling of Induction Motor Modeling of Induction Motor Patel Priya C Department of Electrical Engineering Kadi Sarva Viswa Vidhyalaya, Gujrat, India Abstract This paper present a modular Simulink implementation of an induction machine

More information

Analysis of Single Phase Self-Excited Induction Generator with One Winding for obtaining Constant Output Voltage

Analysis of Single Phase Self-Excited Induction Generator with One Winding for obtaining Constant Output Voltage International Journal of Electrical Engineering. ISSN 0974-2158 Volume 4, Number 2 (2011), pp.173-181 International Research Publication House http://www.irphouse.com Analysis of Single Phase Self-Excited

More information

IDENTIFICATION OF SYNCHRONOUS GENERATOR AND EXCITATION SYSTEM TRANSFER FUNCTIONS FOR Q-V CONTROL PURPOSE

IDENTIFICATION OF SYNCHRONOUS GENERATOR AND EXCITATION SYSTEM TRANSFER FUNCTIONS FOR Q-V CONTROL PURPOSE IDENTIFICATION OF SYNCHRONOUS GENERATOR AND EXCITATION SYSTEM TRANSFER FUNCTIONS FOR Q-V CONTROL PURPOSE Ž. Janda*, S. Mirić**, J. Dragosavac*, D. Arnautović*, B. Radojčić***, J. Pavlović* *Ž. Janda, J.

More information

3.1.Introduction. Synchronous Machines

3.1.Introduction. Synchronous Machines 3.1.Introduction Synchronous Machines A synchronous machine is an ac rotating machine whose speed under steady state condition is proportional to the frequency of the current in its armature. The magnetic

More information

OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROLLERS

OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROLLERS OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIE USING INTELLIGENT CONTROLLERS J.N.Chandra Sekhar 1 and Dr.G. Marutheswar 2 1 Department of EEE, Assistant Professor, S University College of Engineering,

More information

CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES

CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES 49 CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES 3.1 INTRODUCTION The wavelet transform is a very popular tool for signal processing and analysis. It is widely used for the analysis

More information

Speed Feedback and Current Control in PWM DC Motor Drives

Speed Feedback and Current Control in PWM DC Motor Drives Exercise 3 Speed Feedback and Current Control in PWM DC Motor Drives EXERCISE OBJECTIVE When you have completed this exercise, you will know how to improve the regulation of speed in PWM dc motor drives.

More information

ABET Course Syllabus Template

ABET Course Syllabus Template 1. Course number and name ECE341: Energy Conversion ABET Course Syllabus Template 2. Credits and contact hours 3 credit hours, 3 contact hours (including 20 minutes breaks) 3. Instructor s or course coordinator

More information

Electrical Motor Power Measurement & Analysis

Electrical Motor Power Measurement & Analysis Electrical Motor Power Measurement & Analysis Understand the basics to drive greater efficiency Test&Measurement Energy is one of the highest cost items in a plant or facility, and motors often consume

More information

Volume I Issue VI 2012 September-2012 ISSN

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

More information

466 IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 13, NO. 3, MAY A Single-Switch Flyback-Current-Fed DC DC Converter

466 IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 13, NO. 3, MAY A Single-Switch Flyback-Current-Fed DC DC Converter 466 IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 13, NO. 3, MAY 1998 A Single-Switch Flyback-Current-Fed DC DC Converter Peter Mantovanelli Barbosa, Member, IEEE, and Ivo Barbi, Senior Member, IEEE Abstract

More information

DC and AC Circuits. Objective. Theory. 1. Direct Current (DC) R-C Circuit

DC and AC Circuits. Objective. Theory. 1. Direct Current (DC) R-C Circuit [International Campus Lab] Objective Determine the behavior of resistors, capacitors, and inductors in DC and AC circuits. Theory ----------------------------- Reference -------------------------- Young

More information

Magnetic Force Compensation Methods in Bearingless Induction Motor

Magnetic Force Compensation Methods in Bearingless Induction Motor Australian Journal of Basic and Applied Sciences, 5(7): 1077-1084, 2011 ISSN 1991-8178 Magnetic Force Compensation Methods in Bearingless Induction Motor Hamidreza Ghorbani, Siamak Masoudi and Vahid Hajiaghayi

More information

Three-Phase/Six-Phase Conversion Autotransformers

Three-Phase/Six-Phase Conversion Autotransformers 1554 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 18, NO. 4, OCTOBER 2003 Three-Phase/Six-Phase Conversion Autotransformers Xusheng Chen, Member, IEEE Abstract The first commercial demonstration of six-phase

More information

Accurate Modeling of Core-Type Distribution Transformers for Electromagnetic Transient Studies

Accurate Modeling of Core-Type Distribution Transformers for Electromagnetic Transient Studies IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 17, NO. 4, OCTOBER 2002 969 Accurate Modeling of Core-Type Distribution Transformers for Electromagnetic Transient Studies Taku Noda, Member, IEEE, Hiroshi Nakamoto,

More information

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Fourth International Conference on Control System and Power Electronics CSPE IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Mr. Devadasu * and Dr. M Sushama ** * Associate

More information

Harmonics Elimination Using Shunt Active Filter

Harmonics Elimination Using Shunt Active Filter Harmonics Elimination Using Shunt Active Filter Satyendra Gupta Assistant Professor, Department of Electrical Engineering, Shri Ramswaroop Memorial College of Engineering and Management, Lucknow, India.

More information

Courseware Sample F0

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

More information

Effects of the Short-Circuit Faults in the Stator Winding of Induction Motors and Fault Detection through the Magnetic Field Harmonics

Effects of the Short-Circuit Faults in the Stator Winding of Induction Motors and Fault Detection through the Magnetic Field Harmonics The 8 th International Symposium on ADVANCED TOPICS IN ELECTRICAL ENGINEERING The Faculty of Electrical Engineering, U.P.B., Bucharest, May 23-24, 2013 Effects of the Short-Circuit Faults in the Stator

More information

Visualization and Animation of Protective Relay Operation

Visualization and Animation of Protective Relay Operation Visualization and Animation of Protective Relay Operation A. P. Sakis Meliopoulos School of Electrical and Computer Engineering Georgia Institute of Technology Atlanta, Georgia 30332 George J. Cokkinides

More information

Research Article International Journals of Advanced Research in Computer Science and Software Engineering ISSN: X (Volume-7, Issue-6)

Research Article International Journals of Advanced Research in Computer Science and Software Engineering ISSN: X (Volume-7, Issue-6) International Journals of Advanced Research in Computer Science and Software Engineering Research Article June 2017 Closed Loop PI Control of a Single Phase Induction Motor Using SPWM Kuheli Ghosh Goswami

More information

IOCL Electrical Engineering Technical Paper

IOCL Electrical Engineering Technical Paper IOCL Electrical Engineering Technical Paper 1. Which one of the following statements is NOT TRUE for a continuous time causal and stable LTI system? (A) All the poles of the system must lie on the left

More information

Three Phase Induction Motor Performance under Unbalanced Voltage Conditions

Three Phase Induction Motor Performance under Unbalanced Voltage Conditions Three Phase Induction Motor Performance under Unbalanced Voltage Conditions A Jalilian, IUST 1. Introduction Three phase induction motors are normally designed to operate under balanced supply voltage

More information

Swinburne Research Bank

Swinburne Research Bank Swinburne Research Bank http://researchbank.swinburne.edu.au Tashakori, A., & Ektesabi, M. (2013). A simple fault tolerant control system for Hall Effect sensors failure of BLDC motor. Originally published

More information

COMPARATIVE PERFORMANCE OF SMART WIRES SMARTVALVE WITH EHV SERIES CAPACITOR: IMPLICATIONS FOR SUB-SYNCHRONOUS RESONANCE (SSR)

COMPARATIVE PERFORMANCE OF SMART WIRES SMARTVALVE WITH EHV SERIES CAPACITOR: IMPLICATIONS FOR SUB-SYNCHRONOUS RESONANCE (SSR) 7 February 2018 RM Zavadil COMPARATIVE PERFORMANCE OF SMART WIRES SMARTVALVE WITH EHV SERIES CAPACITOR: IMPLICATIONS FOR SUB-SYNCHRONOUS RESONANCE (SSR) Brief Overview of Sub-Synchronous Resonance Series

More information

MEM01: DC-Motor Servomechanism

MEM01: DC-Motor Servomechanism MEM01: DC-Motor Servomechanism Interdisciplinary Automatic Controls Laboratory - ME/ECE/CHE 389 February 5, 2016 Contents 1 Introduction and Goals 1 2 Description 2 3 Modeling 2 4 Lab Objective 5 5 Model

More information

Control Of Three Phase BLDC Motor Using Fuzzy Logic Controller Anjali. A. R M-Tech in Powerelectronics & Drives,Calicut University

Control Of Three Phase BLDC Motor Using Fuzzy Logic Controller Anjali. A. R M-Tech in Powerelectronics & Drives,Calicut University Control Of Three Phase BLDC Motor Using Fuzzy Logic Controller Anjali. A. R M-Tech in Powerelectronics & Drives,Calicut University Abstract Brushless DC (BLDC) motor drives are becoming widely used in

More information

CHIEF ENGINEER REG III/2 MARINE ELECTROTECHNOLOGY

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

More information

Teaching Mechanical Students to Build and Analyze Motor Controllers

Teaching Mechanical Students to Build and Analyze Motor Controllers Teaching Mechanical Students to Build and Analyze Motor Controllers Hugh Jack, Associate Professor Padnos School of Engineering Grand Valley State University Grand Rapids, MI email: jackh@gvsu.edu Session

More information

A New Fault Detection Tool for Single Phasing of a Three Phase Induction Motor. S.H.Haggag, Ali M. El-Rifaie,and Hala M.

A New Fault Detection Tool for Single Phasing of a Three Phase Induction Motor. S.H.Haggag, Ali M. El-Rifaie,and Hala M. Proceedings of the World Congress on Engineering 013 Vol II,, July 3-5, 013, London, U.K. A New Fault Detection Tool for Single Phasing of a Three Phase Induction Motor S.H.Haggag, Ali M. El-Rifaie,and

More information

Harmonics Reduction in a Wind Energy Conversion System with a Permanent Magnet Synchronous Generator

Harmonics Reduction in a Wind Energy Conversion System with a Permanent Magnet Synchronous Generator International Journal of Data Science and Analysis 2017; 3(6): 58-68 http://www.sciencepublishinggroup.com/j/ijdsa doi: 10.11648/j.ijdsa.20170306.11 ISSN: 2575-1883 (Print); ISSN: 2575-1891 (Online) Conference

More information

EE 560 Electric Machines and Drives. Autumn 2014 Final Project. Contents

EE 560 Electric Machines and Drives. Autumn 2014 Final Project. Contents EE 560 Electric Machines and Drives. Autumn 2014 Final Project Page 1 of 53 Prof. N. Nagel December 8, 2014 Brian Howard Contents Introduction 2 Induction Motor Simulation 3 Current Regulated Induction

More information

A Fuzzy Controlled PWM Current Source Inverter for Wind Energy Conversion System

A Fuzzy Controlled PWM Current Source Inverter for Wind Energy Conversion System 7 International Journal of Smart Electrical Engineering, Vol.3, No.2, Spring 24 ISSN: 225-9246 pp.7:2 A Fuzzy Controlled PWM Current Source Inverter for Wind Energy Conversion System Mehrnaz Fardamiri,

More information

Lecture 2 Exercise 1a. Lecture 2 Exercise 1b

Lecture 2 Exercise 1a. Lecture 2 Exercise 1b Lecture 2 Exercise 1a 1 Design a converter that converts a speed of 60 miles per hour to kilometers per hour. Make the following format changes to your blocks: All text should be displayed in bold. Constant

More information