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