Fri, 16 Feb 2018 18:38:30 +0100 Edouard Tisserant Fixed Exception dialog disapearing after a view second when exception occurs during app startup.
Fri, 16 Feb 2018 18:24:55 +0100 Edouard Tisserant Moved XSLTModelQuery class to own module in plcopen package.
Fri, 16 Feb 2018 13:00:06 +0100 Edouard Tisserant Added a class to speedup all XSLT queries. WIP, now only for instances_path.xslt / GetInstanceList()
Fri, 16 Feb 2018 03:24:11 +0100 Edouard Tisserant Stripped useless node creation in instances_path stylesheet.
Fri, 16 Feb 2018 02:29:10 +0100 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.
Fri, 16 Feb 2018 01:48:48 +0100 Edouard Tisserant YSLT auto indent trick is useless here, added yslt_noindent.yml2, regenerated XSLT files
Fri, 16 Feb 2018 01:38:34 +0100 Edouard Tisserant Prevent compiling XSLT on each call of GetInstanceList. To be continued. More optimization needed here. 100x would be fine...
Wed, 14 Feb 2018 15:39:27 +0100 Edouard Tisserant Changed meaning of -c commandline argument for Beremiz service : only gives DEFAULT wamp config.
Wed, 14 Feb 2018 14:50:10 +0100 Edouard Tisserant Factorized duplicated code
Wed, 14 Feb 2018 14:48:40 +0100 Edouard Tisserant Better variable naming, and small optimization.
Tue, 13 Feb 2018 14:01:20 +0100 Edouard Tisserant Unclutter graphics package scope.
Tue, 13 Feb 2018 13:57:53 +0100 Edouard Tisserant Removed dead code
Mon, 12 Feb 2018 13:18:53 +0100 Edouard Tisserant Fixed pyro timeout for runtime, was set too short and runtime was disconnecting when building PLC
Mon, 12 Feb 2018 11:34:07 +0100 Edouard Tisserant Ask to stop PLC before transfer if it is running
Mon, 12 Feb 2018 11:32:48 +0100 Edouard Tisserant Factorized some repeated refresh code into a method, to allow customisation.
Mon, 05 Feb 2018 16:23:51 +0100 Edouard Tisserant Launcher : add a debug attribute, instead of BMZ_DBG, so that customization can use it.
Fri, 02 Feb 2018 16:25:32 +0100 Edouard Tisserant Stripped old dead code.
Fri, 02 Feb 2018 16:24:56 +0100 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.
Fri, 02 Feb 2018 16:22:25 +0100 Edouard Tisserant ClassImporter now accepts string, callable or class, for compatibility with some old extensions.
Fri, 02 Feb 2018 11:12:03 +0100 Edouard Tisserant Launcher: ShowUI call moves from preStart to start. ShowUI() split into CreateUI() and ShowUI(). Start()'s arguments are passed to CreateUI()
Fri, 02 Feb 2018 11:07:39 +0100 Edouard Tisserant Launcher: allows customizations to specify what globals passed to extensions
Fri, 02 Feb 2018 11:06:41 +0100 Edouard Tisserant Documentation
Thu, 01 Feb 2018 14:51:18 +0100 Edouard Tisserant Another set of meaningless changes to satisfy PEP8 and PyLint.
Wed, 31 Jan 2018 15:25:30 +0100 Edouard Tisserant PEP8 conformity for modbus. Most of it done by autopep8, plus some easy refactoring.
Wed, 31 Jan 2018 15:22:43 +0100 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)
Wed, 31 Jan 2018 15:20:42 +0100 Edouard Tisserant Small pep8 conformity enforcement.
Wed, 31 Jan 2018 11:29:17 +0100 Edouard Tisserant Better have globals passed to python extensions (-e) than locals.
Wed, 31 Jan 2018 11:21:08 +0100 Edouard Tisserant launcher : move call to ShowSplashScreen and BackgroundInitialization to PreStart()
Tue, 30 Jan 2018 16:23:50 +0100 Edouard Tisserant modbus extension code cleanup, from smarteh's patch
Tue, 30 Jan 2018 16:06:58 +0100 Edouard Tisserant Merged Mario's modbus branch. Fixed line endings.
Fri, 24 Mar 2017 12:07:47 +0000 Mario de Sousa merge
Sun, 05 Mar 2017 00:38:25 +0000 Mario de Sousa Ignore bug report files.
Sun, 05 Mar 2017 00:37:54 +0000 Mario de Sousa Add support for Modbus (TCP and RTU) working as master & slave
Mon, 29 Jan 2018 13:31:14 +0100 Edouard Tisserant merge
Wed, 24 Jan 2018 16:12:49 +0100 Edouard Tisserant fixed erro introduced 2 commits ago (-e) : tuples have no reverse() method
Wed, 24 Jan 2018 15:44:36 +0100 Edouard Tisserant Trying to get better logging/display of exceptions at runtime's startup
Wed, 24 Jan 2018 14:48:49 +0100 Edouard Tisserant Changed way to deal with extensions arguments (-e) so that path and filename are stored independently and accessible for extensions themselves.
Mon, 29 Jan 2018 12:56:49 +0100 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
Fri, 19 Jan 2018 15:12:23 +0100 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.
Mon, 15 Jan 2018 14:43:53 +0100 Edouard Tisserant Clarify licensing, and packaging of runtime only files :
Thu, 11 Jan 2018 15:41:20 +0100 Edouard Tisserant Enforced check_source.sh pep8 and pylint rules.
Thu, 11 Jan 2018 15:39:58 +0100 Edouard Tisserant runtime/WAMP: Fixed secret loading into configuration. Fixed secret commandline switch handling.
Thu, 11 Jan 2018 13:02:09 +0100 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
Thu, 11 Jan 2018 12:48:49 +0100 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.
Wed, 10 Jan 2018 15:36:03 +0100 Edouard Tisserant Extend python<->PLC global variable description "GlobalDesc" to support Initial value setting.
Wed, 10 Jan 2018 14:35:04 +0100 Edouard Tisserant update tests/wamp README file, based on changes from dporopat.
Wed, 10 Jan 2018 13:23:40 +0100 Edouard Tisserant Fixed WAMP test (crossbar confile upgrade and use same ID on both PLC and IDE side)
Wed, 10 Jan 2018 13:21:42 +0100 Edouard Tisserant Fixed changes from dporopat and agregorcic about WAMP CRA and config.
Tue, 09 Jan 2018 15:08:08 +0100 Edouard Tisserant WAMP runtime : changes from dporopat and agregorcic, adding CRA (-s) and changed way to load WAMP conf (-c)
Tue, 09 Jan 2018 14:52:56 +0100 Edouard Tisserant Set WAMP registration option so that reconnecting while earlier session still didn't timeout is possible (in case of connection lost, for example).
Tue, 09 Jan 2018 14:50:41 +0100 Edouard Tisserant More canonical overload of ReconnectingClientFactory (according twisted doc)
Tue, 09 Jan 2018 14:42:23 +0100 Edouard Tisserant non significant print syntax change. ready for py3.
Tue, 09 Jan 2018 14:38:45 +0100 Edouard Tisserant whitespace cosmetic for pep8
Mon, 08 Jan 2018 11:09:02 +0100 Edouard Tisserant Added arbitrary timeout on Pyro, to force it to free memory after disconnect.
Fri, 05 Jan 2018 15:39:02 +0100 Edouard Tisserant Moved code from to Beremiz_service.py Server class Start method to Loop method to allow customisation by hot patching. Also renamed Stop method as _stop and use Restart instead of Stop from everywhere else to make it clear that _stop actually does restart...
Thu, 04 Jan 2018 16:00:35 +0100 Edouard Tisserant enforce PEP8 in previous commit
Fri, 20 Jan 2017 13:22:31 +0100 dporopat replaced normal panel with scrolled panel under project properties
Tue, 05 Dec 2017 12:38:04 +0300 Surkov Sergey fix missing root in empty search results panel
Mon, 04 Dec 2017 19:35:31 +0300 Surkov Sergey add possibility to specify subprocess stdout encoding
Mon, 04 Dec 2017 11:20:46 +0300 Andrey Skvortsov fix deadlock if method kill() is called after process is already finished