etherlab/etherlab.py
Mon, 25 Nov 2019 08:10:45 +0100 Edouard Tisserant Etherlab : Merged 2014-2018 changes from jblee and others
Wed, 20 Nov 2019 16:57:15 +0100 Edouard Tisserant EtherCat master plugin : commit changes recovered from KOSMOS 2018 installer, unkown author(s). ethercat_from_kosmos
Thu, 04 Oct 2018 17:24:40 +0300 Andrey Skvortsov python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
Wed, 03 Oct 2018 14:19:41 +0300 Andrey Skvortsov Fix 'msgid' format string with unnamed arguments cannot be properly localized
Tue, 02 Oct 2018 18:08:49 +0300 Andrey Skvortsov Use python 3 compatible exception syntax everywhere
Mon, 01 Oct 2018 14:13:05 +0300 Andrey Skvortsov cleanup: pylint, E1300 # (bad-format-character) Unsupported format character '"' (0x22) at index 17
Sat, 29 Sep 2018 18:59:41 +0300 Andrey Skvortsov clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X'
Sat, 29 Sep 2018 17:52:33 +0300 Andrey Skvortsov clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
Sat, 29 Sep 2018 16:40:56 +0300 Andrey Skvortsov clean etherlab: pylint, C1001 # (old-style-class) Old-style class defined.
Sat, 29 Sep 2018 16:39:25 +0300 Andrey Skvortsov clean etherlab: pylint, W0611 # (unused-import) Unused import X
Sat, 29 Sep 2018 16:19:15 +0300 Andrey Skvortsov clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y"
Sat, 29 Sep 2018 15:38:49 +0300 Andrey Skvortsov clean etherlab: pep8, E301 expected 2 blank lines, found 1
Sat, 29 Sep 2018 15:31:50 +0300 Andrey Skvortsov clean etherlab: pep8, E122 continuation line missing indentation or outdented
Sat, 29 Sep 2018 15:16:21 +0300 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
Sat, 29 Sep 2018 14:57:15 +0300 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
Sat, 29 Sep 2018 13:44:02 +0300 Andrey Skvortsov clean etherlab: pep8, W602 deprecated form of raising exception
Sat, 29 Sep 2018 13:34:06 +0300 Andrey Skvortsov clean etherlab: pep8, W601 .has_key() is deprecated, use 'in'
Sat, 29 Sep 2018 13:30:41 +0300 Andrey Skvortsov clean etherlab: pep8, E731 do not assign a lambda expression, use a def
Fri, 28 Sep 2018 19:30:16 +0300 Andrey Skvortsov cleanup etherlab: pep8, E305 expected 2 blank lines after class or function definition, found X
Fri, 28 Sep 2018 19:16:12 +0300 Andrey Skvortsov cleanup etherlab: pep8, E251 unexpected spaces around keyword / parameter equals
Fri, 28 Sep 2018 19:12:26 +0300 Andrey Skvortsov cleanup etherlab: pep8, E225 missing whitespace around operator
Fri, 28 Sep 2018 19:06:28 +0300 Andrey Skvortsov cleanup etherlab: pep8, E303 too many blank lines (2)
Fri, 28 Sep 2018 19:02:49 +0300 Andrey Skvortsov cleanup etherlab: pep8, E231 missing whitespace after ','
Fri, 28 Sep 2018 18:04:28 +0300 Andrey Skvortsov cleanup etherlab: pep8, E302 expected 2 blank lines, found 1
Fri, 28 Sep 2018 18:00:50 +0300 Andrey Skvortsov cleanup etherlab: pep8, W293 blank line contains whitespace
Fri, 28 Sep 2018 17:52:30 +0300 Andrey Skvortsov cleanup etherlab: pep8, E401 multiple imports on one line
Fri, 28 Sep 2018 17:48:10 +0300 Andrey Skvortsov cleanup etherlab: pep8, E265 block comment should start with '# '
Fri, 28 Sep 2018 17:20:11 +0300 Andrey Skvortsov cleanup etherlab: pep8, W291 trailing whitespace
Sat, 23 Jun 2018 09:08:13 +0200 Edouard Tisserant Merged GPL + LGPL v2 or later EtherCAT extension. Fixed headers and copyright notice.
Wed, 02 Oct 2013 10:46:18 +0200 Laurent Bessard Fixed xslt stylesheet for extracting entries defined in module, rewiting xslt stylesheet to yslt
Fri, 27 Sep 2013 17:49: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 15:18:25 +0200 Laurent Bessard Fixed bug when compiling
Tue, 24 Sep 2013 00:48:21 +0200 Laurent Bessard Fixed controllers for working with latest version of xmlclass
Wed, 02 Apr 2014 15:03:32 +0200 Edouard Tisserant Cherry-pick and re-commit to legitimate ancestor of commit 'Ethercat Management Function Refactoring Source by RTES Lab.' from youcu <youcu1022@gmail.com>
Thu, 16 May 2013 23:21:01 +0200 Laurent Bessard Added icon for Ethercat extension root and Ethercat master node
Mon, 29 Apr 2013 11:03:06 +0200 Laurent Bessard Added support for module extra params in EthercatCFileGenerator
Fri, 26 Apr 2013 23:23:09 +0200 Laurent Bessard Fixed support for multiple module extra params in ModulesLibrary
Fri, 26 Apr 2013 13:57:10 +0200 Laurent Bessard Added support for multiple module extra params in ModulesLibrary
Wed, 24 Apr 2013 17:27:31 +0200 Laurent Bessard Fixed Save As... function in Beremiz
Fri, 29 Mar 2013 01:15:01 +0100 Laurent Bessard Split etherlab.py into multiple files
Thu, 28 Mar 2013 18:06:03 +0900 Edouard Tisserant Stripped useless depricated comments, changed print format of sdo abort code
Tue, 26 Mar 2013 12:42:49 +0900 Edouard Tisserant Added Logging
Wed, 20 Mar 2013 09:17:15 +0100 Laurent Bessard Fixed bugs in Network Configuration Editor
Thu, 07 Mar 2013 00:54:45 +0100 Laurent Bessard Fixed bugs in process variables generated code
Wed, 06 Mar 2013 19:25:20 +0100 Laurent Bessard Added specific add menu for directly choose slave type while adding new slave
Wed, 06 Mar 2013 18:38:17 +0100 Laurent Bessard Added code generation for process variables
Tue, 05 Mar 2013 23:04:59 +0100 Laurent Bessard Improved Ethercat Network Configurator panels
Tue, 05 Mar 2013 00:59:34 +0100 Laurent Bessard Improved Ethercat Network Configurator panels
Wed, 27 Feb 2013 22:40:45 +0100 Laurent Bessard Added panel for managing ESI files from project and from database including module PDO alignment setting
Thu, 07 Feb 2013 00:59:50 +0100 Laurent Bessard Added support for MC_*DigitalOutput, MC_ReadAxisInfo and MC_ReadAxisError blocks from MCL in DS402 nodes generated code
Fri, 16 Nov 2012 23:43:45 +0100 Laurent Bessard Fix bug in support for Etherlab specific fieldbus interface function blocks
Fri, 16 Nov 2012 00:23:35 +0100 Laurent Bessard Fix bug in support for Etherlab specific fieldbus interface function blocks
Thu, 15 Nov 2012 22:43:44 +0100 Laurent Bessard Adding support for Etherlab specific function blocks for MCL fieldbus interface function blocks
Fri, 09 Nov 2012 11:27:30 +0100 Laurent Bessard Adding support for extracting ActualVelocity from CIA402 nodes PDOs
Wed, 31 Oct 2012 11:54:26 +0100 Laurent Bessard Adding support for using Etherlab SDO function blocks in MCL
Thu, 25 Oct 2012 19:55:02 +0200 Laurent Bessard Adding block library for SDO download and SDO upload
Fri, 19 Oct 2012 16:37:54 +0200 Laurent Bessard Fix bug in CIA402 slave digital inputs
Fri, 19 Oct 2012 12:43:42 +0200 Laurent Bessard Adding support to enable CIA402 slave digital inputs
Thu, 18 Oct 2012 01:23:35 +0200 Laurent Bessard Fix Axis_Ref type defined in VariableLocationTree
Wed, 17 Oct 2012 19:12:08 +0200 Laurent Bessard Adding support for selecting a PDO in a list of mutually exclusive configured PDOs in Ethercat Network Configurator