'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?
0 个评论
回答(1 个)
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Test Model Components 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!