You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nicolas Peschke edited this page Aug 26, 2020
·
8 revisions
The FADS State Machine
To implement the droplet sorting functionality a so called state machine was
used. The concept relies on states that perform actions and specific conditions
that determine when a transition from one state into another should happen.
The FADS state machine has the following six states depicted in the UML
diagram.