blockPID

Identify control gain, integral time, and derivative time of the PID model

Information

This block calculates the control gain, the integral time, and the derivative time of a PID model.

Refer to the following blocks for detailed information:

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputkpGain of a first-order plus time-delay (FOPTD) model
Buildings.Controls.OBC.CDL.Interfaces.RealInputTTime constant of the FOPTD model
Buildings.Controls.OBC.CDL.Interfaces.RealInputLTime delay of the FOPTD model
Buildings.Controls.OBC.CDL.Interfaces.RealOutputkControl gain signal
Buildings.Controls.OBC.CDL.Interfaces.RealOutputTiTime constant signal for the integral term
Buildings.Controls.OBC.CDL.Interfaces.RealOutputTdTime constant signal for the derivative term

Revisions

  • June 1, 2022, by Sen Huang:
    First implementation.