Mon, 27 Aug 2018 12:06:24 +0300 Andrey Skvortsov Increase size of comment block in WAMP example, so all information is visible
Fri, 24 Aug 2018 13:41:43 +0300 Andrey Skvortsov Proper fix for error 'object has no attribute 'getSlave' in EtherCAT extension
Fri, 24 Aug 2018 13:25:05 +0300 Andrey Skvortsov Make comment blocks in examples slightly bigger so text inside is always visible
Tue, 21 Aug 2018 13:05:23 +0300 Andrey Skvortsov Separate application tests and code-style checking in different steps in bitbucket-pipelines
Mon, 20 Aug 2018 17:11:20 +0300 Andrey Skvortsov Make Beremiz_service print version information
Mon, 20 Aug 2018 16:46:50 +0300 Andrey Skvortsov leave execute permissions only on Beremiz.py, Beremiz_serivce.py and PLCOpenEditor.py
Mon, 20 Aug 2018 15:48:06 +0300 Andrey Skvortsov Update requirements to include WAMP support
Mon, 20 Aug 2018 15:17:24 +0300 Andrey Skvortsov Use static library for Modbus
Thu, 16 Aug 2018 16:29:06 +0300 Andrey Skvortsov Cleanup WAMP example
Thu, 16 Aug 2018 13:42:18 +0300 Andrey Skvortsov Update README for WAMP example to use crossbar with python3
Thu, 16 Aug 2018 11:01:54 +0300 Andrey Skvortsov Make ID in WAMP project match with ID PLC runtime.
Thu, 16 Aug 2018 10:53:54 +0300 Andrey Skvortsov Fix SetServer method in WAMP
Thu, 16 Aug 2018 10:52:20 +0300 Andrey Skvortsov Remove non-existed PLCObject method 'ForceReload'
Tue, 14 Aug 2018 17:00:01 +0300 Andrey Skvortsov remote execute permissions from README file
Mon, 13 Aug 2018 18:29:07 +0300 Andrey Skvortsov Fix wxHMI example after upgrading wxGlade
Mon, 13 Aug 2018 18:21:10 +0300 Andrey Skvortsov Remove useless print statement from wxHMI GUI code
Mon, 13 Aug 2018 18:19:17 +0300 Andrey Skvortsov Rename extension instance 'wxHMI' to 'wxglade_hmi'
Mon, 13 Aug 2018 18:05:16 +0300 Andrey Skvortsov Remove backup .bak files
Mon, 13 Aug 2018 11:33:30 +0300 Andrey Skvortsov Drop EtherCAT examples, because they are non-functional without releasing motion control library
Fri, 10 Aug 2018 18:07:38 +0300 Andrey Skvortsov merge
Fri, 10 Aug 2018 17:45:33 +0300 Andrey Skvortsov Dirty fix for error '_object_has_no_attribute_'getSlave' in EtherCAT extension
Fri, 10 Aug 2018 15:58:40 +0300 Andrey Skvortsov Fix wrong ST code generation in case of several coils connected to each other.
Thu, 09 Aug 2018 14:00:14 +0300 Andrey Skvortsov Update README with instruction to build BACnet library for BACnet support
Thu, 09 Aug 2018 13:58:47 +0300 Andrey Skvortsov Improve fix wrong code generation if EN/ENO are used in FBD/LD/SFC
Wed, 01 Aug 2018 14:09:12 +0300 Andrey Skvortsov Load images for EtherCAT extension
Wed, 12 Sep 2018 11:36:50 +0200 Edouard Tisserant Flush standard output when runtime ready, so that IDE knows it, and can continue connection to LOCAL:// uri
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
Wed, 05 Sep 2018 12:58:41 +0200 Edouard Tisserant Removed useless condition in Worker.py that was allowing misfit non-serialized call when worker still not running its loop.
Tue, 21 Aug 2018 16:11:02 +0200 Edouard Tisserant Refactoring. Separated PLC Object, PYRO Server and MainWorker :
Thu, 16 Aug 2018 11:22:40 +0200 Edouard Tisserant Fixed new code-generation code, that was making exception with simple variable-to-variable assignments.