packageControls
Extends from TRANSFORM.Icons.ControlsPackage.
Contents
| Name | Description |
|---|---|
| LimPID | P, PI, PD, and PID controller with limited output, anti-windup compensation, setpoint weighting, feed forward, and reset |
| PID controller with anti-windup, output limiter and output hysteresis | |
| PID controller with anti-windup, hysteresis and timer to prevent short cycling | |
| Proportional controller: y = yb + Kc*e | |
| Proportional-Integral controller: y = yb + Kc*e + Kc/Ti*integral(e) | |
| Proportional controller: y = yb + Kc*e | |
| Proportional controller: y = yb + Kc*e | |
| Proportional controller: y = yb + Kc*e | |
| LimPIDold | P, PI, PD, and PID controller with limited output, anti-windup compensation, setpoint weighting, and feed forward |