- Removed dead slow code 2018-02-20, by Edouard Tisserant
- PEP8 and PyLint conformance: whitespaces and stuff 2018-02-20, by Edouard Tisserant
- Copy pasted, no time wasted ! 2018-02-20, by Edouard Tisserant
- GetVariableDictionary and GetPouInterfaceReturnType optimized with new VariableInfoCollector based on XSLTModelQuery. Moved corresponding definitions out of PLCControler.py. 2018-02-20, by Edouard Tisserant
- GetPouInstanceTagName optimized with XSLTModelQuery. 2018-02-19, by Edouard Tisserant
- Better writing of some xpath added in previous commits about XSLT optimization. 2018-02-19, by Edouard Tisserant
- Moved some definitions away from controller class, and adaped references them through all code. 2018-02-19, by Edouard Tisserant
- Hook Beremiz Launcher AppStart to AdvancedSplash OnPaint event in order to ensure image is beeing displayed before loading. 2018-02-19, by Edouard Tisserant
- Avoid endline escaping in multiline xpath epressions in xslt. ' ' Is apparently ignored but never know... 2018-02-18, by Edouard Tisserant
- Fixed earlier XSLT optimizations. Some/most results were missing. 2018-02-18, by Edouard Tisserant
- Moved some code from PLCController.py to other modules. Added necessary imports. 2018-02-18, by Edouard Tisserant
- GetPouVariables optimized with XSLTModelQuery 2018-02-17, by Edouard Tisserant
- Added /plcopen/InstancesPathCollector.py, to move more model xslt querying code away from PLCController.py. 2018-02-17, by Edouard Tisserant
- Fixed Exception dialog disapearing after a view second when exception occurs during app startup. 2018-02-16, by Edouard Tisserant
- Moved XSLTModelQuery class to own module in plcopen package. 2018-02-16, by Edouard Tisserant
- Added a class to speedup all XSLT queries. WIP, now only for instances_path.xslt / GetInstanceList() 2018-02-16, by Edouard Tisserant
- Stripped useless node creation in instances_path stylesheet. 2018-02-16, by Edouard Tisserant
- This should really help GetInstanceList to perform better: resolver removed, no more deepcopy, no more useless xml serialization, no more node-set() calls. 2018-02-16, by Edouard Tisserant
- YSLT auto indent trick is useless here, added yslt_noindent.yml2, regenerated XSLT files 2018-02-16, by Edouard Tisserant
- Prevent compiling XSLT on each call of GetInstanceList. To be continued. More optimization needed here. 100x would be fine... 2018-02-16, by Edouard Tisserant
- Changed meaning of -c commandline argument for Beremiz service : only gives DEFAULT wamp config. 2018-02-14, by Edouard Tisserant
- Factorized duplicated code 2018-02-14, by Edouard Tisserant
- Better variable naming, and small optimization. 2018-02-14, by Edouard Tisserant
- Unclutter graphics package scope. 2018-02-13, by Edouard Tisserant
- Removed dead code 2018-02-13, by Edouard Tisserant
- Fixed pyro timeout for runtime, was set too short and runtime was disconnecting when building PLC 2018-02-12, by Edouard Tisserant
- Ask to stop PLC before transfer if it is running 2018-02-12, by Edouard Tisserant
- Factorized some repeated refresh code into a method, to allow customisation. 2018-02-12, by Edouard Tisserant
- Launcher : add a debug attribute, instead of BMZ_DBG, so that customization can use it. 2018-02-05, by Edouard Tisserant
- Stripped old dead code. 2018-02-02, by Edouard Tisserant
- More changes in Launcher. Modules to be loaded in the background are given in a list, and assigned as object attributes. Also splitted CreateUI into CloseSplashScreen and CreatueUI. 2018-02-02, by Edouard Tisserant
- ClassImporter now accepts string, callable or class, for compatibility with some old extensions. 2018-02-02, by Edouard Tisserant
- Launcher: ShowUI call moves from preStart to start. ShowUI() split into CreateUI() and ShowUI(). Start()'s arguments are passed to CreateUI() 2018-02-02, by Edouard Tisserant
- Launcher: allows customizations to specify what globals passed to extensions 2018-02-02, by Edouard Tisserant
- Documentation 2018-02-02, by Edouard Tisserant
- Another set of meaningless changes to satisfy PEP8 and PyLint. 2018-02-01, by Edouard Tisserant
- PEP8 conformity for modbus. Most of it done by autopep8, plus some easy refactoring. 2018-01-31, by Edouard Tisserant
- Add some class factory function to ease declaration of simple POU libraries in customizations (i.e. TC6 XML file only, no special C code generation) 2018-01-31, by Edouard Tisserant
- Small pep8 conformity enforcement. 2018-01-31, by Edouard Tisserant
- Better have globals passed to python extensions (-e) than locals. 2018-01-31, by Edouard Tisserant
- launcher : move call to ShowSplashScreen and BackgroundInitialization to PreStart() 2018-01-31, by Edouard Tisserant
- modbus extension code cleanup, from smarteh's patch 2018-01-30, by Edouard Tisserant
- Merged Mario's modbus branch. Fixed line endings. 2018-01-30, by Edouard Tisserant
- merge 2017-03-24, by Mario de Sousa
- Ignore bug report files. 2017-03-05, by Mario de Sousa
- Add support for Modbus (TCP and RTU) working as master & slave 2017-03-05, by Mario de Sousa
- merge 2018-01-29, by Edouard Tisserant
- fixed erro introduced 2 commits ago (-e) : tuples have no reverse() method 2018-01-24, by Edouard Tisserant
- Trying to get better logging/display of exceptions at runtime's startup 2018-01-24, by Edouard Tisserant
- Changed way to deal with extensions arguments (-e) so that path and filename are stored independently and accessible for extensions themselves. 2018-01-24, by Edouard Tisserant
- Textviewer : moved call to Colourise in a better place, so that ST highlighting gets also updated when typing in some case, not only IL 2018-01-29, by Edouard Tisserant
- Main runtime template C code : Added HAVE_RETAIN preprocessor definition for customized build to signal it provides IEC-61131 Retain memory handling function. Removed targets/Xenomai/plc_Xenomai_noretain.c, now useless. 2018-01-19, by Edouard Tisserant
- Clarify licensing, and packaging of runtime only files : 2018-01-15, by Edouard Tisserant
- Enforced check_source.sh pep8 and pylint rules. 2018-01-11, by Edouard Tisserant
- runtime/WAMP: Fixed secret loading into configuration. Fixed secret commandline switch handling. 2018-01-11, by Edouard Tisserant
- runtime/WAMP : was 'Added time print on session left.' from dporopat. Purpose is to log (dis/re)connection, to help debugging connection problem 2018-01-11, by Edouard Tisserant
- runtime/Wamp : adapt to unicode being enforced in latest crossbar API. Updated some documentation, to explain why there is unused definitions like SubscribedEvents or DoOnJoin. 2018-01-11, by Edouard Tisserant
- Extend python<->PLC global variable description "GlobalDesc" to support Initial value setting. 2018-01-10, by Edouard Tisserant
- update tests/wamp README file, based on changes from dporopat. 2018-01-10, by Edouard Tisserant
- Fixed WAMP test (crossbar confile upgrade and use same ID on both PLC and IDE side) 2018-01-10, by Edouard Tisserant