SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1430
FUZZY AND PID BASED PITCH ANGLE CONTROL OF VARIABLE SPEED
WIND TURBINES
Mohammed Mohiuddin Yusuf1, Dr. Abdulla Ismail2
1Graduate Student, Dept. of Electrical Engineering, Rochester Institute of Technology, Dubai, UAE
2Professor, Dept. of Electrical Engineering, Rochester Institute of Technology, Dubai, UAE
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The process of obtaining electrical energy from
kinetic energy present in the winds is the main idea behind the
wind turbine. There are varioustypesofcontrolstrategiesthat
have been presented in many journals. The most common
control strategy involved is the Pitch Angle control. The speed
of the wind turbine must be kept in check to avoid damage. In
this paper, a pitch angle based speed control mechanism is
presented by using two different types of control systems- PID
and Fuzzy Logic. A comparison between both the systems is
also documented.
Key Words: Wind turbine, Pitch angle,PIDcontrol,Fuzzy
logic control, Turbine speed control..
1. INTRODUCTION
Wind is an inexhaustible source of energy and is growing
rapidly in the efforts to make use of alternate source of
energies is many parts of the world. If we analyze the wind
power over a long period of time (a year), it can be
considered as a consistent source. However, the lesser the
time scale of analysis, the less consistent it is as a source of
energy. In the recent years, renewable sources of energy like
wind have been gaining significant importance. By the year
2016, the total amount of electricity generation in the world
from wind amounts to 432,883 MW. When compared to the
previous year, there was found a 17% growth. [1]
A common issue associated with wind is the damage that
is caused to the turbine due to exceeding speed of wind. A lot
of control strategies have been developed to avoid turbine
damage from high speed winds. The most common type of
control strategy used is pitch control mechanism. The
variable speed wind results in different operation phases of
the turbine. Optimum speed of wind is required for keeping
the turbine free from damages. The curve that shows the
operation phases comparingthepowerandwindspeeds.The
power-speed curve is shown in Fig. 1
2. MODEL OF WIND TURBINE
The wind turbine speed control systems consists of mainly
three parts- the actuator, the controller and the turbine
drive. A basic block diagram is as shown in the figure below
The main job of a pitch actuator is to adjust the blade’s
rotation along its longitudinal axis. The equation that
represents the actuator is given by,
ref -
Where is pitch angle output from the actuator
ref is the reference pitch angle
is the pitch actuator time constant (the time
constant value is taken as 0.5).
The block of Pitch Actuator is shown below:
For simpler design, the turbine drive is modelled using
linearization method. The mathematical fundamental
dynamics of the turbine can be given by the equation:
Jt t = Tw - Tm ---------- (1)
Where, Jt= moment of inertia of turbine rotor
t= angular shaft speed
Tm= mechanical torque
Now, the turbine equation (1) is linearized to get the
below equation,
Jt t = t + ξ w + ------------ (2)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1431
Where are linearization coefficients.
Laplace Transform of equation (2) is taken to get the
below equation,
Jt t = ξ w(s) + t +
Let us assume to be equal to Z
The turbine rotor speed can now be represented as,
t = [ w(s) + ]
The above equation is the linearized model of the wind
turbine which can be represented as a block diagram shown
in figure.
3. PID CONTROL
The wind turbine drive trainmodel alongwithpitchactuator
model shown in Section 3.2 and 3.3 together constitute the
system model.
 PID control strategy is deployed on the system to
get the desired speed output of the turbine.
 The input desired value of the speed of rotor is
60rpm.
The controller gives a changed value of the pitch angle
that is given to the pitch actuator, the output of which
goes into the wind turbine drive train to get the final
rotor speed as system output.
 The wind input is given a value that has average
speed 10m/s with a fluctuation of +-3m/s.
The system model is built in SIMULINK software and
simulation are performed.
The values of the P, I and D gains are
Kp = 0.8
Ki = 6
Kd = 2
The output Rotor Speed is shown in figure below
0 5 10 15 20 25 30 35 40 45 50
0
10
20
30
40
50
60
70
Time (seconds)
RotorSpeed
Wind turbine Control using PID
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1432
4. FUZZY LOGIC CONTROL
Representation of fuzzy control operation is shown in the
figure below.
Fuzzification generally involves 2 steps: [2]
 To get the membership functions for input and
output
 To represent them as linguistic variables.
The process of defuzzification basically involves the
process of converting the fuzzy outputs back to crisp
outputs. The outputs that from the fuzzy system are
linguistic variables that need to be converted into crisp
values.
This process is done in the defuzzification step.
The wind turbine system along with Fuzzy controller is
designed as shown below
The designed fuzzy controllerhastwoinputsandoneoutput.
The inputs are error and change in error. The membership
functions of the inputs and the output are shown in the
figures below.
There are nine number of rules that are defined in the fuzzy
controller. The Surface as well as the graphical view of the
Fuzzy rules is shown in figures below.
1. If error is ‘neg’ and error change is ‘neg’, then
output is ‘neg’
2. If error is ‘neg’ and error change is ‘ze’, then
output is ‘neg’
3. If error is ‘neg’ and error change is ‘pos’, then
output is ‘ze’
4. If error is ‘ze’ and error change is ‘neg’, then
output is ‘neg’
5. If error is ‘ze’ and error change is ‘ze’, then output
is ‘ze’
6. If error is ‘ze’ and error change is ‘pos’, then
output is ‘pos’
7. If error is ‘pos’ and error change is ‘neg’, then
output is ‘ze’
8. If error is ‘pos’ and error change is ‘ze’, then
output is ‘pos’
9. If error is ‘pos’ and error change is ‘pos’, then
output is ‘pos’
The output rotor speed is shown below.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1433
0 5 10 15 20 25 30 35 40 45 50
0
10
20
30
40
50
60
70
Time (seconds)
RotorSpeed
Rotor Speed with Fuzzy Control
The irregularity is due to the changingwindspeed.However,
we can notice that the desired rotor speed has been
achieved.
5. CONCLUSIONS
The simulations of the wind turbine with PID and Fuzzy
control are designed and controlled. We find that PID
controller has a faster response but the overshoot and the
settling time is an issue. However, when fuzzy logic
controller was incorporated into the system, the settling
time was improved and overshootwaszero. Thuswecan say
that fuzzy logic controller proved better as compared to the
classical PID controller. The desired rotor speed was
obtained in both the systems but the one with fuzzy was
better and a more stable system (as shown in comparison
graphs).
0 5 10 15 20 25 30 35 40 45 50
0
10
20
30
40
50
60
70
Time (seconds)
RotorSpeed
Comparison of PID vs Fuzzy
fuzzy
pid
If we do not consider the irregularities in the wind, the
comparison graph can be seen as shown below:
0 5 10 15 20 25 30 35 40 45 50
0
10
20
30
40
50
60
70
Time (seconds)
RotorSpeed
Comparison of PID vs Fuzzy
fuzzy
pid
References
[1] Global Wind Energy Council, "Global Wind Report
2015," GWEC, Belgium, 2015.
[2] Y. Bai, H. Zhuang and D. Wang, Advanced Fuzzy Logic
Technologies in Industrial Applications, Springer,
2006.
[3] J. Zhang, M. Cheng, Z. Chen and X. Fu, "Pitch Angle
Control for Variable Speed Wind Turbines," DRPT, no.
April, 2008.
[4] J. Jakel, R. Mikut and G. Bretthauer, Control Systems,
Robotics and Automation-Fuzzy Control Systems,
Germany: EOLSS.
BIOGRAPHIES
Mohammed Mohiuddin Yusuf has a
Bachelor’s degree in Electronics and
Communication Engineering from
M.S.Ramaiah Institute of Technology,
Bangalore, India. Currently pursuing
Master’s degree in Electrical
Engineering at Rochester Institute of
Technology, NY (Dubai Campus)
Dr. Abdulla Ismail obtained his B.Sc.
(’80), M.Sc. (’83), and Ph.D. (’86)
degrees, all in electrical engineering,
from the University of Arizona, U.S.A.
Currently, he is a full professor of
Electrical Engineering andassistantto
the President at the Rochester
Institute of Technology, Dubai, UAE.

More Related Content

What's hot

Aero Dynamic Power Control of Permanent Magnet Synchronous Generator using Fu...
Aero Dynamic Power Control of Permanent Magnet Synchronous Generator using Fu...Aero Dynamic Power Control of Permanent Magnet Synchronous Generator using Fu...
Aero Dynamic Power Control of Permanent Magnet Synchronous Generator using Fu...IRJET Journal
 
Permanent Magnet Synchronous Generator Wind Turbine Pitch Angle Control by Fu...
Permanent Magnet Synchronous Generator Wind Turbine Pitch Angle Control by Fu...Permanent Magnet Synchronous Generator Wind Turbine Pitch Angle Control by Fu...
Permanent Magnet Synchronous Generator Wind Turbine Pitch Angle Control by Fu...IRJET Journal
 
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
 
Design and Development of a Quadrotor – A Didactic Approach
Design and Development of a Quadrotor – A Didactic ApproachDesign and Development of a Quadrotor – A Didactic Approach
Design and Development of a Quadrotor – A Didactic ApproachIRJET Journal
 
IRJET- Dynamic Simulation of Direct Torque Control Induction Motor
IRJET- Dynamic Simulation of Direct Torque Control Induction MotorIRJET- Dynamic Simulation of Direct Torque Control Induction Motor
IRJET- Dynamic Simulation of Direct Torque Control Induction MotorIRJET Journal
 
Design and development of matlab gui based fuzzy logic controllers for ac motor
Design and development of matlab gui based fuzzy logic controllers for ac motorDesign and development of matlab gui based fuzzy logic controllers for ac motor
Design and development of matlab gui based fuzzy logic controllers for ac motorIAEME Publication
 
IRJET- Experimental Analysis of Vertical Axis Wind Turbine
IRJET- Experimental Analysis of Vertical Axis Wind TurbineIRJET- Experimental Analysis of Vertical Axis Wind Turbine
IRJET- Experimental Analysis of Vertical Axis Wind TurbineIRJET Journal
 
Optimal tuning of proportional integral controller for fixed-speed wind turb...
Optimal tuning of proportional integral controller for  fixed-speed wind turb...Optimal tuning of proportional integral controller for  fixed-speed wind turb...
Optimal tuning of proportional integral controller for fixed-speed wind turb...IJECEIAES
 
Improved Speed Characteristics of a Synchronous Machine using Discrete PID Co...
Improved Speed Characteristics of a Synchronous Machine using Discrete PID Co...Improved Speed Characteristics of a Synchronous Machine using Discrete PID Co...
Improved Speed Characteristics of a Synchronous Machine using Discrete PID Co...IJMTST Journal
 
A New Induction Motor Adaptive Robust Vector Control based on Backstepping
A New Induction Motor Adaptive Robust Vector Control based on Backstepping A New Induction Motor Adaptive Robust Vector Control based on Backstepping
A New Induction Motor Adaptive Robust Vector Control based on Backstepping IJECEIAES
 
Study of Characteristics of DFIG Based Wind Turbine
Study of Characteristics of DFIG Based Wind TurbineStudy of Characteristics of DFIG Based Wind Turbine
Study of Characteristics of DFIG Based Wind TurbineIJMTST Journal
 
Speed Control of Dc Motor using Adaptive PID with SMC Scheme
Speed Control of Dc Motor using Adaptive PID with SMC SchemeSpeed Control of Dc Motor using Adaptive PID with SMC Scheme
Speed Control of Dc Motor using Adaptive PID with SMC SchemeIRJET Journal
 
IRJET- Quadrotor Modeling and Control using PID Technique
IRJET- Quadrotor Modeling and Control using PID TechniqueIRJET- Quadrotor Modeling and Control using PID Technique
IRJET- Quadrotor Modeling and Control using PID TechniqueIRJET Journal
 
Simulation and synthesis of error tolerance adder
Simulation and synthesis of error tolerance adderSimulation and synthesis of error tolerance adder
Simulation and synthesis of error tolerance addervenkatesh deekonda
 
Design of 64 bit error tolerant adder
Design of 64 bit error tolerant adderDesign of 64 bit error tolerant adder
Design of 64 bit error tolerant adderiaemedu
 
Speed control of dc motor using relay feedback tuned pi
Speed control of dc motor using relay feedback tuned piSpeed control of dc motor using relay feedback tuned pi
Speed control of dc motor using relay feedback tuned piAlexander Decker
 
Development of variable speed wind turbine test bench eep giki group 21
Development of variable speed wind turbine test bench eep giki group 21Development of variable speed wind turbine test bench eep giki group 21
Development of variable speed wind turbine test bench eep giki group 21SyedAbdulRehman16
 
Internal Model Based Vector Control of Induction Motor
Internal Model Based Vector Control of Induction MotorInternal Model Based Vector Control of Induction Motor
Internal Model Based Vector Control of Induction MotorIJMER
 
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...ijscmcjournal
 

What's hot (20)

Aero Dynamic Power Control of Permanent Magnet Synchronous Generator using Fu...
Aero Dynamic Power Control of Permanent Magnet Synchronous Generator using Fu...Aero Dynamic Power Control of Permanent Magnet Synchronous Generator using Fu...
Aero Dynamic Power Control of Permanent Magnet Synchronous Generator using Fu...
 
Permanent Magnet Synchronous Generator Wind Turbine Pitch Angle Control by Fu...
Permanent Magnet Synchronous Generator Wind Turbine Pitch Angle Control by Fu...Permanent Magnet Synchronous Generator Wind Turbine Pitch Angle Control by Fu...
Permanent Magnet Synchronous Generator Wind Turbine Pitch Angle Control by Fu...
 
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
 
Design and Development of a Quadrotor – A Didactic Approach
Design and Development of a Quadrotor – A Didactic ApproachDesign and Development of a Quadrotor – A Didactic Approach
Design and Development of a Quadrotor – A Didactic Approach
 
IRJET- Dynamic Simulation of Direct Torque Control Induction Motor
IRJET- Dynamic Simulation of Direct Torque Control Induction MotorIRJET- Dynamic Simulation of Direct Torque Control Induction Motor
IRJET- Dynamic Simulation of Direct Torque Control Induction Motor
 
Design and development of matlab gui based fuzzy logic controllers for ac motor
Design and development of matlab gui based fuzzy logic controllers for ac motorDesign and development of matlab gui based fuzzy logic controllers for ac motor
Design and development of matlab gui based fuzzy logic controllers for ac motor
 
Hardware-in-the-loop simulator of wind turbine emulator using labview
Hardware-in-the-loop simulator of wind turbine emulator using labviewHardware-in-the-loop simulator of wind turbine emulator using labview
Hardware-in-the-loop simulator of wind turbine emulator using labview
 
IRJET- Experimental Analysis of Vertical Axis Wind Turbine
IRJET- Experimental Analysis of Vertical Axis Wind TurbineIRJET- Experimental Analysis of Vertical Axis Wind Turbine
IRJET- Experimental Analysis of Vertical Axis Wind Turbine
 
Optimal tuning of proportional integral controller for fixed-speed wind turb...
Optimal tuning of proportional integral controller for  fixed-speed wind turb...Optimal tuning of proportional integral controller for  fixed-speed wind turb...
Optimal tuning of proportional integral controller for fixed-speed wind turb...
 
Improved Speed Characteristics of a Synchronous Machine using Discrete PID Co...
Improved Speed Characteristics of a Synchronous Machine using Discrete PID Co...Improved Speed Characteristics of a Synchronous Machine using Discrete PID Co...
Improved Speed Characteristics of a Synchronous Machine using Discrete PID Co...
 
A New Induction Motor Adaptive Robust Vector Control based on Backstepping
A New Induction Motor Adaptive Robust Vector Control based on Backstepping A New Induction Motor Adaptive Robust Vector Control based on Backstepping
A New Induction Motor Adaptive Robust Vector Control based on Backstepping
 
Study of Characteristics of DFIG Based Wind Turbine
Study of Characteristics of DFIG Based Wind TurbineStudy of Characteristics of DFIG Based Wind Turbine
Study of Characteristics of DFIG Based Wind Turbine
 
Speed Control of Dc Motor using Adaptive PID with SMC Scheme
Speed Control of Dc Motor using Adaptive PID with SMC SchemeSpeed Control of Dc Motor using Adaptive PID with SMC Scheme
Speed Control of Dc Motor using Adaptive PID with SMC Scheme
 
IRJET- Quadrotor Modeling and Control using PID Technique
IRJET- Quadrotor Modeling and Control using PID TechniqueIRJET- Quadrotor Modeling and Control using PID Technique
IRJET- Quadrotor Modeling and Control using PID Technique
 
Simulation and synthesis of error tolerance adder
Simulation and synthesis of error tolerance adderSimulation and synthesis of error tolerance adder
Simulation and synthesis of error tolerance adder
 
Design of 64 bit error tolerant adder
Design of 64 bit error tolerant adderDesign of 64 bit error tolerant adder
Design of 64 bit error tolerant adder
 
Speed control of dc motor using relay feedback tuned pi
Speed control of dc motor using relay feedback tuned piSpeed control of dc motor using relay feedback tuned pi
Speed control of dc motor using relay feedback tuned pi
 
Development of variable speed wind turbine test bench eep giki group 21
Development of variable speed wind turbine test bench eep giki group 21Development of variable speed wind turbine test bench eep giki group 21
Development of variable speed wind turbine test bench eep giki group 21
 
Internal Model Based Vector Control of Induction Motor
Internal Model Based Vector Control of Induction MotorInternal Model Based Vector Control of Induction Motor
Internal Model Based Vector Control of Induction Motor
 
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
 

Similar to Fuzzy and Pid Based Pitch Angle Control of Variable Speed Wind Turbines

Fault Analysis and Prediction in Gas Turbine using Neuro-Fuzzy System
Fault Analysis and Prediction in Gas Turbine using Neuro-Fuzzy SystemFault Analysis and Prediction in Gas Turbine using Neuro-Fuzzy System
Fault Analysis and Prediction in Gas Turbine using Neuro-Fuzzy SystemIRJET 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
 
Power Optimization and Control in Wind Energy Conversion Systems using Fracti...
Power Optimization and Control in Wind Energy Conversion Systems using Fracti...Power Optimization and Control in Wind Energy Conversion Systems using Fracti...
Power Optimization and Control in Wind Energy Conversion Systems using Fracti...IRJET Journal
 
IRJET- Automated Machine Design through Software Controller Support
IRJET- Automated Machine Design through Software Controller SupportIRJET- Automated Machine Design through Software Controller Support
IRJET- Automated Machine Design through Software Controller SupportIRJET Journal
 
Quadrotor Control using Adaptive Fuzzy PD Technique
Quadrotor Control using Adaptive Fuzzy PD TechniqueQuadrotor Control using Adaptive Fuzzy PD Technique
Quadrotor Control using Adaptive Fuzzy PD TechniqueIRJET Journal
 
IRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy Controller
IRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy ControllerIRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy Controller
IRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy ControllerIRJET Journal
 
IRJET- Review on Micro Air Consumption Engine Vehicle with Energy Multiplier
IRJET- Review on Micro Air Consumption Engine Vehicle with Energy MultiplierIRJET- Review on Micro Air Consumption Engine Vehicle with Energy Multiplier
IRJET- Review on Micro Air Consumption Engine Vehicle with Energy MultiplierIRJET Journal
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing RobotIRJET Journal
 
IRJET- Modelling of a PMSG Wind Turbine with Voltage Control
IRJET-  	  Modelling of a PMSG Wind Turbine with Voltage ControlIRJET-  	  Modelling of a PMSG Wind Turbine with Voltage Control
IRJET- Modelling of a PMSG Wind Turbine with Voltage ControlIRJET Journal
 
IRJET- Direct Torque Control of Induction Motor
IRJET-  	  Direct Torque Control of Induction MotorIRJET-  	  Direct Torque Control of Induction Motor
IRJET- Direct Torque Control of Induction MotorIRJET Journal
 
IRJET- Static Structural and Modal Analysis of Secondary Air Flow System
IRJET- Static Structural and Modal Analysis of Secondary Air Flow SystemIRJET- Static Structural and Modal Analysis of Secondary Air Flow System
IRJET- Static Structural and Modal Analysis of Secondary Air Flow SystemIRJET Journal
 
DC Motor Speed Control for a Plant Based On PID Controller
DC Motor Speed Control for a Plant Based On PID ControllerDC Motor Speed Control for a Plant Based On PID Controller
DC Motor Speed Control for a Plant Based On PID Controllerpaperpublications3
 
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- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...
IRJET- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...IRJET- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...
IRJET- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...IRJET Journal
 
Control Strategy of Triple Effect Evaporators based on Solar Desalination of...
Control Strategy  of Triple Effect Evaporators based on Solar Desalination of...Control Strategy  of Triple Effect Evaporators based on Solar Desalination of...
Control Strategy of Triple Effect Evaporators based on Solar Desalination of...IRJET Journal
 
Paper id 24201493
Paper id 24201493Paper id 24201493
Paper id 24201493IJRAT
 
Fuzzy Logic Pitch Control of Variable Speed Wind Turbine
Fuzzy Logic Pitch Control of Variable Speed Wind TurbineFuzzy Logic Pitch Control of Variable Speed Wind Turbine
Fuzzy Logic Pitch Control of Variable Speed Wind TurbineIRJET Journal
 
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...IRJET Journal
 
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...IRJET Journal
 

Similar to Fuzzy and Pid Based Pitch Angle Control of Variable Speed Wind Turbines (20)

Fault Analysis and Prediction in Gas Turbine using Neuro-Fuzzy System
Fault Analysis and Prediction in Gas Turbine using Neuro-Fuzzy SystemFault Analysis and Prediction in Gas Turbine using Neuro-Fuzzy System
Fault Analysis and Prediction in Gas Turbine using Neuro-Fuzzy System
 
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...
 
Power Optimization and Control in Wind Energy Conversion Systems using Fracti...
Power Optimization and Control in Wind Energy Conversion Systems using Fracti...Power Optimization and Control in Wind Energy Conversion Systems using Fracti...
Power Optimization and Control in Wind Energy Conversion Systems using Fracti...
 
IRJET- Automated Machine Design through Software Controller Support
IRJET- Automated Machine Design through Software Controller SupportIRJET- Automated Machine Design through Software Controller Support
IRJET- Automated Machine Design through Software Controller Support
 
Quadrotor Control using Adaptive Fuzzy PD Technique
Quadrotor Control using Adaptive Fuzzy PD TechniqueQuadrotor Control using Adaptive Fuzzy PD Technique
Quadrotor Control using Adaptive Fuzzy PD Technique
 
IRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy Controller
IRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy ControllerIRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy Controller
IRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy Controller
 
IRJET- Review on Micro Air Consumption Engine Vehicle with Energy Multiplier
IRJET- Review on Micro Air Consumption Engine Vehicle with Energy MultiplierIRJET- Review on Micro Air Consumption Engine Vehicle with Energy Multiplier
IRJET- Review on Micro Air Consumption Engine Vehicle with Energy Multiplier
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
 
IRJET- Modelling of a PMSG Wind Turbine with Voltage Control
IRJET-  	  Modelling of a PMSG Wind Turbine with Voltage ControlIRJET-  	  Modelling of a PMSG Wind Turbine with Voltage Control
IRJET- Modelling of a PMSG Wind Turbine with Voltage Control
 
IRJET- Direct Torque Control of Induction Motor
IRJET-  	  Direct Torque Control of Induction MotorIRJET-  	  Direct Torque Control of Induction Motor
IRJET- Direct Torque Control of Induction Motor
 
IRJET- Static Structural and Modal Analysis of Secondary Air Flow System
IRJET- Static Structural and Modal Analysis of Secondary Air Flow SystemIRJET- Static Structural and Modal Analysis of Secondary Air Flow System
IRJET- Static Structural and Modal Analysis of Secondary Air Flow System
 
DC Motor Speed Control for a Plant Based On PID Controller
DC Motor Speed Control for a Plant Based On PID ControllerDC Motor Speed Control for a Plant Based On PID Controller
DC Motor Speed Control for a Plant Based On PID Controller
 
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- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...
IRJET- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...IRJET- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...
IRJET- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...
 
Control Strategy of Triple Effect Evaporators based on Solar Desalination of...
Control Strategy  of Triple Effect Evaporators based on Solar Desalination of...Control Strategy  of Triple Effect Evaporators based on Solar Desalination of...
Control Strategy of Triple Effect Evaporators based on Solar Desalination of...
 
Paper id 24201493
Paper id 24201493Paper id 24201493
Paper id 24201493
 
Fuzzy Logic Pitch Control of Variable Speed Wind Turbine
Fuzzy Logic Pitch Control of Variable Speed Wind TurbineFuzzy Logic Pitch Control of Variable Speed Wind Turbine
Fuzzy Logic Pitch Control of Variable Speed Wind Turbine
 
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
 
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 

Recently uploaded (20)

247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 

Fuzzy and Pid Based Pitch Angle Control of Variable Speed Wind Turbines

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1430 FUZZY AND PID BASED PITCH ANGLE CONTROL OF VARIABLE SPEED WIND TURBINES Mohammed Mohiuddin Yusuf1, Dr. Abdulla Ismail2 1Graduate Student, Dept. of Electrical Engineering, Rochester Institute of Technology, Dubai, UAE 2Professor, Dept. of Electrical Engineering, Rochester Institute of Technology, Dubai, UAE ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The process of obtaining electrical energy from kinetic energy present in the winds is the main idea behind the wind turbine. There are varioustypesofcontrolstrategiesthat have been presented in many journals. The most common control strategy involved is the Pitch Angle control. The speed of the wind turbine must be kept in check to avoid damage. In this paper, a pitch angle based speed control mechanism is presented by using two different types of control systems- PID and Fuzzy Logic. A comparison between both the systems is also documented. Key Words: Wind turbine, Pitch angle,PIDcontrol,Fuzzy logic control, Turbine speed control.. 1. INTRODUCTION Wind is an inexhaustible source of energy and is growing rapidly in the efforts to make use of alternate source of energies is many parts of the world. If we analyze the wind power over a long period of time (a year), it can be considered as a consistent source. However, the lesser the time scale of analysis, the less consistent it is as a source of energy. In the recent years, renewable sources of energy like wind have been gaining significant importance. By the year 2016, the total amount of electricity generation in the world from wind amounts to 432,883 MW. When compared to the previous year, there was found a 17% growth. [1] A common issue associated with wind is the damage that is caused to the turbine due to exceeding speed of wind. A lot of control strategies have been developed to avoid turbine damage from high speed winds. The most common type of control strategy used is pitch control mechanism. The variable speed wind results in different operation phases of the turbine. Optimum speed of wind is required for keeping the turbine free from damages. The curve that shows the operation phases comparingthepowerandwindspeeds.The power-speed curve is shown in Fig. 1 2. MODEL OF WIND TURBINE The wind turbine speed control systems consists of mainly three parts- the actuator, the controller and the turbine drive. A basic block diagram is as shown in the figure below The main job of a pitch actuator is to adjust the blade’s rotation along its longitudinal axis. The equation that represents the actuator is given by, ref - Where is pitch angle output from the actuator ref is the reference pitch angle is the pitch actuator time constant (the time constant value is taken as 0.5). The block of Pitch Actuator is shown below: For simpler design, the turbine drive is modelled using linearization method. The mathematical fundamental dynamics of the turbine can be given by the equation: Jt t = Tw - Tm ---------- (1) Where, Jt= moment of inertia of turbine rotor t= angular shaft speed Tm= mechanical torque Now, the turbine equation (1) is linearized to get the below equation, Jt t = t + ξ w + ------------ (2)
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1431 Where are linearization coefficients. Laplace Transform of equation (2) is taken to get the below equation, Jt t = ξ w(s) + t + Let us assume to be equal to Z The turbine rotor speed can now be represented as, t = [ w(s) + ] The above equation is the linearized model of the wind turbine which can be represented as a block diagram shown in figure. 3. PID CONTROL The wind turbine drive trainmodel alongwithpitchactuator model shown in Section 3.2 and 3.3 together constitute the system model.  PID control strategy is deployed on the system to get the desired speed output of the turbine.  The input desired value of the speed of rotor is 60rpm. The controller gives a changed value of the pitch angle that is given to the pitch actuator, the output of which goes into the wind turbine drive train to get the final rotor speed as system output.  The wind input is given a value that has average speed 10m/s with a fluctuation of +-3m/s. The system model is built in SIMULINK software and simulation are performed. The values of the P, I and D gains are Kp = 0.8 Ki = 6 Kd = 2 The output Rotor Speed is shown in figure below 0 5 10 15 20 25 30 35 40 45 50 0 10 20 30 40 50 60 70 Time (seconds) RotorSpeed Wind turbine Control using PID
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1432 4. FUZZY LOGIC CONTROL Representation of fuzzy control operation is shown in the figure below. Fuzzification generally involves 2 steps: [2]  To get the membership functions for input and output  To represent them as linguistic variables. The process of defuzzification basically involves the process of converting the fuzzy outputs back to crisp outputs. The outputs that from the fuzzy system are linguistic variables that need to be converted into crisp values. This process is done in the defuzzification step. The wind turbine system along with Fuzzy controller is designed as shown below The designed fuzzy controllerhastwoinputsandoneoutput. The inputs are error and change in error. The membership functions of the inputs and the output are shown in the figures below. There are nine number of rules that are defined in the fuzzy controller. The Surface as well as the graphical view of the Fuzzy rules is shown in figures below. 1. If error is ‘neg’ and error change is ‘neg’, then output is ‘neg’ 2. If error is ‘neg’ and error change is ‘ze’, then output is ‘neg’ 3. If error is ‘neg’ and error change is ‘pos’, then output is ‘ze’ 4. If error is ‘ze’ and error change is ‘neg’, then output is ‘neg’ 5. If error is ‘ze’ and error change is ‘ze’, then output is ‘ze’ 6. If error is ‘ze’ and error change is ‘pos’, then output is ‘pos’ 7. If error is ‘pos’ and error change is ‘neg’, then output is ‘ze’ 8. If error is ‘pos’ and error change is ‘ze’, then output is ‘pos’ 9. If error is ‘pos’ and error change is ‘pos’, then output is ‘pos’ The output rotor speed is shown below.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1433 0 5 10 15 20 25 30 35 40 45 50 0 10 20 30 40 50 60 70 Time (seconds) RotorSpeed Rotor Speed with Fuzzy Control The irregularity is due to the changingwindspeed.However, we can notice that the desired rotor speed has been achieved. 5. CONCLUSIONS The simulations of the wind turbine with PID and Fuzzy control are designed and controlled. We find that PID controller has a faster response but the overshoot and the settling time is an issue. However, when fuzzy logic controller was incorporated into the system, the settling time was improved and overshootwaszero. Thuswecan say that fuzzy logic controller proved better as compared to the classical PID controller. The desired rotor speed was obtained in both the systems but the one with fuzzy was better and a more stable system (as shown in comparison graphs). 0 5 10 15 20 25 30 35 40 45 50 0 10 20 30 40 50 60 70 Time (seconds) RotorSpeed Comparison of PID vs Fuzzy fuzzy pid If we do not consider the irregularities in the wind, the comparison graph can be seen as shown below: 0 5 10 15 20 25 30 35 40 45 50 0 10 20 30 40 50 60 70 Time (seconds) RotorSpeed Comparison of PID vs Fuzzy fuzzy pid References [1] Global Wind Energy Council, "Global Wind Report 2015," GWEC, Belgium, 2015. [2] Y. Bai, H. Zhuang and D. Wang, Advanced Fuzzy Logic Technologies in Industrial Applications, Springer, 2006. [3] J. Zhang, M. Cheng, Z. Chen and X. Fu, "Pitch Angle Control for Variable Speed Wind Turbines," DRPT, no. April, 2008. [4] J. Jakel, R. Mikut and G. Bretthauer, Control Systems, Robotics and Automation-Fuzzy Control Systems, Germany: EOLSS. BIOGRAPHIES Mohammed Mohiuddin Yusuf has a Bachelor’s degree in Electronics and Communication Engineering from M.S.Ramaiah Institute of Technology, Bangalore, India. Currently pursuing Master’s degree in Electrical Engineering at Rochester Institute of Technology, NY (Dubai Campus) Dr. Abdulla Ismail obtained his B.Sc. (’80), M.Sc. (’83), and Ph.D. (’86) degrees, all in electrical engineering, from the University of Arizona, U.S.A. Currently, he is a full professor of Electrical Engineering andassistantto the President at the Rochester Institute of Technology, Dubai, UAE.