PID controller with enable signal
This is an update of
Buildings.Controls.OBC.CDL.Reals.PIDWithReset
with an additional enable signal provided as a Boolean input.
-
When enabled, the output of the controller is identical to
Buildings.Controls.OBC.CDL.Reals.PIDWithReset,
and the integral term is reset to
y_reset at
enable time.
-
When disabled, the output of the controller is set to
y_neutral
and the setpoint is overridden by the measurement signal in order to avoid
time integration of the control error.
-
March 29, 2024, by Antoine Gautier:
First implementation.
Generated at 2026-02-13T19:15:47Z
by OpenModelicaOpenModelica 1.26.2 using GenerateDoc.mos