The controllers in Hysopt take inputs, coming from constants, sensors or the output from other controllers/operators and use either the PI algorithm or a self-defined algorithm to make computations.

The PI-algorithm

the Proportional-Integral (PI) controller computes and transmits a controller output signal every timestep to the component (e.g., valve). The computed output from the PI algorithm is influenced by the controller tuning parameters and the controller error. For more info about the PI algorithm itself, please visit https://controlguru.com/integral-action-and-pi-control/.

The controller is defined through multiple parameters:

Available controllers