Error: Cannot propogate bus signal from output 1 to input 5
13 ビュー (過去 30 日間)
古いコメントを表示
I keep getting this error when I try to run a simulation with a model reference. The signal is created by a subsystem which then transmits the signal to model reference. I created this signal (bus) in the base workspace using the bus editor so the model reference can see it but I keep getting this error when I run the simulation. I have checked many times to make sure the signal in the bus editor and the real one match up and they do!
0 件のコメント
採用された回答
Kaustubha Govind
2012 年 7 月 23 日
Have you set the bus object (in the workspace) as the input datatype for the corresponding port inside the referenced model?
5 件のコメント
Kaustubha Govind
2012 年 7 月 25 日
Yes, you could program the test harness model's PostLoadFcn callback to run your script that creates/loads the Bus objects. See Model Callbacks for more information.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Schedule Model Components についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!