how to import fmu from AMESim to Simulink?

61 次查看(过去 30 天)
can anybody help in import in FMUs (functional mockup units) from AMESim to Simulink?
i created a simple fmu interface in AMESim (difference of 2 inputs)
the signals are named in1, in2, out1
fmu.JPG
in simulink i used fmu import block
simulink.JPG
from help on fmu import block, i understand that bus has to be created so did the following
bus.JPG
on running simulink model i get error as
The bus data type 'model' specified in 'untitled/Bus Creator' is not valid; the number of signals at the input to the block must match the number of object elements.
i request somebody kindly help in detailing steps to create the fmi interface
thanks in advance

回答(1 个)

Kavya Vuriti
Kavya Vuriti 2020-4-1
Hi,
From the model you provided, it is clear that you are using a Bus Creator block to create bus. The error can be resolved by unchecking the "Override bus signal names from inputs" parameter in the "Bus Creator" block dialog parameters.

类别

Help CenterFile Exchange 中查找有关 Create Standalone FMU 的更多信息

产品


版本

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by