modelFirstOrder
Uses signal exchange block for a first order dynamic system
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example uses the signal exchange blocks in an original model, Buildings.Utilities.IO.SignalExchange.Examples.BaseClasses.OriginalModel along with a corresponding model that would result if the original model were compiled with the BOPTEST parser, Buildings.Utilities.IO.SignalExchange.Examples.BaseClasses.ExportedModel to demonstrate the overwriting of either setpoint or actuator control signals and reading of signals.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| BaseClasses.ExportedModel | expMod | ||
| Modelica.Blocks.Sources.Constant | uSet | ||
| Modelica.Blocks.Sources.BooleanStep | actSet | ||
| Modelica.Blocks.Sources.BooleanStep | actAct | ||
| Modelica.Blocks.Sources.Constant | uAct |
Revisions
-
December 17, 2018, by David Blum:
First implementation.