2018-02-02 |
Edouard Tisserant |
Launcher: ShowUI call moves from preStart to start. ShowUI() split into CreateUI() and ShowUI(). Start()'s arguments are passed to CreateUI()
|
changeset |
files
|
2018-02-02 |
Edouard Tisserant |
Launcher: allows customizations to specify what globals passed to extensions
|
changeset |
files
|
2018-02-02 |
Edouard Tisserant |
Documentation
|
changeset |
files
|
2018-02-01 |
Edouard Tisserant |
Another set of meaningless changes to satisfy PEP8 and PyLint.
|
changeset |
files
|
2018-01-31 |
Edouard Tisserant |
PEP8 conformity for modbus. Most of it done by autopep8, plus some easy refactoring.
|
changeset |
files
|
2018-01-31 |
Edouard Tisserant |
Add some class factory function to ease declaration of simple POU libraries in customizations (i.e. TC6 XML file only, no special C code generation)
|
changeset |
files
|
2018-01-31 |
Edouard Tisserant |
Small pep8 conformity enforcement.
|
changeset |
files
|
2018-01-31 |
Edouard Tisserant |
Better have globals passed to python extensions (-e) than locals.
|
changeset |
files
|
2018-01-31 |
Edouard Tisserant |
launcher : move call to ShowSplashScreen and BackgroundInitialization to PreStart()
|
changeset |
files
|
2018-01-30 |
Edouard Tisserant |
modbus extension code cleanup, from smarteh's patch
|
changeset |
files
|
2018-01-30 |
Edouard Tisserant |
Merged Mario's modbus branch. Fixed line endings.
|
changeset |
files
|
2017-03-24 |
Mario de Sousa |
merge
|
changeset |
files
|
2017-03-05 |
Mario de Sousa |
Ignore bug report files.
|
changeset |
files
|
2017-03-05 |
Mario de Sousa |
Add support for Modbus (TCP and RTU) working as master & slave
|
changeset |
files
|
2018-01-29 |
Edouard Tisserant |
merge
|
changeset |
files
|
2018-01-24 |
Edouard Tisserant |
fixed erro introduced 2 commits ago (-e) : tuples have no reverse() method
|
changeset |
files
|
2018-01-24 |
Edouard Tisserant |
Trying to get better logging/display of exceptions at runtime's startup
|
changeset |
files
|
2018-01-24 |
Edouard Tisserant |
Changed way to deal with extensions arguments (-e) so that path and filename are stored independently and accessible for extensions themselves.
|
changeset |
files
|
2018-01-29 |
Edouard Tisserant |
Textviewer : moved call to Colourise in a better place, so that ST highlighting gets also updated when typing in some case, not only IL
|
changeset |
files
|
2018-01-19 |
Edouard Tisserant |
Main runtime template C code : Added HAVE_RETAIN preprocessor definition for customized build to signal it provides IEC-61131 Retain memory handling function. Removed targets/Xenomai/plc_Xenomai_noretain.c, now useless.
|
changeset |
files
|
2018-01-15 |
Edouard Tisserant |
Clarify licensing, and packaging of runtime only files :
|
changeset |
files
|
2018-01-11 |
Edouard Tisserant |
Enforced check_source.sh pep8 and pylint rules.
|
changeset |
files
|
2018-01-11 |
Edouard Tisserant |
runtime/WAMP: Fixed secret loading into configuration. Fixed secret commandline switch handling.
|
changeset |
files
|
2018-01-11 |
Edouard Tisserant |
runtime/WAMP : was 'Added time print on session left.' from dporopat. Purpose is to log (dis/re)connection, to help debugging connection problem
|
changeset |
files
|
2018-01-11 |
Edouard Tisserant |
runtime/Wamp : adapt to unicode being enforced in latest crossbar API. Updated some documentation, to explain why there is unused definitions like SubscribedEvents or DoOnJoin.
|
changeset |
files
|
2018-01-10 |
Edouard Tisserant |
Extend python<->PLC global variable description "GlobalDesc" to support Initial value setting.
|
changeset |
files
|
2018-01-10 |
Edouard Tisserant |
update tests/wamp README file, based on changes from dporopat.
|
changeset |
files
|
2018-01-10 |
Edouard Tisserant |
Fixed WAMP test (crossbar confile upgrade and use same ID on both PLC and IDE side)
|
changeset |
files
|
2018-01-10 |
Edouard Tisserant |
Fixed changes from dporopat and agregorcic about WAMP CRA and config.
|
changeset |
files
|
2018-01-09 |
Edouard Tisserant |
WAMP runtime : changes from dporopat and agregorcic, adding CRA (-s) and changed way to load WAMP conf (-c)
|
changeset |
files
|