The Xentara FMU Driver v1.2
User Manual
|
The Xentara FMU plugin outputs are the outputs of the FMU model. The value for the outputs for the simulation can be connected to other xentara datapoints from the Xentara environment or to the inputs of another Xentara FMU. These datapoint can be from some other xentara plugin such as Xentara EtherCAT driver, Xentara Modbus driver etc.
The Xentara FMU plugin outputs supports the following data types:
Name | Bit Size |
---|---|
Boolean | 8 |
Integer | 32 |
Real | 64 |
String |
In addition to the standard members of Xentara I/O points, Output have the following attributes:
key | The output’s primary key. |
name | The output’s name. The name is the last component of the primary key. |
UUID | The unique UUID of the output. |
type | The output’s element type. For FMU outputs, this is always “FMU output”. |
category | The output’s category. For FMU outputs, this is always “data point”. |
valueReference | The value reference of the output data from the XML file that contains the FMU Model description. |
dataType | The dataType of the output in the FMU. |
The outputs also provide access to the FMU's attributes.