monitoring a signal trough time

1 view (last 30 days)
Sander Feyen
Sander Feyen on 19 Apr 2020
Answered: Jesús Zambrano on 29 Apr 2020
I am working on a project in Simulink/ stateflow. Is it possible to "monitor" a state through time and if this state becomes active "X" times in a certain time interval another state/ signal becomes active. This monitoring of the state may not interfere with the morking principle of the full stateflow program.
I managed to implement a basic principle in stateflow, where a timer starts to run when the particular states becomes active for the first time. When the state becomes active "X" times before the timer runs out, an action in the stateflow program is executed.
But is it possible to implement such principle, where it is not dependent of the first time the state becomes active?

Answers (1)

Jesús Zambrano
Jesús Zambrano on 29 Apr 2020
Hi Sander,
I think that what you are looking for is detailed in the following documentation

Categories

Find more on Complex Logic in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!