Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Ziegler-Nichols Open-Loop Method
Share
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > Control Systems > Ziegler-Nichols Open-Loop Method

Ziegler-Nichols Open-Loop Method

Last updated: March 15, 2018 3:36 am
Editorial Staff
Control Systems
No Comments
Share
7 Min Read
SHARE

In contrast to the first tuning technique presented by Ziegler and Nichols in their landmark 1942 paper where the process was made to oscillate using proportional-only automatic control and the parameters of that oscillation served to define PID tuning parameters, their second tuning technique did not even rely on the presence of a controller. Instead, this second technique consisted of making a manual “step-change” of the control element (valve) and analyzing the resulting effect on the process variable.

After making the step-change in output signal with the controller in manual mode, the process variable trend is closely analyzed for two salient features: the dead time and the reaction rate. Dead time (L) (Note 1) is the amount of time delay between the output step-change and the first indication of process variable change. Reaction rate is the maximum rate at which the process variable changes following the output step-change (the maximum time-derivative of the process variable):

Note 1 : Unfortunately, Ziegler and Nichols chose to refer to dead time by the word lag. In modern technical parlance, “lag” refers to a first-order inverse-exponential function, which is fundamentally different from dead time.

Ziegler-Nichols open-loop Tuning

Dead time and reaction rate are responses common to self-regulating and integrating processes alike. Whether or not the process variable ends up stabilizing at some new value, its rate of rise will reach some maximum value following the output step-change, and this will be the reaction rate of the process (Note 2).

Note 2 : Right away, we see a weakness in the Ziegler-Nichols open-loop method: it makes absolutely no distinction between self-regulating and integrating process types. We know this is problematic from the analysis of each process type.

The unit of measurement for reaction rate is percent per minute:

Ziegler-Nichols open-loop Tuning - 1

While dead time in a process tends to be constant regardless of the output step-change magnitude, reaction rate tends to vary directly with the magnitude of the output step-change. For example, an output step-change of 10% will generally cause the PV to rise at a rate twice as steep compared to the effects of a 5% output step-change. In order to ensure our predictive calculations capture only what is inherent to the process and not our own arbitrary open-loop tuning actions, we must include the output step-change magnitude (Δm) in those calculations as well (Note 3 ).

Note 3 : Ziegler and Nichols’ approach was to define a normalized reaction rate called the unit reaction rate, equal in value to R/Δm. I opt to explicitly include Δm in all the tuning parameter equations in order to avoid the possibility of confusing reaction rate with unit reaction rate.

If the controller in question is proportional-only (i.e. capable of providing no integral or derivative control actions), Ziegler and Nichols’ recommendation is to set the controller gain as follows:

Ziegler and Nichols controller gainWhere,
Kp = Controller gain value that you should enter into the controller for good performance
Δm = Output step-change magnitude made while testing in open-loop (manual) mode (percent)
R = Process reaction rate = ΔPV/Δt (percent per minute)
L = Process dead time (minutes)

If the controller in question has integral (reset) action in addition to proportional, Ziegler and Nichols’ recommendation is to set the controller gain to 90% of the proportional-only value, and to set the integral time constant to a value just over three times the measured dead time value:

Ziegler and Nichols Open Loop Method Equation

Where,
Kp = Controller gain value that you should enter into the controller for good performance
Δm = Output step-change magnitude made while testing in open-loop (manual) mode (percent)
R = Process reaction rate = ΔPV/Δt (percent per minute)
L = Process dead time (minutes)
τi = Controller integral setting that you should enter into the controller for good performance (minutes per repeat)

If the controller has full PID capability, Ziegler and Nichols’ recommendation is to set the controller gain to 120% of the proportional-only value, to set the integral time constant to twice the measured dead time value, and to set the derivative time constant to one-half the measured dead time value:

Ziegler and Nichols Open Loop Method Equation - 1

Where,
Kp = Controller gain value that you should enter into the controller for good performance
Δm = Output step-change magnitude made while testing in open-loop (manual) mode (percent)
R = Process reaction rate = ΔPV/Δt (percent per minute)
L = Process dead time (minutes)
τi = Controller integral setting that you should enter into the controller for good performance (minutes per repeat)
τd = Controller derivative setting that you should enter into the controller for good performance (minutes)

As you can see, the Ziegler-Nichols open-loop tuning method relies heavily on dead time (L) as a descriptive parameter for the process. This may be problematic in processes having insubstantial dead time, as the small L values obtained during the open-loop test will predict large controller gain (Kp) and aggressive integral (τi) time constant values, often too large to be practical. The open-loop method, however, is less disruptive to an operating process than the closed-loop method (which necessitated over-tuning the controller to the brink of total instability).

Another limitation, common to both the closed-loop and open-loop tuning methods, is that other factors in the process such as noise and hysteresis are completely overlooked. Noise is troublesome for large controller gain values (because the controller’s proportional action reproduces that noise on the output) and is especially troublesome for derivative action which amplifies any noise it sees. Hysteresis causes integral action to continually “hunt” up and down, leading to cycling of the process variable. The lesson here is that no algorithmic PID tuning method can replace informed judgment on the part of the person tuning the loop. The methods proposed by Ziegler and Nichols (and others!) are merely starting points, and should never be taken as a definitive answer for controller tuning.

Also Read : Ziegler-Nichols Closed-Loop Method

Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

How to Design a Motor Faceplate in Graphics? – SCADA Tutorials
The Idea Behind Shielded Cables
Proportional Controller Principle
DCS System Layout and its Different Parts
Relation Control System
Stroke Checking Procedure for GCV, SRV, IGV, and LFBV
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Ziegler-Nichols Closed Loop Tuning Procedure
Fiber Optic Cable – Method of Joining and Fusion Splicing
Control Loops Objective Questions and Answers
Electrical and Instrumentation – Automation Pre-engineering Documents
Tuning a Temperature Process Control Loop
Control Room and Field Instruments Questions and Answers
Open Platform Communication (OPC)
PLC, DCS, and ESD Marshalling Cabinet Checks

Keep Learning

hipps

What is High Integrity Pressure Protection System?

21 CFR in SCADA and HMI Systems

What is 21 CFR in SCADA and HMI Systems?

Integral controller eliminates offset error

How Integral Controller Reduces offset error ?

Electrical Circuit Label Schematic

Label the Electrical Circuit Schematic

Simple Loop with Local Indication

Instrument Loop Test Requirements and Operation Procedures

PLC Modbus Communication

Introduction to Modbus – Reading and Writing Data

Enterprise Resource Planning in Industrial Automation

What is ERP in Industrial Automation? – Enterprise Resource Planning

Demo of a SCADA Software – Level Control System

Learn More

Types of Heat Exchangers

Types of Heat Exchangers

Allen-Bradley SLC 500

History of Programmable Logic Controllers (PLC)

Time Response Analysis

Robotic Control System – Part I

P&ID arrangement for Pressure Safety Valves

P&ID Guidelines for Pressure Safety Valves

How to Select the Right Encoder for Your Machine

How to Select the Right Encoder for Your Machine?

Field Instruments

Is Vacuum affects Field Instruments in Industries?

Thermowell Installation near Critical Equipment

Thermowell Installation near Critical Equipment

Electric Circuits Objective Questions

Electric Circuits Objective Questions – Set 7

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?