Effacer les filtres
Effacer les filtres

How to stop if else condition after it executes only once.

3 vues (au cours des 30 derniers jours)
RUPESH TATTE
RUPESH TATTE le 26 Juin 2021
Modifié(e) : Jonas le 27 Juin 2021
I have created a simulink block to execute if else condition. But, I need to stop this condition after it exucute once. How to do it?
  3 commentaires
RUPESH TATTE
RUPESH TATTE le 26 Juin 2021
Modifié(e) : RUPESH TATTE le 26 Juin 2021
Below is my if else condition simulink model. In this model, I want output to be zero when voltage is varrying from 0 to 2.2 volt shown in 2nd figure, but it should not be zero when voltage varrying from 2.2 to 0 volt. Means I want this if else condition to be executed only once.
Soniya Jain
Soniya Jain le 27 Juin 2021
I am not sure but you can try to use "persistent" variable in your code, persistent means that the variable will still remember its value the next time the function is called. Refer a MATLAB Answer https://www.mathworks.com/matlabcentral/answers/113017-only-check-if-statement-once-or-disable-code-block-after-1-check

Connectez-vous pour commenter.

Réponses (1)

Jonas
Jonas le 27 Juin 2021
Modifié(e) : Jonas le 27 Juin 2021
Put your blocks inside an enabled subsystem, and use the outputs of your if-else block to disable the subsystem itself.

Catégories

En savoir plus sur Model, Block, and Port Callbacks dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by