I am looking for a sophisticated graphical FSM editor that can export a model in a well-documented output format, like SCXML or similar.
Can anybody recommend me a tool?
I am looking for a sophisticated graphical FSM editor that can export a model in a well-documented output format, like SCXML or similar.
Can anybody recommend me a tool?
this may work for you: http://fsme.sourceforge.net/
it is kind of old, but better give a try;)
you can use Stateflow to draw and simulate graphical state machines. It also provides an interface for creating state transition tables. The model can then be exported as html reports and can emit C/C++ code for implementation.
I'm not sure if this is excactly what you are looking for but seeing as there aren't too many answers to your question I'll throw it out there. Ragel is a finite state machine compiler which will output C/C++/Java and more. It's not visual per se (you can't design the state machine graphically, you use code) but it is able to use GraphViz to visualise the state machine.
The QM tool available here http://www.state-machine.com/qm/index.php is a nice UML statemachine editor and code generator, that generates C/C++ code, but for QP kernels.