Creating error/warning message in Simulink

30 ビュー (過去 30 日間)
Ege Can Koçak
Ege Can Koçak 2021 年 6 月 2 日
回答済み: Pavan Guntha 2021 年 8 月 30 日
Hello all,
I am kinda new in MATLAB/Simulink, can someone help me about;
How to create a error/warning message in Simulink model to user when s/he writes insufficient (out of my simulation range) values in the model ?

回答 (1 件)

Pavan Guntha
Pavan Guntha 2021 年 8 月 30 日
Hello Ege,
You could use 'Assertion' Simulink block to create errors/ warnings when a certain condition is not met. You can have a look at the following example:
As illustrated in the figure below, an assertion failure occurs since the data '23' doesn't meet the required condition 'Data <= 20'.
You can mention the error/ warning message to be displayed in the block property as shown below:
You can also have a look at the following documentation page for more details on Assertion: Documentation.
Hope this helps!

カテゴリ

Help Center および File ExchangeTest Model Components についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by