The Xentara FMU Driver v1.2
User Manual
Outputs
See also
xentara_io_points in the Xentara user manual, Functional Mock-up Units

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.

DataType

The Xentara FMU plugin outputs supports the following data types:

Name Bit Size
Boolean 8
Integer 32
Real 64
String

Accessing Output

See also
Accessing Xentara Elements in the Xentara user manual

In addition to the standard members of Xentara I/O points, Output have the following attributes:

Attributes
keyThe output’s primary key.
nameThe output’s name. The name is the last component of the primary key.
UUIDThe unique UUID of the output.
typeThe output’s element type. For FMU outputs, this is always “FMU output”.
categoryThe output’s category. For FMU outputs, this is always “data point”.
valueReferenceThe value reference of the output data from the XML file that contains the FMU Model description.
dataTypeThe dataType of the output in the FMU.

The outputs also provide access to the FMU's attributes.