Menu

Home

Clément Foucher
Attachments
Select_language.png (6000 bytes)
StateS_interface.png (17554 bytes)

StateS

StateS is intended to be a finite state machine builder and simulator.


Current development focus is on FSMs.
When FSM support is stable and all intended functionalities are implemented, I'll add Grafcet support.

Users

When launching StateS, it asks for your language.

The developer support English and French translations.
If you want to add support for another language, please use Qt Linguist on project and submit translation by e-mail.

StateS interface looks like that:

The buttons on the left are respectively for:
- Saving
- Loading
- Creating a new FSM
- Erasing current machine
- Exporting current machine to PDF

The center area will be used to draw machines.

On the right, the resource bar will provide tools to build and simulate your machine.

FSMs

To create a new FSM, click the button with the green plus.
It makes available the FSM editor resource.

Editing and simulating a FSM: [FSMs].

Developers

See [Using StateS source code].


Related

Wiki: FSMs
Wiki: Using StateS source code