etherlab/etherlab.py
2022-10-28 GP Orcullo removed Python2 modules python3
2019-11-25 Edouard Tisserant Etherlab : Merged 2014-2018 changes from jblee and others
2019-11-20 Edouard Tisserant EtherCat master plugin : commit changes recovered from KOSMOS 2018 installer, unkown author(s). ethercat_from_kosmos
2018-10-04 Andrey Skvortsov python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
2018-10-03 Andrey Skvortsov Fix 'msgid' format string with unnamed arguments cannot be properly localized
2018-10-02 Andrey Skvortsov Use python 3 compatible exception syntax everywhere
2018-10-01 Andrey Skvortsov cleanup: pylint, E1300 # (bad-format-character) Unsupported format character '"' (0x22) at index 17
2018-09-29 Andrey Skvortsov clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X'
2018-09-29 Andrey Skvortsov clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
2018-09-29 Andrey Skvortsov clean etherlab: pylint, C1001 # (old-style-class) Old-style class defined.
2018-09-29 Andrey Skvortsov clean etherlab: pylint, W0611 # (unused-import) Unused import X
2018-09-29 Andrey Skvortsov clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y"
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E301 expected 2 blank lines, found 1
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E122 continuation line missing indentation or outdented
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
2018-09-29 Andrey Skvortsov clean etherlab: pep8, W602 deprecated form of raising exception
2018-09-29 Andrey Skvortsov clean etherlab: pep8, W601 .has_key() is deprecated, use 'in'
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E731 do not assign a lambda expression, use a def
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E305 expected 2 blank lines after class or function definition, found X
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E251 unexpected spaces around keyword / parameter equals
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E225 missing whitespace around operator
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E303 too many blank lines (2)
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E231 missing whitespace after ','
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E302 expected 2 blank lines, found 1
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, W293 blank line contains whitespace
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E401 multiple imports on one line
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E265 block comment should start with '# '
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, W291 trailing whitespace
2018-06-23 Edouard Tisserant Merged GPL + LGPL v2 or later EtherCAT extension. Fixed headers and copyright notice.
2013-10-02 Laurent Bessard Fixed xslt stylesheet for extracting entries defined in module, rewiting xslt stylesheet to yslt
2013-09-27 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
2013-09-24 Laurent Bessard Fixed bug when compiling
2013-09-23 Laurent Bessard Fixed controllers for working with latest version of xmlclass
2014-04-02 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>
2013-05-16 Laurent Bessard Added icon for Ethercat extension root and Ethercat master node
2013-04-29 Laurent Bessard Added support for module extra params in EthercatCFileGenerator
2013-04-26 Laurent Bessard Fixed support for multiple module extra params in ModulesLibrary
2013-04-26 Laurent Bessard Added support for multiple module extra params in ModulesLibrary
2013-04-24 Laurent Bessard Fixed Save As... function in Beremiz
2013-03-29 Laurent Bessard Split etherlab.py into multiple files
2013-03-28 Edouard Tisserant Stripped useless depricated comments, changed print format of sdo abort code
2013-03-26 Edouard Tisserant Added Logging
2013-03-20 Laurent Bessard Fixed bugs in Network Configuration Editor
2013-03-06 Laurent Bessard Fixed bugs in process variables generated code
2013-03-06 Laurent Bessard Added specific add menu for directly choose slave type while adding new slave
2013-03-06 Laurent Bessard Added code generation for process variables
2013-03-05 Laurent Bessard Improved Ethercat Network Configurator panels
2013-03-04 Laurent Bessard Improved Ethercat Network Configurator panels
2013-02-27 Laurent Bessard Added panel for managing ESI files from project and from database including module PDO alignment setting
2013-02-06 Laurent Bessard Added support for MC_*DigitalOutput, MC_ReadAxisInfo and MC_ReadAxisError blocks from MCL in DS402 nodes generated code
2012-11-16 Laurent Bessard Fix bug in support for Etherlab specific fieldbus interface function blocks
2012-11-15 Laurent Bessard Fix bug in support for Etherlab specific fieldbus interface function blocks
2012-11-15 Laurent Bessard Adding support for Etherlab specific function blocks for MCL fieldbus interface function blocks
2012-11-09 Laurent Bessard Adding support for extracting ActualVelocity from CIA402 nodes PDOs
2012-10-31 Laurent Bessard Adding support for using Etherlab SDO function blocks in MCL
2012-10-25 Laurent Bessard Adding block library for SDO download and SDO upload
2012-10-19 Laurent Bessard Fix bug in CIA402 slave digital inputs
2012-10-19 Laurent Bessard Adding support to enable CIA402 slave digital inputs
2012-10-17 Laurent Bessard Fix Axis_Ref type defined in VariableLocationTree