Standard package icon.
Extends from Modelica.Icons.Package
(Icon for standard packages).
Name | Description |
---|---|
BooleanValue | Show Boolean value from numberPort or from number input field in diagram layer dynamically |
IntegerValue | Show Integer value from numberPort or from number input field in diagram layer dynamically |
RealValue | Show Real value from numberPort or from number input field in diagram layer dynamically |
This block visualizes a Real number in a diagram animation. The number to be visualized can be defined in the following ways:
The two versions of the block are shown in the following image (in the right variant, the name of the variable value that is displayed is also shown below the icon):
The usage is demonstrated, e.g., in example Modelica.Blocks.Examples.RealNetwork1.
Type | Name | Default | Description |
---|---|---|---|
Boolean | use_numberPort | true | = true, if numberPort enabled |
Integer | significantDigits | 2 | Number of significant digits to be shown |
Type | Name | Description |
---|---|---|
input RealInput | numberPort | Number to be shown in diagram layer if use_numberPort = true |
output RealOutput | showNumber |   |
This block visualizes an Integer number in a diagram animation. The number to be visualized can be defined in the following ways:
The two versions of the block are shown in the following image (in the right variant, the name of the variable value that is displayed is also shown below the icon):
The usage is demonstrated, e.g., in example Modelica.Blocks.Examples.IntegerNetwork1.
Type | Name | Default | Description |
---|---|---|---|
Boolean | use_numberPort | true | = true, if numberPort enabled |
Type | Name | Description |
---|---|---|
input IntegerInput | numberPort | Number to be shown in diagram layer if use_numberPort = true |
output IntegerOutput | showNumber |   |
This block visualizes a Boolean variable in a diagram animation. The Boolean variable to be visualized can be defined in the following ways:
If the Boolean variable is false the block is "grey", otherwise, it is "green". The two versions of the block are shown in the following image (in the right variant, the name of the variable value that is displayed is also shown below the icon):
The usage is demonstrated, e.g., in example Modelica.Blocks.Examples.BooleanNetwork1.
Type | Name | Default | Description |
---|---|---|---|
Boolean | use_activePort | true | = true, if activePort enabled |
Type | Name | Description |
---|---|---|
input BooleanInput | activePort | Boolean variable to be shown in diagram layer if use_activePort = true |
output BooleanOutput | showActive |   |
Generated 2018-12-12 12:09:55 EST by MapleSim.