Methods for PID controller parameter tuning

Publisher:彭勇Latest update time:2022-04-14 Source: elecfansKeywords:PID Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

There are many methods for PID controller parameter tuning, which can be summarized into two categories:

The first is the theoretical calculation tuning method. It is mainly based on the mathematical model of the system and determines the controller parameters through theoretical calculation. The calculated data obtained by this method may not be directly used, and must be adjusted and modified through actual engineering.


The second is the engineering setting method, which mainly relies on engineering experience and is carried out directly in the control system test. The method is simple and easy to master, and is widely used in engineering practice.


The engineering tuning methods for PID controller parameters mainly include critical proportion method, response curve method and attenuation method.


The critical ratio method is generally used now.

The steps for tuning the PID controller parameters using this method are as follows:

(1) First, preselect a sampling period that is short enough for the system to work;

(2) Only add proportional control until the system shows critical oscillation in response to the input step, and record the proportional gain and critical oscillation period at this time;

(3) Under a certain control degree, the parameters of the PID controller are calculated by the formula.


PID parameter setting: It depends on experience and familiarity with the process, referring to the measured value tracking and set value curve to adjust the size of PID.


Engineering tuning of PID controller parameters. The empirical data of PID parameters in various adjustment systems can be referred to as follows:

Temperature T: P=20~60%, T=180~600s, D=3-180s

Pressure P: P=30~70%, T=24~180s,

Liquid level L: P=20~80%, T=60~300s,

Flow rate L: P=40~100%, T=6~60s.

Commonly used formulas:

Parameter tuning to find the best, check from small to large

First the proportion, then the integration, and finally the differential

The curve oscillates frequently, the scale should be enlarged

The curve floats around the bay, and the scale dial moves down

The curve deviates and recovers slowly, and the integral time decreases

The curve fluctuation period is long, and the integration time is further extended

The curve oscillates quickly, so lower the differential first.

The larger the difference, the slower the fluctuation. The differential time should be longer.

The ideal curve has two waves, with a high at the front and a low at the back, a ratio of 4 to 1

One look, two adjustments, and more analysis will ensure high quality of adjustment.


Keywords:PID Reference address:Methods for PID controller parameter tuning

Previous article:Siemens PLC logic operation instructions
Next article:Mitsubishi PLC floating point operation instructions

Recommended ReadingLatest update time:2024-11-16 14:56

51 single chip microcomputer-temperature PID algorithm (C program)
#include "reg51.h" #include "intrins.h" #include "math.h" #include "string.h" struct PID  {  unsigned int SetPoint; // Set the desired value  unsigned int Proportion; // Proportional Const  unsigned int Integral; // Integral Const  unsigned int Derivative; // differential constant Derivative Const  unsigned int LastEr
[Microcontroller]
Design of Predictive PID Controller with Smith Predictor
0 Introduction PID controller has always been the most widely used controller in industrial production process due to its simple algorithm, good robustness and high reliability. However, the actual production process often has nonlinear and time-varying uncertainties, and the application of conventional PID cont
[Industrial Control]
Design of Predictive PID Controller with Smith Predictor
Design of PID Temperature Control System Based on AT89S51 Single Chip Microcomputer
  Temperature control technology not only plays a very important role in industrial production, but also plays a vital role in daily life. This paper designs the hardware and software of the system. On the basis of establishing the mathematical model of the temperature control system, the system controller is designed
[Power Management]
Design of PID Temperature Control System Based on AT89S51 Single Chip Microcomputer
Playing Control with STM32F407 - Adaptive Fuzzy PID Control
The principle of adaptive fuzzy PID control is shown in Figure 1. It can be seen from the figure that fuzzy reasoning is performed on the deviation and the rate of change of the deviation to obtain Δkp, Δki, and Δkd. The actual values ​​of the PID parameters of the fuzzy controller are: kp=kp0+qp*Δkp, ki=ki0+qi*Δki, k
[Microcontroller]
Playing Control with STM32F407 - Adaptive Fuzzy PID Control
Latest Embedded Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号