Wed, 18 Nov 2020 10:15:44 +0100 | Edouard Tisserant | py_ext: better handling of coma separated OnChange attribute for python safe global variables. | changeset | files |
Mon, 02 Nov 2020 10:56:09 +0100 | Edouard Tisserant | Allow customization of generated py_ext OnChange calls, by adding a static method to PythonFileCTNMixin that can the be later hot patched. | changeset | files |
Tue, 20 Oct 2020 00:23:52 +0200 | Edouard Tisserant | PY_EXT: OnChange is now a coma separated list of callables. Updated tests/python accordingly. | changeset | files |
Tue, 15 Sep 2020 13:57:06 +0200 | Edouard Tisserant | Modbus: fixed typo in ctype typing. | changeset | files |
Fri, 11 Sep 2020 13:46:41 +0200 | Edouard Tisserant | MODBUS: Fix saving of websettings. | changeset | files |
Thu, 10 Sep 2020 16:08:26 +0200 | Edouard Tisserant | Runtime/PLCObject : move call to PreStartPLC right after call to the "start" method of all python extensions, and then just before the start of the python loop executing python_* blocks. | changeset | files |