PLCControler.py
Thu, 28 Sep 2017 12:20:40 +0300 Andrey Skvortsov fix (old-style-class) Old-style class defined error for most parts of
Tue, 22 Aug 2017 12:45:06 +0300 Andrey Skvortsov clean-up: fix PEP8 W503 line break before binary operator
Mon, 21 Aug 2017 21:55:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
Sat, 19 Aug 2017 18:12:20 +0300 Andrey Skvortsov clean-up: fix PEP8 E722 do not use bare except'
Sat, 19 Aug 2017 17:17:54 +0300 Andrey Skvortsov clean-up: fix PEP8 E115 expected an indented block (comment)
Sat, 19 Aug 2017 17:04:31 +0300 Andrey Skvortsov clean-up: fix PEP8 E131 continuation line unaligned for hanging indent
Sat, 19 Aug 2017 16:30:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E713 test for membership should be 'not in'
Sat, 19 Aug 2017 01:11:27 +0300 Andrey Skvortsov clean-up: fix PEP8 E272 multiple spaces before keyword
Sat, 19 Aug 2017 00:58:44 +0300 Andrey Skvortsov clean-up: fix PEP8 E124 closing bracket does not match visual indentation
Fri, 18 Aug 2017 20:14:38 +0300 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
Fri, 18 Aug 2017 12:36:31 +0300 Andrey Skvortsov clean-up: fix PEP8 E127 continuation line over-indented for visual indent
Thu, 17 Aug 2017 17:25:17 +0300 Andrey Skvortsov clean-up: fix PEP8 E129 visually indented line with same indent as next logical line
Thu, 17 Aug 2017 14:27:06 +0300 Andrey Skvortsov clean-up: fix PEP8 W601 .has_key() is deprecated, use 'in'
Thu, 17 Aug 2017 11:39:10 +0300 Andrey Skvortsov clean-up: fix PEP8 E731 do not assign a lambda expression, use a def
Wed, 16 Aug 2017 13:49:02 +0300 Andrey Skvortsov clean-up: fix most PEP8 E266 too many leading '#' for block comment
Wed, 16 Aug 2017 12:57:52 +0300 Andrey Skvortsov clean-up: fix PEP8 E301 expected 1 blank line, found 0
Wed, 16 Aug 2017 12:48:08 +0300 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
Tue, 15 Aug 2017 22:38:43 +0300 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
Tue, 15 Aug 2017 17:01:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E711 comparison to None should be 'if cond is not None:'
Tue, 15 Aug 2017 16:01:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E303 too many blank lines
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
Tue, 15 Aug 2017 12:17:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 14 Aug 2017 22:30:41 +0300 Andrey Skvortsov clean-up: fix PEP8 W293 blank line contains whitespace
Mon, 14 Aug 2017 22:23:17 +0300 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
Mon, 14 Aug 2017 21:20:32 +0300 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
Thu, 01 Jun 2017 14:37:14 +0300 Andrey Skvortsov disallow setting IEC location addresses for TIME, DATE, DT and TOD variables
Thu, 20 Apr 2017 13:01:45 +0300 Andrey Skvortsov make run Beremiz and PLCOpen Editor, if full path contain non-lating
Thu, 29 Dec 2016 18:36:00 +0300 Surkov Sergey fix local search in actions and transitions
Wed, 28 Dec 2016 16:33:50 +0300 Andrey Skvortsov fix issue with creating SFC transitions using ST and IL
Mon, 28 Nov 2016 16:47:01 +0300 Andrey Skvortsov fix translation strings with multiple parameters
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Thu, 28 Apr 2016 15:21:02 +0300 Andrey Skvortsov fix error if non-latin character was entered in initial value in
Wed, 27 Apr 2016 18:42:30 +0300 Andrey Skvortsov fix copying elements with non-latin content like comment element, or
Fri, 22 Apr 2016 19:49:10 +0300 Andrey Skvortsov fix display of ARRAY fields inside of structure data types.
Mon, 18 Apr 2016 18:51:59 +0300 Andrey Skvortsov fix issue, when structure data type with array field is created
Thu, 12 Jun 2014 17:50:30 +0200 Edouard Tisserant Fixed declaration and ST code gen for IEC function that return derivated types
Wed, 28 May 2014 18:33:41 +0200 Edouard Tisserant Fixed POU paste exception
Tue, 13 May 2014 00:43:06 +0200 Edouard Tisserant Added 'NamedConstant' drag'n'drop in programs. It does create a simple variable with initial value and is usefull for drag'n'drop constants from extensions while keeping a name associated with constant
Tue, 28 Jan 2014 16:24:40 +0100 Edouard Tisserant Tidy PLCopen definitions
Thu, 05 Dec 2013 18:00:15 +0100 Laurent Bessard Fixed bug with function POU when extracting return type
Thu, 05 Dec 2013 17:58:51 +0100 Laurent Bessard Fixed bug with non-ascii characters in program comments
Thu, 07 Nov 2013 00:31:46 +0100 Laurent Bessard Fixed bug when graphic element position and size and connection points are decimal
Thu, 07 Nov 2013 00:16:00 +0100 Laurent Bessard Fixed bug in test if block type is used by current edited pou
Wed, 16 Oct 2013 23:54:44 +0200 Laurent Bessard Fixed bugs with pou variable infos computation stylesheet
Wed, 16 Oct 2013 11:36:22 +0200 Laurent Bessard Fixed bug when pasting element with an odd width or height
Fri, 11 Oct 2013 12:10:40 +0200 Laurent Bessard Fixed bugs when editing resource variables and tasks
Fri, 11 Oct 2013 10:07:56 +0200 Laurent Bessard Fixed bug when debugging PLC with Graphic Viewer in debug open and re-transfer PLC
Thu, 10 Oct 2013 14:46:03 +0200 Laurent Bessard Fixed bug when selecting pou that is not used in project
Thu, 10 Oct 2013 09:43:52 +0200 Laurent Bessard Fixed pou tagname of instance path computing stylesheet
Wed, 09 Oct 2013 23:06:47 +0200 Laurent Bessard Fixed pou instance path list computing stylesheet
Wed, 09 Oct 2013 22:00:23 +0200 Laurent Bessard Fixed pou variables instance information loading stylesheet
Wed, 09 Oct 2013 10:57:20 +0200 Laurent Bessard Fixed pou variables information loading stylesheet
Wed, 02 Oct 2013 19:58:32 +0200 Laurent Bessard Fixed ActionInfos class with slots
Wed, 02 Oct 2013 17:23:44 +0200 Laurent Bessard Fixed bug in actionBlock actions editing
Wed, 02 Oct 2013 01:21:35 +0200 Laurent Bessard Replaced old graphic viewer blocks loading process by xslt stylesheet
Tue, 01 Oct 2013 09:24:02 +0200 Laurent Bessard Fixed bug with Copy/Paste function instance block when previously edited
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
Wed, 25 Sep 2013 11:50:40 +0200 Laurent Bessard Fixed bug in Resource POU instance type selection