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
|
2019-04-18 |
Edouard Tisserant |
Add some "pipe to self" trick in Pyro server to accelerate runtime shutdown instead of waiting for arbitrary pyro timeout.
fix_PLC_runtime_shutdown
|
changeset |
files
|
2019-04-18 |
Edouard Tisserant |
If call to GetPLCstatus can't be executed in PLC, then obtained status is disconnected. Status on "None" is not relevant anymore, and is replaced by Disconnected.
fix_PLC_runtime_shutdown
|
changeset |
files
|
2019-04-18 |
Edouard Tisserant |
Enure that all threads are joined before trying to exit
fix_PLC_runtime_shutdown
|
changeset |
files
|
2019-04-17 |
Edouard Tisserant |
Named runtime's threads to ease debugging
|
changeset |
files
|
2019-04-17 |
Edouard Tisserant |
Added Repair() png icon
|
changeset |
files
|
2019-04-16 |
Edouard Tisserant |
pep8 again...
|
changeset |
files
|
2019-04-16 |
Edouard Tisserant |
PEP8 fix : ./connectors/PYRO/PSK_Adapter.py:49:1: E302 expected 2 blank lines, found 1
|
changeset |
files
|
2019-04-16 |
Edouard Tisserant |
Added RepairPLC() to PLCObject. For now just calling PurgePLC and quit PLC runtime.
|
changeset |
files
|
2019-04-16 |
Edouard Tisserant |
Ensure Beremiz_service.py quits properly when Main Worker stops and wa are using Wx and/or Twisted.
|
changeset |
files
|
2019-04-15 |
Edouard Tisserant |
Added PurgePLC() method to PLCObject, to be invoked when PLC Status is broken. It clears PLC shared object an extra files and force status to Empty. Added correponding Repair button to toolbar, visible only when PLC status is broken.
|
changeset |
files
|
2019-04-11 |
Edouard Tisserant |
Background erase of debug variable panel was disabled for some reason, and it not anymore compatible with EVT_PAINT based refresh. It was leaving traces behind when removing traced variable. Fixed.
|
changeset |
files
|
2019-04-11 |
Edouard Tisserant |
force redraw only through EVT_PAINT event and use wxPaintDC, as described in wx documentation
|
changeset |
files
|
2019-04-11 |
Edouard Tisserant |
Fixed refresh problem following 9c5f835b031e, 9622418ac28c, c67488bd8134 : force redraw only through EVT_PAINT event and use wxPaintDC, as described in wx documentation
|
changeset |
files
|
2019-04-11 |
Edouard Tisserant |
merged
|
changeset |
files
|