PID调节器:P是比例,I是积分,D是微分,调节器按其功能或实现的调节规律分成P、D、I 和PI、PD、PID等PID Regulator:P is the proportion, I is the integral, and D is the differential. Regulators are categorized by their function or the control law they implement into P, D, I, PI, PD, PID, etc.
P调节器:比例控制器P Controller: Proportional Controller
特点:减小系统稳态误差,降低系统相对稳定性Characteristics: Reduces the steady-state error of the system, but decreases its relative stability.
PD调节器:比例-微分控制器
特点:可以降低系统的振荡,改善系统动态特性。Characteristics: It can reduce system oscillations and improve the dynamic response of the system.
PI调节器:比例-积分控制器PD Controller: Proportional-Derivative Controller
特点:消除系统的稳态误差,改善系统稳态特性Characteristics: Eliminates the steady-state error of the system and improves its steady-state performance.
PID调节器:比例—积分—微分控制器PID Controller: Proportional-Integral-Derivative Controller
特点:消除系统的稳态误差,改善系统稳态特性,降低系统的振荡,改善系统动态特性。Characteristics: Eliminates the steady-state error of the system, improves its steady-state performance, reduces system oscillations, and enhances dynamic performance.