modelCheckEquality
Validation model for the check equality model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model validates the use of the Buildings.Utilities.Diagnostics.CheckEquality.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Utilities.Diagnostics.CheckEquality | cheEqu | Checks for equality of the input | |
| Modelica.Blocks.Sources.Constant | con | Input | |
| Modelica.Blocks.Sources.Sine | sin1 | Input | |
| Modelica.Blocks.Math.Add | add | Adder to offset the sin input signal |
Revisions
-
January 17, 2017, by Michael Wetter:
Updated example to also test negative difference. -
January 17, 2017, by Thierry S. Nouidui:
First implementation.