- Modbus plugin, web interface: strip leading and trailing spaces from string parameters 2020-06-07, by Mario de Sousa
- Modbus plugin web interface: show the keyword "#ANY#" on TCP servers 2020-06-07, by Mario de Sousa
- Modbus plugin: fix bug: was checking user configuration against wrong limits 2020-06-07, by Mario de Sousa
- Modbus plugin: fix algorithm detecting Modbus TCP servers using the same IP port on the same network interface 2020-06-07, by Mario de Sousa
- Modbus plugin: check for duplicate "Configuration_Name" 2020-06-07, by Mario de Sousa
- add comment 2020-06-06, by Mario de Sousa
- add comment 2020-06-06, by Mario de Sousa
- merge 2020-06-06, by Mario de Sousa
- Modbus plugin web configuration: fix comments, and delete un-used code 2020-06-06, by Mario de Sousa
- Modbus plugin web configuration: use drop down choices for baud, parity and stop bits. 2020-06-06, by Mario de Sousa
- Modbus plugin web configuration: save node type and addr type to persistant storage 2020-06-05, by Mario de Sousa
- Add web extension: configure Modbus Server plugin parameters 2020-06-01, by Mario de Sousa
- Add web extension: configure Modbus plugin parameters (currently only supports Modbus clients) 2020-06-01, by Mario de Sousa
- Runtime: create .md5 file at the end of all transfered files being written to disk, so that it presence indicates completeness of transfer. 2020-06-02, by Edouard Tisserant
- IDE: Main toolbar : Show repair button also in stop mode. Move repair button after disconnect button. 2020-06-02, by Edouard Tisserant
- Runtime: fsync() files when transfering them, to prebent data loss when poweroff soon after programming. Fixed variable naming as a side effect. 2020-06-01, by Edouard Tisserant
- merge 2020-05-28, by Mario de Sousa
- BACnet plugin: Add web interface for online parameter configuration 2020-05-28, by Mario de Sousa
- modbus_plugin: generate nicer error message, instead of a traceback 2020-05-28, by Mario de Sousa
- Modbus plugin: Add "exec. req. flag" and "write on change" features 2020-05-28, by Mario de Sousa
- PLCObject : reorganize code in StartPLC(), add a PreStartPLC() empty method, to be overloaded by runtime extensions. 2020-05-28, by Edouard Tisserant
- Solve import order problem when POULibrary imports ConfigTreeNode because of UserAddressedException. Now UserAddressedException is declared in POULibrary.py, as a quick and dirty fix, but some independant module should be created for beremiz exceptions in general. 2020-05-26, by Edouard Tisserant
- Add --on-plc-start --on-plc-stop and --status-change to runtime command line, calling given command respectively on start stop or any event. Command line string is python formated (to eventually include status with {}) before being split (supports quoted strings) and passed to Popen for non-blocking execution. 2019-12-18, by Edouard Tisserant
- Etherlab : Merged 2014-2018 changes from jblee and others 2019-11-25, by Edouard Tisserant
- Close branch ethercat_from_kosmos ethercat_from_kosmos 2019-11-25, by Edouard Tisserant
- EtherCat master plugin : commit changes recovered from KOSMOS 2018 installer, unkown author(s). ethercat_from_kosmos 2019-11-20, by Edouard Tisserant
- Add FatalError() method to ConfigTreeNode. 2019-11-13, by Edouard Tisserant
- Fixed one more sequel of marking temporary variables created while generating ST code out of FBD 2019-10-24, by Edouard Tisserant
- Changed yslt_noindent.yml2 again 2019-10-09, by Edouard Tisserant
- Non significant changes in generated xslt, side effect of changes in yslt_noindent.yml2 2019-09-25, by Edouard Tisserant
- More customizations to yslt 2019-09-19, by Edouard Tisserant
- PLCobject: Call "stop" and "cleanup" methods from python runtime files in reverse order compared to "init" and "start". 2019-09-18, by Edouard Tisserant
- Non significant changes to mute GCC warnings about unused variables. 2019-09-11, by Edouard Tisserant
- Fixed sequel of earlier commit in PLCGenerator.py. Some ref to temporary variables are still not using the _TMP_ prefix. They are quite hard to find, so to be continued... 2019-09-05, by Edouard Tisserant
- variable access code moved from plc_debug.c to targets/var_access.c for easiewr re-use in ext. 2019-08-26, by Edouard Tisserant
- Swap CTN code gen and Libraries code generation order. In general library part of an extension needs to be computed before CTN part. 2019-08-20, by Edouard Tisserant
- yslt_noindent : Avoid YSLT's indent logic to interfere when using linequote. 2019-08-20, by Edouard Tisserant
- Add marker to temporary variables created while generating ST code out of FBD, so that they can be recognized as such. 2019-08-14, by Edouard Tisserant
- Allow using docutil.get_inkscape_path() on Linux also. 2019-08-12, by Edouard Tisserant
- Moved XSLT model query python code so that XSLT part can be reused for other transformations 2019-08-09, by Edouard Tisserant
- Fixed unitialized parameter in instances_path stylesheet, leading to 2019-09-24, by Edouard Tisserant
- Fixed code quality according to pep8 and pylint. 2019-07-14, by Edouard Tisserant
- Fix exception on exit in some case, sequel of an earlier cleanup commit I couldn't find back. Disconnecting the event is apparently the way to go. https://wiki.wxpython.org/Surviving%20with%20wxEVT%20KILL%20FOCUS%20under%20Microsoft%20Windows 2019-07-13, by Edouard Tisserant
- PurgeBlobs was faulty, but it was never having anything to purge. Fixed. 2019-07-12, by Edouard Tisserant
- Fixed repetitive freezing of IDE when connection drops. 2019-07-12, by Edouard Tisserant
- Better error handling when blob transfer fail 2019-07-10, by Edouard Tisserant
- Removed dead code. 2019-07-10, by Edouard Tisserant
- Now expects 1 more columns in VARIABLE.CSV file generated by MatIEC. Pair with MatIEC commit 9cb7c8bf7dbc : 2019-07-09, by Edouard Tisserant
- Merged workaround for loading bug happening after automatic resize of function blocks. It appears that some code in GraphicCommons.py loop endlessly when wires coordinate do not align with x or y axis. Those erroneous coordinate are now filtered out when loaded in the view. 2019-06-18, by Edouard Tisserant
- Removed debug code and closed branch fix_fb_resize_wire_bug 2019-06-18, by Edouard Tisserant
- GraphicCommons.py : Wire.SetPoints() move filtering before computation of Start and End points to avoid setting them with arbitrary directions. fix_fb_resize_wire_bug 2019-06-18, by Edouard Tisserant
- GraphicCommons.py : rewrote Wire.Setpoints. fix_fb_resize_wire_bug 2019-06-18, by Edouard Tisserant
- 'Change POU Type To' becomes 'Duplicate as...', avoiding side effects of type change when POU is already instanciated. Also remove leftover returType tag in ex-function POUs, triggering exceptions at build time. 2019-06-13, by Edouard Tisserant
- Fix PLCObject's purge failing silently with extra_files. 2019-06-06, by Edouard Tisserant
- LogMessage shouldn't be serialized (can lead to blocking in case of exception in main thread), and do not require it. 2019-05-30, by Edouard Tisserant
- Fixed typo leading to some exception in some rare corner cases in worker.py 2019-05-30, by Edouard Tisserant
- Added missing 'path' field to WAMP addresses in URI editor. 2019-04-23, by Edouard Tisserant
- Fixed exception when using URI editor for PYRO addresses 2019-04-23, by Edouard Tisserant
- Avoid loading PLC at startup when autostart is not set in command line. As a side effect PLC status is artificially set to Stopped, and StartPLC eventually loads PLC if it is not already loaded. 2019-04-19, by Edouard Tisserant
- Add Repair() to WAMP interface 2019-04-19, by Edouard Tisserant