How to display diagnostic warning message in SFunction

2 次查看(过去 30 天)
I have an Sfunction and I would like to display a warning message in the diagnostic viewer. I called
ssWarning(Simstruct *S, const char* message) within mdlOutput.
The message shows up in the diagnostic viewer but it is displayed as info message, not warning message. If you filter out info message in the diagnostic viewer, it went away.
My question is how you could display a message as warning instead of info.
BTW, ssSetErrorStatus and ssPrintf works fine.

回答(1 个)

Jyotish Robin
Jyotish Robin 2018-2-9
Hi!
I am not able to reproduce this behavior on my end. The documentation page for ssWarning shows an example "sfcndemo_sfun_dynsize", which contains an S-function "sfun_dynsize" that uses ssWarning.
When you disconnect the input port to the S-function and do a model update, it indeed throws yellow warning messages in the Diagnostic Viewer. Everything works as expected.
Thanks,
Jyotish

类别

Help CenterFile Exchange 中查找有关 Configure and View Diagnostics 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by