Process Control & Instrumentation MAPUA INSTITUTE OF TECHNOLOGY

Slides:



Advertisements
Similar presentations
PID Control Professor Walter W. Olson
Advertisements

Feedback loop (CV changes input) SP Controller Gc Plant Gp Sensor Gs E MV (Manipulated Variable CV Controlled Variable +-+- S.
Model-based PID tuning methods Two degree of freedom controllers
ERT 210 Process Control & dynamics
PID Controllers and PID tuning
Modern Control Systems (MCS)
Copyright © Thomas Marlin 2013
1 ChE / MET Apr 12. Feedback Controller Tuning: (General Approaches) 1)Simple criteria; i.e QAD via ZN I, t r, etc easy, simple, do on existing.
Discrete Controller Design
Chapter 4: Basic Properties of Feedback
Briefing on Process Control and Dynamics Laboratory 20 January 2010.
3442 Industrial Instruments 2 Chapter 9 Controller Principles
LECTURE#10 PID CONTROLLER
CHE 185 – PROCESS CONTROL AND DYNAMICS
CHE 185 – PROCESS CONTROL AND DYNAMICS
Feedback Controllers Chapter 8
Process Control Instrumentation II
Process Control Instrumentation II
LECTURE#11 PID CONTROL AUTOMATION & ROBOTICS
Chapter 8. The PID Controller Copyright © Thomas Marlin 2013
12/6/04BAE Advanced Embedded Systems Design Lecture 14 Implementation of a PID controller BAE Fall 2004 Instructor: Marvin Stone Biosystems.
بسم الله الرحمن الرحيم PID Controllers
Chapter 7 PID Control.
Proportional/Integral/Derivative Control
Lecture 5: PID Control.
Hairul Nazirah bt Abdul Halim
DYNAMIC BEHAVIOR AND STABILITY OF CLOSED-LOOP CONTROL SYSTEMS
بسم الله الرحمن الرحيم Advanced Control Lecture three Mohammad Ali Fanaei Dept. of Chemical Engineering Ferdowsi University of Mashhad Reference: C. C.
PID. The proportional term produces an output value that is proportional to the current error value. Kp, called the proportional gain constant.
PID and Fuzzy Logic Control Systems John Limroth, Software Engineer Yiannis Pavlou, Applications Engineer Tues, 10:15a and 11:30a Wed.
Chapter 7 Adjusting Controller Parameters Professor Shi-Shang Jang Chemical Engineering Department National Tsing-Hua University Hsin Chu, Taiwan.
PID CONTROLLERS By Harshal Inamdar.
SELF TUNING OF CONTROLLERS What is a Controller Controller is an active element or device that receives the information from the measurements and takes.
ERT 210/4 Process Control Hairul Nazirah bt Abdul Halim Office: CHAPTER 8 Feedback.
Chapter 8 Feedback Controllers 1. On-off Controllers Simple Cheap Used In residential heating and domestic refrigerators Limited use in process control.
Miss Hairul Nazirah bt Abdul Halim
Lec 11. Common Controllers Some commonly used controllers –Proportional Controller –Integration Controller –Derivative Controller Reading: 5-8. TexPoint.
Features of PID Controllers
Topic 4 Controller Actions And Tuning. Chemical Processes Self-regulating Process Dynamics SS Gain, Kp Deadtime, θ Lag, τ Integrating Process Dynamics.
Chapter 4 A First Analysis of Feedback Feedback Control A Feedback Control seeks to bring the measured quantity to its desired value or set-point (also.
Feedback Controllers Chapter 8
Advanced control strategies. CONTROL SYSTEMS The process parameters which are measured using probes described in the previous sections may be controlled.
MISS. RAHIMAH BINTI OTHMAN
BIRLA VISHWAKARMA MAHAVIDHYALAYA ELECTRONICS & TELECOMUNICATION DEPARTMENT o – ANKUR BUSA o – KHUSHBOO DESAI UNDER THE GUIDENCE.
1 PID Feedback Controllers PID 反馈控制器 Dai Lian-kui Shen Guo-jiang Institute of Industrial Control, Zhejiang University.
Process Control. Feedback control y sp = set point (target value) y = measured value The process information (y) is fed back to the controller The objective.
EEN-E1040 Measurement and Control of Energy Systems Control I: Control, processes, PID controllers and PID tuning Nov 3rd 2016 If not marked otherwise,
Feedback Controllers Chapter 8
Heat to air update August 9th, 2017.
Control Systems EE 4314 Lecture 12 March 17, 2015
Chapter 7 The Root Locus Method The root-locus method is a powerful tool for designing and analyzing feedback control systems The Root Locus Concept The.
Workshop for Flipped Class
PID Controllers Jordan smallwood.
Introduction to PID control
Lec 14. PID Controller Design
Electronic Control Systems Week 5 – Closed Loop Control
6: Processor-based Control Systems
Basic Design of PID Controller
Electronic Control Systems Week 7 – PID Control
Process Control Engineering
Features of PID Controllers
CBE 491 (CBE 433) Review II: Fall 2012.
Dynamical Systems Basics
Feedback Controllers Chapter 8
Proportional Control and Disturbance Changes
Control Systems Prof Swanson MECH 3550.
Electronic Control Systems II Week 10 – Final Review
Outline Control structure design (plantwide control)
UNIVERSITÀ DEGLI STUDI DI SALERNO
Control Systems Prof Swanson MECH 3550.
Presentation transcript:

Process Control & Instrumentation MAPUA INSTITUTE OF TECHNOLOGY PID CONTROLLER MAPUA INSTITUTE OF TECHNOLOGY School of Chemical Engineering & Chemistry

OUTLINE Important Concepts Process Time Lags PID Control Algorithms Selection Of Control Action

PROCESS CONTROL Definition the physical regulation of a process to maintain a particular process variable as close as possible to a desired value.

4 BASIC COMPONENTS IN A FEEDBACK CONTROL LOOP Operator Set Point (SV) 3. Controller Controller Output Process Variable (PV) 2. Measuring Element 4. Final Control Element Controlled Variable (CV) Manipulated Variable (MV) 1. Process Load Variable Refining Process (Plant)

FEEDBACK CONTROL ALGORITHM Feedback Control = PID Control where OUT(t) = controller output, 0 - 100% OUTdesign = design (steady state) controller output OUT = control adjustment OUT(t) = OUTdesign + OUT

PID CONTROL ALGORITHM P = Proportional Control Action I = Integral Control Action D = Derivative Control Action

Proportional Control Action control adjustment is proportional to the magnitude of the error where OUT = control adjustment, % Kc = Proportionality Constant (Gain or Sensitivity) e = ERROR = Set Point (SP) - Process Variable (PV) OUT = (Kc)(e)

Integral Control Action control adjustment is proportional to the time integral of the error where OUT = control adjustment, % I = Integral Time Constant, time t OUT = (Kc)/(I) (e)dt

Derivative Control Action control adjustment is proportional to the rate of change of the error where OUT = control adjustment, % D = Derivative Time Constant, time OUT = (Kc)(D)(de/dt)

Types of PID Controller P - Proportional Controller PI - Proportional Integral Controller PD - Proportional Derivative Controller PID - Proportional Integral Derivative Controller

P - Proportional Controller OUT(t) = OUTdesign + (Kc)(e) only one tuning parameter ( Kc ) there is always an offset = steady state error or permanent deviation between the Set Point and the Process Variable

PI - Proportional Integral Controller OUT(t) = OUTdesign + (Kc)(e) + (Kc)/(I) (e)dt eliminates offset more unstable compared to P Controller two tuning parameters ( Kc , I )

PD - Proportional Derivative Controller OUT(t) = OUTdesign + (Kc)(e) + (Kc)(D)(de/dt) faster response does not eliminates offset susceptible to noise two tuning parameters ( Kc , D)

PID - Proportional Integral Derivative Controller OUT(t) = OUTdesign + (Kc)(e) + (Kc)/(I) (e)dt + (Kc)(D)(de/dt) faster response eliminates offset susceptible to noise three tuning parameters ( Kc , I , D)

Selection of Control Action