The Xentara FMU Driver v1.2
User Manual
|
The Xentara FMU plugin parameters are the values that must be configured for the simulation within the FMU model. The FMU has internal data representing its state. This internal state consists especially of the values of the continuous states, iteration variables, Parameter values, Inputs values, delay buffers, file identifiers, and FMU internal status information. The configuration parameter initialValue is used to set the values of the parameter, or it can be passed on by another xentara datapoint.
The Xentara FMU plugin parameters supports the following data types:
Name | Bit Size |
---|---|
Boolean | 8 |
Integer | 32 |
Real | 64 |
In addition to the standard members of Xentara I/O points, Parameter have the following attributes:
key | The parameter’s primary key. |
name | The parameter’s name. The name is the last component of the primary key. |
UUID | The unique UUID of the parameter. |
type | The parameter’s element type. For FMU parameters, this is always “FMU parameter”. |
category | The parameter’s category. For FMU parameters, this is always “data point”. |
valueReference | The value reference of the parameter data from the XML file that contains the FMU Model description. |
dataType | The dataType of the parameter in the FMU. |
The parameters also provide access to the FMU's attributes.