SlideShare une entreprise Scribd logo
1  sur  8
Télécharger pour lire hors ligne
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645
www.ijmer.com 1980 | Page
C. Mohan Krishna M. Tech1
, G. Meerimatha M.Tech2
, U. Kamal Kumar M. Tech3
1
Assistant Professor, EEE Department SVIT Engineering College ANANTAPUR
2
Associate Professor, EEE Department SRIT Engineering College ANANTAPUR.
3
Assistant Professor SRIT Engineering College ANANTAPUR.
Abstract: In this paper, an implementation of intelligent controller for speed control of an induction motor (IM) using
indirect vector control method has been developed and analyzed in detail. The indirect vector controlled induction motor
drive involve decoupling of the stator current in to torque and flux producing components. The comparative performance of
Proportional integral (PI) and Artificial Neural Networks (NN). control techniques have been presented and analyzed in
this work.
Keywords: indirect vector controller (IVC), Proportional integral (PI), Artificial Neural Networks (NN).
I. INTRODUCTION
A three-phase induction motor is a singly excited a.c machine in the sense that is supplied from a single source. Its
stator winding is directly connected to a.c source, whereas stator winding receives its energy from stator by means of
induction. Balanced three phase currents in three phase windings produce at constant amplitude rotating m.m.f wave. The
stator produced m.m.f wave and rotor produced m.m.f wave, both rotate in the air gap in the same direction at synchronous
speed. These two m.m.f wave are thus stationary [1] with respect to each other, consequently the development of steady
electromagnetic torque is possible at all speeds but not at synchronous speed. The vector control or field oriented control
(FOC) theory is the base of a special control method for induction motor drives [2]. The most commonly used controller for
the speed control of Induction motor is Proportional plus Integral (PI) controller [1]. However, the PI controller has some
demerits such as: the high starting overshoot, sensitivity to controller gains and sluggish response due to sudden disturbance.
To overcome these problems, replacement of PI controller by an intelligent controller based on neural networks is proposed
and compared with the PI controller using simulation results
II. PI CONTROLLER BACKGROUND
A PI controller responds to an error signal in a closed control loop and attempts to adjust the controlled quantity to
achieve the desired system response. The controlled parameter can be any measurable system quantity such as speed, torque,
or flux. The benefit of the PI controller is that it can be adjusted empirically by adjusting one or more gain values and
observing the change in system response[4]. It is assumed that the controller is executed frequently enough so that the
system can be properly controlled. The error signal is formed by subtracting the desired setting of the parameter to be
controlled from the actual measured value of that parameter. The sign of the error indicates the direction of change required
by the control input Result is a small remaining steady state error. The Integral (I) term of the controller is used to eliminate
small steady state errors. The I term calculates a continuous running total of the error signal. Therefore, a small steady state
error accumulates into a large error value over time. This accumulated error signal is multiplied by an I gain factor and
becomes the I output term of the PI controller.
Fig-2.1 PI BASED CONTROLLER
2.1.1 Tuning of pi controllers
Proportional-integral (PI) controllers have been introduced in process control industries. Hence various techniques
using PI controllers to achieve certain performance index for system response are presented[5] . The technique to be adapted
Indirect Vector Control of Induction Motor Using Pi Speed
Controller and Neural Networks
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645
www.ijmer.com 1981 | Page
for determining the proportional integral constants of the controller, called Tuning, depends upon the dynamic response of
the plant.
In presenting the various tuning techniques we shall assume the basic control configuration wherein the controller
input is the error between the desired output (command set point input) and the actual output. This error is manipulated by
the controller (PI) to produce a command signal for the plant according to the relationship.
U(s) = Kp (1+1/ τis) (1)
Or in time domain
U(t) = Kp [e(t) + (1/τi) ∫ edt] (2)
Where Kp = proportional gain
τ i = integral time constant
If this response is S-shaped as in, Ziegler-Nichols tuning method is applicable.
2.1.2 Zeigler- Nichols Rules for tuning PI controllers:
First Rule:
The S-shaped response is characterized by two constants, the dead time L and the time constant T as shown. These
constants can be determined by drawing a tangent to the S-shaped curve at the inflection point and state value of the output.
From the response of this nature the plant can be mathematically modeled as first order system with a time constant T and
delay time L as shown in block diagram[6] . The gain K corresponds to the steady state value of the output Css. The value of
Kp,Ti and Td of the controllers can then be calculated as below:
Kp=1.2(T/L) ---------- (3)
τ i = 2L ----------(4)
Fig 2.3 PI Controller 1st
order system block diagram
III. NEURAL NETWORKS BASED CONTROLLER:
Neural networks are simply a class of mathematical algorithms, since a network can be regarded as a graphic
notation for a large class of algorithms. An Artificial Neural Network (ANN) is an information processing paradigm that is
inspired by the way biological nervous systems, such as the brain, process information. It is composed of a large number of
highly interconnected processing elements (neurons) working in unison to solve specific problems. An ANN is configured
for a specific application, speed control or energy saver, through a learning process. Neural network key part is a feed
forward NN with two inputs and one output. NN is divided into three layers, named the input layer with 2 neurons, the
hidden layer with 10 neurons, and the output layer with 1 neuron [6]. The activation function of the input neurons is linear
while that of the output layer and hidden layer is sigmoid, Neural networks can perform massively parallel operations. The
exhibit fault tolerance since the information is distributed in the connections throughout the network [7]. By using neural
controller the peak overshoot is reduced and the system reaches the steady state quickly when compared to a conventional PI
controller [8].
3.1 Program for creating the neural network:
Load n
k1=max (i');
k2=max (o1');
P=i'/k1;
T=o1'/K2;
n=157128;
Net = newff (minmax (P), [5 1], {'tansig' 'purelin'});
net.trainParam.epochs = 200;
Net = train (net, P, T);
Y = Sim (net);
Plot (P, T, P, Y,’ ô') gensim (net,-1)
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645
www.ijmer.com 1982 | Page
Fig 3.1 NN Controller 1st
order system block diagram
Fig-3.2 NN BASED CONTROLLER
IV. Simulation Results and discussion:
The simulation was done using the Matlab/Simulink package.
4.1 Case 1: No-Load :( for Speed ω=120rad/s, torque Te= 0, 0,0,0,0 N-m)
4.1.1 PI Controller:
Speed (rad/s) Vs Time(s):
Speed (rad/s)
Time(s)
Fig: 4.1
Torque (N-m) Vs Time(s)
Torque (N-m)
Time(s)
Fig: 4.2
Current (A) Vs Time(s)
Current (A)
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645
www.ijmer.com 1983 | Page
Time(s)
Fig: 4.3
4.1.2 NN Controller:
Speed (rad/s) Vs Time(s):
Speed (rad/s)
Time(s)
Fig: 4.4
Torque (N-m) Vs Time(s)
Torque (N-m)
Time(s)
Fig: 4.5
Current (A) Vs Time(s)
Current (A)
Time(s)
Fig: 4.6
4.2 Case 2: Step Change in –Load :( for Speed ω=120rad/s Torque Te=0, 50, 200, 100, 50 N-m)
4.2.1 PI Controller:
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645
www.ijmer.com 1984 | Page
Speed (red/s) Vs Time(s):
Speed (rad/s)
Time(s)
Fig: 4.7
Torque (N-m) Vs Time(s)
Torque (N-m)
Time(s)
Fig: 4.8
Current (A) Vs Time(s)
Current (A)
Time(s)
Fig: 4.9
4.2.2 NN Controller:
Speed (rad/s) Vs Time(s):
Speed (rad/s)
Time(s)
Fig: 4.10
Torque (N-m) Vs Time(s)
Torque (N-m)
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645
www.ijmer.com 1985 | Page
Time(s)
Fig: 4.11
Current (A) Vs Time(s)
Current (A)
Time(s)
Fig: 4.12
4.3 Case 3: Speed Reversal: (For Speed ω=-120 to 120 rad/s, Torque Te=0, 50,200,100,50N-m)
4.3.1 PI Controller:
Speed (rad/s) Vs Time(s):
Speed (rad/s)
Time(s)
Fig: 4.13
Torque (N-m) Vs Time(s)
Torque (N-m)
Time(s)
Fig: 4.14
Current (A) Vs Time(s)
Current (A)
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645
www.ijmer.com 1986 | Page
Time(s)
Fig 4.16
4.3.2 NN Controller:
Speed (rad/s) Vs Time(s):
Speed (rad/s)
Time(s)
Fig: 4.18
Torque (N-m) Vs Time(s)
Torque (N-m)
Time(s)
Fig 4.17
Current (A) Vs Time(s)
Current (A)
Time(s)
Fig: 4.18
From the simulation results it is clear that, at no-load using PI based controller with speed 120 rad/s, torque Te=0,
0,0,0,0 N-m the characteristics obtained from PI based controller are shown in fig 4.1, 4.2, and 4.3, from the characteristics
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645
www.ijmer.com 1987 | Page
Speed Vs Time it is observed that overshoot appeared at 0.7sec. From Torque Vs time characteristics, it is observed that
under shoots appeared at 0.75 sec and from Current Vs time characteristics it is observed that disturbances occurred at 0.75
sec because of mismatching of op-amps used in speed controller. Using neural network based speed controller, over shoots at
0.7 sec in Speed Vs Time characteristics are eliminated, under shoots at 0.75 sec in Torque Vs Time characteristics are
eliminated and disturbances at 0.75 sec in Current Vs Time characteristics are eliminated. These characteristics are shown in
fig 4.4, 4.5, 4.6.
At step change using PI based controller with speed 120 rad/s, torque Te=0,50,200,100,50 N-m the characteristics
obtained from PI based controller are shown in fig 4.7,4.8,and 4.9, from the characteristics Speed Vs Time it is observed that
overshoot appeared at 0.7,1,1.5 sec . From Torque Vs time characteristics, it is observed that under shoots appeared at 0.75,
1, 1.5 sec. and from Current Vs time characteristics it is observed that disturbances occurred at 0.75, 1, 1.5 sec. Using neural
network based speed controller, over shoots at 0.7, 1, 1.5 sec in Speed Vs Time characteristics are eliminated, under shoots
at 0.75, 1, 1.5 sec in Torque Vs Time characteristics are eliminated and disturbances at 0.75, 1, 1.5 sec in Current Vs Time
characteristics are eliminated . These characteristics are shown in fig 4.10, 4.11, and 4.12.At speed reversal using PI based
controller with speed -120 to 120 rad/s, torque Te=0,50,200,100,50 N-m the characteristics obtained from PI based controller
are shown in fig 4.13,4.14,and 4.15, from the characteristics Speed Vs Time it is observed that overshoot appeared at
0.5,1,1.5 sec. From Torque Vs time characteristics, it is observed that under shoots appeared at 0.95 sec and from Current Vs
time characteristics it is observed that disturbances occurred at 0.6 sec. Using neural network based speed controller, over
shoots at 0.5, 1, 1.5 sec in Speed Vs Time characteristics are eliminated, under shoots at 0.95 sec in Torque Vs Time
characteristics are eliminated and disturbances at 0.6 sec in Current Vs Time characteristics are eliminated. These
characteristics are shown in fig 4.16, 4.17, and 4.18.
V. CONCLUSION
Challenging and excelling the human brain is one of our long cherished dreams. Intelligent controllers reflect
human thinking, human perception and human way of reasoning. Simulation studies show that the Neural Networks based
controller provides better results for an induction motor when compared to a conventional PI controller. So, Neural Networks
controller is an attractive technique when the plant model is complex.
REFERENCES
[1]. B. K. Bose. Modern Power Electronics and AC Drives. Prentice-Hill PTR Companies, Inc. Upper Saddle River, NJ07458, 2002.
[2]. C.M.Liaw.Y.S.Kung and C.M.Wu Design and implementation of a high performance field oriented induction motor drive. IEEE
Tran Ind.Applicat. Vol.38.pp.275-282, 1991.
[3]. R. Krishnan. Electric motor drives modeling, analysis and Control. PHI Pvt. Ltd, New Delhi, 2003.
[4] Y miloud and A.Draou.” Application of a Three Level GTO Voltage Source PWM Inverter to feed AC Motors for Variable-Speed
Drive with a PI- Controller”. International Conference on Electronics, ICEL’ 2000. Vol. 1, November 13-15. pp 223-227. Oran,
Algeria
[5] Woodley, K.M., Li, H., Foo, S.Y.: Neural Network modeling of Torque Estimation and d-q Transformation for Induction Machine.
Eng. Appl. of Artif. In tell. 18(1), 57–63 (2005)
[6]. C.M.Liaw.Y.S.Kung and M.S.Ouyang Identification and control of induction machines using artificial neural networks. IEEE Trans
Ind.Applicat. Vol.31.pp.612-619, 1995.
[7]. H.A.Al-Rashidi, A.Gastli, A.Al-Badi, “Optimization of Variable Speed Induction Motor Efficiency Using Artificial Neural
Network”.
[8] Howard Demuth, Mark Beal, “Neural Network Toolbox for Use with Matlab”, User Guide, the Math Work Inc. June 1992
AUTHORS
Mohan Krishna M.Tech Assistant Professor SriVenkateshwaraInstitute of Technology Engineering College
ANANTAPUR.
G.Meerimatha M.Tech Associate Professor, EEE Department SriRamanujan Institute of Technology
Engineering College ANANTAPUR.
U.Kamal Kumar M.Tech Assistant Professor SriRamanujan Institute of Technology Engineering College
ANANTAPUR.
.

Contenu connexe

Tendances

Vector control of induction motor
Vector control of induction motorVector control of induction motor
Vector control of induction motorVaibhav Goyal
 
Enhancing Power Quality in Transmission System Using Fc-Tcr
Enhancing Power Quality in Transmission System Using Fc-TcrEnhancing Power Quality in Transmission System Using Fc-Tcr
Enhancing Power Quality in Transmission System Using Fc-TcrIJMER
 
Speed Control of Induction Motor using FOC Method
Speed Control of Induction Motor using FOC MethodSpeed Control of Induction Motor using FOC Method
Speed Control of Induction Motor using FOC MethodIJERA Editor
 
Vector Control of AC Induction Motors
Vector Control of AC Induction MotorsVector Control of AC Induction Motors
Vector Control of AC Induction MotorsPranjal Barman
 
Field oriented control of induction motor based on
Field oriented control  of induction motor based onField oriented control  of induction motor based on
Field oriented control of induction motor based onAMRITAKUMARI21408
 
Speed Control of Induction Motor using Variable Frequency Drive
Speed Control of Induction Motor using Variable Frequency DriveSpeed Control of Induction Motor using Variable Frequency Drive
Speed Control of Induction Motor using Variable Frequency DriveSandeep Kaushal
 
Report pid controller dc motor
Report pid controller dc motorReport pid controller dc motor
Report pid controller dc motorchea kimsairng
 
Design of drive for speed control of induction ppt
Design of drive for speed control of induction pptDesign of drive for speed control of induction ppt
Design of drive for speed control of induction pptAvinash Varanasi
 
Automatic Generation Control
Automatic Generation ControlAutomatic Generation Control
Automatic Generation ControlBirju Besra
 
Basic Presentation on Speed control of induction motor
Basic Presentation on Speed control of induction motorBasic Presentation on Speed control of induction motor
Basic Presentation on Speed control of induction motorNileshBambhaniya2
 
Industrial Power Control by Integral Cycle Switching without Generating Harmo...
Industrial Power Control by Integral Cycle Switching without Generating Harmo...Industrial Power Control by Integral Cycle Switching without Generating Harmo...
Industrial Power Control by Integral Cycle Switching without Generating Harmo...IRJET Journal
 
LOAD FREQUENCY AND VOLTAGE GENERATION CONTROL
LOAD FREQUENCY AND VOLTAGE GENERATION CONTROLLOAD FREQUENCY AND VOLTAGE GENERATION CONTROL
LOAD FREQUENCY AND VOLTAGE GENERATION CONTROLPreet_patel
 
Direct torque control of induction motor using space vector modulation
Direct torque control of induction motor using space vector modulationDirect torque control of induction motor using space vector modulation
Direct torque control of induction motor using space vector modulationIAEME Publication
 
Speed Sensorless Vector Control of Induction Motor Drive with PI and Fuzzy Co...
Speed Sensorless Vector Control of Induction Motor Drive with PI and Fuzzy Co...Speed Sensorless Vector Control of Induction Motor Drive with PI and Fuzzy Co...
Speed Sensorless Vector Control of Induction Motor Drive with PI and Fuzzy Co...IJPEDS-IAES
 
Advanced Three Phase PWM Inverter Control Using Microcontroller
Advanced Three Phase PWM Inverter Control Using MicrocontrollerAdvanced Three Phase PWM Inverter Control Using Microcontroller
Advanced Three Phase PWM Inverter Control Using MicrocontrollerIOSR Journals
 
Speed control of single phase induction motor with variable frequency voltage...
Speed control of single phase induction motor with variable frequency voltage...Speed control of single phase induction motor with variable frequency voltage...
Speed control of single phase induction motor with variable frequency voltage...SHAHRUKH ALAM
 
Vf control of three phase induction motor drive with different pwm techniques
Vf control of three phase induction motor drive with different pwm techniquesVf control of three phase induction motor drive with different pwm techniques
Vf control of three phase induction motor drive with different pwm techniquesAlexander Decker
 
Neural network based vector control of induction motor
Neural network based vector control of induction motorNeural network based vector control of induction motor
Neural network based vector control of induction motorcsandit
 
NEURAL NETWORK BASED VECTOR CONTROL OF INDUCTION MOTOR
NEURAL NETWORK BASED VECTOR CONTROL OF INDUCTION MOTORNEURAL NETWORK BASED VECTOR CONTROL OF INDUCTION MOTOR
NEURAL NETWORK BASED VECTOR CONTROL OF INDUCTION MOTORcsandit
 

Tendances (20)

Vector control of induction motor
Vector control of induction motorVector control of induction motor
Vector control of induction motor
 
Enhancing Power Quality in Transmission System Using Fc-Tcr
Enhancing Power Quality in Transmission System Using Fc-TcrEnhancing Power Quality in Transmission System Using Fc-Tcr
Enhancing Power Quality in Transmission System Using Fc-Tcr
 
Speed Control of Induction Motor using FOC Method
Speed Control of Induction Motor using FOC MethodSpeed Control of Induction Motor using FOC Method
Speed Control of Induction Motor using FOC Method
 
Vector Control of AC Induction Motors
Vector Control of AC Induction MotorsVector Control of AC Induction Motors
Vector Control of AC Induction Motors
 
Field oriented control of induction motor based on
Field oriented control  of induction motor based onField oriented control  of induction motor based on
Field oriented control of induction motor based on
 
Speed Control of Induction Motor using Variable Frequency Drive
Speed Control of Induction Motor using Variable Frequency DriveSpeed Control of Induction Motor using Variable Frequency Drive
Speed Control of Induction Motor using Variable Frequency Drive
 
Report pid controller dc motor
Report pid controller dc motorReport pid controller dc motor
Report pid controller dc motor
 
Design of drive for speed control of induction ppt
Design of drive for speed control of induction pptDesign of drive for speed control of induction ppt
Design of drive for speed control of induction ppt
 
Automatic Generation Control
Automatic Generation ControlAutomatic Generation Control
Automatic Generation Control
 
Basic Presentation on Speed control of induction motor
Basic Presentation on Speed control of induction motorBasic Presentation on Speed control of induction motor
Basic Presentation on Speed control of induction motor
 
Artificial Neural Network Based Speed and Torque Control of Three Phase Induc...
Artificial Neural Network Based Speed and Torque Control of Three Phase Induc...Artificial Neural Network Based Speed and Torque Control of Three Phase Induc...
Artificial Neural Network Based Speed and Torque Control of Three Phase Induc...
 
Industrial Power Control by Integral Cycle Switching without Generating Harmo...
Industrial Power Control by Integral Cycle Switching without Generating Harmo...Industrial Power Control by Integral Cycle Switching without Generating Harmo...
Industrial Power Control by Integral Cycle Switching without Generating Harmo...
 
LOAD FREQUENCY AND VOLTAGE GENERATION CONTROL
LOAD FREQUENCY AND VOLTAGE GENERATION CONTROLLOAD FREQUENCY AND VOLTAGE GENERATION CONTROL
LOAD FREQUENCY AND VOLTAGE GENERATION CONTROL
 
Direct torque control of induction motor using space vector modulation
Direct torque control of induction motor using space vector modulationDirect torque control of induction motor using space vector modulation
Direct torque control of induction motor using space vector modulation
 
Speed Sensorless Vector Control of Induction Motor Drive with PI and Fuzzy Co...
Speed Sensorless Vector Control of Induction Motor Drive with PI and Fuzzy Co...Speed Sensorless Vector Control of Induction Motor Drive with PI and Fuzzy Co...
Speed Sensorless Vector Control of Induction Motor Drive with PI and Fuzzy Co...
 
Advanced Three Phase PWM Inverter Control Using Microcontroller
Advanced Three Phase PWM Inverter Control Using MicrocontrollerAdvanced Three Phase PWM Inverter Control Using Microcontroller
Advanced Three Phase PWM Inverter Control Using Microcontroller
 
Speed control of single phase induction motor with variable frequency voltage...
Speed control of single phase induction motor with variable frequency voltage...Speed control of single phase induction motor with variable frequency voltage...
Speed control of single phase induction motor with variable frequency voltage...
 
Vf control of three phase induction motor drive with different pwm techniques
Vf control of three phase induction motor drive with different pwm techniquesVf control of three phase induction motor drive with different pwm techniques
Vf control of three phase induction motor drive with different pwm techniques
 
Neural network based vector control of induction motor
Neural network based vector control of induction motorNeural network based vector control of induction motor
Neural network based vector control of induction motor
 
NEURAL NETWORK BASED VECTOR CONTROL OF INDUCTION MOTOR
NEURAL NETWORK BASED VECTOR CONTROL OF INDUCTION MOTORNEURAL NETWORK BASED VECTOR CONTROL OF INDUCTION MOTOR
NEURAL NETWORK BASED VECTOR CONTROL OF INDUCTION MOTOR
 

En vedette

Speed control of induction motor using vf ds
Speed control of induction motor using vf dsSpeed control of induction motor using vf ds
Speed control of induction motor using vf dsAli Hassan
 
Basic customer Service
Basic customer ServiceBasic customer Service
Basic customer ServiceMohamed Kareem
 
speed control of induction motor using plc and vfd
speed control of induction motor using plc and vfdspeed control of induction motor using plc and vfd
speed control of induction motor using plc and vfdmanishrair
 
Speed Sensorless Sliding Mode Control of Induction Motor Using Simulink
Speed Sensorless Sliding Mode Control of Induction Motor Using SimulinkSpeed Sensorless Sliding Mode Control of Induction Motor Using Simulink
Speed Sensorless Sliding Mode Control of Induction Motor Using SimulinkIOSR Journals
 
το δημοτικο τραγουδι
το δημοτικο τραγουδιτο δημοτικο τραγουδι
το δημοτικο τραγουδιPopi Kaza
 
An Inclusive Analysis on Various Image Enhancement Techniques
An Inclusive Analysis on Various Image Enhancement TechniquesAn Inclusive Analysis on Various Image Enhancement Techniques
An Inclusive Analysis on Various Image Enhancement TechniquesIJMER
 
Development of a New Formula for a Clear Water Scour around Groynes
Development of a New Formula for a Clear Water Scour around GroynesDevelopment of a New Formula for a Clear Water Scour around Groynes
Development of a New Formula for a Clear Water Scour around GroynesIJMER
 
Bo2422422286
Bo2422422286Bo2422422286
Bo2422422286IJMER
 
Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...
Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...
Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...IJMER
 
Modeling and Reduction of Root Fillet Stress in Spur Gear Using Stress Relie...
Modeling and Reduction of Root Fillet Stress in Spur Gear Using  Stress Relie...Modeling and Reduction of Root Fillet Stress in Spur Gear Using  Stress Relie...
Modeling and Reduction of Root Fillet Stress in Spur Gear Using Stress Relie...IJMER
 
Anaerobic Digestion of Vinasse cane alcohol: The influence of OLR by a UASB ...
Anaerobic Digestion of Vinasse cane alcohol: The influence of  OLR by a UASB ...Anaerobic Digestion of Vinasse cane alcohol: The influence of  OLR by a UASB ...
Anaerobic Digestion of Vinasse cane alcohol: The influence of OLR by a UASB ...IJMER
 
Query Answering Approach Based on Document Summarization
Query Answering Approach Based on Document SummarizationQuery Answering Approach Based on Document Summarization
Query Answering Approach Based on Document SummarizationIJMER
 
Ec3212561262
Ec3212561262Ec3212561262
Ec3212561262IJMER
 
Optimization of Turning Parameters Using Taguchi Method
Optimization of Turning Parameters Using Taguchi MethodOptimization of Turning Parameters Using Taguchi Method
Optimization of Turning Parameters Using Taguchi MethodIJMER
 
Inmotionhosting metroblog com_bluehost_reviews_is_their_host
Inmotionhosting metroblog com_bluehost_reviews_is_their_hostInmotionhosting metroblog com_bluehost_reviews_is_their_host
Inmotionhosting metroblog com_bluehost_reviews_is_their_hostRancyna James
 
Dx31599603
Dx31599603Dx31599603
Dx31599603IJMER
 

En vedette (20)

Direct torque control method
Direct torque control methodDirect torque control method
Direct torque control method
 
Speed control of induction motor using vf ds
Speed control of induction motor using vf dsSpeed control of induction motor using vf ds
Speed control of induction motor using vf ds
 
Basic customer Service
Basic customer ServiceBasic customer Service
Basic customer Service
 
speed control of induction motor using plc and vfd
speed control of induction motor using plc and vfdspeed control of induction motor using plc and vfd
speed control of induction motor using plc and vfd
 
Speed Sensorless Sliding Mode Control of Induction Motor Using Simulink
Speed Sensorless Sliding Mode Control of Induction Motor Using SimulinkSpeed Sensorless Sliding Mode Control of Induction Motor Using Simulink
Speed Sensorless Sliding Mode Control of Induction Motor Using Simulink
 
το δημοτικο τραγουδι
το δημοτικο τραγουδιτο δημοτικο τραγουδι
το δημοτικο τραγουδι
 
An Inclusive Analysis on Various Image Enhancement Techniques
An Inclusive Analysis on Various Image Enhancement TechniquesAn Inclusive Analysis on Various Image Enhancement Techniques
An Inclusive Analysis on Various Image Enhancement Techniques
 
Development of a New Formula for a Clear Water Scour around Groynes
Development of a New Formula for a Clear Water Scour around GroynesDevelopment of a New Formula for a Clear Water Scour around Groynes
Development of a New Formula for a Clear Water Scour around Groynes
 
Bo2422422286
Bo2422422286Bo2422422286
Bo2422422286
 
Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...
Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...
Radiation and Mass Transfer Effects on MHD Natural Convection Flow over an In...
 
Modeling and Reduction of Root Fillet Stress in Spur Gear Using Stress Relie...
Modeling and Reduction of Root Fillet Stress in Spur Gear Using  Stress Relie...Modeling and Reduction of Root Fillet Stress in Spur Gear Using  Stress Relie...
Modeling and Reduction of Root Fillet Stress in Spur Gear Using Stress Relie...
 
Anaerobic Digestion of Vinasse cane alcohol: The influence of OLR by a UASB ...
Anaerobic Digestion of Vinasse cane alcohol: The influence of  OLR by a UASB ...Anaerobic Digestion of Vinasse cane alcohol: The influence of  OLR by a UASB ...
Anaerobic Digestion of Vinasse cane alcohol: The influence of OLR by a UASB ...
 
Query Answering Approach Based on Document Summarization
Query Answering Approach Based on Document SummarizationQuery Answering Approach Based on Document Summarization
Query Answering Approach Based on Document Summarization
 
Ec3212561262
Ec3212561262Ec3212561262
Ec3212561262
 
Optimization of Turning Parameters Using Taguchi Method
Optimization of Turning Parameters Using Taguchi MethodOptimization of Turning Parameters Using Taguchi Method
Optimization of Turning Parameters Using Taguchi Method
 
Inmotionhosting metroblog com_bluehost_reviews_is_their_host
Inmotionhosting metroblog com_bluehost_reviews_is_their_hostInmotionhosting metroblog com_bluehost_reviews_is_their_host
Inmotionhosting metroblog com_bluehost_reviews_is_their_host
 
Dx31599603
Dx31599603Dx31599603
Dx31599603
 
South africa
South africaSouth africa
South africa
 
Macdonaldi
MacdonaldiMacdonaldi
Macdonaldi
 
London
LondonLondon
London
 

Similaire à Indirect Vector Control of Induction Motor Using Pi Speed Controller and Neural Networks

Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...IRJET Journal
 
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...IRJET Journal
 
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...IRJET Journal
 
Speed Control of Three Phase Induction Motor Using Neural Network
Speed Control of Three Phase Induction Motor Using Neural NetworkSpeed Control of Three Phase Induction Motor Using Neural Network
Speed Control of Three Phase Induction Motor Using Neural NetworkIJCSIS Research Publications
 
6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motor6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motork srikanth
 
Optimal tuning of pid power system stabilizer in simulink environment
Optimal tuning of pid power system stabilizer in simulink environmentOptimal tuning of pid power system stabilizer in simulink environment
Optimal tuning of pid power system stabilizer in simulink environmentIAEME Publication
 
Autotuning of pid controller for robot arm and magnet levitation plant
Autotuning of pid controller for robot arm and magnet levitation plantAutotuning of pid controller for robot arm and magnet levitation plant
Autotuning of pid controller for robot arm and magnet levitation planteSAT Journals
 
Optimal control of load frequency control power system based on particle swar...
Optimal control of load frequency control power system based on particle swar...Optimal control of load frequency control power system based on particle swar...
Optimal control of load frequency control power system based on particle swar...theijes
 
Design of spark ignition engine speed control using bat algorithm
Design of spark ignition engine speed control using  bat algorithm Design of spark ignition engine speed control using  bat algorithm
Design of spark ignition engine speed control using bat algorithm IJECEIAES
 
CONTROL OF A HEAT EXCHANGER USING NEURAL NETWORK PREDICTIVE CONTROLLER COMBIN...
CONTROL OF A HEAT EXCHANGER USING NEURAL NETWORK PREDICTIVE CONTROLLER COMBIN...CONTROL OF A HEAT EXCHANGER USING NEURAL NETWORK PREDICTIVE CONTROLLER COMBIN...
CONTROL OF A HEAT EXCHANGER USING NEURAL NETWORK PREDICTIVE CONTROLLER COMBIN...ijics
 
Application of neuro fuzzy controller in torque ripple minimization of vec
Application of neuro fuzzy controller in torque ripple minimization of vecApplication of neuro fuzzy controller in torque ripple minimization of vec
Application of neuro fuzzy controller in torque ripple minimization of vecIAEME Publication
 
Simulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID ControllerSimulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID Controllerijtsrd
 
IRJET- Control of Induction Motor using Neural Network
IRJET- Control of Induction Motor using Neural NetworkIRJET- Control of Induction Motor using Neural Network
IRJET- Control of Induction Motor using Neural NetworkIRJET Journal
 
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...Waqas Tariq
 
Position control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerPosition control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerIAEME Publication
 
IRJET- Speed Control of DC Motor using PID Controller - A Review
IRJET-  	  Speed Control of DC Motor using PID Controller - A ReviewIRJET-  	  Speed Control of DC Motor using PID Controller - A Review
IRJET- Speed Control of DC Motor using PID Controller - A ReviewIRJET Journal
 

Similaire à Indirect Vector Control of Induction Motor Using Pi Speed Controller and Neural Networks (20)

Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
Tuning of Proportional Integral Derivative Controller Using Artificial Neural...
 
Di34672675
Di34672675Di34672675
Di34672675
 
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
 
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
 
Speed Control of Three Phase Induction Motor Using Neural Network
Speed Control of Three Phase Induction Motor Using Neural NetworkSpeed Control of Three Phase Induction Motor Using Neural Network
Speed Control of Three Phase Induction Motor Using Neural Network
 
6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motor6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motor
 
Optimal tuning of pid power system stabilizer in simulink environment
Optimal tuning of pid power system stabilizer in simulink environmentOptimal tuning of pid power system stabilizer in simulink environment
Optimal tuning of pid power system stabilizer in simulink environment
 
Jd3416591661
Jd3416591661Jd3416591661
Jd3416591661
 
Autotuning of pid controller for robot arm and magnet levitation plant
Autotuning of pid controller for robot arm and magnet levitation plantAutotuning of pid controller for robot arm and magnet levitation plant
Autotuning of pid controller for robot arm and magnet levitation plant
 
Optimal control of load frequency control power system based on particle swar...
Optimal control of load frequency control power system based on particle swar...Optimal control of load frequency control power system based on particle swar...
Optimal control of load frequency control power system based on particle swar...
 
Design of spark ignition engine speed control using bat algorithm
Design of spark ignition engine speed control using  bat algorithm Design of spark ignition engine speed control using  bat algorithm
Design of spark ignition engine speed control using bat algorithm
 
Design and implementation of variable and constant load for induction motor
Design and implementation of variable and constant load for induction motorDesign and implementation of variable and constant load for induction motor
Design and implementation of variable and constant load for induction motor
 
CONTROL OF A HEAT EXCHANGER USING NEURAL NETWORK PREDICTIVE CONTROLLER COMBIN...
CONTROL OF A HEAT EXCHANGER USING NEURAL NETWORK PREDICTIVE CONTROLLER COMBIN...CONTROL OF A HEAT EXCHANGER USING NEURAL NETWORK PREDICTIVE CONTROLLER COMBIN...
CONTROL OF A HEAT EXCHANGER USING NEURAL NETWORK PREDICTIVE CONTROLLER COMBIN...
 
Application of neuro fuzzy controller in torque ripple minimization of vec
Application of neuro fuzzy controller in torque ripple minimization of vecApplication of neuro fuzzy controller in torque ripple minimization of vec
Application of neuro fuzzy controller in torque ripple minimization of vec
 
Simulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID ControllerSimulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID Controller
 
IRJET- Control of Induction Motor using Neural Network
IRJET- Control of Induction Motor using Neural NetworkIRJET- Control of Induction Motor using Neural Network
IRJET- Control of Induction Motor using Neural Network
 
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
 
Jw3417821791
Jw3417821791Jw3417821791
Jw3417821791
 
Position control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerPosition control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controller
 
IRJET- Speed Control of DC Motor using PID Controller - A Review
IRJET-  	  Speed Control of DC Motor using PID Controller - A ReviewIRJET-  	  Speed Control of DC Motor using PID Controller - A Review
IRJET- Speed Control of DC Motor using PID Controller - A Review
 

Plus de IJMER

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...IJMER
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingIJMER
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreIJMER
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)IJMER
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...IJMER
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...IJMER
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...IJMER
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...IJMER
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationIJMER
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless BicycleIJMER
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIJMER
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemIJMER
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesIJMER
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...IJMER
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningIJMER
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessIJMER
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersIJMER
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And AuditIJMER
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLIJMER
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyIJMER
 

Plus de IJMER (20)

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed Delinting
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja Fibre
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless Bicycle
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise Applications
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation System
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological Spaces
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine Learning
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And Audit
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDL
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One Prey
 

Dernier

Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 

Dernier (20)

Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 

Indirect Vector Control of Induction Motor Using Pi Speed Controller and Neural Networks

  • 1. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645 www.ijmer.com 1980 | Page C. Mohan Krishna M. Tech1 , G. Meerimatha M.Tech2 , U. Kamal Kumar M. Tech3 1 Assistant Professor, EEE Department SVIT Engineering College ANANTAPUR 2 Associate Professor, EEE Department SRIT Engineering College ANANTAPUR. 3 Assistant Professor SRIT Engineering College ANANTAPUR. Abstract: In this paper, an implementation of intelligent controller for speed control of an induction motor (IM) using indirect vector control method has been developed and analyzed in detail. The indirect vector controlled induction motor drive involve decoupling of the stator current in to torque and flux producing components. The comparative performance of Proportional integral (PI) and Artificial Neural Networks (NN). control techniques have been presented and analyzed in this work. Keywords: indirect vector controller (IVC), Proportional integral (PI), Artificial Neural Networks (NN). I. INTRODUCTION A three-phase induction motor is a singly excited a.c machine in the sense that is supplied from a single source. Its stator winding is directly connected to a.c source, whereas stator winding receives its energy from stator by means of induction. Balanced three phase currents in three phase windings produce at constant amplitude rotating m.m.f wave. The stator produced m.m.f wave and rotor produced m.m.f wave, both rotate in the air gap in the same direction at synchronous speed. These two m.m.f wave are thus stationary [1] with respect to each other, consequently the development of steady electromagnetic torque is possible at all speeds but not at synchronous speed. The vector control or field oriented control (FOC) theory is the base of a special control method for induction motor drives [2]. The most commonly used controller for the speed control of Induction motor is Proportional plus Integral (PI) controller [1]. However, the PI controller has some demerits such as: the high starting overshoot, sensitivity to controller gains and sluggish response due to sudden disturbance. To overcome these problems, replacement of PI controller by an intelligent controller based on neural networks is proposed and compared with the PI controller using simulation results II. PI CONTROLLER BACKGROUND A PI controller responds to an error signal in a closed control loop and attempts to adjust the controlled quantity to achieve the desired system response. The controlled parameter can be any measurable system quantity such as speed, torque, or flux. The benefit of the PI controller is that it can be adjusted empirically by adjusting one or more gain values and observing the change in system response[4]. It is assumed that the controller is executed frequently enough so that the system can be properly controlled. The error signal is formed by subtracting the desired setting of the parameter to be controlled from the actual measured value of that parameter. The sign of the error indicates the direction of change required by the control input Result is a small remaining steady state error. The Integral (I) term of the controller is used to eliminate small steady state errors. The I term calculates a continuous running total of the error signal. Therefore, a small steady state error accumulates into a large error value over time. This accumulated error signal is multiplied by an I gain factor and becomes the I output term of the PI controller. Fig-2.1 PI BASED CONTROLLER 2.1.1 Tuning of pi controllers Proportional-integral (PI) controllers have been introduced in process control industries. Hence various techniques using PI controllers to achieve certain performance index for system response are presented[5] . The technique to be adapted Indirect Vector Control of Induction Motor Using Pi Speed Controller and Neural Networks
  • 2. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645 www.ijmer.com 1981 | Page for determining the proportional integral constants of the controller, called Tuning, depends upon the dynamic response of the plant. In presenting the various tuning techniques we shall assume the basic control configuration wherein the controller input is the error between the desired output (command set point input) and the actual output. This error is manipulated by the controller (PI) to produce a command signal for the plant according to the relationship. U(s) = Kp (1+1/ τis) (1) Or in time domain U(t) = Kp [e(t) + (1/τi) ∫ edt] (2) Where Kp = proportional gain τ i = integral time constant If this response is S-shaped as in, Ziegler-Nichols tuning method is applicable. 2.1.2 Zeigler- Nichols Rules for tuning PI controllers: First Rule: The S-shaped response is characterized by two constants, the dead time L and the time constant T as shown. These constants can be determined by drawing a tangent to the S-shaped curve at the inflection point and state value of the output. From the response of this nature the plant can be mathematically modeled as first order system with a time constant T and delay time L as shown in block diagram[6] . The gain K corresponds to the steady state value of the output Css. The value of Kp,Ti and Td of the controllers can then be calculated as below: Kp=1.2(T/L) ---------- (3) τ i = 2L ----------(4) Fig 2.3 PI Controller 1st order system block diagram III. NEURAL NETWORKS BASED CONTROLLER: Neural networks are simply a class of mathematical algorithms, since a network can be regarded as a graphic notation for a large class of algorithms. An Artificial Neural Network (ANN) is an information processing paradigm that is inspired by the way biological nervous systems, such as the brain, process information. It is composed of a large number of highly interconnected processing elements (neurons) working in unison to solve specific problems. An ANN is configured for a specific application, speed control or energy saver, through a learning process. Neural network key part is a feed forward NN with two inputs and one output. NN is divided into three layers, named the input layer with 2 neurons, the hidden layer with 10 neurons, and the output layer with 1 neuron [6]. The activation function of the input neurons is linear while that of the output layer and hidden layer is sigmoid, Neural networks can perform massively parallel operations. The exhibit fault tolerance since the information is distributed in the connections throughout the network [7]. By using neural controller the peak overshoot is reduced and the system reaches the steady state quickly when compared to a conventional PI controller [8]. 3.1 Program for creating the neural network: Load n k1=max (i'); k2=max (o1'); P=i'/k1; T=o1'/K2; n=157128; Net = newff (minmax (P), [5 1], {'tansig' 'purelin'}); net.trainParam.epochs = 200; Net = train (net, P, T); Y = Sim (net); Plot (P, T, P, Y,’ ô') gensim (net,-1)
  • 3. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645 www.ijmer.com 1982 | Page Fig 3.1 NN Controller 1st order system block diagram Fig-3.2 NN BASED CONTROLLER IV. Simulation Results and discussion: The simulation was done using the Matlab/Simulink package. 4.1 Case 1: No-Load :( for Speed ω=120rad/s, torque Te= 0, 0,0,0,0 N-m) 4.1.1 PI Controller: Speed (rad/s) Vs Time(s): Speed (rad/s) Time(s) Fig: 4.1 Torque (N-m) Vs Time(s) Torque (N-m) Time(s) Fig: 4.2 Current (A) Vs Time(s) Current (A)
  • 4. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645 www.ijmer.com 1983 | Page Time(s) Fig: 4.3 4.1.2 NN Controller: Speed (rad/s) Vs Time(s): Speed (rad/s) Time(s) Fig: 4.4 Torque (N-m) Vs Time(s) Torque (N-m) Time(s) Fig: 4.5 Current (A) Vs Time(s) Current (A) Time(s) Fig: 4.6 4.2 Case 2: Step Change in –Load :( for Speed ω=120rad/s Torque Te=0, 50, 200, 100, 50 N-m) 4.2.1 PI Controller:
  • 5. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645 www.ijmer.com 1984 | Page Speed (red/s) Vs Time(s): Speed (rad/s) Time(s) Fig: 4.7 Torque (N-m) Vs Time(s) Torque (N-m) Time(s) Fig: 4.8 Current (A) Vs Time(s) Current (A) Time(s) Fig: 4.9 4.2.2 NN Controller: Speed (rad/s) Vs Time(s): Speed (rad/s) Time(s) Fig: 4.10 Torque (N-m) Vs Time(s) Torque (N-m)
  • 6. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645 www.ijmer.com 1985 | Page Time(s) Fig: 4.11 Current (A) Vs Time(s) Current (A) Time(s) Fig: 4.12 4.3 Case 3: Speed Reversal: (For Speed ω=-120 to 120 rad/s, Torque Te=0, 50,200,100,50N-m) 4.3.1 PI Controller: Speed (rad/s) Vs Time(s): Speed (rad/s) Time(s) Fig: 4.13 Torque (N-m) Vs Time(s) Torque (N-m) Time(s) Fig: 4.14 Current (A) Vs Time(s) Current (A)
  • 7. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645 www.ijmer.com 1986 | Page Time(s) Fig 4.16 4.3.2 NN Controller: Speed (rad/s) Vs Time(s): Speed (rad/s) Time(s) Fig: 4.18 Torque (N-m) Vs Time(s) Torque (N-m) Time(s) Fig 4.17 Current (A) Vs Time(s) Current (A) Time(s) Fig: 4.18 From the simulation results it is clear that, at no-load using PI based controller with speed 120 rad/s, torque Te=0, 0,0,0,0 N-m the characteristics obtained from PI based controller are shown in fig 4.1, 4.2, and 4.3, from the characteristics
  • 8. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645 www.ijmer.com 1987 | Page Speed Vs Time it is observed that overshoot appeared at 0.7sec. From Torque Vs time characteristics, it is observed that under shoots appeared at 0.75 sec and from Current Vs time characteristics it is observed that disturbances occurred at 0.75 sec because of mismatching of op-amps used in speed controller. Using neural network based speed controller, over shoots at 0.7 sec in Speed Vs Time characteristics are eliminated, under shoots at 0.75 sec in Torque Vs Time characteristics are eliminated and disturbances at 0.75 sec in Current Vs Time characteristics are eliminated. These characteristics are shown in fig 4.4, 4.5, 4.6. At step change using PI based controller with speed 120 rad/s, torque Te=0,50,200,100,50 N-m the characteristics obtained from PI based controller are shown in fig 4.7,4.8,and 4.9, from the characteristics Speed Vs Time it is observed that overshoot appeared at 0.7,1,1.5 sec . From Torque Vs time characteristics, it is observed that under shoots appeared at 0.75, 1, 1.5 sec. and from Current Vs time characteristics it is observed that disturbances occurred at 0.75, 1, 1.5 sec. Using neural network based speed controller, over shoots at 0.7, 1, 1.5 sec in Speed Vs Time characteristics are eliminated, under shoots at 0.75, 1, 1.5 sec in Torque Vs Time characteristics are eliminated and disturbances at 0.75, 1, 1.5 sec in Current Vs Time characteristics are eliminated . These characteristics are shown in fig 4.10, 4.11, and 4.12.At speed reversal using PI based controller with speed -120 to 120 rad/s, torque Te=0,50,200,100,50 N-m the characteristics obtained from PI based controller are shown in fig 4.13,4.14,and 4.15, from the characteristics Speed Vs Time it is observed that overshoot appeared at 0.5,1,1.5 sec. From Torque Vs time characteristics, it is observed that under shoots appeared at 0.95 sec and from Current Vs time characteristics it is observed that disturbances occurred at 0.6 sec. Using neural network based speed controller, over shoots at 0.5, 1, 1.5 sec in Speed Vs Time characteristics are eliminated, under shoots at 0.95 sec in Torque Vs Time characteristics are eliminated and disturbances at 0.6 sec in Current Vs Time characteristics are eliminated. These characteristics are shown in fig 4.16, 4.17, and 4.18. V. CONCLUSION Challenging and excelling the human brain is one of our long cherished dreams. Intelligent controllers reflect human thinking, human perception and human way of reasoning. Simulation studies show that the Neural Networks based controller provides better results for an induction motor when compared to a conventional PI controller. So, Neural Networks controller is an attractive technique when the plant model is complex. REFERENCES [1]. B. K. Bose. Modern Power Electronics and AC Drives. Prentice-Hill PTR Companies, Inc. Upper Saddle River, NJ07458, 2002. [2]. C.M.Liaw.Y.S.Kung and C.M.Wu Design and implementation of a high performance field oriented induction motor drive. IEEE Tran Ind.Applicat. Vol.38.pp.275-282, 1991. [3]. R. Krishnan. Electric motor drives modeling, analysis and Control. PHI Pvt. Ltd, New Delhi, 2003. [4] Y miloud and A.Draou.” Application of a Three Level GTO Voltage Source PWM Inverter to feed AC Motors for Variable-Speed Drive with a PI- Controller”. International Conference on Electronics, ICEL’ 2000. Vol. 1, November 13-15. pp 223-227. Oran, Algeria [5] Woodley, K.M., Li, H., Foo, S.Y.: Neural Network modeling of Torque Estimation and d-q Transformation for Induction Machine. Eng. Appl. of Artif. In tell. 18(1), 57–63 (2005) [6]. C.M.Liaw.Y.S.Kung and M.S.Ouyang Identification and control of induction machines using artificial neural networks. IEEE Trans Ind.Applicat. Vol.31.pp.612-619, 1995. [7]. H.A.Al-Rashidi, A.Gastli, A.Al-Badi, “Optimization of Variable Speed Induction Motor Efficiency Using Artificial Neural Network”. [8] Howard Demuth, Mark Beal, “Neural Network Toolbox for Use with Matlab”, User Guide, the Math Work Inc. June 1992 AUTHORS Mohan Krishna M.Tech Assistant Professor SriVenkateshwaraInstitute of Technology Engineering College ANANTAPUR. G.Meerimatha M.Tech Associate Professor, EEE Department SriRamanujan Institute of Technology Engineering College ANANTAPUR. U.Kamal Kumar M.Tech Assistant Professor SriRamanujan Institute of Technology Engineering College ANANTAPUR. .