Perussäädintyyppejä
Perussäädintyyppejä, or basic control types, refers to fundamental classifications of control systems used in engineering and automation. These systems aim to maintain a desired output variable at a specific setpoint by manipulating an input variable. The primary distinction lies in how the control action is generated based on the system's error, which is the difference between the desired setpoint and the actual measured output.
The most common types include proportional (P), integral (I), and derivative (D) control. Proportional control adjusts
Integral control addresses this steady-state error by accumulating the error over time. If an error persists,
Derivative control anticipates future errors by considering the rate of change of the error. If the error
Combining these three actions leads to PID control, a widely used algorithm in industrial automation due to