Jaromir Ludwin Homepage
The ELQA LabVIEW application framework is available here. It's not perfect. If you can make it better - please let me know.
The framework is implemented as a queued message handler.
It is possible to create multiple message queues, which will control the execution of multiple parallel loops.
Multiple states can be added to the queue as an array of clusters with string message and parameter stored in the variant field.
Alternatively multiple states can be defined as a multiline string, where each line represents new state to be added to the queue. This last feature was implemented in order to provide compatibility with macros created for the JKI state machine.
