2018-10-12 |
Andrey Skvortsov |
python3 support: pylint, W1633 # (round-builtin) round built-in referenced
|
changeset |
files
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
|
changeset |
files
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint, W1653 # (next-method-defined) next method defined
|
changeset |
files
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint, W1622 # (next-method-called) Called a next() method on an object
|
changeset |
files
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint, W1625 # (raising-string) Raising a string exception
|
changeset |
files
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint, W1624 # (indexing-exception) Indexing exceptions will not work on Python 3
|
changeset |
files
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1611 # (standarderror-builtin) StandardError built-in referenced
|
changeset |
files
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
|
changeset |
files
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1651 (deprecated-itertools-function) Accessing a deprecated function on the itertools module
|
changeset |
files
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1649 # (deprecated-string-function) Accessing a deprecated function on the string module
|
changeset |
files
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1645 # (exception-message-attribute) Exception.message removed in Python 3
|
changeset |
files
|
2018-10-10 |
Andrey Skvortsov |
python3 support: pylint, W1646 # (invalid-str-codec) non-text encoding used in str.decode
|
changeset |
files
|
2018-10-10 |
Andrey Skvortsov |
python3 support: pylint,W1602 # (basestring-builtin) basestring built-in referenced
|
changeset |
files
|
2018-10-10 |
Andrey Skvortsov |
python3 support: pylint, W1629 # (nonzero-method) __nonzero__ method defined
|
changeset |
files
|
2018-10-10 |
Andrey Skvortsov |
python3 support: pylint, W1606 # (execfile-builtin) execfile built-in referenced
|
changeset |
files
|
2018-10-09 |
Andrey Skvortsov |
python3 support: pylint, W1607 # (file-builtin) file built-in referenced
|
changeset |
files
|
2018-10-09 |
Andrey Skvortsov |
python3 support: pylint, W1659 # (xreadlines-attribute) Accessing a removed xreadlines attribute
|
changeset |
files
|
2018-10-09 |
Andrey Skvortsov |
python3 support: pylint, W1601 # (apply-builtin) apply built-in referenced
|
changeset |
files
|
2018-10-09 |
Andrey Skvortsov |
Fix pep8 warning: W605 invalid escape sequence ?x?
|
changeset |
files
|
2018-10-09 |
Andrey Skvortsov |
pep8, ignore W606 'async' and 'await' are reserved keywords starting with Python 3.7
|
changeset |
files
|
2018-10-05 |
Andrey Skvortsov |
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
|
changeset |
files
|
2018-10-05 |
Andrey Skvortsov |
Make easier to run pytest on local X-server
|
changeset |
files
|
2018-10-05 |
Andrey Skvortsov |
cleanup pyc files between running pytest
|
changeset |
files
|
2018-10-04 |
Andrey Skvortsov |
python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
|
changeset |
files
|
2018-10-04 |
Andrey Skvortsov |
Use multiple processes to speed up pylint
|
changeset |
files
|
2018-10-04 |
Andrey Skvortsov |
python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
|
changeset |
files
|
2018-10-04 |
Andrey Skvortsov |
python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3
|
changeset |
files
|
2018-11-22 |
Edouard Tisserant |
Fixed regression in connecting to LOCAL:// targets
|
changeset |
files
|
2018-11-22 |
Edouard Tisserant |
Merge, with surprizingly little conflicts
|
changeset |
files
|
2018-11-22 |
Edouard Tisserant |
IDManager : finished Import/Export. Added merging capability to import (asks if particular ID is replaced during import). Added ESC as closing shortcut to IDManager dialog, and adjusted its size.
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
merge
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Update localization template
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Fix 'msgid' format string with unnamed arguments cannot be properly localized
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Add automatic check for localization strings with multiple unnamed arguments
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Improve localization support in etherlab (mostly)
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
cleanup etherlab: pylint, W0602 (global-variable-not-assigned) Using global for 'X' but no assignment is done
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
cleanup: pylint, W0109 # (duplicate-key) Duplicate key 'X' in dictionary
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Add python3 syntax checking to CI
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Fix old style exception raise and exec syntax
|
changeset |
files
|
2018-10-02 |
Andrey Skvortsov |
Use python 3 compatible exception syntax everywhere
|
changeset |
files
|
2018-10-02 |
Andrey Skvortsov |
cleanup: pylint, R0123 # (literal-comparison) Comparison to literal
|
changeset |
files
|
2018-10-02 |
Andrey Skvortsov |
Use predefined constants for PlcStatus instead of string literals
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, R1704 # (redefined-argument-from-local) Redefining argument with the local name 'Y'
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, R1701 # (consider-merging-isinstance) Consider merging these isinstance calls to isinstance(CTNLDFLAGS, (str, unicode))
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, E1304 # (missing-format-string-key) Missing key 'X_name' in format string dictionary
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, E1300 # (bad-format-character) Unsupported format character '"' (0x22) at index 17
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, W0111 # (assign-to-new-keyword) Name async will become a keyword in Python 3.7
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, E1310 (bad-str-strip-call) Suspicious argument in str.strip call
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
Fix segmentation fault when last lines in text POUs should be highlighted
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
enable etherlab checks
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint,E0602 # (undefined-variable) Undefined variable 'X'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, E1136 # (unsubscriptable-object) Value 'X' is unsubscriptable
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
ignore missing MotionLibrary
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, E0611 # (no-name-in-module) No name 'X' in module 'Y'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C0123 # (unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck.
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0104 # (pointless-statement) Statement seems to have no effect
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0631 # (undefined-loop-variable) Using possibly undefined loop variable 'X'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C1001 # (old-style-class) Old-style class defined.
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0611 # (unused-import) Unused import X
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, E0102 # (function-redefined) method already defined
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0105 # (pointless-string-statement) String statement has no effect
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint,W0231 # (super-init-not-called) __init__ method from base class is not called
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C0412 # (ungrouped-imports) Imports from package X are not grouped
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint,W0108 # (unnecessary-lambda) Lambda may not be necessary
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y"
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0404 # reimported module
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
check_source.sh: add E301 check to the list of selected PEP8 errors
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E301 expected 2 blank lines, found 1
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, W503 line break before binary operator
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E266 too many leading '#' for block comment
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E122 continuation line missing indentation or outdented
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, W191 indentation contains tabs
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E211 whitespace before '['
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E129 visually indented line with same indent as next logical line
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E127 continuation line over-indented for visual indent
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E129 visually indented line with same indent as next logical line
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, W602 deprecated form of raising exception
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, W601 .has_key() is deprecated, use 'in'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E731 do not assign a lambda expression, use a def
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E203 whitespace before ','
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E712 comparison to True should be 'if cond is True:' or 'if cond:'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E222 multiple spaces after operator
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E741 ambiguous variable name 'l'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
cleanup etherlab: pep8, E306 expected 1 blank line before a nested definition, found X
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E305 expected 2 blank lines after class or function definition, found X
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E201 whitespace after '('
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E202 whitespace before ')'
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E227 missing whitespace around bitwise or shift operator
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E251 unexpected spaces around keyword / parameter equals
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E225 missing whitespace around operator
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E303 too many blank lines (2)
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E231 missing whitespace after ','
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E271 multiple spaces after keyword
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E261 at least two spaces before inline comment
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E302 expected 2 blank lines, found 1
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, W293 blank line contains whitespace
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E228 missing whitespace around modulo operator
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E401 multiple imports on one line
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E265 block comment should start with '# '
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, W291 trailing whitespace
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
convert some etherlab source files to unix format
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E722 do not use bare except
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
Ignore cache files and generated test reports
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
Update Beremiz translations and list of translators
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
Use the list of supported by app translations instead of supported translations by wx
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
Suppress message box in case current locale is unsupported or missing in wx
|
changeset |
files
|
2018-09-27 |
Andrey Skvortsov |
Add commands to pull translation from transifex
|
changeset |
files
|
2018-09-26 |
Andrey Skvortsov |
Add custom dialog to add/edit comment block in graphical editors
|
changeset |
files
|
2018-09-26 |
Andrey Skvortsov |
Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
|
changeset |
files
|
2018-09-26 |
Andrey Skvortsov |
use the same font size on Windows and GNU/Linux
|
changeset |
files
|
2018-09-26 |
Andrey Skvortsov |
use nice and pretty mono font in graphical languages (SFC, FBD, LD) as well
|
changeset |
files
|
2018-09-25 |
Andrey Skvortsov |
Don't need to call extra _init_
|
changeset |
files
|
2018-09-25 |
Andrey Skvortsov |
Fix black background in preview window
|
changeset |
files
|
2018-09-25 |
Andrey Skvortsov |
Avoid division by zero in case width or height for page are not specified
|
changeset |
files
|
2018-11-21 |
Edouard Tisserant |
IDManager: added import/export plus little cosmetic enhancements.
|
changeset |
files
|
2018-11-20 |
Edouard Tisserant |
IDManager : refactored a bit, moved some code into PSKManagement.py. Now captures URI and PSK on new PYRO(S) and propose them when editing URI. Import/export still to be implemented.
|
changeset |
files
|
2018-11-19 |
Edouard Tisserant |
Renaming servicetype into scheme.
|
changeset |
files
|
2018-11-16 |
Edouard Tisserant |
Added toolbar button to launch ID Manager dialog.
|
changeset |
files
|
2018-11-16 |
Edouard Tisserant |
Renamed IDManager control into IDBrowser, because dialog will be named IDManager
|
changeset |
files
|
2018-11-14 |
Edouard Tisserant |
IDManager.py : finished selector mode.
|
changeset |
files
|
2018-11-14 |
Edouard Tisserant |
Added early implementation of IDManager.py. For now only used to select ID in URIEditor
|
changeset |
files
|
2018-11-09 |
Edouard Tisserant |
Path may contain spaces... sequel of d1359cb
|
changeset |
files
|
2018-11-08 |
Edouard Tisserant |
'Merged' URI editor dialog and Discovery dialog, also clean up related code
|
changeset |
files
|
2018-11-08 |
Edouard Tisserant |
Cut more useless code from URI Editor
|
changeset |
files
|
2018-11-08 |
Edouard Tisserant |
URI Editor Dialog : moved it to /dialog, and fixed naming.
|
changeset |
files
|
2018-11-08 |
Edouard Tisserant |
URI editor : Rewrote most of it, cleaner.
|
changeset |
files
|
2018-10-30 |
Edouard Tisserant |
PSK : Stunnel and/or OpenSSL (undocumented) handles PSK better without special chars, apparently
|
changeset |
files
|
2018-10-30 |
Edouard Tisserant |
Prevent PLCObject to be imported from IDE as a side effect of importing runtime package
|
changeset |
files
|
2018-10-30 |
Edouard Tisserant |
WAMP : ensure that unicode string is passed for published events IDs
|
changeset |
files
|
2018-10-30 |
Edouard Tisserant |
PYRO PSK: adjusted cipher and key length to be usable with openSSL 1.0.2k.
|
changeset |
files
|
2018-10-29 |
Edouard Tisserant |
Automatically get PSK and ID when connecting to PYRO[S], so that future connection through PYROS can use that same key. Also fixed case to UPPER for *PSK.
|
changeset |
files
|
2018-10-23 |
Edouard Tisserant |
Runtime : Ensure that a random PSK secret compatible with stunnel is generated if -s commandline switch is used. Stunnel service is restarted after generation, using spawn_subprocess. TODO : give stunnel restart command as a commandline parameter.
|
changeset |
files
|
2018-10-23 |
Edouard Tisserant |
Added runtime/spawn_subprocess.py. Force use posix spawn instead of fork, with API similar to subprocess. Using fork in runtime is incompatible with Xenomai, because memory is locked and this can lead to out of memory error.
|
changeset |
files
|
2018-10-23 |
Edouard Tisserant |
Small cosmetic change to enhance readability and avoid confusion.
|
changeset |
files
|
2018-10-23 |
Edouard Tisserant |
Force Zeroconf to listen and answer only on interface specified with '-i' command line argument.
|
changeset |
files
|
2018-10-23 |
Edouard Tisserant |
Useless __name__ == '__main__' tests.
|
changeset |
files
|
2018-10-22 |
Edouard Tisserant |
Fixed PYRO's PSK_Adapter : monkey patching was breaking non-PSK protocol, and import ssl was missing.
|
changeset |
files
|
2018-10-19 |
Edouard Tisserant |
merge
|
changeset |
files
|
2018-10-19 |
Edouard Tisserant |
Fix PYROPSK protocol configuration. After a few iteration of trial and error it appears that TSLv1 and PSK ciphers needs to be specified
|
changeset |
files
|
2018-10-18 |
Edouard Tisserant |
merge
|
changeset |
files
|
2018-10-18 |
Edouard Tisserant |
PYRO/TLSPSK : must use PYROLOC* protocol scheme in pyro URI, otherwise object ID is missing. Had to use more persuasive pyro3 monkey patching to have PYROLOCPSK resolved properly
|
changeset |
files
|
2018-10-18 |
Edouard Tisserant |
PYRO/TLSPSK : fixed typos, used appropriate ciphers (https://github.com/drbild/sslpsk/issues/3), use PYROPSK instead of unresolvable PYROLOCPSK.
|
changeset |
files
|
2018-10-15 |
Edouard Tisserant |
Replaced PYROSSL with PYROPSK.
|
changeset |
files
|
2018-10-15 |
Edouard Tisserant |
Beremiz_service now binds both pyro and nevow ports to interface given with '-i' argument.
|
changeset |
files
|
2018-10-15 |
Edouard Tisserant |
Fixed typo in Wampclient.py
|
changeset |
files
|
2018-10-02 |
Edouard Tisserant |
Please pylint and pep8
|
changeset |
files
|
2018-10-02 |
Edouard Tisserant |
Merged
|
changeset |
files
|
2018-10-02 |
Edouard Tisserant |
Show more exceptions on stdout, particularly those that are raised by AutoLoad (first item in Main Thread worker)
|
changeset |
files
|
2018-10-02 |
Edouard Tisserant |
Some cleanup in WampClient and added functions that are usefull for extensions that need to use pub/sub.
|
changeset |
files
|
2018-09-12 |
Edouard Tisserant |
Merged in Andrey's branch
|
changeset |
files
|
2018-09-07 |
Andrey Skvortsov |
Merged in yegorich/beremiz/py3-fix (pull request #36)
|
changeset |
files
|
2018-09-07 |
Yegor Yefremov |
Use Python 3 compatible syntax for exceptions
py3-fix
|
changeset |
files
|
2018-08-29 |
Andrey Skvortsov |
Fix non-usable toolbar on wxPython with GTK3+ in PLCOpenEditor
|
changeset |
files
|
2018-08-29 |
Andrey Skvortsov |
Avoid usage of localized strings before initialization during import in many modules
|
changeset |
files
|
2018-08-28 |
Andrey Skvortsov |
Remove executable bit from source files where it's not needed.
|
changeset |
files
|
2018-08-28 |
Andrey Skvortsov |
Avoid dictionary initialization during import in PouDialog
|
changeset |
files
|
2018-08-27 |
Andrey Skvortsov |
Increase size of comment block in WAMP example, so all information is visible
|
changeset |
files
|
2018-08-24 |
Andrey Skvortsov |
Proper fix for error 'object has no attribute 'getSlave' in EtherCAT extension
|
changeset |
files
|
2018-08-24 |
Andrey Skvortsov |
Make comment blocks in examples slightly bigger so text inside is always visible
|
changeset |
files
|
2018-08-21 |
Andrey Skvortsov |
Separate application tests and code-style checking in different steps in bitbucket-pipelines
|
changeset |
files
|
2018-08-20 |
Andrey Skvortsov |
Make Beremiz_service print version information
|
changeset |
files
|
2018-08-20 |
Andrey Skvortsov |
leave execute permissions only on Beremiz.py, Beremiz_serivce.py and PLCOpenEditor.py
|
changeset |
files
|
2018-08-20 |
Andrey Skvortsov |
Update requirements to include WAMP support
|
changeset |
files
|
2018-08-20 |
Andrey Skvortsov |
Use static library for Modbus
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Cleanup WAMP example
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Update README for WAMP example to use crossbar with python3
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Make ID in WAMP project match with ID PLC runtime.
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Fix SetServer method in WAMP
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Remove non-existed PLCObject method 'ForceReload'
|
changeset |
files
|
2018-08-14 |
Andrey Skvortsov |
remote execute permissions from README file
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Fix wxHMI example after upgrading wxGlade
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Remove useless print statement from wxHMI GUI code
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Rename extension instance 'wxHMI' to 'wxglade_hmi'
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Remove backup .bak files
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Drop EtherCAT examples, because they are non-functional without releasing motion control library
|
changeset |
files
|
2018-08-10 |
Andrey Skvortsov |
merge
|
changeset |
files
|
2018-08-10 |
Andrey Skvortsov |
Dirty fix for error '_object_has_no_attribute_'getSlave' in EtherCAT extension
|
changeset |
files
|
2018-08-10 |
Andrey Skvortsov |
Fix wrong ST code generation in case of several coils connected to each other.
|
changeset |
files
|
2018-08-09 |
Andrey Skvortsov |
Update README with instruction to build BACnet library for BACnet support
|
changeset |
files
|
2018-08-09 |
Andrey Skvortsov |
Improve fix wrong code generation if EN/ENO are used in FBD/LD/SFC
|
changeset |
files
|
2018-08-01 |
Andrey Skvortsov |
Load images for EtherCAT extension
|
changeset |
files
|
2018-09-12 |
Edouard Tisserant |
Flush standard output when runtime ready, so that IDE knows it, and can continue connection to LOCAL:// uri
|
changeset |
files
|
2018-09-11 |
Edouard Tisserant |
Change behaviour of python_eval function block : if TRIG is false, then ACK is also false except a pulse precisely when receiving answer from interpreter
|
changeset |
files
|
2018-09-05 |
Edouard Tisserant |
Removed useless condition in Worker.py that was allowing misfit non-serialized call when worker still not running its loop.
|
changeset |
files
|
2018-08-21 |
Edouard Tisserant |
Refactoring. Separated PLC Object, PYRO Server and MainWorker :
|
changeset |
files
|
2018-08-16 |
Edouard Tisserant |
Fixed new code-generation code, that was making exception with simple variable-to-variable assignments.
|
changeset |
files
|
2018-08-14 |
Edouard Tisserant |
BACnet : Fixed missing header include in server.c introduced in 37ef7a3c6b8b
|
changeset |
files
|
2018-08-14 |
Edouard Tisserant |
merged
|
changeset |
files
|
2018-08-14 |
dporopat |
NevowServer : Added minimalist css style customization and a link to go to settings page and back
|
changeset |
files
|
2018-08-13 |
Edouard Tisserant |
fixed setServer call in WampClient module. Was doing nothing because _PySrv wasn't global.
|
changeset |
files
|
2018-08-13 |
Edouard Tisserant |
Removed now deprecated ForceReload from WAMP exposed calls
|
changeset |
files
|
2018-08-13 |
Edouard Tisserant |
fixed documentation bug
|
changeset |
files
|
2018-08-13 |
Edouard Tisserant |
NevowServer : added addInfoString to allow extensions to declare some read-only strings to be displayed in settings. Also renamed addExtension in addSettings for clarity.
|
changeset |
files
|
2018-08-13 |
Mario de Sousa |
fixed problems reported by certification testing : vendor identifier acces rights (now read only), and bvlc_maintenance timer was increasing too fast.
|
changeset |
files
|
2018-08-09 |
Edouard Tisserant |
Some blank lines to make bitbucket's PEP8 2.2.0 happy
|
changeset |
files
|
2018-08-08 |
Edouard Tisserant |
merged Andrey's default
|
changeset |
files
|
2018-08-01 |
Andrey Skvortsov |
Fix wrong code generation if EN/ENO are used in FBD/LD/SFC
|
changeset |
files
|
2018-07-31 |
Andrey Skvortsov |
Fix flickering in debug panel
|
changeset |
files
|
2018-07-30 |
Andrey Skvortsov |
Fix non-usable toolbar on wxPython with GTK3+
|
changeset |
files
|
2018-07-30 |
Andrey Skvortsov |
Fix problem with decreasing size of StatusToolBar when tools are removed from toolbar.
|
changeset |
files
|
2018-07-28 |
Andrey Skvortsov |
Add BACnet example
|
changeset |
files
|
2018-07-27 |
Andrey Skvortsov |
Rework README.md, add examples section, add instructions for Modbus extension, more information about runtime.
|
changeset |
files
|
2018-07-27 |
Andrey Skvortsov |
Add Modbus example
|
changeset |
files
|
2018-08-08 |
Edouard Tisserant |
Disable source quality checking on ethercat plugin - will fix it later
|
changeset |
files
|
2018-08-08 |
Edouard Tisserant |
Passed bacnet*.py through autopep8, and attemped to fix manually what went wrong + fixed pylint complains
|
changeset |
files
|
2018-08-08 |
Edouard Tisserant |
More pylint+pep8 conformance
|
changeset |
files
|
2018-08-08 |
Edouard Tisserant |
autopep8 + hand made fixes on ProjectController.py runtime/WampClient.py wxglade_hmi/wxglade_hmi.py
|
changeset |
files
|
2018-08-07 |
Edouard Tisserant |
pylint on runtime/NevowServer.py
|
changeset |
files
|
2018-08-06 |
Edouard Tisserant |
pep8 on runtime/NevowServer.py
|
changeset |
files
|
2018-08-06 |
Edouard Tisserant |
merged
|
changeset |
files
|
2018-08-06 |
Edouard Tisserant |
Make some POU libraries selected by default or not. This changes structure of features.libraries, please check and update your extensions if they use libraries
|
changeset |
files
|
2018-07-04 |
Andrey Skvortsov |
remove useless code
|
changeset |
files
|
2018-07-04 |
Andrey Skvortsov |
Add full screen mode (menu and title are hidden)
|
changeset |
files
|
2018-07-03 |
Andrey Skvortsov |
Add information how to make shelve command work with check_source.sh called from hg hook
|
changeset |
files
|
2018-06-29 |
Andrey Skvortsov |
Automatically increment IEC-location address if copy of the variable is created
|
changeset |
files
|
2018-06-29 |
Andrey Skvortsov |
Make information about translation to be in unicode
|
changeset |
files
|
2018-06-29 |
Andrey Skvortsov |
Take plcopen_icons.svg as source of png icons as well
|
changeset |
files
|
2018-06-29 |
Andrey Skvortsov |
Add 256x256 and 64x64 Beremiz icons
|
changeset |
files
|
2018-06-29 |
Andrey Skvortsov |
Add PLCOpenEditor icon to plcopen_icons.svg
|
changeset |
files
|
2018-06-27 |
Andrey Skvortsov |
Fix rounding of thousandths of microseconds in duration editor
|
changeset |
files
|
2018-06-27 |
Andrey Skvortsov |
Add checking value in microseconds field in duration editor dialog
|
changeset |
files
|
2018-06-27 |
Andrey Skvortsov |
Catch 'clipboard already open' errors in editors
|
changeset |
files
|
2018-06-27 |
Andrey Skvortsov |
If task type is changed from 'interrupt' to 'cyclic' init interval with T#20ms.
|
changeset |
files
|
2018-06-26 |
Andrey Skvortsov |
Explicitly enable required libraries in test projects
|
changeset |
files
|
2018-06-26 |
Andrey Skvortsov |
Disable by default unlisted in project beremiz.xml libraries
|
changeset |
files
|
2018-06-26 |
Andrey Skvortsov |
Fix 'DoGetTextExtent - invalid DC' error
|
changeset |
files
|
2018-06-26 |
Andrey Skvortsov |
Fix size of ProjectDialog used by PLCOpenEditor
|
changeset |
files
|
2018-06-26 |
Andrey Skvortsov |
Fix some compilation warnings for better ANSI C compliance
|
changeset |
files
|
2018-07-20 |
Edouard Tisserant |
Customizable columns in VariableTables (i.e. can be monkey patched properly)
|
changeset |
files
|
2018-07-20 |
Edouard Tisserant |
Merged
|
changeset |
files
|
2018-07-19 |
Edouard Tisserant |
Customizable update of toolbar buttons (i.e. 'methods') according to PLCStatus
nevow_service_rework
|
changeset |
files
|
2018-07-13 |
Edouard Tisserant |
Fixed small typo in error message.
nevow_service_rework
|
changeset |
files
|
2018-07-12 |
Edouard Tisserant |
WAMP : complains about failure to start WAMP only if it was successfully imported.
nevow_service_rework
|
changeset |
files
|
2018-07-11 |
Edouard Tisserant |
WAMP: now config and secret given in project files always override those given in commandline. Also made extensions web customisations happen before registration of web interface.
nevow_service_rework
|
changeset |
files
|
2018-07-10 |
Edouard Tisserant |
Moved Wamp configuration file selection logic into runtime/wampclient.py. Added Wamp CRA secret file upload and download. Slightly reworked code for config and secret file loading and saving.
nevow_service_rework
|
changeset |
files
|
2018-07-10 |
Edouard Tisserant |
Added a way for extension to register dedicated URL under settings page URL (i.e. /settings/something)
nevow_service_rework
|
changeset |
files
|
2018-07-06 |
Edouard Tisserant |
Fixed a bit of everything in WAMP, and added web settings for that same extension.
nevow_service_rework
|
changeset |
files
|
2018-07-06 |
Edouard Tisserant |
Added some immutable field (platform) in default runtime web setting page, for the example.
nevow_service_rework
|
changeset |
files
|
2018-07-06 |
Edouard Tisserant |
Fix misc typos in exception handling code.
nevow_service_rework
|
changeset |
files
|
2018-07-05 |
Edouard Tisserant |
Fixed i18n related typo.
nevow_service_rework
|
changeset |
files
|
2018-07-05 |
Edouard Tisserant |
Fixed typo
nevow_service_rework
|
changeset |
files
|
2018-07-05 |
Edouard Tisserant |
Better logging of Nevow Server import in case of exception.
nevow_service_rework
|
changeset |
files
|
2018-07-05 |
Edouard Tisserant |
WampClient : Simplified, removed dead code, use exception for handling failures and misconfiguration, check existence of mandatory parameters.
nevow_service_rework
|
changeset |
files
|
2018-07-04 |
Edouard Tisserant |
Merged #2486, enhancements to WAMP client : auto reconnecting, wamp conf checking and saving, additional attributes for exposed calls, etc
nevow_service_rework
|
changeset |
files
|
2018-07-04 |
Edouard Tisserant |
Nevow based web interface now show simple Log message sending form for basic runtime, and allow extensions to add their own web settings.
nevow_service_rework
|
changeset |
files
|
2018-06-22 |
Edouard Tisserant |
Now, runtime extensions should be able to add their own settings to web configuration interface.
nevow_service_rework
|
changeset |
files
|
2018-06-22 |
Edouard Tisserant |
Embrio of setting form, just to test
nevow_service_rework
|
changeset |
files
|
2018-06-05 |
dporopat |
#2486 Exception if custom protocol options are wrong.
#2486
|
changeset |
files
|
2018-05-18 |
dporopat |
#2486 ExposedCalls with register options as a dictionary.
#2486
|
changeset |
files
|
2018-05-14 |
dporopat |
#2486 Renaming functions.
#2486
|
changeset |
files
|
2018-05-14 |
dporopat |
#2486 Reconnect funtion in SaveWampClientConf function.
#2486
|
changeset |
files
|
2018-05-09 |
dporopat |
#2486 Modified reconnect function. Added 'active' parameter to wampconf.json file.
#2486
|
changeset |
files
|
2018-04-19 |
dporopat |
#2486 Adding reconnect funtion to WampClient. Global TransportFactory not needed anymore.
#2486
|
changeset |
files
|
2018-04-18 |
dporopat |
#2486 Added global TransportFactory, needed in WebInterface reconnecting function.
#2486
|
changeset |
files
|
2018-04-18 |
dporopat |
#2486 WampClient needs pyro.plcobj before registration calls.
#2486
|
changeset |
files
|
2018-04-11 |
dporopat |
#2486 Fix if protocol, register options are not present in wapmconf.json file.
#2486
|
changeset |
files
|
2018-04-10 |
dporopat |
#2486 Added ExposedProgressCalls list using details argument for registration progress calls.
#2486
|
changeset |
files
|
2018-04-10 |
dporopat |
#2486 Unnecessary variable removed.
#2486
|
changeset |
files
|
2018-04-10 |
dporopat |
#2486 Added option to use websocket register options. Added function getValidOptins to read options from wampconf.json.
#2486
|
changeset |
files
|
2018-04-09 |
dporopat |
#2486 Added option to use websocket protocol options.
#2486
|
changeset |
files
|
2018-03-27 |
dporopat |
#2486 Updated wamp test project to work with the latest Crossbar version.
#2486
|
changeset |
files
|
2018-03-19 |
dporopat |
#2486 Reset delay function added. It resets the delay and the retry counter on reconnect.
#2486
|
changeset |
files
|
2018-06-23 |
Edouard Tisserant |
merge
|
changeset |
files
|
2018-06-23 |
Edouard Tisserant |
merge
|
changeset |
files
|
2018-06-18 |
Andrey Skvortsov |
Fix compilation warning/error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
|
changeset |
files
|
2018-06-18 |
Andrey Skvortsov |
merge
|
changeset |
files
|
2018-06-15 |
Edouard Tisserant |
WxGlade HMI extension now does only instanciate wx object who's name match extension's name. If no object match the name and no code is provided in 'start' user python code section, then a warning is issued
|
changeset |
files
|
2018-06-13 |
Edouard Tisserant |
BACnet : ensure that Init did happen before continuing with PLC startup.
|
changeset |
files
|
2018-06-15 |
Andrey Skvortsov |
Update list of files with strings for i18n and templates for translations
|
changeset |
files
|
2018-06-15 |
Andrey Skvortsov |
Add small contributing document with information about codestyle checking
|
changeset |
files
|
2018-06-15 |
Andrey Skvortsov |
Add argument to set list of source files to check
|
changeset |
files
|
2018-06-09 |
Andrey Skvortsov |
check_source.sh: handle case if there are no files to check
|
changeset |
files
|
2018-06-09 |
Andrey Skvortsov |
Fix linter errors
|
changeset |
files
|
2018-06-09 |
Andrey Skvortsov |
Add command line argument to run linter only on changed files
|
changeset |
files
|
2018-06-08 |
Andrey Skvortsov |
Don't use fixed width labels in WAMP and PYRO dialogs
|
changeset |
files
|
2018-06-07 |
Andrey Skvortsov |
Fix internatialization in UriLocationEditor, PYRO dialog and Modbus configurator
|
changeset |
files
|
2018-06-07 |
Andrey Skvortsov |
Add copyright headers to retain implementation for GNU/Linux and Win32
|
changeset |
files
|
2018-06-07 |
Andrey Skvortsov |
Drop support for wxPython 2.6 and below
|
changeset |
files
|
2018-06-07 |
Andrey Skvortsov |
Autoresize UriLocationEditor dialog window
|
changeset |
files
|
2018-06-07 |
Andrey Skvortsov |
Fix compilation problem in case of TARGET_LOGGING_DISABLE turned on and TARGET_DEBUG_DISABLE turned off
|
changeset |
files
|
2018-06-07 |
Andrey Skvortsov |
Use the same retain implementation for Win32 targets
|
changeset |
files
|
2018-06-07 |
Andrey Skvortsov |
Add retain basic implementation on GNU/Linux
|
changeset |
files
|
2018-06-01 |
Andrey Skvortsov |
Add helper function GetRetainSize()
|
changeset |
files
|
2018-06-01 |
Andrey Skvortsov |
use CLOCK_MONOTONIC instead of CLOCK_REALTIME for timer setup
|
changeset |
files
|
2018-05-31 |
Surkov Sergey |
Add function example to first_steps example
|
changeset |
files
|
2018-05-25 |
Andrey Skvortsov |
fix type introduced by f33942053466 (fix pylint warning "(undefined-loop-variable) Using possibly undefined loop variable 'X'")
|
changeset |
files
|
2018-05-25 |
Andrey Skvortsov |
Build by default with optimization level -O2 for GCC
|
changeset |
files
|
2018-05-25 |
Andrey Skvortsov |
fix hangs on mouse selection in case if wxPython uses wxWidgets with GTK3+ support
|
changeset |
files
|
2018-05-25 |
Andrey Skvortsov |
make clipboard open minimal time as wxPython documentation recommends
|
changeset |
files
|
2018-06-23 |
Edouard Tisserant |
Merged GPL + LGPL v2 or later EtherCAT extension. Fixed headers and copyright notice.
|
changeset |
files
|
2014-08-11 |
Edouard Tisserant |
Propagated matiec changes in FB var accessors
|
changeset |
files
|
2014-04-02 |
Edouard Tisserant |
Fixed most obvious bugs appear after grafting changes from previous development branches : re-enable openning non-CoE, CoE and CiA 402 nodes config
|
changeset |
files
|
2013-10-02 |
Laurent Bessard |
Fixed xslt stylesheet for extracting entries defined in module, rewiting xslt stylesheet to yslt
|
changeset |
files
|
2013-09-30 |
Laurent Bessard |
Fixed bug in information returned for module where entries are defined only in PDO mapping
|
changeset |
files
|
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
|
changeset |
files
|
2013-09-24 |
Laurent Bessard |
Fixed bug when compiling
|
changeset |
files
|
2013-09-23 |
Laurent Bessard |
Fixed higen example removing obsolete attribute in CIA402 node params file
|
changeset |
files
|
2013-09-23 |
Laurent Bessard |
Fixed controllers for working with latest version of xmlclass
|
changeset |
files
|
2013-06-24 |
Laurent Bessard |
Added bug in support for set flag for optional variables activation in axis public struct
|
changeset |
files
|
2013-06-24 |
Laurent Bessard |
Added support for set flag for optional variables activation in axis public struct
|
changeset |
files
|
2013-06-24 |
Laurent Bessard |
Replaced location for axis ref from %IW(location).0 to %IW(location).402. Added location for network position at %IW(location).
|
changeset |
files
|
2013-06-24 |
Laurent Bessard |
Rewrite CIA402 node specific code generating part
|
changeset |
files
|
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>
|
changeset |
files
|
2013-06-03 |
Laurent Bessard |
Fixed bug when drag'n dropping variable in master startup command grid
|
changeset |
files
|
2013-05-21 |
Edouard Tisserant |
Moved ratio scaling back to MCL. Rewrote CiA402 C part in a way it can be read and understood by some humans.
|
changeset |
files
|
2013-05-16 |
Laurent Bessard |
Added icon for Ethercat extension root and Ethercat master node
|
changeset |
files
|
2013-05-10 |
Laurent Bessard |
Fixed bug with global instance declaration
|
changeset |
files
|
2013-05-10 |
Laurent Bessard |
Fix bug in when moving Ethercat slaves fixed
|
changeset |
files
|
2013-05-08 |
Laurent Bessard |
Added mapping for TouchProbe function in CIA402 slave node
|
changeset |
files
|
2013-05-03 |
Laurent Bessard |
Fixed bug with axes boolean parameters value
|
changeset |
files
|
2013-05-02 |
Laurent Bessard |
Added error message when a device informations can't be found in ESI files
|
changeset |
files
|
2013-05-02 |
Laurent Bessard |
Fixed ToolTip on VariablesGrid columns on Windows
|
changeset |
files
|
2013-04-29 |
Laurent Bessard |
Update higen drive example introducing usage of csv mode
|
changeset |
files
|
2013-04-29 |
Laurent Bessard |
Merged
|
changeset |
files
|
2013-04-29 |
Laurent Bessard |
Fixed bug in support for module extra params in EthercatCFileGenerator
|
changeset |
files
|
2013-04-29 |
Laurent Bessard |
Added support for module extra params in EthercatCFileGenerator
|
changeset |
files
|
2013-04-26 |
Laurent Bessard |
Fixed support for multiple module extra params in ModulesLibrary
|
changeset |
files
|
2013-04-26 |
Laurent Bessard |
Added support for multiple module extra params in ModulesLibrary
|
changeset |
files
|
2013-04-25 |
Laurent Bessard |
Added support for using CIA402 motion mode csp, csv and cst
|
changeset |
files
|
2013-04-26 |
Laurent Bessard |
Fixed order of LocationCFilesAndCFLAGS, master was called after slaves in PLC init and retrieve functions
|
changeset |
files
|
2013-04-24 |
Laurent Bessard |
Fixed bug on Windows with sizers on Windows in Master Editor panel when its size changed
|
changeset |
files
|
2013-04-24 |
Laurent Bessard |
Fixed Save As... function in Beremiz
|
changeset |
files
|
2013-04-22 |
Laurent Bessard |
Added support for stopping SDOThreadProc when stopping PLC
|
changeset |
files
|
2013-04-22 |
Laurent Bessard |
Fixed bug when modifying slave module type
|
changeset |
files
|
2013-04-18 |
Laurent Bessard |
Fixed bug in filters behavior on Windows
|
changeset |
files
|
2013-04-17 |
Laurent Bessard |
Fixed filter behavior in MasterEditor and SlaveEditor
|
changeset |
files
|
2013-04-15 |
Laurent Bessard |
Fixed CIA402 node template for working with MC_Power modification removing implicit set position
|
changeset |
files
|
2013-04-14 |
Laurent Bessard |
Fix scan network functionality, project tree not refreshed after adding slaves
|
changeset |
files
|
2013-04-14 |
Laurent Bessard |
Rollback last commit
|
changeset |
files
|
2013-04-13 |
Laurent Bessard |
Fixed CIA402 node template for working with MC_Power modification removing implicit set position
|
changeset |
files
|
2013-04-13 |
Laurent Bessard |
Fixed bugs in drag'n drop from variables panel in master and slaves editor panel
|
changeset |
files
|
2013-04-12 |
Laurent Bessard |
Added initialization of abort_code and result_size to prevent warning message if not used in following code
|
changeset |
files
|
2013-04-12 |
Laurent Bessard |
Fixed header files inclusion in CIA402 node template file
|
changeset |
files
|
2013-04-12 |
Edouard Tisserant |
Fixed (again) some non-clean exit in case of SDO failure at init
|
changeset |
files
|
2013-04-11 |
Laurent Bessard |
Merged
|
changeset |
files
|
2013-04-04 |
Laurent Bessard |
Fixed ethercat test with higen drive project
|
changeset |
files
|
2013-04-04 |
Laurent Bessard |
Fixed bug when using real axis and simulated axis at the same time (got the same index)
|
changeset |
files
|
2013-04-05 |
Edouard Tisserant |
Now failure in template based part of C code also release the master for later use...
|
changeset |
files
|
2013-04-05 |
Edouard Tisserant |
Better logging, saffer failure at init (allows restart)
|
changeset |
files
|
2013-04-05 |
Edouard Tisserant |
Added error logging when SDO FB fails
|
changeset |
files
|
2013-04-04 |
Edouard Tisserant |
Added logging based on collecting Kernel logs
|
changeset |
files
|
2013-04-04 |
Edouard Tisserant |
Fixed typo
|
changeset |
files
|
2013-03-29 |
Edouard Tisserant |
Fixed linking with non RTDM etherlab lib. Now with rtdm...
|
changeset |
files
|
2013-03-29 |
Laurent Bessard |
Split etherlab.py into multiple files
|
changeset |
files
|
2013-03-29 |
Laurent Bessard |
Fixed bug with process variables grid
|
changeset |
files
|
2013-03-28 |
Edouard Tisserant |
Stripped useless depricated comments, changed print format of sdo abort code
|
changeset |
files
|
2013-03-28 |
Edouard Tisserant |
Updated generated code to etherlab 1.5.2
|
changeset |
files
|
2013-03-26 |
Edouard Tisserant |
Added Logging
|
changeset |
files
|
2013-03-26 |
Edouard Tisserant |
Now use beremiz.h
|
changeset |
files
|
2013-03-20 |
Laurent Bessard |
Fixed bugs in Network Configuration Editor
|
changeset |
files
|
2013-03-14 |
Edouard Tisserant |
CiA402 now fills NetworkPosition member of public axis struct
|
changeset |
files
|
2013-03-06 |
Laurent Bessard |
Fixed bugs in process variables generated code
|
changeset |
files
|
2013-03-06 |
Laurent Bessard |
Added specific add menu for directly choose slave type while adding new slave
|
changeset |
files
|
2013-03-06 |
Laurent Bessard |
Added code generation for process variables
|
changeset |
files
|
2013-03-06 |
Laurent Bessard |
Fixed modifications in Startup Commands grid
|
changeset |
files
|
2013-03-05 |
Laurent Bessard |
Improved Ethercat Network Configurator panels
|
changeset |
files
|
2013-03-04 |
Laurent Bessard |
Improved Ethercat Network Configurator panels
|
changeset |
files
|
2013-02-27 |
Laurent Bessard |
Added panel for managing ESI files from project and from database including module PDO alignment setting
|
changeset |
files
|
2013-02-06 |
Laurent Bessard |
Added support for MC_*DigitalOutput, MC_ReadAxisInfo and MC_ReadAxisError blocks from MCL in DS402 nodes generated code
|
changeset |
files
|
2013-01-30 |
Laurent Bessard |
Replaced SplitterWindow in ConfTreeNodeEditor by Notebook
|
changeset |
files
|
2012-11-16 |
Laurent Bessard |
Fix bug in support for Etherlab specific fieldbus interface function blocks
|
changeset |
files
|
2012-11-15 |
Laurent Bessard |
Fix bug in support for Etherlab specific fieldbus interface function blocks
|
changeset |
files
|
2012-11-15 |
Laurent Bessard |
Adding support for Etherlab specific function blocks for MCL fieldbus interface function blocks
|
changeset |
files
|
2012-11-09 |
Laurent Bessard |
Adding support for extracting ActualVelocity from CIA402 nodes PDOs
|
changeset |
files
|
2012-11-09 |
Laurent Bessard |
Fix bug in EtherLabSDODownload function block
|
changeset |
files
|
2012-10-31 |
Laurent Bessard |
Fix bug when Drag'n Dropping located variables on Windows
|
changeset |
files
|
2012-10-31 |
Laurent Bessard |
Adding support for using Etherlab SDO function blocks in MCL
|
changeset |
files
|
2012-10-29 |
Laurent Bessard |
Updating ethercat example for higen drive adding an example of Ethercat SDO upload block usage
|
changeset |
files
|
2012-10-25 |
Laurent Bessard |
Adding block library for SDO download and SDO upload
|
changeset |
files
|
2012-10-19 |
Laurent Bessard |
Fix bug in CIA402 slave digital inputs
|
changeset |
files
|
2012-10-19 |
Laurent Bessard |
Adding support to enable CIA402 slave digital inputs
|
changeset |
files
|
2012-10-17 |
Laurent Bessard |
Fix Axis_Ref type defined in VariableLocationTree
|
changeset |
files
|
2012-10-17 |
Laurent Bessard |
Adding support for selecting a PDO in a list of mutually exclusive configured PDOs in Ethercat Network Configurator
|
changeset |
files
|
2012-10-13 |
Laurent Bessard |
Fix bug in endianization in value transmit and received by SDO
|
changeset |
files
|
2012-09-23 |
Laurent Bessard |
Fix bug when modifying slave position
|
changeset |
files
|
2012-09-23 |
Laurent Bessard |
Fix C code Generator to use CoE section contained in the slave ESI file for defining Ethercat network configuration
|
changeset |
files
|
2012-09-22 |
Laurent Bessard |
Merged
|
changeset |
files
|
2012-09-19 |
Laurent Bessard |
Fix bug when modifying slave position
|
changeset |
files
|
2012-09-21 |
Edouard Tisserant |
Better jitter compensation before sending Ethercat frame. Jitter can be compensed in both directions, within some limits
|
changeset |
files
|
2012-09-19 |
Edouard Tisserant |
Different etherlab sequencing within retrieve and publish. Now, timer is polled after PLC exec until frame have to be sent. This slightly reduce jitter, compared to previous sequencing
|
changeset |
files
|
2012-09-13 |
Laurent Bessard |
Adding support for loading Profile dictionaries only if needed
|
changeset |
files
|
2012-09-12 |
Laurent Bessard |
Fix bug modules present in all groups with the same name even if they are defined by different vendors
|
changeset |
files
|
2012-09-09 |
Laurent Bessard |
Fix bug variable entries table column headers not translated
|
changeset |
files
|
2012-09-07 |
Laurent Bessard |
Fix import after integration of plcopeneditor into Beremiz
|
changeset |
files
|
2012-09-04 |
Laurent Bessard |
Removing call to UpdateAxis and ComputeAxis in CIA DS402 node generated retrieve and publish functions. These calls have been transfered to MCL library retrieve and publish functions.
|
changeset |
files
|
2012-07-20 |
Laurent Bessard |
Fix bug with AXIS_REF allocation
|
changeset |
files
|
2012-06-25 |
Laurent Bessard |
Adding support using plcopeneditor bitmap library for icon request
|
changeset |
files
|
2012-06-25 |
Laurent Bessard |
Fix bug slave information panel not refreshed when slave type changed
|
changeset |
files
|
2012-06-19 |
Laurent Bessard |
Fix bug when modifying node parameters
|
changeset |
files
|
2012-06-11 |
laurent |
Merged
|
changeset |
files
|
2012-06-11 |
Laurent Bessard |
Fix disable dynamic PDOs support
|
changeset |
files
|
2012-06-10 |
Laurent Bessard |
Fix bug with AXIS_REF located variable drag'n drop and disable dynamic PDOs support
|
changeset |
files
|
2012-06-10 |
Laurent Bessard |
Adding support for getting CIA402 slave AXIS_REF located variables and disabling dynamic PDO mapping algorithm for drives than doesn't support this functionality
|
changeset |
files
|
2012-06-04 |
Edouard Tisserant |
Changed AXIS_REF registration call name
|
changeset |
files
|
2012-05-23 |
Laurent Bessard |
Fixing bug on ConfNodeEditors refresh
|
changeset |
files
|
2012-05-23 |
Edouard Tisserant |
fixed multiple cia402 instance symbol collision
|
changeset |
files
|
2012-05-23 |
Laurent Bessard |
Replacing Panel by ScrolledWindow for displaying node information for more clarity when window is small
|
changeset |
files
|
2012-05-22 |
Laurent Bessard |
Removing ModesOfOperation parameter until handled by MCL
|
changeset |
files
|
2012-05-21 |
laurent |
Fix bug with VariablesList on Windows
|
changeset |
files
|
2012-05-21 |
laurent |
refactoring
|
changeset |
files
|
2012-05-21 |
laurent |
Merged
|
changeset |
files
|
2012-05-21 |
laurent |
refactoring
|
changeset |
files
|
2012-05-21 |
laurent |
Merged
|
changeset |
files
|
2012-05-18 |
laurent |
refactoring
|
changeset |
files
|
2012-05-21 |
Edouard Tisserant |
Fixed example build with installer 1.1
|
changeset |
files
|
2012-05-20 |
Edouard Tisserant |
updated examples also
|
changeset |
files
|
2012-05-20 |
Edouard Tisserant |
reflected changes in beremiz extension mechanism
|
changeset |
files
|
2012-05-13 |
edouard_and_laurent |
Fixed wrong PDO in unused sync managers\nFix higen drive ethercat example
|
changeset |
files
|
2012-04-30 |
laurent |
Fix Ethercat xsd files
|
changeset |
files
|
2012-04-01 |
laurent |
Adding test project using higen drive
|
changeset |
files
|
2012-03-31 |
laurent |
Adding forgotten icons
|
changeset |
files
|
2012-03-21 |
laurent |
Adding plugin icons and replacing reference to DS402 by CIA402
|
changeset |
files
|
2012-03-18 |
laurent |
Adding support for remotely scanning Etherlab network and automatically configure it
|
changeset |
files
|
2012-03-18 |
laurent |
Defining all slaves as Etherlab master subplugin instead of editing them in an editor with vertical notebook
|
changeset |
files
|
2012-03-11 |
laurent |
Adding Ethercat network scan command for testing (print result, network configuration not modified)
|
changeset |
files
|
2012-03-11 |
laurent |
Adding support for uploading default value for unused entries in output pdos from slaves before starting master
|
changeset |
files
|
2012-03-11 |
laurent |
Replacing wx.Grid control by a wx.TreeListCtrl for displaying slaves entries
|
changeset |
files
|
2012-02-29 |
laurent |
Fix bug when trying to drag'n drop variable from slave variables grid
|
changeset |
files
|
2012-02-23 |
laurent |
Adding support for setting TargetPosition only if PositionSetPoint value from MCL is valid
|
changeset |
files
|
2012-02-23 |
laurent |
Fix bug with PowerFeedback value
|
changeset |
files
|
2012-02-22 |
laurent |
Adding support for MCL
|
changeset |
files
|
2012-02-16 |
Edouard Tisserant |
Added test directory
|
changeset |
files
|
2012-02-14 |
laurent |
Adding support for DS402 node subplugin (only simple state transition implemented)
|
changeset |
files
|
2012-02-07 |
laurent |
Fix some issues regarding arbitrary variable mapping
|
changeset |
files
|
2012-01-31 |
laurent |
Moving Add and Remove button to Plugin menu items
|
changeset |
files
|
2012-01-17 |
laurent |
Adding support for displaying slave sync managers and profile object dictionary and for arbitrarily mapping variable through variable location
|
changeset |
files
|
2012-01-10 |
laurent |
Merge with Donggu modifications
|
changeset |
files
|
2012-01-10 |
laurent |
Merge with Donggu modifications
|
changeset |
files
|
2012-01-08 |
laurent |
Adding support for drag'n dropping located variables from topology panel to configurations and resources variable panel for declaring global located variables
|
changeset |
files
|
2011-12-22 |
Donggu Kang |
Master relase code added
|
changeset |
files
|
2011-12-22 |
Donggu Kang |
Master release code added
|
changeset |
files
|
2011-12-20 |
laurent |
Adding support for not configuring pdos when not mandatory and not needed by locations defined in PLC program. Adding support for displaying locations tree in Topology panel and BrowseLocationsDialog. Merging pdos grid and variables grid into one single grid in slave infos panel.
|
changeset |
files
|
2011-12-18 |
laurent |
First working implementation of Beremiz plugin for etherlab
|
changeset |
files
|
2018-06-11 |
Edouard Tisserant |
merge
|
changeset |
files
|
2018-06-08 |
Edouard Tisserant |
Add BACnet extension from Mario de Sousa <msousa@fe.up.pt>
|
changeset |
files
|
2018-06-08 |
Edouard Tisserant |
Make Modbus extension license compatible with the rest of Beremiz IDE python code : GPLv2.
|
changeset |
files
|
2018-06-04 |
Edouard Tisserant |
Commented out safety check to prevent deadlock in wxEvaluator, since wx Mainloop is not anymore in main thread. That safety check actually leads to having wx code running outside of MainLoop
|
changeset |
files
|
2018-05-23 |
Edouard Tisserant |
Merge
|
changeset |
files
|
2018-05-23 |
Andrey Skvortsov |
Print version information about software used for tests
|
changeset |
files
|
2018-05-23 |
Andrey Skvortsov |
Fix codestyle
|
changeset |
files
|
2018-05-23 |
Andrey Skvortsov |
Fix typos introduced by 9fa2f8e "Fixed random segfault happening when loading new PLC in runtime, when using Xenonai."
|
changeset |
files
|
2018-05-22 |
Andrey Skvortsov |
merged changes in README.md
|
changeset |
files
|
2018-03-12 |
Sergey Surkov |
add python-cycler dependence in readme
|
changeset |
files
|
2018-05-23 |
Edouard Tisserant |
Make Modbus mutexes non blocking for PLC. If data related to some modbus request is alredy locked when PLC wants to access it, then data isn't copied to/from PLC
|
changeset |
files
|
2018-05-17 |
Edouard Tisserant |
Merged #2476, URI dialog fixes
|
changeset |
files
|
2018-05-17 |
Edouard Tisserant |
close branch #2476 - URI dialog fixed
#2476
|
changeset |
files
|
2018-05-14 |
dporopat |
#2476 Changes to the comment.
#2476
|
changeset |
files
|
2018-05-10 |
dporopat |
#2476 Connectors dialog module added.
#2476
|
changeset |
files
|
2018-05-09 |
dporopat |
#2476 Separate connectors dialogs from connectors module.
#2476
|
changeset |
files
|
2018-05-09 |
dporopat |
#2476 Additional check added if we can import wx.
#2476
|
changeset |
files
|
2018-05-10 |
Edouard Tisserant |
Allow deleting configuration tree node with no corresponding directory in project tree
|
changeset |
files
|
2018-05-07 |
Edouard Tisserant |
Support unicode in LDFLAGS returned by extensions
|
changeset |
files
|
2018-05-07 |
Edouard Tisserant |
Fixed typos
|
changeset |
files
|
2018-04-20 |
dporopat |
#2476 Added uri location editor, getting connectors from list in Beremiz.
#2476
|
changeset |
files
|
2018-04-27 |
Edouard Tisserant |
Fixed random segfault happening when loading new PLC in runtime, when using Xenonai.
|
changeset |
files
|
2018-04-19 |
Edouard Tisserant |
PEP-8 and PyLint
|
changeset |
files
|
2018-04-19 |
Edouard Tisserant |
merged Denis change to apply input as we type in CTN configuration forms text fieds
|
changeset |
files
|
2018-04-19 |
Edouard Tisserant |
PEP-8 and PyLint
|
changeset |
files
|
2018-04-19 |
Edouard Tisserant |
Add safety check to prevent exception when disconnecting while debugging
|
changeset |
files
|
2018-04-19 |
Edouard Tisserant |
Removed DebugThread. Take advantage of the fact that buffering is done in runtime. No need to poll for traces more than ten per second, then use simple wxTimer for that. Also removed Debug Lock since now everything happens in wx' mainloop.
|
changeset |
files
|
2018-04-19 |
Edouard Tisserant |
Rework of runtime non-real-time threading, and shared object dynamic loading :
|
changeset |
files
|
2018-04-17 |
Edouard Tisserant |
Stripped forgotten debug code
|
changeset |
files
|
2018-04-19 |
Edouard Tisserant |
close branch
#2476
|
changeset |
files
|
2018-04-19 |
dporopat |
#2476 Fix for saving text in URI edit text box. No need to click out of URI edit text box to save edited text.
#2476
|
changeset |
files
|
2018-04-16 |
Edouard Tisserant |
Fixed Xenomai 3 PLC stop freeze. Now use explicit finish command with pipes. Closing both ends of pipes doesn't abort blocking read anymore.
|
changeset |
files
|
2018-04-16 |
Edouard Tisserant |
More canonical test.
|
changeset |
files
|
2018-04-14 |
Edouard Tisserant |
PLCObject got more methods serialized through worker : Start, Stop, NewPLC.
|
changeset |
files
|
2018-04-12 |
Edouard Tisserant |
Fixed implementation of runtime worker that ensure that PLCObject Load and Unload methods always run main thread.
|
changeset |
files
|
2018-04-12 |
Edouard Tisserant |
merged
|
changeset |
files
|
2018-04-12 |
Edouard Tisserant |
merged
|
changeset |
files
|
2018-04-12 |
Edouard Tisserant |
Intermediate state while implementing runtime worker to ensure that PLCObject Load and Unload methods always run main thread.
|
changeset |
files
|
2018-04-12 |
Edouard Tisserant |
Stripped more dead code.
|
changeset |
files
|
2018-04-12 |
Edouard Tisserant |
Cleanup of some dead code in PYRO connector.
|
changeset |
files
|
2018-04-12 |
Edouard Tisserant |
Added logging in Xenomai init phase.
|
changeset |
files
|
2018-04-12 |
Edouard Tisserant |
Apply new RT Pipes API from Xenomai 3
|
changeset |
files
|
2018-04-12 |
Edouard Tisserant |
Removed useless try/except in Canfestival.py
|
changeset |
files
|
2018-04-10 |
dporopat |
#2579 On showing search result, text color of tree item is set to white. We need to change back color to show the result.
|
changeset |
files
|