alukindo Posted October 2, 2007 Report Share Posted October 2, 2007 To LabVIEW users: I have posted an article titled 'LabVIEW Queued State Machine Architecture' on the ExpressionFlow website. The article discusses in depth features of this programming method and includes an illustrative LabVIEW code implementation of the same with narrative comments. Anthony L. Quote Link to comment
TobyD Posted October 2, 2007 Report Share Posted October 2, 2007 Great article! Thanks :thumbup: Quote Link to comment
Eugen Graf Posted May 29, 2009 Report Share Posted May 29, 2009 Hi! The first thing I want to do is to appreciate you for this nice tutorial. On the last picture i see you wrote: QUOTE Enum typedefs defs will be different based on the owning consumer processfunctions, but they should all have the INITIALIZE state included. It's like a global state for all state machines implemented in the programm. Now if I want to add a new global state like EXIT, so I have to edit all the enum typedefs defined before? I suggest to make one enum with all global states and decide in the state machine depending on a flag transmitted together with the state itself in the message if its a global state or made forthis state machine only. I hope you understand what I mean. Regards, Eugen. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.