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

10 visualizaciones (últimos 30 días)
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 comentarios
Haresh Varu
Haresh Varu el 9 de Sept. de 2019
i am also looking for the same answer. please let ke know if you have found an answer.
Stijn Helsen
Stijn Helsen el 21 de Nov. de 2019
Did you define 2 triggers in your Stateflow diagram? When I try to do this, "he" doesn't complain.

Iniciar sesión para comentar.

Respuestas (1)

Fangjun Jiang
Fangjun Jiang el 21 de Nov. de 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.

Categorías

Más información sobre Simulink Functions en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by