As promised here is some more info on QP running on WEC2013.

I published all the source code including two of the classic state machine examples: The “blinky” example

and the “Dining Philosopher Problem” on the Codeplex site.

The following are the graphical models of the state machine constructed for the examples with the QM tool.

 

Blinky:

blinky

 

DPP:

DPP

 

After creating the model you can press the “generate code” button to get the C/C++ output files which can then be compiled with

Visual Studio.

See my BSP project site for WEC2013 demo image and SDK which are also needed if you plan on deploying to the BeagleBone Black target. (Note: the examples also run the PC and the VS solution targets both platforms.)