how to count further?

6 views (last 30 days)
Le Dyk Zuy
Le Dyk Zuy on 29 Jul 2021
Answered: Walter Roberson on 29 Jul 2021
i did a counter that increments out1 by 1 on rising edge, but it only increments until 2, but i need it to increment further^ 2,3,4,5...etc. whats the issue?

Answers (1)

Walter Roberson
Walter Roberson on 29 Jul 2021
Where do you transition from state2 to something else?
Are you trying to count all the rising edges, ignoring the falling edges?
Can there be a rising edge when you are already in a rising state? Like that second diagram where you have the stairs: is it possible to have input like that? If it is, then are you trying to keep a count of how many levels "up" you are right now, or should each rise be counted as one no matter whether you started from the base level or not?
In your first diagram, those pulses appear to have duration, so it seems plausible that stateflow is processing information in which the level continues to be high. If so you have a choice: transition back to base state as soon as you detect a rising edge -- or do not transition back to base state until you see the falling edge.

Categories

Find more on Simulink Functions 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!