State Chart |
A state chart is a representation of an event-driven (reactive) system. In an event-driven system, the system makes a transition from one state (mode) to another, if the condition defining the change is true.
For example, you can use a state chart to represent the automatic transmission of a car. The transmission has these operating states: park, reverse, neutral, drive, and low. As the driver shifts from one position to another, the system makes a transition from one state to another, for example, from park to reverse.
State charts are used to model complex logic including:
You can create state charts with Stateflow software and integrate them into a Simulink model. These state charts provide additional capabilities beyond traditional finite state machines, including:

See also: control logic, finite state machine, state diagram, control systems, embedded systems