How to export FMU with bus signals as ports?
8 ビュー (過去 30 日間)
古いコメントを表示
Hello Mathworks community,
I want to export an FMU with bus signals as in-and output ports.
The green subsystem contains two bus selectors.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/753299/image.png)
The inside of the subsystem looks like that:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/753304/image.png)
If I try to export it to an FMU, Matlab drops an error message. It is saying that there is not bus signal connected to to "Bus Selector1".
Can I fix the problem by using "InBus" and "OutBus" connections?
Best regards
Nils
1 件のコメント
Wenhan Huang
2021 年 10 月 26 日
Hi Nils, could you please check if you specify datatype in the inports block and compile the model?
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!