Disable a warning which is due to "output when disabled" parameter of an outport
2 次查看(过去 30 天)
显示 更早的评论
Hello,
In Simulink, i'm using switch-cased subsystem to store value and get them again at an upper level.
In the switched-case subsystem, the inport is directly linked to the outport when the subsystem is enabled. Therefore, the "output when disabled" parameter of the outport is set to 'held'.
At all other system levels, this parameter is set per default to 'reset' (which is good).
BUT.... Simulink is writing warnings in the command window (well... this action is done many times as it is in library called many times) because the same signal does not have the same setting for this parameter.
I could not find a way to turn this warning off or did not find any linked question here so my question is : How can i disable this warning???
Thanks!
Matthieu
0 个评论
回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!