10 - 12 - 2024

Regulators library

Block Coef

License: Hobby, Industrial

Output Y is a multiplied input X by parameter Coef:

Y=X*Coef

Parameters:

  • Coef

 

Block SUB

License: Hobby, Industrial

 

 

Output is subtraction of the two input signals, Y =  X1 - X2.

 

Block Integral

License: Hobby, Industrial 

The block integrates the value of the block input. The used integrated method is by Rectangles;

Parameters:

  • StartingCondition – the value of the block's output when the diagram starts;

 

Block Filter

License: Hobby, Industrial

The block is a Low frequency filter over the input signal X.

Parameters:

  • Coef - multiply input by this parameter;
  • T - Time constant;
  • StartingCondition – the value of the block's output when the diagram starts;

 

 Block PIRegulator

License: Hobby, Industrial

Proportional integral regulator (PI Controller) is a block with multiplier and integral regulator.

Parameters:

  • Coef - multiply input by this parameter;
  • T - Time constant;
  • StartingCondition – the value of the block's output when the diagram starts;

 

Block Differential

License: Hobby, Industrial

Classic differential regulator from the signal control theory.

Parameters:

  •  Td – the time constant of differentiator;
  • BoundaryValue – as the output of this regulator can grow very easy (even become infinity), the output by absolute value is limited to the value of this parameter.