py_ext/plc_python.c
Tue, 11 Sep 2018 16:08:21 +0200 Edouard Tisserant Change behaviour of python_eval function block : if TRIG is false, then ACK is also false except a pulse precisely when receiving answer from interpreter
Fri, 06 Jun 2014 18:30:49 +0100 mjsousa merge
Mon, 26 May 2014 14:44:03 +0100 mjsousa Update __SET_VAR() macros to reflect changes made to matiec
Wed, 28 May 2014 11:50:38 +0200 Edouard Tisserant Propagated changes made in matiec/lib/accessor.h _SET_VAR macro (Mario's matiec changes merged at 39086e324665) to py_ext library, and other (not compiled in) XML standard FB definitions.
Thu, 26 Sep 2013 20:47:36 +0900 Edouard Tisserant Fixed two typos in py_ext : FBID was not current but previous py_eval block FBID, and compiled AST cache was filled buy never used.
Mon, 15 Oct 2012 17:05:19 +0200 Edouard Tisserant Added FBID variable to PY_EVAL evaluation context. FBID does identify uniquely py_eval block instance triggering execution
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
Tue, 08 May 2012 17:08:45 +0200 Edouard Tisserant refactoring