.TRANSFORM.Controls

Contents

NameDescription
Examples
FeedForward
LimPIDP, PI, PD, and PID controller with limited output, anti-windup compensation, setpoint weighting, feed forward, and reset
LimPID_HysteresisPID controller with anti-windup, output limiter and output hysteresis
LimPID_HysteresisTimerPID controller with anti-windup, hysteresis and timer to prevent short cycling
P_ControlProportional controller: y = yb + Kc*e
PI_ControlProportional-Integral controller: y = yb + Kc*e + Kc/Ti*integral(e)
P_Control2Proportional controller: y = yb + Kc*e
PI_Control2Proportional controller: y = yb + Kc*e
PID_Control2Proportional controller: y = yb + Kc*e
TankLevelControl
LimPIDoldP, PI, PD, and PID controller with limited output, anti-windup compensation, setpoint weighting, and feed forward

Generated at 2024-05-19T18:15:52Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos