modelLimPID
Test model for LimPID controller
Information
Validation test for the block Buildings.Obsolete.Controls.OBC.CDL.Continuous.LimPID.
The model limPIDOri is the original
implementation of the controller from the Modelica
Standard Library. The models limPID
is the implementations from the Buildings library.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Reals.Sources.Pulse | pulse | Setpoint | |
| Buildings.Obsolete.Controls.OBC.CDL.Continuous.LimPID | limPID | PID controller | |
| Buildings.Obsolete.Controls.OBC.CDL.Continuous.LimPID | limPIDOri | PID controller | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | const | Measurement data | |
| Buildings.Obsolete.Controls.OBC.CDL.Continuous.LimPID | limPI | PI controller | |
| Buildings.Obsolete.Controls.OBC.CDL.Continuous.LimPID | limPD | PD controller | |
| Buildings.Obsolete.Controls.OBC.CDL.Continuous.LimPID | limP | P controller | |
| Buildings.Obsolete.Controls.OBC.CDL.Continuous.LimPID | noLimPID | PID controller with no output limit |
Revisions
-
March 24, 2017, by Jianjun Hu:
Added into CDL, simplified the validation model. -
April 26, 2016, by Michael Wetter:
Relaxed tolerance of assertions from 1E-10 to 1E-3 as the default relative tolerance in JModelica is 1E-4. This is for Buildings, issue 510. -
November 21, 2011, by Michael Wetter:
Added documentation.