Buildings.Utilities.IO.SignalExchange.Examples
This package contains examples for the signal exchange block
Information
This package contains examples for the use of models that can be found in Buildings.Utilities.IO.SignalExchange.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Package Content
Name | Description |
---|---|
FirstOrder | Uses signal exchange block for a first order dynamic system |
WeatherStation | Example use of WeatherStation |
BaseClasses | Contains base classes for signal exchange examples |
Buildings.Utilities.IO.SignalExchange.Examples.FirstOrder
Uses signal exchange block for a first order dynamic system
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.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Modelica definition
Buildings.Utilities.IO.SignalExchange.Examples.WeatherStation
Example use of WeatherStation
Information
This example uses the weather station signal exchange block, Buildings.Utilities.IO.SignalExchange.WeatherStation along with a TMY weather data reader.
Extends from Modelica.Icons.Example (Icon for runnable examples).