Multithreaded Python FSM (Harel State Machines)

  • Thread starter Leonard J. Reder
  • Start date
L

Leonard J. Reder

Hello list,

I have been searching on the web for a while now for a specific Python
implementation of an FSM. More specifically what I am looking
for is a Python implementation of the so called UML Harel State Machine
notion of a state machine. These are multi-threaded capable state
machines with hierarchical representation capability (nested
instances of state machines). They also have a unique conditional
trigger symbol scheme for event representation and state machine
transitions.

I have seen some great implementations of simple FSMs and some
interesting descriptions of how generator/yeild python keywords can be
used. I think python has all the pieces to make a Heral implementation.

Does anyone know of a Python implementation of FSM that comes close to
this functionality? Any comments or recommendation for FSM packages
that I could add this functionality to would also be welcome. I
certainly think someone has done something that approaches this already.

All replies are very much appreciated. If I get enough response I will
post a summary of findings to this group.

Thanks for reading this and please reply.

Regards,
Len

--
____________________________________________________
Leonard J. Reder
Jet Propulsion Laboratory
Interferometry Systems and Technology Section 383
Email: (e-mail address removed)
Phone (Voice): 818-354-3639
Phone (FAX): 818-354-4357
Mail Address:
Mail Stop: 171-113
4800 Oak Grove Dr.
Pasadena, CA. 91109
---------------------------------------------------
 
L

Leonard J. Reder

Hello, I am sending this out again in hopes that someone will
have some meaningful comments on FSM (finite state machine)
modules avaliable for Python. Hope to get a reply or two
this time. Thanks.

Leonard J. Reder wrote:

I have been searching on the web for a specific Python
implementation of a FSM. More specifically looking
for a Harel State Machine implementation.

The Harel State Machine allows multi-threaded capable state
machines with hierarchical representation capability (nested
instances of state machines). They also have a unique conditional
trigger symbol scheme for event representation and state machine
transitions. Usually the multiple threads communicate over some
sort of queue.

I have seen some implementations of simple FSMs and some
interesting descriptions of how the generator/yeild Python keywords can be
used. I think Python has all the pieces to make a Heral implementation.

Does anyone know of a Python implementation of FSM that comes close to
this functionality? Any comments or recommendation for FSM packages
that I could add this functionality to would be welcome. I
certainly think someone has done this approach already.

All replies are very much appreciated.

Thanks for reading this and please reply.

Regards,
Len


--
____________________________________________________
Leonard J. Reder
Jet Propulsion Laboratory
Interferometry Systems and Technology Section 383
Email: (e-mail address removed)
Phone (Voice): 818-354-3639
Phone (FAX): 818-354-4357
Mail Address:
Mail Stop: 171-113
4800 Oak Grove Dr.
Pasadena, CA. 91109
---------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top