WOLFRAM SYSTEM MODELER

PIController

Elementary PI controller

Wolfram Language

In[1]:=
SystemModel["DocumentationExamples.Simulation.Tanks.Components.PIController"]
Out[1]:=

Information

Wolfram Language Documentation Examples

This library contains models used in the documentation of system modeling functionality in Wolfram Language. These examples and this library can be explored in the Wolfram Language documentation.

Parameters (3)

ref

Value:

Type: Real (m)

Description: Reference level

K

Value: 0.1

Type: Real (m²/s)

Description: Gain

T

Value: 10

Type: Real (s)

Description: Integrator time constant

Connectors (2)

u

Type: ActSignalOutput

Description: Control to actuator, connector

y

Type: ReadSignalInput

Description: Input sensor level, connector

Used in Examples (1)

TankSystem

DocumentationExamples.Simulation.Tanks

System of multiple connected tanks