'referenced model not connected to external simulation' in Simulink real time

1 次查看(过去 30 天)
I'm using a model that contains a referenced model included from a git submodule.
I'm trying to build the model with simulink real time and access parameters with the External mode.
Signals entering the referenced model don't exit the model and I can't see signals in the referenced model.(All signals are 0 on displays)
Even signals initialised in the referenced model don't exit the referenced model and get shown as 0 outside of the referenced model.
When entering the referenced model in External mode I can see the warning 'referenced model not connected to external simulation' in the bottom left corner.
How can I fix this issue?

回答(1 个)

Jonas
Jonas 2019-6-21
It is impossible to enter External Mode for referenced models. If you want to monitor or log signals, you need to bring them out of the referenced model as a signal Outport. This can be a bus for your convenience. If you want to change parameters inside the referenced model, you can create a Simulink Parameter and check the 'Argument' option. The parameter is now adaptable from outside of the referenced model with for example set_param.
  1 个评论
Simon Detmer
Simon Detmer 2019-6-24
Thank you for your answer.
However, currently all signals from the referenced model just get lost, no matter if they are initialized inside the model or just passed through.
The value for all signals coming out of the model is 0, even if they get initialized wih a different value inside the model.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Test Model Components 的更多信息

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by