Skip to content

Documentation

Here you can access the available documentation, sorted into three categories:
Manuals | Tutorials | Case Studies

  • Microwave Oven Control
    Simple example to show the usage of real-time data base (RTDB) objects
  • Calculator
    Designing a specification that will be executed by an RTDB based application
  • Dining Philosophers
    Independent state machines can coordinate over shared resources without a hierarchy
  • Gas Control
    This System with its 5 state machine is a typical example of a hierarchical system of state machines
  • Industrial Control
    StateWORKS covers both the design and implementation of a control system
  • Railway Crossing Signal
    This design addresses unusual, erroneous, and potentially unsafe situations
  • Diameter Failover
    Explicit states can replace flags and counters used to represent hidden state
  • Traffic Light
    Perfect example to illustrate how state machines are a much better approach than UML