adapnex::core::PID::operator()
Function call operator
Parameters
Name |
Description |
ACTUAL |
The current measured process variable (feedback). |
SETPOINT |
The target setpoint value. |
KP |
Proportional gain. |
TN |
Integral time / Reset time (Tn). |
TV |
Derivative time / Rate time (Tv). |
MIN_OUT |
Minimum allowed output limit. |
MAX_OUT |
Maximum allowed output limit. |
RESET |
Re‐initializes the controller, clearing the internal error history. |
Created with MrDocs