Class ControlSystems.PIDController

java.lang.Object
org.episteme.natural.engineering.control.ControlSystems.PIDController
Enclosing class:
ControlSystems

public static class ControlSystems.PIDController extends Object
PID controller output. u(t) = Kp*e + Ki*∫e*dt + Kd*de/dt Operating on abstract mathematical signals (Real).
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

  • Method Details

    • compute

      public Real compute(Real setpoint, Real processVariable)
    • reset

      public void reset()