WOLFRAM SYSTEM MODELER

BaseController

Base class for tank level controllers

Wolfram Language

In[1]:=
SystemModel["IntroductoryExamples.Hierarchical.Components.BaseController"]
Out[1]:=

Information

This base class for controllers contains common parameters, variables, and connectors. There is one connector to read the sensor and one to control the valve actuator. This model is used to implement the PI and PID controllers.

Parameters (1)

ref

Value:

Type: Real (m)

Description: Reference level

Connectors (2)

u

Type: ActSignalOutput

Description: Control to actuator, connector

y

Type: ReadSignalInput

Description: Input sensor level, connector

Extended by (2)

PIDController

IntroductoryExamples.Hierarchical.Components

Elementary PID controller

PIController

IntroductoryExamples.Hierarchical.Components

Elementary PI controller