2015-06-18 Edouard Tisserant Extended wxHMI test
2015-06-18 Edouard Tisserant Added wxHMI test
2015-06-15 Edouard Tisserant merged forgotten changesets
2015-03-14 Edouard Tisserant Added log message when RETAIN memory not valid
2015-03-14 Edouard Tisserant Fixed leftover typo
2015-03-13 Edouard Tisserant Added PLCID variable accessible from C side, set with binarie's MD5. Added retain init and cleanup calls. Extended tests/python to test PLCID
2015-03-13 Edouard Tisserant Splitted plc_Xenomai_main.c to enable further customization
2015-04-03 Ronan Bignaux add pyrossl client side
2015-03-24 Edouard Tisserant fixed build of some tests
2015-02-26 Edouard Tisserant Fixed Nevow website startup
2015-02-25 Edouard Tisserant Fixed build of tests/python.
2015-02-25 Edouard Tisserant Added Ronan Bignaux (genesis) patch to use wxversion. Fixed side effects with sys.path. Other cosmetic fixes about path included.
2015-02-24 Edouard Tisserant Fixed SFC code generation bug detected by Mario
2015-02-21 Edouard Tisserant Added __ext_name__ variable accessible from user python code, reflecting extension name. Fixed contend of OnChange field in PLCGlobalsDesc
2015-02-18 Edouard Tisserant Added more columns in variable list of extensions' code editors - updating python's PLCGlobals from PLC logic can trigger asynchronous 'OnChange' python call
2015-02-17 Edouard Tisserant Fixed systematically loading PLC binary at startup even without -a parameter. Extended py_ext extensions instances variable description (PLCGlobalsDesc). Now contains list of variables organizd by extension, with extension name
2015-02-16 Edouard Tisserant Split runtime's twisted modules import and setup to ease runtime extensions hotpatching
2015-02-09 Edouard Tisserant More versatile registering of wamp callees
2015-02-09 Edouard Tisserant Added forgotten wampconf.json in tests/wamp
2015-02-09 Edouard Tisserant WAMP : prefix callee names with given ID so that multiple PLC and IDE can join the same realm
2015-02-08 Edouard Tisserant Fixed race condition preventing to stop PLC through WAMP
2015-02-08 Edouard Tisserant Added auto-reconnect for runtime. Fixed Beremiz closing problem caused by remaining twisted reactor thread in IDE.
2015-02-08 Edouard Tisserant Runtime : Added PLCobject methods registring. IDE : Added WAMP connector. Still need some fixes
2015-02-05 Edouard Tisserant Added stub code for runtime WAMP client. Added runtime command line switch to select WAMP url and Nevow web site port. Web port is now fixed, next port number is not tested if bind fails.
2015-02-05 Edouard Tisserant Moved twisted/nevow/athena away from Berermiz_service.py + some minor cleanup
2015-02-02 Edouard Tisserant Added Beremiz_service.py command line switch to load python extention for runtime independently from PLC program
2015-02-02 Edouard Tisserant py_ext user python code can now know about global variables shared with PLC. updated tests/python accordingly
2015-02-02 Edouard Tisserant Fixed python runtime trace thread auto suspend. Now suspends after 3 seconds when no trace is requested
2015-01-30 Edouard Tisserant Added runtime side trace buffer, handled in a separate thread, limited to 1MB, and dropped after 3 seconds if not used by IDE. GetTraceVariables is not anymore blocking on next PLC cycle
2015-01-30 Edouard Tisserant Moved trace buffer unpacking in the IDE. Latest traced variable samples are now passed as a single string