Answered by
pmai
Jan 31, 2026
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I don't know where this idea comes from that countdown clocks would be different from other clocks, but that is not true. For all clocks in CS (and ME) they can only be active in event mode (a clock being active implies an event, and can only occur in event mode). For scheduled execution this is slightly different, as there is no event mode and clock activation is handled very differently, but for CS/ME there is no distinction between the clocks in terms of their relationship to event mode (note that not being in event mode implies that you are in a continuous mode like step mode).
Also the flow charts seem to miss the fact that clocked variables (i.e. variables associated with a clock) c…