plcopen/plcopen.py
Fri, 27 Sep 2013 16:27:54 +0200 Laurent Bessard Added support for speed-up loading of graphic POU tabs
Fri, 27 Sep 2013 16:22:40 +0200 Laurent Bessard Added support for loading XML file even if not following XSD schema (but still following XML syntax), warning user of errors in XML file
Tue, 24 Sep 2013 00:44:06 +0200 Laurent Bessard Fixed xmlclass for working with included files, adding support for SimpleType elements and solving ambiguity in extension class when different elements share the same name and parent name
Wed, 18 Sep 2013 15:26:33 +0200 Laurent Bessard Fixed bug when removing block
Tue, 10 Sep 2013 23:10:58 +0200 Laurent Bessard Replaced standard function blocks library definition from dictionary to plcopen xml files
Tue, 10 Sep 2013 10:35:18 +0200 Laurent Bessard Removed obsolete process for customizing block code generated in extensions
Mon, 09 Sep 2013 23:36:51 +0200 Laurent Bessard Fixed bug when modifying project properties
Mon, 09 Sep 2013 00:48:34 +0200 Laurent Bessard Merged
Thu, 05 Sep 2013 10:36:33 +0200 Laurent Bessard Fixed xmlclass and plcopen using precompile xpath where possible
Tue, 03 Sep 2013 23:32:53 +0200 Laurent Bessard Removed dictionaries storing datatypes and pous defined in project and pou and datatype using tree from model
Mon, 02 Sep 2013 23:46:38 +0200 Laurent Bessard Removed dictionaries storing enumerated datatypes values, subrange datatypes range and project datatype hierarchy from model
Fri, 30 Aug 2013 18:10:30 +0200 Laurent Bessard Fixed copy/paste with xmlclass refactoring
Fri, 30 Aug 2013 10:59:06 +0200 Laurent Bessard Fixed SFC block edition and SFC to SFC_textual code generating
Thu, 29 Aug 2013 19:18:41 +0200 Laurent Bessard Fixed datatype and configuration editing in xmlclass refactoring
Thu, 29 Aug 2013 00:28:39 +0200 Laurent Bessard Fixed diagram editing in xmlclass refactoring
Wed, 28 Aug 2013 11:52:46 +0200 Laurent Bessard Second stage of xmlclass refactoring using lxml , project are loaded and displayed successfully
Mon, 26 Aug 2013 10:55:03 +0200 Laurent Bessard First stage of xmlclass refactoring using lxml
Wed, 04 Sep 2013 00:06:44 +0200 Laurent Bessard Fixed bug in resource pou instance program type selection
Tue, 06 Aug 2013 01:29:14 +0200 Laurent Bessard Fixed bug when no connection defined for connectionPointIn
Sun, 04 Aug 2013 22:55:12 +0900 Edouard Tisserant More optimization attemps in type handling
Fri, 02 Aug 2013 08:55:45 +0900 Edouard Tisserant Various cleanup and optimization
Thu, 11 Jul 2013 12:47:25 +0200 Laurent Bessard Fixed bug instance choice list empty for standard and extension functions block types
Fri, 14 Jun 2013 11:45:56 +0200 Laurent Bessard Fixed bug in support for speed up loading graphic viewers
Thu, 06 Jun 2013 23:45:39 +0200 Laurent Bessard Fixed bug in support for speed up loading graphic viewers
Thu, 06 Jun 2013 17:03:19 +0200 Laurent Bessard Added support for speed up loading graphic viewers
Thu, 23 May 2013 22:22:53 +0200 Laurent Bessard Add support for Drag'n dropping located variables to function block creating global located variable in configuration and external variable in function block
Wed, 15 May 2013 00:30:12 +0200 Laurent Bessard Fixed functions used by one or more POU not showing question dialog when trying to delete
Wed, 20 Mar 2013 23:47:07 +0100 Laurent Bessard Fixed bug on variables with empty name in VariablePanel can't be edited
Wed, 06 Mar 2013 10:58:15 +0100 Laurent Bessard Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name
Mon, 03 Dec 2012 12:33:21 +0100 Laurent Bessard Fix bug when copying transition and the connected FBD or LD diagram
Tue, 16 Oct 2012 19:01:17 +0200 Laurent Bessard Fixing bug in PLCGenerator with user defined functions and standard overloaded function
Tue, 11 Sep 2012 17:22:11 +0200 laurent Fix bug in SFC function block declarations from transition and action not removed when transition or action is deleted
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz