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
|
2019-04-10 |
Edouard Tisserant |
Nicer name than 'var_name' for variable auto-renaming in Modbus
|
changeset |
files
|
2019-04-10 |
Edouard Tisserant |
Allow starting IDE without sslpsk module installed. Fail when connecting to PYROS if sslpsk unavailable.
|
changeset |
files
|
2019-04-09 |
Edouard Tisserant |
Fixed preview drawing/refresh problem in sfc/ld/fbd graphical element creation dialogs on windows (introduced in 9c5f835b031e, continuation of 9622418ac28c)
|
changeset |
files
|
2019-04-09 |
Edouard Tisserant |
pep8 white spaces
|
changeset |
files
|
2019-04-09 |
Edouard Tisserant |
Now default_evaluator is provided by runtime package
|
changeset |
files
|
2019-04-09 |
Edouard Tisserant |
merge
|
changeset |
files
|
2019-04-09 |
Edouard Tisserant |
Continue fixing deadlock of previous commit, this time occuring when waiting for 'cleanup' python runtime call to finish. Now 'init' and 'cleanup' python runtime calls are called directly from main thread, and aren't anymore invoked in the context of wxMainloop and/or twisted reactor.
|
changeset |
files
|
2019-04-09 |
Edouard Tisserant |
Fix deadlock when indirectly calling PLCObject's evaluator() from twisted of wx event loops. Was freezing while transfer/start/stop through Wamp. Serialize all PLCObject's call to self.PythonRuntimeCall into the same PythonThread thread.
|
changeset |
files
|
2019-04-08 |
Edouard Tisserant |
Fixed Wamp assertion because of unexpected type
|
changeset |
files
|
2019-03-28 |
Edouard Tisserant |
Enhanced statistics display code, used it and saw no more noticable leak while editing. Closing branch.
wx.NewID_abuse_fix
|
changeset |
files
|
2019-04-07 |
Edouard Tisserant |
Conform to pep8 and pylint :
|
changeset |
files
|
2019-04-07 |
Edouard Tisserant |
Merged
|
changeset |
files
|
2019-04-03 |
Andrey Skvortsov |
Fix typo in README.md
|
changeset |
files
|
2019-04-04 |
Edouard Tisserant |
merged rename_on_location_change branch
|
changeset |
files
|
2019-04-04 |
Edouard Tisserant |
Rename checkbox and immediately apply.
rename_on_location_change
|
changeset |
files
|