modelExportedModel
Model to be exported as an FMU
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This is an example of a model that would be compiled in BOPTEST if the original model were using the signal exchange blocks. Note that inputs are added to activate and set values of control signals that can be overwritten and outputs are added to read signals from the read blocks.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | oveWriSet_u | Signal for overwrite block for set point | |
| Modelica.Blocks.Interfaces.BooleanInput | oveWriSet_activate | Activation for overwrite block for set point | |
| Modelica.Blocks.Interfaces.RealInput | oveWriAct_u | Signal for overwrite block for actuator signal | |
| Modelica.Blocks.Interfaces.BooleanInput | oveWriAct_activate | Activation for overwrite block for actuator signal | |
| Modelica.Blocks.Interfaces.RealOutput | rea | mod.rea.y | Measured state variable |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| BaseClasses.OriginalModel | mod | Original model |
Revisions
-
December 17, 2018, by David Blum:
First implementation.