SlideShare uma empresa Scribd logo
1 de 57
A
Presentation
on
Automatic Voltage Regulation Using FOPID
Controller Tuned by Particle Swarm
Optimization Technique
SUPERVISOR
(Mr. AKHILESH KUMAR MISHRA)
Assistant Professor
Presented By
Tushar Verma
(1201024508)
CONTENTS
1. Objective
2. Introduction
3. Automatic Voltage Regulation
4. PID Controller
5. FOPID Controller
6. Classical tuning methods of PID & FOPID Controller
7. Optimal Tuning of FOPID Tuning using PSO
8. Simulation Result
9. Conclusion
1. OBJECTIVE
ā€¢ The aim of my work is to develop a controller based
on Particle Swarm Optimization Technique to
simulate an Automatic Voltage Regulator (AVR) for
a synchronous generator in order to achieve better
stability of the system and fulfil the requirements of
good excitation control.
2. INTRODUCTION
ā€¢ In this work bio-inspired optimization technique in
controllers and their advantages over conventional
methods is discussed using MATLAB/Simulink.
ā€¢ Also the advantage of FOPID controller over
Conventional PID controller is discussed using
MATLAB/Simulink.
ā€¢ The main aim is to apply PSO technique to design
and tune parameters of FOPID controller to get an
output with better dynamic and static performance.
3. AUTOMATIC VOLTAGE
REGULATION
ā€¢ The Automatic Voltage Regulator (AVR) is widely
used in industrial application to obtain the stability
and good regulation of different electrical apparatus.
ā€¢ The automatic voltage regulator or AVR, as the name
implies, is a device intended to regulate voltage
automatically: that is to take a varying voltage level
and turn it into a constant voltage level.
Contdā€¦
ā€¢ A simple AVR consists of:-
1. Amplifier,
2. Exciter,
3. Generator and
4. Sensor.
Contdā€¦
Fig : Block Diagram of AVR
Contdā€¦
ā€¢ Table 3.1 Parameter range for the components used in
AVR
4. PID CONTROLLER
ā€¢ PID (proportional-integral-derivative) control
is one of the earlier control strategies.
Fig: Block Diagram of PID Controller
Contdā€¦
ā€¢ PID controller has all the necessary dynamics:
ā€¢ Fast reaction on change of the controller input (D
mode),
ā€¢ Increase in control signal to lead error towards zero (I
mode) and
ā€¢ Suitable action inside control error area to eliminate
oscillations (P mode).
ā€¢ The o/p of PID controller is given as:
Contdā€¦
ā€¢ Table : Effect of each controllers Kp, Ti and Td on a
closed-loop system
5. FOPID Controller
ā€¢ Fractional-order calculus is an area of mathematics
that deals with derivatives and integrals from non-
integer orders.
ā€¢ In fact, in principle, they provide more flexibility in
the controller design, with respect to the standard PID
controllers, because they have five parameters to
select (instead of three).
ā€¢ The concept of FOPID controllers was proposed by
Podlubny in 1997 (Podlubny et al., 1997; Podlubny,
1999a).
Contdā€¦
ā€¢ It is Clear, by selecting Ī» = 1 and Ī¼ = 1, a classical PID
controller can be recovered. Using Ī» = 1, Ī¼ = 0, and Ī» = 0, Ī¼ =
1, respectively corresponds to the conventional PI & PD
controllers.
ā€¢ All these classical types of PID controllers are special
cases of the FOPID controller.
ā€¢
Contdā€¦
ā€¢ The mathematical representation of such a controller
is as follows:
ā€¢ ADVANTAGES OF F-O CONTROLLER
1. If the parameter of a controlled system changes, a fractional
order controller is less sensitive than a classical PID controller.
2. FOC has two extra variables to tune. This provides extra
degrees of freedom to the dynamic properties of fractional order
system.
6.CLASSICALTUNINGMETHODSOF
PID&FOPIDCONTROLLER
ā€¢ PID Tuning
ā€¢ The model of a plant is given
as
ā€¢ The transfer is assumed as
ā€¢ Where,
ā€¢ K - Gain
ā€¢ Ļ“ - delay time
ā€¢ T ā€“ time constant
Contdā€¦
ā€¢ Now the response of plant is taken as
Contdā€¦
ā€¢ After computing the t1 and t2 times, the time delay
(Ļ“) and process time constant (T) can be obtained
from the following equations:
Contdā€¦
ā€¢ Ziegler-Nichols Tuning Method
ā€¢ Now the value of Kp, Ti, Td is obtained by the
following table :
Contdā€¦
ā€¢ Cohen-Coon Tuning Method
ā€¢ Cohen and Coon based the controller settings on the
three parameters Ļ“, T and K of the open loop step
response.
Contdā€¦
FOPID Tuning
ā€¢ Ziegler-Nichols Type Tuning Rules
ā€¢ First set of tuning rules
ā€¢ The first set of tuning rule is given as
ā€¢ P=-0.0048+0.2664L+0.4982T+0.0232L2-0.0720T2-0.0348TL
Contdā€¦
7. Optimal Tuning of FOPID Tuning
using PSO
ā€¢ Introduction to Particle Swarm Optimization (PSO)
1. Origins
2. Concept
3. PSO Algorithm
Contdā€¦
1. Origin
ā€¢ Inspired from the nature social behavior and dynamic
movements with communications of insects, birds
and fish.
Contdā€¦
ā€¢ In 1986, Craig Reynolds described this process in 3
simple behaviors:
1.Separation
ā€¢ avoidcrowdinglocalflockmates
Contdā€¦
2. Alignment
ā€¢ Move towards the average heading of local
flock mates
Contdā€¦
3. Cohesion
ā€¢ Move toward the average position of local
flock mates
Contdā€¦
2. Origin
ā€¢ Uses a number of agents (particles) that constitute a
swarm moving around in the search space looking for
the best solution.
ā€¢ Each particle in search space adjusts its ā€œflyingā€
according to its own flying experience as well as the
flying experience of other particles.
Contdā€¦
ā€¢ Each particle adjusts its travelling speed dynamically
corresponding to the flying experience of itself and its
colleagues.
ā€¢ Each particle keeps track:
ā€¢ its best solution, personal best, pbest
ā€¢ the best value of any particle, global best, gbest
Contdā€¦
ā€¢ Each particle modifies its position according to
ā€¢ Its current position
ā€¢ Its current velocity
ā€¢ The distance between
its current position and
pbest
ā€¢ The distance between its
current position and pbest
Contdā€¦
ā€¢ 3. Algorithm
Contdā€¦
Contdā€¦
Particle update rule
p = p + v
With
v = v + c1 * rand * (pBest ā€“ p) + c2 * rand * (gBest ā€“ p)
where
ā€¢ p: particleā€™s position
ā€¢ v: path direction
ā€¢ c1: weight of local information
ā€¢ c2: weight of global information
ā€¢ pBest: best position of the particle
ā€¢ gBest: best position of the swarm
ā€¢ rand: random variable
Contdā€¦
1. Create a ā€˜populationā€™ of agents (particles) uniformly
distributed over X
2. Evaluate each particleā€™s position according to the
objective function
3. If a particleā€™s current position is better than its
previous best position, update it
4. Determine the best particle (according to the
particleā€™s previous best positions)
Contdā€¦
5. Update particlesā€™ velocities
6. Move particles to their new positions:
7. Go to step 2 until stopping criteria are satisfied
Contdā€¦
Contdā€¦
Contdā€¦
Contdā€¦
Contdā€¦
Contdā€¦
Contdā€¦
Contdā€¦
Contdā€¦
8. SIMULATION RESULT
ā€¢ The figure shows the Simulink model of AVR using
PID controller
Contdā€¦
ā€¢ the figure shows the step response of AVR using PID
controller which is tuned by the Ziegler Nichols open
loop tuning method.
Contdā€¦
ā€¢ The figure shows the Simulink model of AVR using
PID controller
Contdā€¦
ā€¢ the figure shows the step response of AVR which is
tuned by Cohen Coon open loop tuning method.
Contdā€¦
ā€¢ The figure shows the Simulink model of AVR using
FOPID controller which is tuned by the conventional
tuning method i.e. Ziegler Nichols open loop tuning
method for the first set of tuning rules
Contdā€¦
ā€¢ The figure shows the step response of AVR using
fractional order PID controller which is tuned by the
ZN tuning method for the first set of tuning rules
Contdā€¦
ā€¢ The figure shows the Simulink model of AVR using
FOPID controller which is tuned by the bio inspired
optimization method i.e. Particle Swarm Optimization
Technique.
Contdā€¦
ā€¢ The figure shows the step response of AVR using
fractional order PID controller which is tuned by the
Particle Swarm Optimization Technique based on bio
inspired method
Contdā€¦
ā€¢ The figure show the comparative model of AVR using PID
controller tuned by ZN & CC open loop tuning method and
Fractional Order PID controller tuned by ZN & Particle
Swarm Optimization method respectively.
Contdā€¦
ā€¢ The figure shows the comparative step response of AVR
obtained by the PID controller tuned by ZN & CC open loop
tuning method and FOPID controller tuned by conventional
tuning method i.e. ZN tuning method for the first set of tuning
rule
Contdā€¦
ā€¢ Now the following table shows the comparative
analysis of PID controller tuned by ZN & CC and
FOPID controller tuned by ZN & PSO for AVR.
From the table 8.1 it is clear that the settling time of
the response for AVR obtained by FOPID controller
tuned by Particle Swarm optimization is better than
all the responses obtain by different methods
performed and it desirable condition.
Contdā€¦
9. Conclusion
ā€¢ Hence a controller is developed based on Particle
Swarm Optimization Technique to simulate an
Automatic Voltage Regulator (AVR) for a
synchronous generator in order to achieve better
stability of the system and fulfil the requirements of
good excitation control.
Thank You

Mais conteĆŗdo relacionado

Semelhante a prsntsn.pptx

Design and optimization of pid controller using genetic algorithm
Design and optimization of pid controller using genetic algorithmDesign and optimization of pid controller using genetic algorithm
Design and optimization of pid controller using genetic algorithm
eSAT Journals
Ā 
179529572-ROOT-LOCUS-Control-system-Design-ppt.ppt
179529572-ROOT-LOCUS-Control-system-Design-ppt.ppt179529572-ROOT-LOCUS-Control-system-Design-ppt.ppt
179529572-ROOT-LOCUS-Control-system-Design-ppt.ppt
TaraGonzales5
Ā 
Iaetsd position control of servo systems using pid
Iaetsd position control of servo systems using pidIaetsd position control of servo systems using pid
Iaetsd position control of servo systems using pid
Iaetsd Iaetsd
Ā 
Servo Fundamentals
Servo FundamentalsServo Fundamentals
Servo Fundamentals
purnima saha
Ā 

Semelhante a prsntsn.pptx (20)

Design and optimization of pid controller using genetic algorithm
Design and optimization of pid controller using genetic algorithmDesign and optimization of pid controller using genetic algorithm
Design and optimization of pid controller using genetic algorithm
Ā 
179529572-ROOT-LOCUS-Control-system-Design-ppt.ppt
179529572-ROOT-LOCUS-Control-system-Design-ppt.ppt179529572-ROOT-LOCUS-Control-system-Design-ppt.ppt
179529572-ROOT-LOCUS-Control-system-Design-ppt.ppt
Ā 
Temperature Control System Using Pid Controller
Temperature Control System Using Pid ControllerTemperature Control System Using Pid Controller
Temperature Control System Using Pid Controller
Ā 
PID-Control_automation_Engineering_chapter6.ppt
PID-Control_automation_Engineering_chapter6.pptPID-Control_automation_Engineering_chapter6.ppt
PID-Control_automation_Engineering_chapter6.ppt
Ā 
Iaetsd position control of servo systems using pid
Iaetsd position control of servo systems using pidIaetsd position control of servo systems using pid
Iaetsd position control of servo systems using pid
Ā 
pid controller
 pid controller pid controller
pid controller
Ā 
PPT ON BODE INTEGRAL METHOD FOR HEADBOX
PPT ON BODE INTEGRAL METHOD FOR HEADBOXPPT ON BODE INTEGRAL METHOD FOR HEADBOX
PPT ON BODE INTEGRAL METHOD FOR HEADBOX
Ā 
Speed Control of DC Motor Using PSO tuned PID Controller
Speed Control of DC Motor Using PSO tuned PID ControllerSpeed Control of DC Motor Using PSO tuned PID Controller
Speed Control of DC Motor Using PSO tuned PID Controller
Ā 
Comparison of Tuning Methods of PID Controllers for Non-Linear System
Comparison of Tuning Methods of PID Controllers for Non-Linear SystemComparison of Tuning Methods of PID Controllers for Non-Linear System
Comparison of Tuning Methods of PID Controllers for Non-Linear System
Ā 
MODEL BASED ANALYSIS OF TEMPERATURE PROCESS UNDER VARIOUS CONTROL STRATEGIES ...
MODEL BASED ANALYSIS OF TEMPERATURE PROCESS UNDER VARIOUS CONTROL STRATEGIES ...MODEL BASED ANALYSIS OF TEMPERATURE PROCESS UNDER VARIOUS CONTROL STRATEGIES ...
MODEL BASED ANALYSIS OF TEMPERATURE PROCESS UNDER VARIOUS CONTROL STRATEGIES ...
Ā 
Ch8 pid controller
Ch8 pid controllerCh8 pid controller
Ch8 pid controller
Ā 
Tuning of pid
Tuning of pidTuning of pid
Tuning of pid
Ā 
Automated Tuning and Controller Design for DC-DC Boost Converter
Automated Tuning and Controller Design  for DC-DC Boost ConverterAutomated Tuning and Controller Design  for DC-DC Boost Converter
Automated Tuning and Controller Design for DC-DC Boost Converter
Ā 
Servo Fundamentals
Servo FundamentalsServo Fundamentals
Servo Fundamentals
Ā 
Closed-loop step response for tuning PID fractional-order ļ¬lter controllers
Closed-loop step response for tuning PID fractional-order ļ¬lter controllersClosed-loop step response for tuning PID fractional-order ļ¬lter controllers
Closed-loop step response for tuning PID fractional-order ļ¬lter controllers
Ā 
Screenshot 2021-02-23 at 2.46.02 PM.pdf
Screenshot 2021-02-23 at 2.46.02 PM.pdfScreenshot 2021-02-23 at 2.46.02 PM.pdf
Screenshot 2021-02-23 at 2.46.02 PM.pdf
Ā 
Model-based Approach of Controller Design for a FOPTD System and its Real Tim...
Model-based Approach of Controller Design for a FOPTD System and its Real Tim...Model-based Approach of Controller Design for a FOPTD System and its Real Tim...
Model-based Approach of Controller Design for a FOPTD System and its Real Tim...
Ā 
Analysis and Design of PID controller with control parameters in MATLAB and S...
Analysis and Design of PID controller with control parameters in MATLAB and S...Analysis and Design of PID controller with control parameters in MATLAB and S...
Analysis and Design of PID controller with control parameters in MATLAB and S...
Ā 
Tuning for PID Controllers.pdf
Tuning for PID Controllers.pdfTuning for PID Controllers.pdf
Tuning for PID Controllers.pdf
Ā 
B010411016
B010411016B010411016
B010411016
Ā 

ƚltimo

VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
SUHANI PANDEY
Ā 
Call Now ā‰½ 9953056974 ā‰¼šŸ” Call Girls In New Ashok Nagar ā‰¼šŸ” Delhi door step de...
Call Now ā‰½ 9953056974 ā‰¼šŸ” Call Girls In New Ashok Nagar  ā‰¼šŸ” Delhi door step de...Call Now ā‰½ 9953056974 ā‰¼šŸ” Call Girls In New Ashok Nagar  ā‰¼šŸ” Delhi door step de...
Call Now ā‰½ 9953056974 ā‰¼šŸ” Call Girls In New Ashok Nagar ā‰¼šŸ” Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
Ā 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
Ā 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
Ā 
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
Ā 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
Ā 
Call Girls in Ramesh Nagar Delhi šŸ’Æ Call Us šŸ”9953056974 šŸ” Escort Service
Call Girls in Ramesh Nagar Delhi šŸ’Æ Call Us šŸ”9953056974 šŸ” Escort ServiceCall Girls in Ramesh Nagar Delhi šŸ’Æ Call Us šŸ”9953056974 šŸ” Escort Service
Call Girls in Ramesh Nagar Delhi šŸ’Æ Call Us šŸ”9953056974 šŸ” Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
Ā 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
Ā 
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
Ā 

ƚltimo (20)

PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
Ā 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Ā 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
Ā 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
Ā 
Call Now ā‰½ 9953056974 ā‰¼šŸ” Call Girls In New Ashok Nagar ā‰¼šŸ” Delhi door step de...
Call Now ā‰½ 9953056974 ā‰¼šŸ” Call Girls In New Ashok Nagar  ā‰¼šŸ” Delhi door step de...Call Now ā‰½ 9953056974 ā‰¼šŸ” Call Girls In New Ashok Nagar  ā‰¼šŸ” Delhi door step de...
Call Now ā‰½ 9953056974 ā‰¼šŸ” Call Girls In New Ashok Nagar ā‰¼šŸ” Delhi door step de...
Ā 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Ā 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
Ā 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Ā 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
Ā 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Ā 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
Ā 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
Ā 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
Ā 
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...
Ā 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
Ā 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
Ā 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
Ā 
Call Girls in Ramesh Nagar Delhi šŸ’Æ Call Us šŸ”9953056974 šŸ” Escort Service
Call Girls in Ramesh Nagar Delhi šŸ’Æ Call Us šŸ”9953056974 šŸ” Escort ServiceCall Girls in Ramesh Nagar Delhi šŸ’Æ Call Us šŸ”9953056974 šŸ” Escort Service
Call Girls in Ramesh Nagar Delhi šŸ’Æ Call Us šŸ”9953056974 šŸ” Escort Service
Ā 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Ā 
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, ...
Ā 

prsntsn.pptx

  • 1. A Presentation on Automatic Voltage Regulation Using FOPID Controller Tuned by Particle Swarm Optimization Technique SUPERVISOR (Mr. AKHILESH KUMAR MISHRA) Assistant Professor Presented By Tushar Verma (1201024508)
  • 2. CONTENTS 1. Objective 2. Introduction 3. Automatic Voltage Regulation 4. PID Controller 5. FOPID Controller 6. Classical tuning methods of PID & FOPID Controller 7. Optimal Tuning of FOPID Tuning using PSO 8. Simulation Result 9. Conclusion
  • 3. 1. OBJECTIVE ā€¢ The aim of my work is to develop a controller based on Particle Swarm Optimization Technique to simulate an Automatic Voltage Regulator (AVR) for a synchronous generator in order to achieve better stability of the system and fulfil the requirements of good excitation control.
  • 4. 2. INTRODUCTION ā€¢ In this work bio-inspired optimization technique in controllers and their advantages over conventional methods is discussed using MATLAB/Simulink. ā€¢ Also the advantage of FOPID controller over Conventional PID controller is discussed using MATLAB/Simulink. ā€¢ The main aim is to apply PSO technique to design and tune parameters of FOPID controller to get an output with better dynamic and static performance.
  • 5. 3. AUTOMATIC VOLTAGE REGULATION ā€¢ The Automatic Voltage Regulator (AVR) is widely used in industrial application to obtain the stability and good regulation of different electrical apparatus. ā€¢ The automatic voltage regulator or AVR, as the name implies, is a device intended to regulate voltage automatically: that is to take a varying voltage level and turn it into a constant voltage level.
  • 6. Contdā€¦ ā€¢ A simple AVR consists of:- 1. Amplifier, 2. Exciter, 3. Generator and 4. Sensor.
  • 7. Contdā€¦ Fig : Block Diagram of AVR
  • 8. Contdā€¦ ā€¢ Table 3.1 Parameter range for the components used in AVR
  • 9. 4. PID CONTROLLER ā€¢ PID (proportional-integral-derivative) control is one of the earlier control strategies. Fig: Block Diagram of PID Controller
  • 10. Contdā€¦ ā€¢ PID controller has all the necessary dynamics: ā€¢ Fast reaction on change of the controller input (D mode), ā€¢ Increase in control signal to lead error towards zero (I mode) and ā€¢ Suitable action inside control error area to eliminate oscillations (P mode). ā€¢ The o/p of PID controller is given as:
  • 11. Contdā€¦ ā€¢ Table : Effect of each controllers Kp, Ti and Td on a closed-loop system
  • 12. 5. FOPID Controller ā€¢ Fractional-order calculus is an area of mathematics that deals with derivatives and integrals from non- integer orders. ā€¢ In fact, in principle, they provide more flexibility in the controller design, with respect to the standard PID controllers, because they have five parameters to select (instead of three). ā€¢ The concept of FOPID controllers was proposed by Podlubny in 1997 (Podlubny et al., 1997; Podlubny, 1999a).
  • 13. Contdā€¦ ā€¢ It is Clear, by selecting Ī» = 1 and Ī¼ = 1, a classical PID controller can be recovered. Using Ī» = 1, Ī¼ = 0, and Ī» = 0, Ī¼ = 1, respectively corresponds to the conventional PI & PD controllers. ā€¢ All these classical types of PID controllers are special cases of the FOPID controller. ā€¢
  • 14. Contdā€¦ ā€¢ The mathematical representation of such a controller is as follows: ā€¢ ADVANTAGES OF F-O CONTROLLER 1. If the parameter of a controlled system changes, a fractional order controller is less sensitive than a classical PID controller. 2. FOC has two extra variables to tune. This provides extra degrees of freedom to the dynamic properties of fractional order system.
  • 15. 6.CLASSICALTUNINGMETHODSOF PID&FOPIDCONTROLLER ā€¢ PID Tuning ā€¢ The model of a plant is given as ā€¢ The transfer is assumed as ā€¢ Where, ā€¢ K - Gain ā€¢ Ļ“ - delay time ā€¢ T ā€“ time constant
  • 16. Contdā€¦ ā€¢ Now the response of plant is taken as
  • 17. Contdā€¦ ā€¢ After computing the t1 and t2 times, the time delay (Ļ“) and process time constant (T) can be obtained from the following equations:
  • 18. Contdā€¦ ā€¢ Ziegler-Nichols Tuning Method ā€¢ Now the value of Kp, Ti, Td is obtained by the following table :
  • 19. Contdā€¦ ā€¢ Cohen-Coon Tuning Method ā€¢ Cohen and Coon based the controller settings on the three parameters Ļ“, T and K of the open loop step response.
  • 20. Contdā€¦ FOPID Tuning ā€¢ Ziegler-Nichols Type Tuning Rules ā€¢ First set of tuning rules ā€¢ The first set of tuning rule is given as ā€¢ P=-0.0048+0.2664L+0.4982T+0.0232L2-0.0720T2-0.0348TL
  • 22. 7. Optimal Tuning of FOPID Tuning using PSO ā€¢ Introduction to Particle Swarm Optimization (PSO) 1. Origins 2. Concept 3. PSO Algorithm
  • 23. Contdā€¦ 1. Origin ā€¢ Inspired from the nature social behavior and dynamic movements with communications of insects, birds and fish.
  • 24. Contdā€¦ ā€¢ In 1986, Craig Reynolds described this process in 3 simple behaviors: 1.Separation ā€¢ avoidcrowdinglocalflockmates
  • 25. Contdā€¦ 2. Alignment ā€¢ Move towards the average heading of local flock mates
  • 26. Contdā€¦ 3. Cohesion ā€¢ Move toward the average position of local flock mates
  • 27. Contdā€¦ 2. Origin ā€¢ Uses a number of agents (particles) that constitute a swarm moving around in the search space looking for the best solution. ā€¢ Each particle in search space adjusts its ā€œflyingā€ according to its own flying experience as well as the flying experience of other particles.
  • 28. Contdā€¦ ā€¢ Each particle adjusts its travelling speed dynamically corresponding to the flying experience of itself and its colleagues. ā€¢ Each particle keeps track: ā€¢ its best solution, personal best, pbest ā€¢ the best value of any particle, global best, gbest
  • 29. Contdā€¦ ā€¢ Each particle modifies its position according to ā€¢ Its current position ā€¢ Its current velocity ā€¢ The distance between its current position and pbest ā€¢ The distance between its current position and pbest
  • 32. Contdā€¦ Particle update rule p = p + v With v = v + c1 * rand * (pBest ā€“ p) + c2 * rand * (gBest ā€“ p) where ā€¢ p: particleā€™s position ā€¢ v: path direction ā€¢ c1: weight of local information ā€¢ c2: weight of global information ā€¢ pBest: best position of the particle ā€¢ gBest: best position of the swarm ā€¢ rand: random variable
  • 33. Contdā€¦ 1. Create a ā€˜populationā€™ of agents (particles) uniformly distributed over X 2. Evaluate each particleā€™s position according to the objective function 3. If a particleā€™s current position is better than its previous best position, update it 4. Determine the best particle (according to the particleā€™s previous best positions)
  • 34. Contdā€¦ 5. Update particlesā€™ velocities 6. Move particles to their new positions: 7. Go to step 2 until stopping criteria are satisfied
  • 44. 8. SIMULATION RESULT ā€¢ The figure shows the Simulink model of AVR using PID controller
  • 45. Contdā€¦ ā€¢ the figure shows the step response of AVR using PID controller which is tuned by the Ziegler Nichols open loop tuning method.
  • 46. Contdā€¦ ā€¢ The figure shows the Simulink model of AVR using PID controller
  • 47. Contdā€¦ ā€¢ the figure shows the step response of AVR which is tuned by Cohen Coon open loop tuning method.
  • 48. Contdā€¦ ā€¢ The figure shows the Simulink model of AVR using FOPID controller which is tuned by the conventional tuning method i.e. Ziegler Nichols open loop tuning method for the first set of tuning rules
  • 49. Contdā€¦ ā€¢ The figure shows the step response of AVR using fractional order PID controller which is tuned by the ZN tuning method for the first set of tuning rules
  • 50. Contdā€¦ ā€¢ The figure shows the Simulink model of AVR using FOPID controller which is tuned by the bio inspired optimization method i.e. Particle Swarm Optimization Technique.
  • 51. Contdā€¦ ā€¢ The figure shows the step response of AVR using fractional order PID controller which is tuned by the Particle Swarm Optimization Technique based on bio inspired method
  • 52. Contdā€¦ ā€¢ The figure show the comparative model of AVR using PID controller tuned by ZN & CC open loop tuning method and Fractional Order PID controller tuned by ZN & Particle Swarm Optimization method respectively.
  • 53. Contdā€¦ ā€¢ The figure shows the comparative step response of AVR obtained by the PID controller tuned by ZN & CC open loop tuning method and FOPID controller tuned by conventional tuning method i.e. ZN tuning method for the first set of tuning rule
  • 54. Contdā€¦ ā€¢ Now the following table shows the comparative analysis of PID controller tuned by ZN & CC and FOPID controller tuned by ZN & PSO for AVR. From the table 8.1 it is clear that the settling time of the response for AVR obtained by FOPID controller tuned by Particle Swarm optimization is better than all the responses obtain by different methods performed and it desirable condition.
  • 56. 9. Conclusion ā€¢ Hence a controller is developed based on Particle Swarm Optimization Technique to simulate an Automatic Voltage Regulator (AVR) for a synchronous generator in order to achieve better stability of the system and fulfil the requirements of good excitation control.