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

7 Ansichten (letzte 30 Tage)
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 Kommentare
Haresh Varu
Haresh Varu am 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 am 21 Nov. 2019
Did you define 2 triggers in your Stateflow diagram? When I try to do this, "he" doesn't complain.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Fangjun Jiang
Fangjun Jiang am 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.

Kategorien

Mehr zu Simulink Functions finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by