modelOriginalModel
Original model
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This is a model of a first order dynamic system with feedback control. Signal exchange blocks are implemented to overwrite either the setpoint or actuator control signals as well as read the output of the first order system.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.Constant | TSet | Set point | |
| Modelica.Blocks.Continuous.LimPID | conPI | Controller | |
| Modelica.Blocks.Continuous.FirstOrder | firOrd | First order element | |
| Overwrite | oveWriSet | Overwrite block for setpoint | |
| Overwrite | oveWriAct | Overwrite block for actuator signal | |
| Read | rea | Measured state variable |
Revisions
-
December 17, 2018, by David Blum:
First implementation.