modelRealNetwork1
Demonstrates the usage of blocks from Modelica.Blocks.Math
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example demonstrates a network of mathematical Real blocks. from package Modelica.Blocks.Math. Note, that
- at the right side of the model, several Math.ShowValue blocks are present, that visualize the actual value of the respective Real signal in a diagram animation.
- the Boolean values of the input and output signals are visualized in the diagram animation, by the small "circles" close to the connectors. If a "circle" is "white", the signal is false. If a "circle" is "green", the signal is true.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Math.MultiSum | add | ||
| Sources.Sine | sine | ||
| Sources.Step | integerStep | ||
| Sources.Constant | integerConstant | ||
| Modelica.Blocks.Interaction.Show.RealValue | showValue | ||
| Math.MultiProduct | product | ||
| Modelica.Blocks.Interaction.Show.RealValue | showValue1 | ||
| Sources.BooleanPulse | booleanPulse1 | ||
| Math.MultiSwitch | multiSwitch | ||
| Sources.BooleanPulse | booleanPulse2 | ||
| Modelica.Blocks.Interaction.Show.RealValue | showValue3 | ||
| Math.LinearDependency | linearDependency1 | ||
| Math.MinMax | minMax |