blockPIDGain
Identify the control gain of a PID controller
Information
This block calculates the control gain of a PID model as
k = 1/kp + (0.2 + 0.45 T/L),
where kp is the gain of the first-order plus time-delay (FOPTD) model,
T is the time constant of the FOPTD model,
and L is the time delay of the FOPTD model.
References
Åström, Karl Johan and Tore Hägglund (2004) "Revisiting the Ziegler–Nichols step response method for PID control." Journal of Process Control 14.6 (2004): 635-650.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | kp | Gain of a first-order plus time-delay (FOPTD) model | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | T | Time constant of the FOPTD model | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | L | Time delay of the FOPTD model | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | k | Control gain |
Revisions
-
June 1, 2022, by Sen Huang:
First implementation.