In Simulink, how do I combine 2 function calls into one to trigger a stateflow?

10 vues (au cours des 30 derniers jours)
Paul Douglas
Paul Douglas le 3 Oct 2013
I want to trigger at stateflow by two different methods, how do I combine the two function calls?
I've tried a mux block, but then I get the following error "Port width mismatch. Chart is expecting input events signal of length 1. The actual input events signal has length 2."
Any help would be extremely gratefully received.
  2 commentaires
Haresh Varu
Haresh Varu le 9 Sep 2019
i am also looking for the same answer. please let ke know if you have found an answer.
Stijn Helsen
Stijn Helsen le 21 Nov 2019
Did you define 2 triggers in your Stateflow diagram? When I try to do this, "he" doesn't complain.

Connectez-vous pour commenter.

Réponses (1)

Fangjun Jiang
Fangjun Jiang le 21 Nov 2019
I would create two boolean signals based on those two methods. Then you can do AND or OR operation and then enable the Stateflow.

Catégories

En savoir plus sur Simulink Functions dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by