PLCGenerator.py
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 16:26:32 +0300 Andrey Skvortsov clean-up: fix PEP8 W602 deprecated form of raising exception
Thu, 17 Aug 2017 14:27:06 +0300 Andrey Skvortsov clean-up: fix PEP8 W601 .has_key() is deprecated, use 'in'
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:21:05 +0300 Andrey Skvortsov clean-up: fix PEP8 E201 whitespace after '{'
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:48:49 +0300 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
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:23:17 +0300 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
Mon, 14 Aug 2017 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Thu, 12 Jan 2017 14:37:55 +0300 Andrey Skvortsov check before program generation whether SFC step, that is referenced
Mon, 26 Dec 2016 13:49:38 +0300 Andrey Skvortsov check during program generation whether source signal is defined for single task
Wed, 14 Dec 2016 12:31:06 +0300 Andrey Skvortsov fix issue with compiling SFC POU with non-connected transition (type "connection")
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+
Tue, 24 Feb 2015 11:50:54 +0100 Edouard Tisserant Fixed SFC code generation bug detected by Mario
Fri, 20 Jun 2014 21:36:23 +0200 Edouard Tisserant Enable overloading of task triggerring source cell editor (SINGLE) in resource editor. PLCGenerator now generates MULTI keywork instead of SINGLE when task's activation is surroundes with square brackets
Thu, 12 Jun 2014 17:50:30 +0200 Edouard Tisserant Fixed declaration and ST code gen for IEC function that return derivated types
Fri, 11 Oct 2013 08:54:50 +0200 Laurent Bessard Fixed bug when building project with configuration extra variables
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, 11 Sep 2013 23:48:41 +0200 Laurent Bessard Fixed Beremiz for working with new xmlclass support using lxml
Tue, 10 Sep 2013 10:35:18 +0200 Laurent Bessard Removed obsolete process for customizing block code generated in extensions
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
Mon, 10 Jun 2013 11:22:05 +0200 Laurent Bessard Fixed bug when generating ST code and connection is broken in POU using graphical language
Wed, 29 May 2013 00:11:27 +0200 Laurent Bessard Fixed bug in PLC code generated with binary, octal and hexadecimal literals
Tue, 28 May 2013 21:52:02 +0200 Laurent Bessard Fixed bug in PLC code generated with binary, octal and hexadecimal literals
Tue, 14 May 2013 11:12:34 +0200 Laurent Bessard Fixed PLC code generator when interface of an already used POU has changed
Tue, 23 Apr 2013 12:50:53 +0200 Laurent Bessard Fixed bug in program elements computation order in PLCGenerator
Mon, 15 Apr 2013 00:32:16 +0200 Laurent Bessard Fix bug defining string initial value using quotes
Wed, 05 Dec 2012 15:32:02 +0100 Laurent Bessard Fix bug in PLC Generator preventing output type of standard function to be computed correctly
Mon, 03 Dec 2012 10:09:17 +0100 Laurent Bessard Fix bug when using feedback loop in SFC program instead of jump
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
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 16:33:39 +0200 laurent Fix bug in PLCGenerator connection types not computed for SFC actions and transitions body
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz