<< x2c_PIDLimit
Control
x2c_PT1 >>
X2C Control Library
>>
Control
> x2c_PILimit
x2c_PILimit
X2C PI Controller with Output Limitation
Description
PI controller with output limitation: G(s) = Kp + Ki/s
Inports
In:
Control error input.
Init:
Value which is loaded at initialization function call.
max:
Maximum output value.
min:
Minimum output value.
Enable:
Enable == 0: Deactivation of block; Out set to 0 Enable 0->1: Preload of integral part Enable == 1: Activation of block
Outports
Out:
Mask Parameters
Kp:
Proportional Factor
Ki:
Integral Factor
ts_fact:
Multiplication factor of base sampling time (in integer format).
Implementations
FiP8:
8 Bit Fixed Point
FiP16:
16 Bit Fixed Point
FiP32:
32 Bit Fixed Point
Float32:
32 Bit Floating Point
Float64:
64 Bit Floating Point
Report an issue
<< x2c_PIDLimit
Control
x2c_PT1 >>