SlideShare a Scribd company logo
1 of 38
Mechatronics – 302050
Lecture Notes / PPT
UNIT VI
Syllabus
Control Systems
 P, I and D control actions,
 P, PI, PD and PID control systems,
 Transient response:- Percentage overshoot, Rise time, Delay
time, Steady state error
 PID tuning (manual)
Objectives
1. Understand key elements of Mechatronics system,
representation into block diagram
2. Understand concept of transfer function, reduction and analysis
3. Understand principles of sensors, its characteristics, interfacing
with DAQ microcontroller
4. Understand the concept of PLC system and its ladder
programming, and significance of PLC systems
5. in industrial application
6. Understand the system modeling and analysis in time domain
and frequency domain.
7. Understand control actions such as Proportional, derivative
and integral and study its significance in industrial
applications.
Outcomes
1. Identification of key elements of mechatronics system and its
representation in terms of block diagram
2. Understanding the concept of signal processing and use of
interfacing systems such as ADC, DAC, digital I/O
3. Interfacing of Sensors, Actuators using appropriate DAQ
micro-controller
4. Time and Frequency domain analysis of system model (for
control application)
5. PID control implementation on real time systems
6. Development of PLC ladder programming and implementation
of real life system
Assumed Knowledge
Dynamics:
 Engineering Mechanics
Electrical & Electronics
 Elements of Electrical Engineering
Mathematics
 Engineering Mathematics (I, II & III)
Reference Books
 Astrom & Hagglund, PID Controllers: Theory, Design &
Tuning, Chapter 2, 2nd Ed, Instrument Society of America,
1995.
 Golnaraghi & Kuo, Automatic Control System, Chapter 1/5/9,
9th Ed, John Wiley & Sons, 2009
Why is Controller Necessary?
 Blue response resembles an un-controlled system. This response is
oscillatory as well as it takes much longer to settle down.
 For a mechanical system, this could be due to Inertia effect,
friction, backlash etc
 The red response is of a controlled system. This response contains no
oscillations and it settles to equilibrium / steady state in lesser time.
 Job of a control system is to “generate a control input / effort that can
be used to drive the un-controlled system, albeit externally, to achieve
the desired performance”.
Illustration: What does Controller do?
-real +real
+imaginary
-imaginary
X
X
X Undesirable Open Loop Pole Location
X Desired Closed Loop Pole Location
X
u
u
Control is all about shifting of system
poles from un-desirable to desirable
location.
This shifting is done by the control
signal, u, provided the system allows it
i.e. the system is “controllable”
Analysis of Response: Transient Specifications
Unit Step Response of Second Order System
Transient Response Specifications
 Percentage Overshoot (% O.S): It is the amount that the
response overshoots the steady state, or final, value at the peak
time, expressed as a percentage of the steady-state value.
 Rise Time (Tr): Time required for the step response to rise from
10% to 90% of its final value.
 Delay Time (Td): Time required for the step response to reach
50% of final value
 Settling Time (Ts): Time required for the step response to
decrease and stay within ±2% of its final value
 Steady State Error (ess): It is the difference between the output
and the reference input after the steady state has reached
Feedback Controller
 Feedback controller generates an control signal / effort / external
disturbance based on the input signal it receives.
 The input signal is error; difference between measured value and
desired value, or set point.
 Feedback counters disturbance as well as variation in process
Block Diagram of Feedback Controller
Controllability
Advanced Learning (Out of Syllabus)
 Before a controller is implemented it is necessary to determine
is the system is controllable
 Test the “Controllability” of the system
 Controllability is the ability of the system to be controlled
provided an external disturbance is available.
Proportional Integral Derivative Control
 PID stands for Proportional Integral Derivative Control.
 Being robust & easy to implement, it is one of the most widely used
closed loop control for precise operation of industrial applications and
processes.
Input PID Plant Output
∑
+
_
e u
Block Diagram of PID Controller
Proportional Control
 In Proportional Control, the control signal, u, is directly
proportional to the error, e.
 As the gain is increased the system responds faster to changes in
set-point but becomes progressively under damped and eventually
unstable.
    Offset


 e
K
t
u
t
u P
P
Proportional Control Action
P Control Signal
Proportional Control
Advantages:
 Simple and easy to design and tune
 Rapid Response / Reduces Rise Time
 Reduces Steady State Error
Disadvantages:
 Not possible to eliminate Steady State Error / Offset
 Could lead to instability / rise in overshoot/ oscillations
Applications:
 Float Valve, Thermostat etc
Derivative Control
 Derivative control produces a control signal proportional to the
rate at which the error is changing.
 Also known as rate controller.
 While sudden/rapid change in error leads to a control signal of
larger magnitude, gradual change leads to small magnitude.
 Even if the error is huge, the derivative control will generate no
signal if the error is constant
 Thus, not used alone; used with P control
     
dt
de
K
t
u
t
u D
D 

Derivative Control Action
D Control Signal
Derivative Control
Advantages:
 Reduces Settling time; Adds lead
 Reduces Overshoot; Adds more stability
Disadvantages:
 Not possible to eliminate Steady State Error / Offset
 Not possible to use alone
 Excessive use may make the system slow
 Amplifies Noise
Applications:
 In conjunction with P Control
Integral Control
 Rate of change of integral control signal is proportional to
error.
 Control signal proportional to integral of error.
 When the error is zero, the control signal is a constant value.
 When the error is constant, the control signal varies at constant
rate.
    

 edt
K
t
u
t
u I
I
Integral Control Action
I Control Signal
Integral Control
Advantages:
 Eliminates steady state error/offset
 Decreases Rise Time
Disadvantages:
 Causes Integral Wind Up
 Leads to minor increase in overshoot
 Could make the system less stable
 Increases Settling time
Applications:
 In conjunction with P Control
Integral Wind Up
Advanced Learning (Out of Syllabus)
 Caused by actuator saturation.
What Happens?
 Feedback loop is broken and the system runs in open loop because the
actuator remains saturated.
 While the error is zero, the integral term will keep building and become very
large over a period of time. This in turn would lead to saturation of control
signal.
 The condition will prevail even when the error changes and it may take a long
time before the integrator and the controller output comes inside the
saturation range.
 The consequence is that there are large time delay.
PID: Parallel / Non-Interacting Form
 Ideal Form
 Derivative Action does not Interact with Integral Action
ysp y
plant


-
Kp
e
+
+
+
u
+
ud
ui
up
Ki
Kp
Kds
s
Transfer Function of Parallel Form
 
       
 
signal
measured
&
reference
between
Difference
Error
Where,
:
Signal
Control
Gain
Derivative
Gain
Integral
Gain,
al
Proportion
Where,
:
Function
Transer















e
dt
de
K
edt
K
e
K
t
u
t
u
t
u
t
u
K
K
K
s
K
s
K
K
s
H
D
I
P
D
I
P
D
I
P
D
I
P
Parallel Form: PI Control
 Proportional Integral (PI) Control helps minimise rise time,
settling time as well as eliminate steady state error.
 
      








edt
K
e
K
t
u
t
u
t
u
K
K
s
K
K
s
H
I
P
I
P
I
P
I
P
Gain
Integral
Gain,
al
Proportion
Where,
PI Control
Parallel Form: PD Control
 Proportional Derivative (PD) Control helps reduce rise time,
settling time as well as minimize overshoot.
 
       
dt
de
K
e
K
t
u
t
u
t
u
K
K
s
K
K
s
H
D
P
D
P
D
P
D
P
Gain
Derivative
Gain,
al
Proportion
Where,








Proportional Derivative Control
Response of P, I & D w.r.t Error
Action Rise
Time
Overshoot Settling
Time
SS
Error
KP Decrease Increase Small
Change
Decrease
KI Decrease Increase Initially
Decrease then
Increase
Eliminate
KD Small
Change
Decrease Decrease Small
Change
Effect of P, I & D on Transient Specifications
P, I & D Control Action
1. Obtain an open-loop response and determine what needs to be
improved
2. Add a proportional control to improve the rise time
3. Add a derivative control to improve the overshoot
4. Add an integral control to eliminate the steady-state error
5. Adjust each of P, I & D until you obtain a desired overall
response referring to the table shown previously to find out
which controller controls what characteristics.
6. It is not necessary to implement all three controllers (P, I & D)
into a single system. For example, if a PI controller gives a good
enough response, then you don't need to add D control to the
system. Simple is better.
PID: Stepwise Procedure for Manual Tuning
PID: Series / Interacting Form
 Derivate Action interacts with Integral Action
 Modification in derivative time constant affects integral action
 Commercially used controller
P
D I
e u
+
+
+
+
Transfer Function of Series Form
  
PD
PI
P
TF
Constant
Time
Derivative
Constant,
Time
Integral
where,
4
since
0
PID
term
The
PID
PI
PD
P
TF
Controller
Derivative
D
Controller
Integral
I
,
Controller
al
Proportion
P
where,
I
1
PD
P
:
series
in
PID
of
Function
Transer

















d
i
d
i
T
T
T
T
Transfer Function of Series Form
           
 
signal
measured
&
reference
between
Difference
Error
Where,
:
series
in
PID
for
Signal
Control









e
dt
de
K
K
edt
K
K
e
K
t
u
t
u
t
u
t
u
t
u
t
u
D
P
I
P
P
D
P
I
P
P
NOTE
It is not necessary to implement all three controllers (P, I & D)
into a single system.
For example, if a PI controller gives a good enough response,
then you don't need to add D control to the system. Simple is
better!
PID: Stepwise Procedure for Manual Tuning
90% processes are controlled using PID.
1. Regulation of Processes in Industry; for e.g.
1. Flow
2. Temperature
3. Pressure etc
2. Servo / DC motor Control
3. Linear Position Control
Applications of PID Control

More Related Content

Similar to Mechatroincs universitty for students .ppt

PID controller in control systems
PID controller in control systemsPID controller in control systems
PID controller in control systemskhalaf Gaeid
 
PID controller in control systems
PID controller in control systemsPID controller in control systems
PID controller in control systemskhalaf Gaeid
 
Basics On Process Control and PID's.pdf
Basics On Process Control and PID's.pdfBasics On Process Control and PID's.pdf
Basics On Process Control and PID's.pdfboyrindrawan1
 
Basics On Process Control and PID's.pdf
Basics On Process Control and PID's.pdfBasics On Process Control and PID's.pdf
Basics On Process Control and PID's.pdfboyrindrawan1
 
PID Controller and its design
PID Controller and its designPID Controller and its design
PID Controller and its designKonirDom1
 
PID Controller and its design
PID Controller and its designPID Controller and its design
PID Controller and its designKonirDom1
 
In Apc Training Presentation
In  Apc Training PresentationIn  Apc Training Presentation
In Apc Training Presentationahmad bassiouny
 
In Apc Training Presentation
In  Apc Training PresentationIn  Apc Training Presentation
In Apc Training Presentationahmad bassiouny
 
Week 14 pid may 24 2016 pe 3032
Week  14 pid  may 24 2016 pe 3032Week  14 pid  may 24 2016 pe 3032
Week 14 pid may 24 2016 pe 3032Charlton Inao
 
Week 14 pid may 24 2016 pe 3032
Week  14 pid  may 24 2016 pe 3032Week  14 pid  may 24 2016 pe 3032
Week 14 pid may 24 2016 pe 3032Charlton Inao
 
Comparative Analysis of Pso-Pid and Hu-Pid
Comparative Analysis of Pso-Pid and Hu-PidComparative Analysis of Pso-Pid and Hu-Pid
Comparative Analysis of Pso-Pid and Hu-PidIJERA Editor
 
Comparative Analysis of Pso-Pid and Hu-Pid
Comparative Analysis of Pso-Pid and Hu-PidComparative Analysis of Pso-Pid and Hu-Pid
Comparative Analysis of Pso-Pid and Hu-PidIJERA Editor
 

Similar to Mechatroincs universitty for students .ppt (20)

Control system
Control systemControl system
Control system
 
Control system
Control systemControl system
Control system
 
PID controller in control systems
PID controller in control systemsPID controller in control systems
PID controller in control systems
 
PID controller in control systems
PID controller in control systemsPID controller in control systems
PID controller in control systems
 
Pid controller
Pid controllerPid controller
Pid controller
 
Pid controllers
Pid controllersPid controllers
Pid controllers
 
Pid controller
Pid controllerPid controller
Pid controller
 
Pid controllers
Pid controllersPid controllers
Pid controllers
 
Ep 5512 lecture-03
Ep 5512 lecture-03Ep 5512 lecture-03
Ep 5512 lecture-03
 
Ep 5512 lecture-03
Ep 5512 lecture-03Ep 5512 lecture-03
Ep 5512 lecture-03
 
Basics On Process Control and PID's.pdf
Basics On Process Control and PID's.pdfBasics On Process Control and PID's.pdf
Basics On Process Control and PID's.pdf
 
Basics On Process Control and PID's.pdf
Basics On Process Control and PID's.pdfBasics On Process Control and PID's.pdf
Basics On Process Control and PID's.pdf
 
PID Controller and its design
PID Controller and its designPID Controller and its design
PID Controller and its design
 
PID Controller and its design
PID Controller and its designPID Controller and its design
PID Controller and its design
 
In Apc Training Presentation
In  Apc Training PresentationIn  Apc Training Presentation
In Apc Training Presentation
 
In Apc Training Presentation
In  Apc Training PresentationIn  Apc Training Presentation
In Apc Training Presentation
 
Week 14 pid may 24 2016 pe 3032
Week  14 pid  may 24 2016 pe 3032Week  14 pid  may 24 2016 pe 3032
Week 14 pid may 24 2016 pe 3032
 
Week 14 pid may 24 2016 pe 3032
Week  14 pid  may 24 2016 pe 3032Week  14 pid  may 24 2016 pe 3032
Week 14 pid may 24 2016 pe 3032
 
Comparative Analysis of Pso-Pid and Hu-Pid
Comparative Analysis of Pso-Pid and Hu-PidComparative Analysis of Pso-Pid and Hu-Pid
Comparative Analysis of Pso-Pid and Hu-Pid
 
Comparative Analysis of Pso-Pid and Hu-Pid
Comparative Analysis of Pso-Pid and Hu-PidComparative Analysis of Pso-Pid and Hu-Pid
Comparative Analysis of Pso-Pid and Hu-Pid
 

More from mohamed abd elrazek

ORIENTATION PROGRAM ON INTELLECTUAL PROPERTY FOR MANAGEMENT STUDENTS .ppt
ORIENTATION PROGRAM ON INTELLECTUAL PROPERTY FOR MANAGEMENT STUDENTS .pptORIENTATION PROGRAM ON INTELLECTUAL PROPERTY FOR MANAGEMENT STUDENTS .ppt
ORIENTATION PROGRAM ON INTELLECTUAL PROPERTY FOR MANAGEMENT STUDENTS .pptmohamed abd elrazek
 
Complex Systems Design Research Overview .ppt
Complex Systems Design Research Overview .pptComplex Systems Design Research Overview .ppt
Complex Systems Design Research Overview .pptmohamed abd elrazek
 
css-presentation-for mid career engineers.ppt
css-presentation-for mid career engineers.pptcss-presentation-for mid career engineers.ppt
css-presentation-for mid career engineers.pptmohamed abd elrazek
 
PID-Control_automation_Engineering_chapter6.ppt
PID-Control_automation_Engineering_chapter6.pptPID-Control_automation_Engineering_chapter6.ppt
PID-Control_automation_Engineering_chapter6.pptmohamed abd elrazek
 
Cockatoo Strategy_Marketing Strategy.pptx
Cockatoo Strategy_Marketing Strategy.pptxCockatoo Strategy_Marketing Strategy.pptx
Cockatoo Strategy_Marketing Strategy.pptxmohamed abd elrazek
 
3-CSS_essentials_developers_begineers.ppt
3-CSS_essentials_developers_begineers.ppt3-CSS_essentials_developers_begineers.ppt
3-CSS_essentials_developers_begineers.pptmohamed abd elrazek
 

More from mohamed abd elrazek (6)

ORIENTATION PROGRAM ON INTELLECTUAL PROPERTY FOR MANAGEMENT STUDENTS .ppt
ORIENTATION PROGRAM ON INTELLECTUAL PROPERTY FOR MANAGEMENT STUDENTS .pptORIENTATION PROGRAM ON INTELLECTUAL PROPERTY FOR MANAGEMENT STUDENTS .ppt
ORIENTATION PROGRAM ON INTELLECTUAL PROPERTY FOR MANAGEMENT STUDENTS .ppt
 
Complex Systems Design Research Overview .ppt
Complex Systems Design Research Overview .pptComplex Systems Design Research Overview .ppt
Complex Systems Design Research Overview .ppt
 
css-presentation-for mid career engineers.ppt
css-presentation-for mid career engineers.pptcss-presentation-for mid career engineers.ppt
css-presentation-for mid career engineers.ppt
 
PID-Control_automation_Engineering_chapter6.ppt
PID-Control_automation_Engineering_chapter6.pptPID-Control_automation_Engineering_chapter6.ppt
PID-Control_automation_Engineering_chapter6.ppt
 
Cockatoo Strategy_Marketing Strategy.pptx
Cockatoo Strategy_Marketing Strategy.pptxCockatoo Strategy_Marketing Strategy.pptx
Cockatoo Strategy_Marketing Strategy.pptx
 
3-CSS_essentials_developers_begineers.ppt
3-CSS_essentials_developers_begineers.ppt3-CSS_essentials_developers_begineers.ppt
3-CSS_essentials_developers_begineers.ppt
 

Recently uploaded

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
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
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
(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
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
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
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
(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
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 

Mechatroincs universitty for students .ppt

  • 1. Mechatronics – 302050 Lecture Notes / PPT UNIT VI
  • 2. Syllabus Control Systems  P, I and D control actions,  P, PI, PD and PID control systems,  Transient response:- Percentage overshoot, Rise time, Delay time, Steady state error  PID tuning (manual)
  • 3. Objectives 1. Understand key elements of Mechatronics system, representation into block diagram 2. Understand concept of transfer function, reduction and analysis 3. Understand principles of sensors, its characteristics, interfacing with DAQ microcontroller 4. Understand the concept of PLC system and its ladder programming, and significance of PLC systems 5. in industrial application 6. Understand the system modeling and analysis in time domain and frequency domain. 7. Understand control actions such as Proportional, derivative and integral and study its significance in industrial applications.
  • 4. Outcomes 1. Identification of key elements of mechatronics system and its representation in terms of block diagram 2. Understanding the concept of signal processing and use of interfacing systems such as ADC, DAC, digital I/O 3. Interfacing of Sensors, Actuators using appropriate DAQ micro-controller 4. Time and Frequency domain analysis of system model (for control application) 5. PID control implementation on real time systems 6. Development of PLC ladder programming and implementation of real life system
  • 5. Assumed Knowledge Dynamics:  Engineering Mechanics Electrical & Electronics  Elements of Electrical Engineering Mathematics  Engineering Mathematics (I, II & III)
  • 6. Reference Books  Astrom & Hagglund, PID Controllers: Theory, Design & Tuning, Chapter 2, 2nd Ed, Instrument Society of America, 1995.  Golnaraghi & Kuo, Automatic Control System, Chapter 1/5/9, 9th Ed, John Wiley & Sons, 2009
  • 7. Why is Controller Necessary?  Blue response resembles an un-controlled system. This response is oscillatory as well as it takes much longer to settle down.  For a mechanical system, this could be due to Inertia effect, friction, backlash etc  The red response is of a controlled system. This response contains no oscillations and it settles to equilibrium / steady state in lesser time.  Job of a control system is to “generate a control input / effort that can be used to drive the un-controlled system, albeit externally, to achieve the desired performance”.
  • 8. Illustration: What does Controller do? -real +real +imaginary -imaginary X X X Undesirable Open Loop Pole Location X Desired Closed Loop Pole Location X u u Control is all about shifting of system poles from un-desirable to desirable location. This shifting is done by the control signal, u, provided the system allows it i.e. the system is “controllable”
  • 9. Analysis of Response: Transient Specifications Unit Step Response of Second Order System
  • 10. Transient Response Specifications  Percentage Overshoot (% O.S): It is the amount that the response overshoots the steady state, or final, value at the peak time, expressed as a percentage of the steady-state value.  Rise Time (Tr): Time required for the step response to rise from 10% to 90% of its final value.  Delay Time (Td): Time required for the step response to reach 50% of final value  Settling Time (Ts): Time required for the step response to decrease and stay within ±2% of its final value  Steady State Error (ess): It is the difference between the output and the reference input after the steady state has reached
  • 11. Feedback Controller  Feedback controller generates an control signal / effort / external disturbance based on the input signal it receives.  The input signal is error; difference between measured value and desired value, or set point.  Feedback counters disturbance as well as variation in process Block Diagram of Feedback Controller
  • 12. Controllability Advanced Learning (Out of Syllabus)  Before a controller is implemented it is necessary to determine is the system is controllable  Test the “Controllability” of the system  Controllability is the ability of the system to be controlled provided an external disturbance is available.
  • 13. Proportional Integral Derivative Control  PID stands for Proportional Integral Derivative Control.  Being robust & easy to implement, it is one of the most widely used closed loop control for precise operation of industrial applications and processes. Input PID Plant Output ∑ + _ e u Block Diagram of PID Controller
  • 14. Proportional Control  In Proportional Control, the control signal, u, is directly proportional to the error, e.  As the gain is increased the system responds faster to changes in set-point but becomes progressively under damped and eventually unstable.     Offset    e K t u t u P P
  • 16. Proportional Control Advantages:  Simple and easy to design and tune  Rapid Response / Reduces Rise Time  Reduces Steady State Error Disadvantages:  Not possible to eliminate Steady State Error / Offset  Could lead to instability / rise in overshoot/ oscillations Applications:  Float Valve, Thermostat etc
  • 17. Derivative Control  Derivative control produces a control signal proportional to the rate at which the error is changing.  Also known as rate controller.  While sudden/rapid change in error leads to a control signal of larger magnitude, gradual change leads to small magnitude.  Even if the error is huge, the derivative control will generate no signal if the error is constant  Thus, not used alone; used with P control       dt de K t u t u D D  
  • 18. Derivative Control Action D Control Signal
  • 19. Derivative Control Advantages:  Reduces Settling time; Adds lead  Reduces Overshoot; Adds more stability Disadvantages:  Not possible to eliminate Steady State Error / Offset  Not possible to use alone  Excessive use may make the system slow  Amplifies Noise Applications:  In conjunction with P Control
  • 20. Integral Control  Rate of change of integral control signal is proportional to error.  Control signal proportional to integral of error.  When the error is zero, the control signal is a constant value.  When the error is constant, the control signal varies at constant rate.        edt K t u t u I I
  • 21. Integral Control Action I Control Signal
  • 22. Integral Control Advantages:  Eliminates steady state error/offset  Decreases Rise Time Disadvantages:  Causes Integral Wind Up  Leads to minor increase in overshoot  Could make the system less stable  Increases Settling time Applications:  In conjunction with P Control
  • 23. Integral Wind Up Advanced Learning (Out of Syllabus)  Caused by actuator saturation. What Happens?  Feedback loop is broken and the system runs in open loop because the actuator remains saturated.  While the error is zero, the integral term will keep building and become very large over a period of time. This in turn would lead to saturation of control signal.  The condition will prevail even when the error changes and it may take a long time before the integrator and the controller output comes inside the saturation range.  The consequence is that there are large time delay.
  • 24. PID: Parallel / Non-Interacting Form  Ideal Form  Derivative Action does not Interact with Integral Action ysp y plant   - Kp e + + + u + ud ui up Ki Kp Kds s
  • 25. Transfer Function of Parallel Form             signal measured & reference between Difference Error Where, : Signal Control Gain Derivative Gain Integral Gain, al Proportion Where, : Function Transer                e dt de K edt K e K t u t u t u t u K K K s K s K K s H D I P D I P D I P D I P
  • 26. Parallel Form: PI Control  Proportional Integral (PI) Control helps minimise rise time, settling time as well as eliminate steady state error.                  edt K e K t u t u t u K K s K K s H I P I P I P I P Gain Integral Gain, al Proportion Where,
  • 28. Parallel Form: PD Control  Proportional Derivative (PD) Control helps reduce rise time, settling time as well as minimize overshoot.           dt de K e K t u t u t u K K s K K s H D P D P D P D P Gain Derivative Gain, al Proportion Where,        
  • 30. Response of P, I & D w.r.t Error
  • 31. Action Rise Time Overshoot Settling Time SS Error KP Decrease Increase Small Change Decrease KI Decrease Increase Initially Decrease then Increase Eliminate KD Small Change Decrease Decrease Small Change Effect of P, I & D on Transient Specifications
  • 32. P, I & D Control Action
  • 33. 1. Obtain an open-loop response and determine what needs to be improved 2. Add a proportional control to improve the rise time 3. Add a derivative control to improve the overshoot 4. Add an integral control to eliminate the steady-state error 5. Adjust each of P, I & D until you obtain a desired overall response referring to the table shown previously to find out which controller controls what characteristics. 6. It is not necessary to implement all three controllers (P, I & D) into a single system. For example, if a PI controller gives a good enough response, then you don't need to add D control to the system. Simple is better. PID: Stepwise Procedure for Manual Tuning
  • 34. PID: Series / Interacting Form  Derivate Action interacts with Integral Action  Modification in derivative time constant affects integral action  Commercially used controller P D I e u + + + +
  • 35. Transfer Function of Series Form    PD PI P TF Constant Time Derivative Constant, Time Integral where, 4 since 0 PID term The PID PI PD P TF Controller Derivative D Controller Integral I , Controller al Proportion P where, I 1 PD P : series in PID of Function Transer                  d i d i T T T T
  • 36. Transfer Function of Series Form               signal measured & reference between Difference Error Where, : series in PID for Signal Control          e dt de K K edt K K e K t u t u t u t u t u t u D P I P P D P I P P
  • 37. NOTE It is not necessary to implement all three controllers (P, I & D) into a single system. For example, if a PI controller gives a good enough response, then you don't need to add D control to the system. Simple is better! PID: Stepwise Procedure for Manual Tuning
  • 38. 90% processes are controlled using PID. 1. Regulation of Processes in Industry; for e.g. 1. Flow 2. Temperature 3. Pressure etc 2. Servo / DC motor Control 3. Linear Position Control Applications of PID Control