• Tidak ada hasil yang ditemukan

Chapter 7 Design of PID Controllers

N/A
N/A
Protected

Academic year: 2024

Membagikan "Chapter 7 Design of PID Controllers"

Copied!
25
0
0

Teks penuh

(1)

Chapter 7

Design of PID Controllers

(2)
(3)

This is the simplest form of control

(4)
(5)
(6)
(7)
(8)

زلزتىک یبساىت

(

K

p

) نامس دًعص

(

rise time

) ار شهاک

،ذهذیم یاطخ

تلاح مئاد

ار شیو شهاک ذهذیم

یلي شگزه

نآ ار هب زفص یمو

ذواسر .

زلزتىک یلازگتوا

(

K

i

) یاطخ تلاح

مئاد ار

فذح ذىکیم

یلي هکمم

تسا

خساپ ارذگ

ار بازخ ذىک

. هیىچمه یراذیاپ

متسیس ار

شهاک ذهذیم

.

زلزتىک یقتشم

(

K

d

) یراذیاپ متسیس

ار شیاشفا

،ذهذیم ممیشکام

شهجازف

ار شهاک ذهذیم

ي خساپ ارذگ

ار دًبهب یم

ذشخب

.

(9)

Proportional Control

By only employing proportional control, a steady state error occurs.

Proportional and Integral Control

The response becomes more oscillatory and needs longer to settle, the error disappears.

Proportional, Integral and Derivative Control

All design specifications can be reached.

(10)

CL RESPONSE RISE TIME OVERSHOOT SETTLING TIME S-S ERROR

Kp Decrease Increase Small Change Decrease

Ki Decrease Increase Increase Eliminate

Kd Small Change Decrease Decrease Small Change

(11)

1. Obtain an closed-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 Kp, Ki, and Kd until you obtain a desired overall response.

Lastly, please keep in mind that you do not need to implement all three controllers (proportional, derivative, and integral) into a single system, if not necessary. For example, if a PI controller gives a good enough response (like the above

example), then you don't need to implement derivative controller to the system.

Keep the controller as simple as possible.

(12)

num=1;

den=[1 10 20];

step(num,den)

G s( ) 1

s2 10s 20

(13)

T s( ) Kp

s2  10 s  (20  Kp)

Kp=300;

num=[Kp];

den=[1 10 20+Kp];

t=0:0.01:2;

step(num,den,t)

(14)

Kp=100

(15)

T s( ) Kd s  Kp

s2  (10 Kd) s  (20 Kp)

Kp=300;

Kd=10;

num=[Kd Kp];

den=[1 10+Kd 20+Kp];

t=0:0.01:2;

step(num,den,t)

(16)

Kd=20

(17)

T s( ) Kp s  Ki

s3  10 s 2  (20  Kp) s  Ki

Kp=300;

Ki=70;

num=[Kp Ki];

den=[1 10 20+Kp Ki];

t=0:0.01:2;

step(num,den,t)

(18)

Ki=100

(19)
(20)
(21)

Manual Tuning:

(22)
(23)
(24)
(25)

Referensi

Dokumen terkait

To design the controller of this PSS, at the first time, we change the mathematical model of SIMB into fuzzy model T-S, after that we define the fuzzy output feedback controller, we