2020-07-13 |
Edouard Tisserant |
Python Runtime: order of execution of extension's init() and cleanup() now reflects order of appearance of extensions in configuration tree.
|
file |
diff |
annotate
|
2019-11-25 |
Edouard Tisserant |
Etherlab : Merged 2014-2018 changes from jblee and others
|
file |
diff |
annotate
|
2019-11-20 |
Edouard Tisserant |
EtherCat master plugin : commit changes recovered from KOSMOS 2018 installer, unkown author(s).
ethercat_from_kosmos
|
file |
diff |
annotate
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
|
file |
diff |
annotate
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1645 # (exception-message-attribute) Exception.message removed in Python 3
|
file |
diff |
annotate
|
2018-10-09 |
Andrey Skvortsov |
python3 support: pylint, W1607 # (file-builtin) file built-in referenced
|
file |
diff |
annotate
|
2018-10-03 |
Andrey Skvortsov |
Improve localization support in etherlab (mostly)
|
file |
diff |
annotate
|
2018-10-02 |
Andrey Skvortsov |
Use python 3 compatible exception syntax everywhere
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X'
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint,E0602 # (undefined-variable) Undefined variable 'X'
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, E1136 # (unsubscriptable-object) Value 'X' is unsubscriptable
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0104 # (pointless-statement) Statement seems to have no effect
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C1001 # (old-style-class) Old-style class defined.
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0611 # (unused-import) Unused import X
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0105 # (pointless-string-statement) String statement has no effect
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C0412 # (ungrouped-imports) Imports from package X are not grouped
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint,W0108 # (unnecessary-lambda) Lambda may not be necessary
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y"
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E129 visually indented line with same indent as next logical line
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E127 continuation line over-indented for visual indent
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E203 whitespace before ','
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E305 expected 2 blank lines after class or function definition, found X
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E227 missing whitespace around bitwise or shift operator
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E251 unexpected spaces around keyword / parameter equals
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E231 missing whitespace after ','
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E228 missing whitespace around modulo operator
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E265 block comment should start with '# '
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, W291 trailing whitespace
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E722 do not use bare except
|
file |
diff |
annotate
|
2018-06-23 |
Edouard Tisserant |
Merged GPL + LGPL v2 or later EtherCAT extension. Fixed headers and copyright notice.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2013-09-23 |
Laurent Bessard |
Fixed controllers for working with latest version of xmlclass
|
file |
diff |
annotate
|
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>
|
file |
diff |
annotate
|
2013-05-16 |
Laurent Bessard |
Added icon for Ethercat extension root and Ethercat master node
|
file |
diff |
annotate
|
2013-05-10 |
Laurent Bessard |
Fix bug in when moving Ethercat slaves fixed
|
file |
diff |
annotate
|
2013-04-29 |
Laurent Bessard |
Merged
|
file |
diff |
annotate
|
2013-04-26 |
Laurent Bessard |
Added support for multiple module extra params in ModulesLibrary
|
file |
diff |
annotate
|
2013-04-26 |
Laurent Bessard |
Fixed order of LocationCFilesAndCFLAGS, master was called after slaves in PLC init and retrieve functions
|
file |
diff |
annotate
|
2013-04-24 |
Laurent Bessard |
Fixed Save As... function in Beremiz
|
file |
diff |
annotate
|
2013-04-14 |
Laurent Bessard |
Fix scan network functionality, project tree not refreshed after adding slaves
|
file |
diff |
annotate
|
2013-04-13 |
Laurent Bessard |
Fixed bugs in drag'n drop from variables panel in master and slaves editor panel
|
file |
diff |
annotate
|
2013-04-04 |
Edouard Tisserant |
Fixed typo
|
file |
diff |
annotate
|
2013-03-29 |
Edouard Tisserant |
Fixed linking with non RTDM etherlab lib. Now with rtdm...
|
file |
diff |
annotate
|
2013-03-29 |
Laurent Bessard |
Split etherlab.py into multiple files
|
file |
diff |
annotate
|