예술
뷰티 및 웰니스
공예
문화 및 역사
엔터테인먼트
환경
음식 및 음료
역공학
과학
스포츠
기술
웨어러블

PID and Ziegler-Nichols Tuning
The three terms answer three different questions about the same error. Proportional asks how wrong am I - it acts at once and always leaves some error behind, because zero error would mean zero output. Integral asks how long have I been wrong - it keeps pushing until the error is gone, and it is the only cure for the droop Maxwell described in 1868. Derivative asks how fast is it changing - it is Sperry's rate term, damping the loop.
None of that was new in 1942. What John Ziegler and Nathaniel Nichols contributed at Taylor Instrument was a way to SET them without knowing anything about the process. Turn the proportional gain up, with the other two at zero, until the plant oscillates steadily; call that gain Ku and time the swings to get Tu. Then read six numbers off a table: for a full three-term controller, Kp is 0.6 Ku, the integral time is Tu over 2 and the derivative time is Tu over 8. A plant engineer with a stopwatch and no model could tune a loop in an afternoon, and eighty years later most of the loops running in the physical world were still set that way.
It is worth knowing what the table is aiming at, because it is aggressive. Ziegler and Nichols targeted quarter-amplitude damping - each swing a quarter of the one before - which recovers from an upset quickly and overshoots hard on the way. That is right for a process that must shrug off disturbances and quite wrong wherever overshoot is expensive, so every handbook since has published gentler variants of the same six numbers.
Two things the equation does not mention will decide whether your loop works. The derivative term differentiates the sensor's noise as happily as the signal, and the integral term keeps accumulating while the heater is already flat out - which is why a controller without anti-windup is not a PID controller but a PID controller with a fault.
중급
4 hours
안내
1
1
A plant with a real dead time
A plant with a real dead time
Bolt a 10 W power resistor to one end of a short aluminium bar and press the thermistor into a hole at the other end, with a smear of thermal paste in both.
That gap is the point. Switch the heater on and time how long it takes the thermistor to move at all - several seconds of pure dead time, which is what makes this loop hard and what a bare thermistor on the resistor would hide.
이 단계의 재료:
Aluminum Bar Stock150 mm
Power Resistor Kit - 10W (25 pack)1 키트
NTC Thermistor Kit (50pcs, 10 Values)1 키트
Thermal Paste (Arctic Silver, 3.5g)1 tube필요한 도구:
Cordless Drill
Stopwatch
Digital Multimeter (Lab Grade)
Bench Power Supply (30V/5A)2
2
The controller, with the two lines nobody mentions
The controller, with the two lines nobody mentions
One constant selects on/off, P, PI or PID; the gains come from Ku and Tu through the Ziegler-Nichols table.
Measure Ku and Tu on YOUR block first - raise Kp with the other terms at zero until the temperature swings steadily, then time it. Run all four modes and you have the notebook's table in your own hardware.
pid_heater.inocpp
이 단계의 재료:
IRF540N N-Channel MOSFET (10-Pack)1 팩
1/4W Resistor Kit (600pcs, 30 Values)1 키트
Dupont Jumper Wire Set (M-F, 40-Way)1 세트필요한 도구:
Arduino Uno R3 SMD
Breadboard - Classic
Desktop Computer
Bench Power Supply (30V/5A)3
3
Ku, Tu, the table, and four controllers compared
Ku, Tu, the table, and four controllers compared
Loading Jupyter Notebook...
필요한 도구:
Desktop Computer4
4
Compendium: the other method, and what Ku costs to find
Compendium: the other method, and what Ku costs to find
Ziegler and Nichols published two methods and the one everybody quotes is the harder one to use. Finding Ku means deliberately driving a live process into sustained oscillation, which on a chemical plant, a furnace or anything with a safety case is not a reasonable thing to do. Their open-loop method avoids it entirely: put a step into the plant with the controller off, draw a tangent at the steepest point of the response curve, and read off the apparent dead time L and the slope R. The gains follow from those two numbers alone - for a PID, Kp is 1.2 over R L, the integral time is 2 L and the derivative time is 0.5 L - and the plant is never asked to misbehave.
Both methods are really estimating the same thing, which is how much phase the plant spends before its gain runs out. That is Nyquist's question from ten years earlier, and the ultimate-sensitivity experiment measures the answer directly: at the point of steady oscillation the loop gain is exactly one and the phase exactly minus 180 degrees, so Ku and Tu ARE the coordinates of the critical point. The 1942 table is Nyquist's criterion reformulated as something you can do with a knob and a stopwatch, which is why it spread through industries that never read the 1932 paper.
필요한 도구:
Notebook and Pencil재료
7- Aluminum Bar Stock10% 수수료150 mm플레이스홀더
- 1 키트₩82
- NTC Thermistor Kit10% 수수료1 키트플레이스홀더
- 플레이스홀더
- IRF540N N-Channel MOSFET10% 수수료1 팩플레이스홀더
- 1/4W Resistor Kit10% 수수료1 키트플레이스홀더
- Dupont Jumper Wire Set (M-F)100% 수수료1 세트플레이스홀더
필요 도구
8- Cordless Drill10% 수수료플레이스홀더
- 플레이스홀더
- Arduino Uno R3 SMD10% 수수료₩391
- Breadboard - Classic10% 수수료₩137
- Desktop Computer100% 수수료플레이스홀더
- Notebook and Pencil10% 수수료플레이스홀더
예상 총액
₩82관련 블루프린트
이 블루프린트들은 지식을 공유합니다 — 기술, 재료 또는 원리
CC0 퍼블릭 도메인
이 블루프린트는 CC0로 공개되었습니다. 어떤 목적으로든 자유롭게 복사, 수정, 배포 및 사용할 수 있습니다.
제품 구매를 통해 메이커를 지원하세요. 판매자가 설정한 메이커 커미션 을 받거나, 이 블루프린트의 새로운 반복을 만들어 연결로 포함시킬 수 있습니다.



