PLCControler.py
Tue, 24 Sep 2013 12:40:36 +0200 Laurent Bessard Fixed bug in VariablePanel, function block variables in graphic viewers could be modified
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
Mon, 23 Sep 2013 00:32:39 +0200 Laurent Bessard Replaced old pou instance type tagname computing by xslt stylesheet
Wed, 18 Sep 2013 15:30:46 +0200 Laurent Bessard Replaced old list of pou instance in project generating process by xslt stylesheet
Fri, 13 Sep 2013 17:26:16 +0200 Laurent Bessard Replaced old pou instance variable list generating process by xslt stylesheet
Wed, 11 Sep 2013 23:48:41 +0200 Laurent Bessard Fixed Beremiz for working with new xmlclass support using lxml
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:36:44 +0200 Laurent Bessard Fixed bug with return type in elements that don't need return type tree and dimension
Mon, 09 Sep 2013 23:36:12 +0200 Laurent Bessard Replaced old pou variable list and variable tree generating by xslt stylesheet
Thu, 05 Sep 2013 10:41:52 +0200 Laurent Bessard Fixed bug with direct array variable type definition
Tue, 03 Sep 2013 23:39:22 +0200 Laurent Bessard Fixed undo/redo with xmlclass refactoring
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
Fri, 30 Aug 2013 09:18:41 +0200 Laurent Bessard Fixed ST program generating module
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
Tue, 06 Aug 2013 01:28:42 +0200 Laurent Bessard Fixed GetBlockTypes method
Sun, 04 Aug 2013 22:55:12 +0900 Edouard Tisserant More optimization attemps in type handling
Mon, 17 Jun 2013 23:40:41 +0200 Laurent Bessard Fix bug in graphic viewer height when drag'n dropping variable in parallel mode
Thu, 13 Jun 2013 09:35:41 +0200 Laurent Bessard Fixed bug when trying to add a global function block instance variable to debug variable panel and not connected
Wed, 05 Jun 2013 23:13:33 +0200 Laurent Bessard Fixed bug when adding standard function like ADD, SUB, MUL,... that are overloaded. Block type was not selected and shown when opening FBDBlockDialog to edit it.
Wed, 05 Jun 2013 23:09:52 +0200 Laurent Bessard Fixed flickering and lag when refreshing PouInstanceVariablesPanel
Wed, 29 May 2013 09:22:40 +0200 Laurent Bessard Fixed bug when copy/paste element containing unicode characters
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
Mon, 13 May 2013 23:07:24 +0200 Laurent Bessard Fixed bug when generating new name for configuration and resource variable in VariablePanel
Sun, 12 May 2013 23:30:00 +0200 Laurent Bessard Adding support for using current selected variable for generate newly added variable informations in VariablePanel
Wed, 08 May 2013 21:37:31 +0200 Laurent Bessard Fixed CFileEditor replacing folding panels by variable panel and STC
Wed, 19 Dec 2012 13:32:51 +0100 Laurent Bessard Fix bug when compiling project containing non-ascii characters
Fri, 23 Nov 2012 13:36:47 +0100 Laurent Bessard Adding support for displaying graphs of debugged numeric variables in 2D and 3D in DebugVariablePanel
Thu, 15 Nov 2012 23:49:08 +0100 Laurent Bessard Fix bug debug variables from standard and library function blocks unregistered when transferring program
Thu, 15 Nov 2012 23:04:41 +0100 Laurent Bessard Add function block types as data types that are not locatable
Thu, 15 Nov 2012 23:00:53 +0100 Laurent Bessard Adding support for defining specific global variables for ConfTreeNodes
Sun, 21 Oct 2012 16:53:46 +0200 Laurent Bessard Adding support for direct array declaration in structure element declaration
Fri, 19 Oct 2012 18:10:31 +0200 Laurent Bessard Fix bug in VariablePanel 'Type' cell editor menu entry 'User Data Types' containing ConfNodes data types
Tue, 16 Oct 2012 18:58:45 +0200 Laurent Bessard Adding datatypes defined in ConfNode as possible function return type
Tue, 11 Sep 2012 23:38:49 +0200 laurent Fix restore project tab layout with transition and action debug tabs
Tue, 11 Sep 2012 19:13:42 +0200 laurent Adding transition and action in list of instances of SFC POU in PouInstanceVariablesPanel
Tue, 11 Sep 2012 16:35:11 +0200 laurent Remove restriction of function block usage in SFC transitions body
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz