Basic synchronisation demo

M

Thread Starter

Mario de Sousa

Hi all,

I have made a copy of the basic demo but adding synchronisation between the modules. This basically drastically reduces CPU usage to execute the demo, and allows the addition of the plc_stop and plc_run scripts that control the 'running state' of the plc.

The synchronisation part is configured the hard way, i.e. with petri nets, and what not, since I have not implemented the mapping code yet. In the future this should be reduced to three lines in the config file with something similar to

synch chaser -> vitrine
synch vitrine -> chaser
synch_start chaser

Enjoy,

Mario.

----------------------------------------------------------------------------
Mario J. R. de Sousa [email protected]
----------------------------------------------------------------------------

_______________________________________________
LinuxPLC mailing list
[email protected]
http://linuxplc.org/mailman/listinfo/linuxplc
 
Top