<<< System State | Index | The State Diagram >>> |
A combination of states presents a system behavior.
An FSM consists of five elements:
finite number of states
finite number of external inputs
finite number of external outputs
specification of all possible state transitions
specification of what determines each external output value.
Each transition describes what it takes to get from one state to another.
<<< System State | Index | The State Diagram >>> |