Usage of Switch block according to the MAAB guidelines

3 vues (au cours des 30 derniers jours)
bhavatharini T
bhavatharini T le 18 Août 2022
Commenté : bhavatharini T le 23 Août 2022
Ques No 1 : Is it Compulsary to use only ~=0 condition out of 3 default conditions given in the switch block in a model?
Ques No 2: Is it against the guidelines to use the other two criteria, U2> threshold, U2>=threshold?

Réponses (1)

Andy Bartlett
Andy Bartlett le 18 Août 2022
To satisfy the MAAB guideline, drop in a relational operator block and a constant just prior to the switch block's middle input.
Representing the relational operation with blocks rather then having this "more advanced" configuration tucked inside the Switch Block will be more aligned with the general spirit of the MAAB rationale.
"It is easier to understand specifications when the configuration is applied with Simulink Blocks ..."
  3 commentaires
Andy Bartlett
Andy Bartlett le 19 Août 2022
I was not a member of the committee that established these guidelines, so I cannot fully answer your question.
But my understanding is that MAAB Guidelines are similar to MISRA rules/guidelines.
They were put in place based on a history of prior mistakes that required a lot of effort to correct later. The high level concept is that these practices will reduce the frequency and cost of mistakes.
bhavatharini T
bhavatharini T le 23 Août 2022
Ok Sir..Thanks alot

Connectez-vous pour commenter.

Catégories

En savoir plus sur MAB Modeling Guidelines dans Help Center et File Exchange

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by