Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel1
indent20px
stylecircle

...

The PI with anti-windup component implements a Proportional-Integral (PI) controller with internal anti-windup.

Mask Parameters

NameDescriptionUnitVariable = {Possible Values}
DescriptionUse this field to add all kinds of information about the component
Description = {'string'}
Kp
PI proportional gain
Kp = { [0, 1e12] }
KiPI integral gain
Ki = { [0, 1e12] }
Lower limitLower limit of the PI integral action. This value cannot be modified during the simulation

LowerLimit = { [-1e64, 1e64] }
Upper limitUpper limit of the PI integral action. This value should be greater than the value of the Lower limit parameter. This value cannot be modified during the simulation
UpperLimit = { [-1e64, 1e64] }
Initial value
Initial value of the component magnitude of the output signal for the first simulation cycle. This value cannot be modified during the simulation
OutputInitialValue = { [0, 1e12] }

...