tests/python/plc.xml
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.
Wed, 17 Jun 2020 14:32:55 +0200 Edouard Tisserant tests/python : add some STRING PLC Python globals with OnChange.
Tue, 24 Sep 2019 11:55:59 +0200 Edouard Tisserant Fixed unitialized parameter in instances_path stylesheet, leading to
Wed, 26 Sep 2018 14:20:51 +0300 Andrey Skvortsov Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
Fri, 24 Aug 2018 13:25:05 +0300 Andrey Skvortsov Make comment blocks in examples slightly bigger so text inside is always visible
Wed, 12 Oct 2016 17:53:18 +0300 Andrey Skvortsov cleanup python example
Fri, 13 Mar 2015 22:36:52 +0100 Edouard Tisserant Added PLCID variable accessible from C side, set with binarie's MD5. Added retain init and cleanup calls. Extended tests/python to test PLCID
Wed, 25 Feb 2015 14:00:11 +0100 Edouard Tisserant Fixed build of tests/python.
Mon, 02 Feb 2015 23:11:01 +0100 Edouard Tisserant py_ext user python code can now know about global variables shared with PLC. updated tests/python accordingly
Thu, 12 Jun 2014 18:15:04 +0200 Edouard Tisserant Updated tests/python : added derivated return type function declaration+call and re-enabled refrences to global FB interfaces
Thu, 27 Mar 2014 10:06:30 +0100 Edouard Tisserant Pair with matiec a51a3bb4d613. Re-enable resource add/remove, updated CFLAGS, disabled broken global FG test in tests/python
Wed, 15 May 2013 18:21:20 +0900 Edouard Tisserant Fixed PLC global var access from python. Added test in tests/python
Wed, 08 May 2013 22:56:31 +0200 Laurent Bessard Updated python test
Thu, 02 May 2013 10:45:07 +0200 Laurent Bessard Fixed warnings in python test
Thu, 25 Apr 2013 11:54:07 +0900 Edouard Tisserant Added exception hook to Beremiz_service, so that exception go in PLC log. Extended Beremiz.py exception hook to threads. Stripped images embedded in Beremiz_service.py, user real images instead.
Thu, 04 Apr 2013 11:12:30 +0900 Edouard Tisserant More VAR_GLOBAL related tests in tests/python
Tue, 26 Feb 2013 01:14:20 +0100 Laurent Bessard Fixed bug ForceVariableDialog when forcing DATETIME variables
Wed, 30 Jan 2013 19:03:25 +0100 Laurent Bessard Fix bug with refresh PLC status tool bar
Thu, 15 Nov 2012 22:45:04 +0100 Laurent Bessard Fix bug with concurrent access to LastRefreshTimer in LogPseudoFile for Log Console
Tue, 23 Oct 2012 00:56:30 +0200 Edouard Tisserant Introduced FBID in tests/python example. Fixed type error leading to segfault
Fri, 19 Oct 2012 12:14:24 +0200 Edouard Tisserant Now test/python also demonstrate large C pragmas in ST, accessing complex types
Thu, 18 Oct 2012 20:40:12 +0200 Edouard Tisserant Even more pedagogical tests/python. Renaming will not help
Thu, 18 Oct 2012 20:24:11 +0200 Edouard Tisserant More pedagogical tests/python. Should be renamed python_ctypes_and_C_pragmas_in_ST or something
Sat, 09 Jun 2012 00:08:34 +0200 Edouard Tisserant Now, PYRO:// locations also accept MDNS service names
Sun, 20 May 2012 19:07:09 +0200 Edouard Tisserant Moved LPC sources to a separate project
Sat, 12 May 2012 12:11:42 +0200 Edouard Tisserant refactoring - c_ext stripped first stage
Sat, 12 May 2012 11:21:10 +0200 Edouard Tisserant refactoring - library support is not anymore attached to configtree nodes, but handles by project controller
Sun, 06 Dec 2009 17:45:36 +0100 Edouard TISSERANT Debugger still doesn't work crash less...
Mon, 02 Nov 2009 17:41:12 +0100 edouard Wiped out references to Lolitech
Thu, 08 Oct 2009 11:26:40 +0200 laurent Bug on Debug trying to start (and stop) before PLC started fixed.
Wed, 29 Jul 2009 15:17:10 +0200 laurent Move python evaluator to create a python plugin containing any related python module
Tue, 30 Dec 2008 22:43:48 +0100 etisserant Added "runtime.py", a file that is executed in python thread in runtime, before handling python_eval FBs requests. Added small python editor taken from wxPython demo, and appropriate icon and button to launch it.
Wed, 24 Dec 2008 00:02:12 +0100 etisserant fixed plc_python.c to assure data coherancy from the PLC point of view. Also fix non work multiple python_eval FB instance case.
Tue, 23 Dec 2008 19:37:44 +0100 etisserant Added native (not a plugin) asynchronous python eval function block - Beta. Code cleanup in C code templates.