필터 지우기
필터 지우기

Error: Cannot propogate bus signal from output 1 to input 5

조회 수: 112 (최근 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!

채택된 답변

Kaustubha Govind
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
Oliver McEnteggart
Oliver McEnteggart 2012년 7월 24일
편집: Oliver McEnteggart 2012년 7월 24일
Hi, the problem was that the structure of the bus in the base workspace didn't always match the order of that from the bus going into the workspace as I didn't realise that the order in which elements are placed in a bus actually mattered.
So now it's all working but is there a way to create a script that loads the base workspace bus whenever I load the test harness?
Thank you for the help
Kaustubha Govind
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 CenterFile Exchange에서 Component-Based Modeling에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by