Control Architectures: Feed Forward, Feedback, Ratio, and Cascade By Peter Woolf University of Michigan

Size: px
Start display at page:

Download "Control Architectures: Feed Forward, Feedback, Ratio, and Cascade By Peter Woolf University of Michigan"

Transcription

1 Control Architectures: Feed Forward, Feedback, Ratio, and Cascade By Peter Woolf University of Michigan Michigan Chemical Process Dynamics and Controls Open Textbook version 1.0 Creative commons

2 Connecting Controllers & Actuators In control programming we make statements like: Adjust v3 to maintain LC1 at LC1 set We could implement this as the following PID controller: v3 = v3 offset + K c (LC1" LC1 set ) + 1 # I (LC1" LC1 set ) $ + # D d(lc1" LC1 set ) But there are other controls possible: Maintain LC1 by controlling v3 (Feedback control) Anticipate changes in LC1 by measuring FC1 and FC2 and preemptively adjust v3 (Feed forward control) Feed in a defined ratio of A and B (Ratio control) Connect LC1 to FC1 to adjust v1 (Cascade control)

3 Feedback Control Philosophy: Adjust for errors as they take place. Example: Maintain LC1 by controlling v3 v3 = v3 offset + K c (LC1" LC1 set ) + 1 # I (LC1" LC1 set ) $ + # D d(lc1" LC1 set ) Advantages Simple to design No process model required Disadvantages Only corrects for errors after they happen Generally only takes input from one sensor

4 Feed Forward Control Philosophy: Anticipate and correct for errors before they happen Example: Maintain LC1 by measuring FC1 and FC2 and preemptively adjust v3 v3 = k valves (FC1+ FC2) (assuming a linear valve) Advantages Corrects for deviations before they happen! In ideal cases can produce perfect control Disadvantages Requires infinitely accurate models Requires infinitely accurate measurements

5 Ratio Control Philosophy: Connect two flows to maintain a constant ratio Example: Feed in a defined ratio of A and B where A is the wild stream. v2 = k ratio k valve FC1 Advantages Links two streams to produce a defined ratio Simple--does not require a complex model Disadvantages Never measures FC2, thus assumes the flows are matched Assumes pressure from B is constant

6 Cascade Control Philosophy: Sensors can control the set points of other sensors to integrate information Example: Connect LC1 to FC1 to adjust v1 v1 = v1 offset + K c1 (FC1 set " FC1) + 1 d(fc1 $ (FC1 set " FC1) + # set " FC1) D1 # I1 FC1 set = FC1 offset + K c2 (LC1 set " LC1) + 1 d(lc1 $ (LC1 set " LC1) + # set " LC1) D2 # I 2 Logic: The inner loop is something that changes quickly, here possibly due to pressure changes from the A storage. Outer loop changes slowly, and influences the inner loop by controlling the set point of FC1. Inner loop (slave) Outer loop (master)

7 Cascade Control Example: Connect LC1 to FC1 to adjust v1 v1 = v1 offset + K c1 (FC1 set " FC1) + 1 d(fc1 $ (FC1 set " FC1) + # set " FC1) D1 # I1 Inner loop (slave) FC1 set = FC1 offset + K c2 (LC1 set " LC1) + 1 d(lc1 $ (LC1 set " LC1) + # set " LC1) D2 # I 2 controlling the set point of FC1. Advantages Controller responds quickly to high frequency changes Controller integrates multiple sensor readings together Disadvantages Controller is more complex Tuning cascade controllers is more difficult as the set point changes + more parameters Outer loop (master) Logic: The inner loop is something that changes quickly, here possibly due to pressure changes from the A storage. Outer loop changes slowly, and influences the inner loop by

8 Mixed Architectures Most real systems have combinations of feedback, feed forward, ratio, and cascade control. Example #1: Control LC1 using FC1 cascaded to v1 and feedback control on v3. v1 = v1 offset + K c1 (FC1 set " FC1) + 1 d(fc1 $ (FC1 set " FC1) + # set " FC1) D1 # I1 FC1 set = FC1 offset + K c2 (LC1 set " LC1) + 1 d(lc1 $ (LC1 set " LC1) + # set " LC1) D2 # I 2 v3 = v3 offset + K c 3 (LC1 set " LC1) + 1 d(lc1 $ (LC1 set " LC1) + # set " LC1) D 3 # I 3 Inner loop (slave) (feedback) Outer loop (master) Feedback

9 Mixed Architectures Most real systems have combinations of feedback, feed forward, ratio, and cascade control. Example #2: Maintain ratio of B using FC1 cascaded to FC2 to control v2 v2 = v2 offset + K c 4 (FC2 set " FC2) + 1 d(fc2 $ (FC2 set " FC2) + # set " FC2) D 4 # I 4 FC2 set = k ratio FC1 Outer loop (master) (ratio control) Inner loop (slave) (feedback)

10 Mixed Architectures Most real systems have combinations of feedback, feed forward, ratio, and cascade control. Advantages Pick and choose features to fit the problem Incorporate in any number of sensors in a rational way Disadvantages Controllers can be complex (Each I controller adds an ODE, eigenvalue, and new dimension to the problem.) Tuning is difficult - Routh stability really helps define appropriate ranges - Optimization based tuning

11 Example 1 TC1 T TC2set v1 Which sensor likely responds to temperature changes in the cooling water faster? TC2 Which loop would be the inner loop (slave) and which the outer loop (master)? Why? TC2 inner, TC1 outer Write out an appropriate cascade controller for this system. d(tc2 " TC2 $ (TC2 " TC2 set ) + # set ) Inner loop D1 # I1 Check signs! (slave) d(tc1 $ + # set " TC1) D 2 Outer loop (master) v1= v1 offset + K c1 (TC2 " TC2 set ) + 1 TC2 set = TC1 offset + K c 2 (TC1 set " TC1) + 1 # I 2 (TC1 set " TC1)

12 Example 2 Control phc1 using a single feedback PID controller. v1= v1 offset + K c (phc1" phc1 set ) + 1 d(phc1" phc1 $ (phc1" phc1 set ) + # set ) D # I Control phc1 using a single feed forward controller. v1 = k valve k ratio FC1 Control phc1 using a cascaded P-only ratio controller to balance the acid waste water. FC2 set = k valve k ratio FC1 v1= v1 offset + Kc(FC2 set " FC 2 )

13 Select a mixture of ratio, cascade, feedback, and or feed forward control systems to control the rectifying section of the following distillation column: One example configuration might have AC2 cascaded to TC2, cascaded to FC2 controlling V1, and LC1 cascaded to FC3 controlling V2.

14 To help with deciding which control schemes to use, consider the following questions: a) What is your control objective? b) Which loops are likely to be fast and which slow? c) Changes in what variables likely influence the process compositions most directly?

15 Other examples: The ratio of FC2 to FC3 is set by AC2. For this scheme, use a level control to set either FC2 or FC3 and determine the other flow using the ratio controller. The ratio of FC3 and FC1 Is set by AC2. For this set up, also include a level control scheme for the accumulator. AC2 is cascaded to TC2, which is cascaded to FC2 controlling V1. In addition, AC1 could be a feed forward controller on FC2 and V1. (Note here two paths control V1, so a more sophisticated logical relationship would be needed). LC1 is cascaded to FC3, which controls V2. AC2 is cascaded to TC2. TC2 is a ratio controller of FC2 and FC1, and this output is combined with FC1 to form a set point for FC2. FC2 controls V1. Also, AC1 feeds forward to FC2. LC1 is cascaded to FC3 to control V2. (Note: there are many configurations possible, depending on the control objective. Some, however don t make sense such as having FC3 control V1, or cascading AC1 to LC1 to control FC3, to control V2. )

16 Take Home Messages Using a combination of feedback, feed forward, ratio, and cascade control you can design flexible control systems More complex control systems are harder to tune and model, but if done right outperform simpler architectures When designing your control system, be aware of the control objective and possible conflicts

-binary sensors and actuators (such as an on/off controller) are generally more reliable and less expensive

-binary sensors and actuators (such as an on/off controller) are generally more reliable and less expensive Process controls are necessary for designing safe and productive plants. A variety of process controls are used to manipulate processes, however the most simple and often most effective is the PID controller.

More information

Process Control Laboratory Using Honeywell PlantScape

Process Control Laboratory Using Honeywell PlantScape Process Control Laboratory Using Honeywell PlantScape Christi Patton Luks, Laura P. Ford University of Tulsa Abstract The University of Tulsa has recently revised its process controls class from one 3-hour

More information

PROCESS DYNAMICS AND CONTROL

PROCESS DYNAMICS AND CONTROL Objectives of the Class PROCESS DYNAMICS AND CONTROL CHBE320, Spring 2018 Professor Dae Ryook Yang Dept. of Chemical & Biological Engineering What is process control? Basics of process control Basic hardware

More information

PROCESS DYNAMICS AND CONTROL

PROCESS DYNAMICS AND CONTROL PROCESS DYNAMICS AND CONTROL CHBE306, Fall 2017 Professor Dae Ryook Yang Dept. of Chemical & Biological Engineering Korea University Korea University 1-1 Objectives of the Class What is process control?

More information

6.4 Adjusting PID Manually

6.4 Adjusting PID Manually Setting Display Parameter Setting Display Operation Display > PARAMETER or PARA key for 3 seconds (to [MODE] Menu Display) > Right arrow key (to [PID] Menu Display ) > SET/ENTER key (The setting parameter

More information

Performance Analysis of Conventional Controllers for Automatic Voltage Regulator (AVR)

Performance Analysis of Conventional Controllers for Automatic Voltage Regulator (AVR) Performance Analysis of Conventional Controllers for Automatic Voltage Regulator (AVR) Ajit Kumar Mittal M.TECH Student, B.I.T SINDRI Dhanbad, India Dr. Pankaj Rai Associate Professor, Department of Electrical

More information

A M E M B E R O F T H E K E N D A L L G R O U P

A M E M B E R O F T H E K E N D A L L G R O U P A M E M B E R O F T H E K E N D A L L G R O U P Basics of PID control in a Programmable Automation Controller Technology Summit September, 2018 Eric Paquette Definitions-PID A Proportional Integral Derivative

More information

Instrumentation and Control Systems

Instrumentation and Control Systems Unit 16: Unit Instrumentation and Control Systems D/615/1490 Unit level 4 Credit value 15 Introduction Instrumentation and control can also be described as measurement automation, which is a very important

More information

CHAPTER 11: DIGITAL CONTROL

CHAPTER 11: DIGITAL CONTROL When I complete this chapter, I want to be able to do the following. Identify examples of analog and digital computation and signal transmission. Program a digital PID calculation Select a proper execution

More information

Logic Developer Process Edition Function Blocks

Logic Developer Process Edition Function Blocks GE Intelligent Platforms Logic Developer Process Edition Function Blocks Delivering increased precision and enabling advanced regulatory control strategies for continuous process control Logic Developer

More information

CHBE320 LECTURE XI CONTROLLER DESIGN AND PID CONTOLLER TUNING. Professor Dae Ryook Yang

CHBE320 LECTURE XI CONTROLLER DESIGN AND PID CONTOLLER TUNING. Professor Dae Ryook Yang CHBE320 LECTURE XI CONTROLLER DESIGN AND PID CONTOLLER TUNING Professor Dae Ryook Yang Spring 2018 Dept. of Chemical and Biological Engineering 11-1 Road Map of the Lecture XI Controller Design and PID

More information

Tuning interacting PID loops. The end of an era for the trial and error approach

Tuning interacting PID loops. The end of an era for the trial and error approach Tuning interacting PID loops The end of an era for the trial and error approach Introduction Almost all actuators and instruments in the industry that are part of a control system are controlled by a PI(D)

More information

PID Control Technical Notes

PID Control Technical Notes PID Control Technical Notes General PID (Proportional-Integral-Derivative) control action allows the process control to accurately maintain setpoint by adjusting the control outputs. In this technical

More information

Feedback Systems in HVAC ASHRAE Distinguished Lecture Series Jim Coogan Siemens Building Technologies

Feedback Systems in HVAC ASHRAE Distinguished Lecture Series Jim Coogan Siemens Building Technologies Feedback Systems in HVAC ASHRAE Distinguished Lecture Series Jim Coogan Siemens Building Technologies ASHRAE, Madison Chapter October, 2014 Agenda Definitions: feedback and closed-loop control Types of

More information

DYNAMICS and CONTROL

DYNAMICS and CONTROL DYNAMICS and CONTROL Module IV(I) IV(III) Systems Design Complex system Presented by Pedro Albertos Professor of Systems Engineering and - UPV DYNAMICS & CONTROL Modules: Examples of systems and signals

More information

Fundamentals of Industrial Control

Fundamentals of Industrial Control Fundamentals of Industrial Control 2nd Edition D. A. Coggan, Editor Practical Guides for Measurement and Control Preface ix Contributors xi Chapter 1 Sensors 1 Applications of Instrumentation 1 Introduction

More information

Think About Control Fundamentals Training. Terminology Control. Eko Harsono Control Fundamental - Con't

Think About Control Fundamentals Training. Terminology Control. Eko Harsono Control Fundamental - Con't Think About Control Fundamentals Training Terminology Control Eko Harsono eko.harsononus@gmail.com; 1 Contents Topics: Slide No: Advance Control Loop 3-10 Control Algorithm 11-25 Control System 26-32 Exercise

More information

Controller Algorithms and Tuning

Controller Algorithms and Tuning The previous sections of this module described the purpose of control, defined individual elements within control loops, and demonstrated the symbology used to represent those elements in an engineering

More information

Research Article 12 Control of the Fractionator Top Pressure for a Delayed Coking Unit in Khartoum Refinery

Research Article 12 Control of the Fractionator Top Pressure for a Delayed Coking Unit in Khartoum Refinery Research Article 12 Control of the Fractionator Top Pressure for a Delayed Coking Unit in Khartoum Refinery Salah Eldeen F..Hegazi 1, Gurashi Abdallah Gasmelseed 2, Mohammed M.Bukhari 3 1 Department of

More information

Comparison Effectiveness of PID, Self-Tuning and Fuzzy Logic Controller in Heat Exchanger

Comparison Effectiveness of PID, Self-Tuning and Fuzzy Logic Controller in Heat Exchanger J. Appl. Environ. Biol. Sci., 7(4S)28-33, 2017 2017, TextRoad Publication ISSN: 2090-4274 Journal of Applied Environmental and Biological Sciences www.textroad.com Comparison Effectiveness of PID, Self-Tuning

More information

Experiment 9. PID Controller

Experiment 9. PID Controller Experiment 9 PID Controller Objective: - To be familiar with PID controller. - Noting how changing PID controller parameter effect on system response. Theory: The basic function of a controller is to execute

More information

International Journal of Research in Advent Technology Available Online at:

International Journal of Research in Advent Technology Available Online at: OVERVIEW OF DIFFERENT APPROACHES OF PID CONTROLLER TUNING Manju Kurien 1, Alka Prayagkar 2, Vaishali Rajeshirke 3 1 IS Department 2 IE Department 3 EV DEpartment VES Polytechnic, Chembur,Mumbai 1 manjulibu@gmail.com

More information

Procidia Control Solutions Dead Time Compensation

Procidia Control Solutions Dead Time Compensation APPLICATION DATA Procidia Control Solutions Dead Time Compensation AD353-127 Rev 2 April 2012 This application data sheet describes dead time compensation methods. A configuration can be developed within

More information

CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR

CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR 36 CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR 4.1 INTRODUCTION Now a day, a number of different controllers are used in the industry and in many other fields. In a quite

More information

Feedforward and Ratio Control

Feedforward and Ratio Control Feedforward and Ratio ISA Mentor Program Presentation by: Gregory K. McMillan Standards Certification Education & Training Publishing Conferences & Exhibits Presenter Gregory K. McMillan is a retired Senior

More information

PID control. since Similarly, modern industrial

PID control. since Similarly, modern industrial Control basics Introduction to For deeper understanding of their usefulness, we deconstruct P, I, and D control functions. PID control Paul Avery Senior Product Training Engineer Yaskawa Electric America,

More information

Understanding PID Control

Understanding PID Control 1 of 5 2/20/01 1:15 PM Understanding PID Control Familiar examples show how and why proportional-integral-derivative controllers behave the way they do. Keywords: Process control Control theory Controllers

More information

Think About Control Fundamentals Training. Terminology Control. Eko Harsono Control Fundamental

Think About Control Fundamentals Training. Terminology Control. Eko Harsono Control Fundamental Think About Control Fundamentals Training Terminology Control Eko Harsono eko.harsononus@gmail.com; 1 Contents Topics: Slide No: Process Control Terminology 3-10 Control Principles 11-18 Basic Control

More information

MM7 Practical Issues Using PID Controllers

MM7 Practical Issues Using PID Controllers MM7 Practical Issues Using PID Controllers Readings: FC textbook: Section 4.2.7 Integrator Antiwindup p.196-200 Extra reading: Hou Ming s lecture notes p.60-69 Extra reading: M.J. Willis notes on PID controler

More information

Closed-Loop Position Control, Proportional Mode

Closed-Loop Position Control, Proportional Mode Exercise 4 Closed-Loop Position Control, Proportional Mode EXERCISE OBJECTIVE To describe the proportional control mode; To describe the advantages and disadvantages of proportional control; To define

More information

PID Tuning Case Study Tuning Level controller using a priori knowledge 1

PID Tuning Case Study Tuning Level controller using a priori knowledge 1 1 1. Introduction Tuning level controllers can be a challenging task. When you have identified a proper ramp model, this this task becomes much easier when using Aptitune. Identifying a good ramp model

More information

Application sheet for Green 300 series controllers. Title. Purpose. Application Controller Loop Configuration: Wiring: Explanation :

Application sheet for Green 300 series controllers. Title. Purpose. Application Controller Loop Configuration: Wiring: Explanation : Furnace temperature control with Solid State Relay(SSR) AP35001 Control a furnace temperature by using UT350 temperature controller. Model UT350 can drive SSR as an actuator directly. Electrical Furnace

More information

Paul Schafbuch. Senior Research Engineer Fisher Controls International, Inc.

Paul Schafbuch. Senior Research Engineer Fisher Controls International, Inc. Paul Schafbuch Senior Research Engineer Fisher Controls International, Inc. Introduction Achieving optimal control system performance keys on selecting or specifying the proper flow characteristic. Therefore,

More information

Process controls in food processing

Process controls in food processing Process controls in food processing Module- 9 Lec- 9 Dr. Shishir Sinha Dept. of Chemical Engineering IIT Roorkee A well designed process ought to be easy to control. More importantly, it is best to consider

More information

Getting the Best Performance from Challenging Control Loops

Getting the Best Performance from Challenging Control Loops Getting the Best Performance from Challenging Control Loops Jacques F. Smuts - OptiControls Inc, League City, Texas; jsmuts@opticontrols.com KEYWORDS PID Controls, Oscillations, Disturbances, Tuning, Stiction,

More information

Advanced Servo Tuning

Advanced Servo Tuning Advanced Servo Tuning Dr. Rohan Munasinghe Department of Electronic and Telecommunication Engineering University of Moratuwa Servo System Elements position encoder Motion controller (software) Desired

More information

2. Basic Control Concepts

2. Basic Control Concepts 2. Basic Concepts 2.1 Signals and systems 2.2 Block diagrams 2.3 From flow sheet to block diagram 2.4 strategies 2.4.1 Open-loop control 2.4.2 Feedforward control 2.4.3 Feedback control 2.5 Feedback control

More information

Design and Simulation of Gain Scheduled Adaptive Controller using PI Controller for Conical Tank Process

Design and Simulation of Gain Scheduled Adaptive Controller using PI Controller for Conical Tank Process IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 04 September 2015 ISSN (online): 2349-6010 Design and Simulation of Gain Scheduled Adaptive Controller using

More information

Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller

Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller International Journal of Emerging Trends in Science and Technology Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller Authors Swarup D. Ramteke 1, Bhagsen J. Parvat 2

More information

ADCHEM International Symposium on Advanced Control of Chemical Processes Gramado, Brazil April 2-5, 2006

ADCHEM International Symposium on Advanced Control of Chemical Processes Gramado, Brazil April 2-5, 2006 ADCHEM 26 International Symposium on Advanced Control of Chemical Processes Gramado, Brazil April 2-5, 26 CONTROL SOLUTIONS FOR SUBSEA PROCESSING AND MULTIPHASE TRANSPORT Heidi Sivertsen John-Morten Godhavn

More information

InstrumentationTools.com

InstrumentationTools.com Author: Instrumentation Tools Categories: Control Systems Ziegler-Nichols Closed-Loop Method (Ultimate Gain) Closed-loop refers to the operation of a control system with the controlling device in automatic

More information

2.1 PID controller enhancements

2.1 PID controller enhancements 2. Single-Loop Enhancements 2.1 PID controller enhancements 2.1.1 The ideal PID controller 2.1.2 Derivative filter 2.1.3 Setpoint weighting 2.1.4 Handling integrator windup 2.1.5 Industrial PID controllers

More information

12. ELECTRONICS & INSTRUMENTATION FOR TEMPERATURE

12. ELECTRONICS & INSTRUMENTATION FOR TEMPERATURE 12. ELECTRONICS & INSTRUMENTATION FOR TEMPERATURE 12.1 INTRODUCTION The range requirement in instrumentation ranges from a simple display of a single temperature value to multi sensor data acquisition

More information

CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE

CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE 23 CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE 2.1 PID CONTROLLER A proportional Integral Derivative controller (PID controller) find its application in industrial control system. It

More information

ONLINE OSCILLATION DETECTION AND ADAPTIVE CONTROL IN CHEMICAL PLANTS

ONLINE OSCILLATION DETECTION AND ADAPTIVE CONTROL IN CHEMICAL PLANTS ONLINE OSCILLATION DETECTION AND ADAPTIVE CONTROL IN CHEMICAL PLANTS PiControl Solutions Company www.picontrolsolutions.com info@picontrolsolutions.com Introduction Fast and reliable detection of critical

More information

Enhance operational efficiency with Advanced Process Control (APC) Integration of APC in SIMATIC PCS 7 SIMATIC PCS 7. Answers for industry.

Enhance operational efficiency with Advanced Process Control (APC) Integration of APC in SIMATIC PCS 7 SIMATIC PCS 7. Answers for industry. Enhance operational efficiency with Advanced Control (APC) Integration of APC in SIMATIC PCS 7 SIMATIC PCS 7 Answers for industry. Modern closed-loop control systems in the process industry In today s

More information

ScienceDirect. Optimization of Fuzzy Controller Parameters for the Temperature Control of Superheated Steam

ScienceDirect. Optimization of Fuzzy Controller Parameters for the Temperature Control of Superheated Steam Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 100 (015 ) 1547 1555 5th DAAAM International Symposium on Intelligent Manufacturing and Automation, DAAAM 014 Optimization of

More information

Configuration Example of Temperature Control

Configuration Example of Temperature Control Controllers Technical Information Configuration Example of Control controllers The following is an example of the configuration of temperature control. Controller Relay Voltage Current SSR Cycle controller

More information

TAMIL NADU PUBLIC SERVICE COMMISSION. Post of Principal / Assistant Director (Training) Included in the Tamil Nadu Employment and Training Service

TAMIL NADU PUBLIC SERVICE COMMISSION. Post of Principal / Assistant Director (Training) Included in the Tamil Nadu Employment and Training Service Code No.207 TAMIL NADU PUBLIC SERVICE COMMISSION Post of Principal / Assistant Director (Training) Included in the Tamil Nadu Employment and Training Service Electronics and Instrumentation Engineering

More information

CM 3310 Process Control, Spring Lecture 17

CM 3310 Process Control, Spring Lecture 17 CM 3310 Process Control, Spring 2017 Instructor: Dr. Tom Co Lecture 17 Charts and Diagrams used in Automation a) Plant/Process Description P & ID (Piping and Instrumentation Diagram) PFD (Process Flow

More information

Chapter 10 Digital PID

Chapter 10 Digital PID Chapter 10 Digital PID Chapter 10 Digital PID control Goals To show how PID control can be implemented in a digital computer program To deliver a template for a PID controller that you can implement yourself

More information

LNG Level Control. LNG Level Control. DeltaV Whitepaper. March 2007 Page 1

LNG Level Control. LNG Level Control. DeltaV Whitepaper. March 2007 Page 1 March 2007 Page 1 This whitepaper highlights the use of the Entech Toolkit by Emerson s Control Performance specialists to improve level control performance www.emersonprocess.com/deltav March 2007 Page

More information

Fundamentals of Instrumentation & Process Control

Fundamentals of Instrumentation & Process Control Fundamentals of Instrumentation & Process Control NIMISH SHAH Fundamentals of Instrumentation & Control Instrumentation Process Control 2 1 Introduction to Process Control 3 Introduction to Process Control

More information

Tuning of PID Controller for Cascade Unstable systems Using Genetic Algorithm P.Vaishnavi, G.Balasubramanian.

Tuning of PID Controller for Cascade Unstable systems Using Genetic Algorithm P.Vaishnavi, G.Balasubramanian. Volume 8 No. 8 28, 2-29 ISSN: 3-88 (printed version); ISSN: 34-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Tuning of PID Controller for Cascade Unstable systems Using Genetic Algorithm P.Vaishnavi,

More information

Compensation of Dead Time in PID Controllers

Compensation of Dead Time in PID Controllers 2006-12-06 Page 1 of 25 Compensation of Dead Time in PID Controllers Advanced Application Note 2006-12-06 Page 2 of 25 Table of Contents: 1 OVERVIEW...3 2 RECOMMENDATIONS...6 3 CONFIGURATION...7 4 TEST

More information

Chapter 4 PID Design Example

Chapter 4 PID Design Example Chapter 4 PID Design Example I illustrate the principles of feedback control with an example. We start with an intrinsic process P(s) = ( )( ) a b ab = s + a s + b (s + a)(s + b). This process cascades

More information

Servo Tuning. Dr. Rohan Munasinghe Department. of Electronic and Telecommunication Engineering University of Moratuwa. Thanks to Dr.

Servo Tuning. Dr. Rohan Munasinghe Department. of Electronic and Telecommunication Engineering University of Moratuwa. Thanks to Dr. Servo Tuning Dr. Rohan Munasinghe Department. of Electronic and Telecommunication Engineering University of Moratuwa Thanks to Dr. Jacob Tal Overview Closed Loop Motion Control System Brain Brain Muscle

More information

New Technology for Closed-Loop System Identification, PID Control Loop Optimization and Advanced Process Control

New Technology for Closed-Loop System Identification, PID Control Loop Optimization and Advanced Process Control New Technology for Closed-Loop System Identification, PID Control Loop Optimization and Advanced Process Control J. Lepore and S. Howes PiControl Solutions LLC, Texas, USA (e-mail: steve@picontrolsolutions.com).

More information

The PID controller. Summary. Introduction to Control Systems

The PID controller. Summary. Introduction to Control Systems The PID controller ISTTOK real-time AC 7-10-2010 Summary Introduction to Control Systems PID Controller PID Tuning Discrete-time Implementation The PID controller 2 Introduction to Control Systems Some

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 13.11.2014

More information

Step vs. Servo Selecting the Best

Step vs. Servo Selecting the Best Step vs. Servo Selecting the Best Dan Jones Over the many years, there have been many technical papers and articles about which motor is the best. The short and sweet answer is let s talk about the application.

More information

A Primer on Control Systems

A Primer on Control Systems Technical Article A Primer on Control Systems By Brandon Tarr, Electro-Mechanical Design Engineer Abstract A comprehensive discussion of control system theory would best be handled not by a discrete text,

More information

Introduction to Regulatory and Advanced Process Control Course

Introduction to Regulatory and Advanced Process Control Course Page 1 of 6 Rev 1.0 Introduction Introduction to Regulatory and dvanced Process ontrol ourse The success of every company depends of each employee's understanding of the business's key components. Employee

More information

Cavity Field Control - RF Field Controller. LLRF Lecture Part3.3 S. Simrock, Z. Geng DESY, Hamburg, Germany

Cavity Field Control - RF Field Controller. LLRF Lecture Part3.3 S. Simrock, Z. Geng DESY, Hamburg, Germany Cavity Field Control - RF Field Controller LLRF Lecture Part3.3 S. Simrock, Z. Geng DESY, Hamburg, Germany Content Introduction to the controller Control scheme selection In-phase and Quadrature (I/Q)

More information

Application of a FOUNDATION Fieldbus System at the. Gas-mixing Station of Wuhan Iron and Steel Co.

Application of a FOUNDATION Fieldbus System at the. Gas-mixing Station of Wuhan Iron and Steel Co. Foundation Fieldbus End User Council February 27 & 28, 2003 Singapore Application of a FOUNDATION Fieldbus System at the Gas-mixing Station of Wuhan Iron and Steel Co. Abstract Dai Xianghong Instrument

More information

Closed-Loop Transportation Simulation. Outlines

Closed-Loop Transportation Simulation. Outlines Closed-Loop Transportation Simulation Deyang Zhao Mentor: Unnati Ojha PI: Dr. Mo-Yuen Chow Aug. 4, 2010 Outlines 1 Project Backgrounds 2 Objectives 3 Hardware & Software 4 5 Conclusions 1 Project Background

More information

Chapter 7 Introduction to Instrumentation

Chapter 7 Introduction to Instrumentation Chapter 7 Introduction to Instrumentation Control Automático 3º Curso. Ing. Industrial Escuela Técnica Superior de Ingenieros Universidad de Sevilla Summary Introduction Basic concepts Properties of measurement

More information

Level control drain valve tuning. Walter Bischoff PE Brunswick Nuclear Plant

Level control drain valve tuning. Walter Bischoff PE Brunswick Nuclear Plant Level control drain valve tuning Walter Bischoff PE Brunswick Nuclear Plant Tuning Introduction Why is it important PI and PID controllers have been accepted throughout process design and all forms of

More information

Different Controller Terms

Different Controller Terms Loop Tuning Lab Challenges Not all PID controllers are the same. They don t all use the same units for P-I-and D. There are different types of processes. There are different final element types. There

More information

PID-CONTROL FUNCTION AND APPLICATION

PID-CONTROL FUNCTION AND APPLICATION PID-CONTROL FUNCTION AND APPLICATION Hitachi Inverters SJ1 and L1 Series Deviation - P : Proportional operation I : Integral operation D : Differential operation Inverter Frequency command Fan, pump, etc.

More information

PID500 FULL FEATURED PID TEMPERATURE CONTROLLERS

PID500 FULL FEATURED PID TEMPERATURE CONTROLLERS PID500 FULL FEATURED PID TEMPERATURE CONTROLLERS DESCRIPTION FEATURES * Compact Size: 1/16 DIN * Dual LED displays for simultaneous indication of process temperature and set point (Lower display selectable

More information

Application Note. Renu Electronics Private Limited. PID Instruction In IEC. Page 1

Application Note. Renu Electronics Private Limited. PID Instruction In IEC.   Page 1 Application Note PID Instruction In IEC This document explains about PID Instruction in IEC. This application note is applicable for FP and FL products (IEC Supported). www.renuelectronics.com Page 1 Contents

More information

Power Factor Correction in Digital World. Abstract. 1 Introduction. 3 Advantages of Digital PFC over traditional Analog PFC.

Power Factor Correction in Digital World. Abstract. 1 Introduction. 3 Advantages of Digital PFC over traditional Analog PFC. Power Factor Correction in Digital World By Nitin Agarwal, STMicroelectronics Pvt. Ltd., India Abstract There are various reasons why power factor correction circuit is used in various power supplies in

More information

Simulation and Analysis of Cascaded PID Controller Design for Boiler Pressure Control System

Simulation and Analysis of Cascaded PID Controller Design for Boiler Pressure Control System PAPER ID: IJIFR / V1 / E10 / 031 www.ijifr.com ijifr.journal@gmail.com ISSN (Online): 2347-1697 An Enlightening Online Open Access, Refereed & Indexed Journal of Multidisciplinary Research Simulation and

More information

TODO add: PID material from Pont slides Some inverted pendulum videos Model-based control and other more sophisticated

TODO add: PID material from Pont slides Some inverted pendulum videos Model-based control and other more sophisticated TODO add: PID material from Pont slides Some inverted pendulum videos Model-based control and other more sophisticated controllers? More code speed issues perf with and w/o FP on different processors Last

More information

DeltaV v11 PID Enhancements for

DeltaV v11 PID Enhancements for Aug 2010 Page 1 DeltaV v11 PID Enhancements for Wireless This document describes how enhancements to the PID block for wireless loops in DeltaV v11 improve performance, simplify tuning, and inherently

More information

Chapter 7: DESIGN PATTERNS. Hamzah Asyrani Sulaiman

Chapter 7: DESIGN PATTERNS. Hamzah Asyrani Sulaiman Chapter 7: DESIGN PATTERNS Hamzah Asyrani Sulaiman You might have noticed that some diagrams look remarkably similar. For example, we used Figure 7.1 to illustrate a feedback loop in Monopoly, and Figure

More information

An Introduction to Proportional- Integral-Derivative (PID) Controllers

An Introduction to Proportional- Integral-Derivative (PID) Controllers An Introduction to Proportional- Integral-Derivative (PID) Controllers Stan Żak School of Electrical and Computer Engineering ECE 680 Fall 2017 1 Motivation Growing gap between real world control problems

More information

Instrumentation and Process Control. Process Control. Pressure, Flow, and Level. Courseware Sample F0

Instrumentation and Process Control. Process Control. Pressure, Flow, and Level. Courseware Sample F0 Instrumentation and Process Control Process Control Pressure, Flow, and Level Courseware Sample 85982-F0 A INSTRUMENTATION AND PROCESS CONTROL PROCESS CONTROL Pressure, Flow, and Level Courseware Sample

More information

Governor with dynamics: Gg(s)= 1 Turbine with dynamics: Gt(s) = 1 Load and machine with dynamics: Gp(s) = 1

Governor with dynamics: Gg(s)= 1 Turbine with dynamics: Gt(s) = 1 Load and machine with dynamics: Gp(s) = 1 Load Frequency Control of Two Area Power System Using Conventional Controller 1 Rajendra Murmu, 2 Sohan Lal Hembram and 3 Ajay Oraon, 1 Assistant Professor, Electrical Engineering Department, BIT Sindri,

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 05.11.2015

More information

ISA Seminars on the Web Live Experts on Hot Topics

ISA Seminars on the Web Live Experts on Hot Topics ISA Seminars on the Web Live Experts on Hot Topics Standards Certification Education and Training Publishing Conferences and Exhibits CSE PE Exam Review: Control Systems EN00W4 Version 1.4 2011 Standards

More information

Process Monitoring and Loop Prioritization Can Reap Big Payback and Benefit Process Plants

Process Monitoring and Loop Prioritization Can Reap Big Payback and Benefit Process Plants Process Monitoring and Loop Prioritization Can Reap Big Payback and Benefit Process Plants John Gerry, P.E. ExperTune Inc Hubertus, WI www.expertune.com Presented at ISA2002, Chicago, IL October, 2002

More information

Single and Multi Loop Controller Structures (Cascade Control) with PID_Temp SIMATIC S7-1200/S Application Description 02/2015

Single and Multi Loop Controller Structures (Cascade Control) with PID_Temp SIMATIC S7-1200/S Application Description 02/2015 Application Description 02/2015 Single and Multi Loop Controller Structures (Cascade Control) with PID_Temp SIMATIC S7-1200/S7-1500 http://support.automation.siemens.com/ww/view/de/103526819 Warranty and

More information

signals and their parameterisation

signals and their parameterisation A comparative study on dither signals and their parameterisation 1 Introduction [Volvo] [Bosch Rexroth] 2 Introduction Electromechanical proportional valve actuator Dynamics Costs Linearity [ifm] Power

More information

STANDARD TUNING PROCEDURE AND THE BECK DRIVE: A COMPARATIVE OVERVIEW AND GUIDE

STANDARD TUNING PROCEDURE AND THE BECK DRIVE: A COMPARATIVE OVERVIEW AND GUIDE STANDARD TUNING PROCEDURE AND THE BECK DRIVE: A COMPARATIVE OVERVIEW AND GUIDE Scott E. Kempf Harold Beck and Sons, Inc. 2300 Terry Drive Newtown, PA 18946 STANDARD TUNING PROCEDURE AND THE BECK DRIVE:

More information

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI 621213 QUESTION BANK WITH ANSWER --------------------------------------------------------------------------------------------------------------Sub. Code :

More information

The MFT B-Series Flow Controller.

The MFT B-Series Flow Controller. The MFT B-Series Flow Controller. There are many options available to control a process flow ranging from electronic, mechanical to pneumatic. In the industrial market there are PLCs, PCs, valves and flow

More information

SECTION 6: ROOT LOCUS DESIGN

SECTION 6: ROOT LOCUS DESIGN SECTION 6: ROOT LOCUS DESIGN MAE 4421 Control of Aerospace & Mechanical Systems 2 Introduction Introduction 3 Consider the following unity feedback system 3 433 Assume A proportional controller Design

More information

AUTOMATIC PID PERFORMANCE MONITORING APPLIED TO LHC CRYOGENICS

AUTOMATIC PID PERFORMANCE MONITORING APPLIED TO LHC CRYOGENICS AUTOMATIC PID PERFORMANCE MONITORING APPLIED TO LHC CRYOGENICS Abstract At CERN, the LHC (Large Hadron Collider) cryogenic system employs about 5000 PID (Proportional Integral Derivative) regulation loops

More information

Series F4P Communications Guide

Series F4P Communications Guide Series F4P Communications Guide 1/4 DIN Temperature/Process Controller with Guided Setup 98 Registered Company Winona, Minnesota USA Watlow Controls 1241 Bundy Blvd., P.O. Box 5580, Winona, Minnesota USA

More information

Feb. 1, 2013 TEC controller design experts offer tips to lower the cost and simplify the design of the devices, and to increase their ease of use.

Feb. 1, 2013 TEC controller design experts offer tips to lower the cost and simplify the design of the devices, and to increase their ease of use. Thermoelectric Cooler Controller Design Made Simpler Gang Liu, Can Li and Fang Liu, Analog Technologies, Inc. Feb. 1, 2013 TEC controller design experts offer tips to lower the cost and simplify the design

More information

Closed-Loop Speed Control, Proportional-Plus-Integral-Plus-Derivative Mode

Closed-Loop Speed Control, Proportional-Plus-Integral-Plus-Derivative Mode Exercise 7 Closed-Loop Speed Control, EXERCISE OBJECTIVE To describe the derivative control mode; To describe the advantages and disadvantages of derivative control; To describe the proportional-plus-integral-plus-derivative

More information

Design of Compensator for Dynamical System

Design of Compensator for Dynamical System Design of Compensator for Dynamical System Ms.Saroja S. Chavan PimpriChinchwad College of Engineering, Pune Prof. A. B. Patil PimpriChinchwad College of Engineering, Pune ABSTRACT New applications of dynamical

More information

Code No: M0326 /R07 Set No. 1 1. Define Mechatronics and explain the application of Mechatronics in CNC Machine tools and Computer Integrated Manufacturing (CIM). 2. (a) What are the various Filters that

More information

System Protection Schemes in Power Network based on New Principles

System Protection Schemes in Power Network based on New Principles System Protection Schemes in Power Network based on New Principles Daniel Karlsson, ABB Automation Products AB S-721 59 Västerås, SWDN daniel.h.karlsson@se.abb.com Abstract This report describes how a

More information

Single Phase Bidirectional PWM Converter for Microgrid System

Single Phase Bidirectional PWM Converter for Microgrid System Single Phase Bidirectional PWM Converter for Microgrid System C.Kalavalli #1, K.ParkaviKathirvelu *2, R.Balasubramanian #3 Department of Electrical & Electronics Engineering, SASTRA UNIVERSITY Tirumalaisamudram,

More information

Solutions, Standards and Software Kolmetz Handbook of Process Equipment Design PROCESS FLOW SHEET (ENGINEERING DESIGN GUIDELINE)

Solutions, Standards and Software Kolmetz Handbook of Process Equipment Design PROCESS FLOW SHEET (ENGINEERING DESIGN GUIDELINE) Page : 1 of 94 KLM Technology Processing Plant www.klmtechgroup.com, Standards and Software Rev 01 March 2015 Rev 02 KLM Technology #03-12 Block Aronia, Jalan Sri Perkasa 2 Taman Tampoi Utama 81200 Johor

More information

QuickBuilder PID Reference

QuickBuilder PID Reference QuickBuilder PID Reference Doc. No. 951-530031-006 2010 Control Technology Corp. 25 South Street Hopkinton, MA 01748 Phone: 508.435.9595 Fax: 508.435.2373 Thursday, March 18, 2010 2 QuickBuilder PID Reference

More information

BASIC PROCESS INSTRUMENTATION & CONTROL

BASIC PROCESS INSTRUMENTATION & CONTROL Training Title BASIC PROCESS INSTRUMENTATION & CONTROL Training Duration 5 days Training Venue and Dates Basic Process Instrumentation & Control 501 05 Sep $3,750 Abu Dhabi, UAE In any of the 5 star hotels.

More information