블로그 이미지
SuperMjs

calendar

1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

Notice

2009. 11. 8. 12:10 Embedded System/Software

Ziegler–Nichols method

From Wikipedia, the free encyclopedia


The Ziegler–Nichols tuning method is a heuristic method of tuning a PID controller. It was developed by John G. Ziegler and Nathaniel B. Nichols. It is performed by setting the I and D gains to zero. The "P" gain is then increased (from zero) until it reaches the ultimate gain Ku, at which the output of the control loop oscillates with a constant amplitude. Ku and the oscillation period Tu are used to set the P, I, and D gains depending on the type of controller used:

                Ziegler–Nichols method
Control Type Kp Ki Kd
P 0.5·Ku - -
PI 0.45·Ku 1.2Kp / Tu -
PID 0.6·Ku 2Kp / Tu KpTu / 8

This type of tuning creates a "quarter wave decay". This is an acceptable result, but not optimal.

References

External links

'Embedded System > Software' 카테고리의 다른 글

NMEA Library  (0) 2009.11.26
Kalman Filter  (0) 2009.11.15
커널 부팅 로고 이미지 바꾸기(출처 : FALinux)  (0) 2009.08.13
__attribute__  (0) 2009.07.24
blob 처리 순서  (0) 2009.07.24
posted by SuperMjs