2020-06-07 Mario de Sousa Modbus plugin: fix algorithm detecting Modbus TCP servers using the same IP port on the same network interface
2020-06-07 Mario de Sousa Modbus plugin: check for duplicate "Configuration_Name"
2020-06-06 Mario de Sousa add comment
2020-06-06 Mario de Sousa add comment
2020-06-06 Mario de Sousa merge
2020-06-06 Mario de Sousa Modbus plugin web configuration: fix comments, and delete un-used code
2020-06-06 Mario de Sousa Modbus plugin web configuration: use drop down choices for baud, parity and stop bits.
2020-06-05 Mario de Sousa Modbus plugin web configuration: save node type and addr type to persistant storage
2020-06-01 Mario de Sousa Add web extension: configure Modbus Server plugin parameters
2020-06-01 Mario de Sousa Add web extension: configure Modbus plugin parameters (currently only supports Modbus clients)
2020-06-02 Edouard Tisserant 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 Edouard Tisserant IDE: Main toolbar : Show repair button also in stop mode. Move repair button after disconnect button.
2020-06-01 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-05-28 Mario de Sousa merge
2020-05-28 Mario de Sousa BACnet plugin: Add web interface for online parameter configuration
2020-05-28 Mario de Sousa modbus_plugin: generate nicer error message, instead of a traceback
2020-05-28 Mario de Sousa Modbus plugin: Add "exec. req. flag" and "write on change" features
2020-05-28 Edouard Tisserant PLCObject : reorganize code in StartPLC(), add a PreStartPLC() empty method, to be overloaded by runtime extensions.
2020-05-26 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.
2019-12-18 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-11-25 Edouard Tisserant Etherlab : Merged 2014-2018 changes from jblee and others
2019-11-25 Edouard Tisserant Close branch ethercat_from_kosmos ethercat_from_kosmos
2019-11-20 Edouard Tisserant EtherCat master plugin : commit changes recovered from KOSMOS 2018 installer, unkown author(s). ethercat_from_kosmos
2019-11-13 Edouard Tisserant Add FatalError() method to ConfigTreeNode.
2019-10-24 Edouard Tisserant Fixed one more sequel of marking temporary variables created while generating ST code out of FBD
2019-10-09 Edouard Tisserant Changed yslt_noindent.yml2 again
2019-09-25 Edouard Tisserant Non significant changes in generated xslt, side effect of changes in yslt_noindent.yml2
2019-09-19 Edouard Tisserant More customizations to yslt
2019-09-18 Edouard Tisserant PLCobject: Call "stop" and "cleanup" methods from python runtime files in reverse order compared to "init" and "start".
2019-09-11 Edouard Tisserant Non significant changes to mute GCC warnings about unused variables.
2019-09-05 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-08-26 Edouard Tisserant variable access code moved from plc_debug.c to targets/var_access.c for easiewr re-use in ext.
2019-08-20 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 Edouard Tisserant yslt_noindent : Avoid YSLT's indent logic to interfere when using linequote.
2019-08-14 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-12 Edouard Tisserant Allow using docutil.get_inkscape_path() on Linux also.
2019-08-09 Edouard Tisserant Moved XSLT model query python code so that XSLT part can be reused for other transformations
2019-09-24 Edouard Tisserant Fixed unitialized parameter in instances_path stylesheet, leading to
2019-07-14 Edouard Tisserant Fixed code quality according to pep8 and pylint.
2019-07-13 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-12 Edouard Tisserant PurgeBlobs was faulty, but it was never having anything to purge. Fixed.
2019-07-12 Edouard Tisserant Fixed repetitive freezing of IDE when connection drops.
2019-07-10 Edouard Tisserant Better error handling when blob transfer fail
2019-07-10 Edouard Tisserant Removed dead code.
2019-07-09 Edouard Tisserant Now expects 1 more columns in VARIABLE.CSV file generated by MatIEC. Pair with MatIEC commit 9cb7c8bf7dbc :
2019-06-18 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 Edouard Tisserant Removed debug code and closed branch fix_fb_resize_wire_bug
2019-06-18 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 Edouard Tisserant GraphicCommons.py : rewrote Wire.Setpoints. fix_fb_resize_wire_bug
2019-06-13 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-06 Edouard Tisserant Fix PLCObject's purge failing silently with extra_files.
2019-05-30 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 Edouard Tisserant Fixed typo leading to some exception in some rare corner cases in worker.py
2019-04-23 Edouard Tisserant Added missing 'path' field to WAMP addresses in URI editor.
2019-04-23 Edouard Tisserant Fixed exception when using URI editor for PYRO addresses
2019-04-19 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 Edouard Tisserant Add Repair() to WAMP interface
2019-04-18 Edouard Tisserant Merged fix_PLC_runtime_shutdown
2019-04-18 Edouard Tisserant Close fix_PLC_runtime_shutdown fix_PLC_runtime_shutdown
2019-04-18 Edouard Tisserant Runtime worker : unblock the last waiting job and prevent any new job to wait when Main Worker is being shut down. fix_PLC_runtime_shutdown