.Modelica.Clocked.RealSignals.NonPeriodic.PI

Discrete-time PI controller with clocked input and output signals (for periodic and aperiodic systems using the parameterization of the continuous PI controller)

Information

Discrete-time PI controller that has been derived from the continuous-time PI controller

              1
y = k * (1 + ---) * u
             T*s
        T*s + 1
  = k * ------- * u
          T*s

by using the implicit Euler discretization formula. The block is parametrized with the gain k and the time constant T of the continuous PI block. As a result, the discrete-time form of the PI controller depends explicitly on the sample time of the controller and changing this sample time, will give still a similar performance.


Generated at 2025-04-06T18:19:50Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos