SPLat Logo

Finite State Machines - Make light work of complex functions

NOTICE: Our web site is being updated, but is currently experiencing extreme slowness due to host issues. Please contact us directly.
NOTICE: SPLat Controls has moved. We are now at 1/85 Brunel Rd, Seaford, 3198. map
SPLat will be shut down for the Christmas Holiday season from Friday 20 December 2024 through Tuesday 7 January 2025. We will check emails periodically and will continue to process orders but at a slower pace. Santa hat

Program your own Finite State Machine using a SPLat Controller for only $29.00.

The EC1 "EasyOne", a 32-bit fully featured SPLat Controller with USB and true multi-tasking is a easy way to learn and a cheap way to build your project.

Re-cap and re-group

That pretty much covers the basics of state diagrams. A state diagram lets you design the logic of a Finite State Machine (FSM). FSMs are an excellent tool for desiging programs that must respond to external events in a way that depends on past history (the context).

The key elements of a state diagram are:

Next, I will show you how a Finite State Machine can be coded in a couple of languages.