SLDV check subsystem compatibility , call cycles detected

2 ビュー (過去 30 日間)
Amrith
Amrith 2024 年 11 月 17 日
コメント済み: Amrith 2024 年 11 月 22 日
Hi,
I am new to simulink and I am trying to check compatibility of a model (file attached) but I get error "call cycles detected"
I dont know how to resolve this or what exactly is the issue kindly provide any information to help me reolve this
Thank you
  7 件のコメント
Walter Roberson
Walter Roberson 2024 年 11 月 18 日
Does that use Simulink Designer Verifier product? I do not have that product. Without it, I do not see any kind of Design Verifier option.
Amrith
Amrith 2024 年 11 月 18 日
@Walter Roberson Thank you for cheking .
Yes it might need to be added , it is part of design , verification and testing models

サインインしてコメントする。

採用された回答

Sreeram
Sreeram 2024 年 11 月 19 日
Hi Amrith,
I was able to reproduce the error on my end. As the error suggests, call cycles are not supported for Simulink Design Verifier.
A potential reason for that is that the chart uses undirected event broadcasts using the function “send”. The documentation recommends preferring directed event broadcasts over undirected event broadcasts to prevent unwanted recursion:
You may read more about the error and ways to avoid it in this MATLAB Answers post:
For more details on how to detect and fix cyclic behaviour, this documentation might help:
I hope it helps.
  1 件のコメント
Amrith
Amrith 2024 年 11 月 22 日
Thank you so much.
The error messages in simulink and matlab is often not very useful I hope they improve this

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeVerification, Validation, and Test についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by