Sun, 18 Mar 2012 23:57:32 +0100 laurent Defining all slaves as Etherlab master subplugin instead of editing them in an editor with vertical notebook
Sun, 11 Mar 2012 21:57:00 +0100 laurent Adding Ethercat network scan command for testing (print result, network configuration not modified)
Sun, 11 Mar 2012 21:53:35 +0100 laurent Adding support for uploading default value for unused entries in output pdos from slaves before starting master
Sun, 11 Mar 2012 19:32:44 +0100 laurent Replacing wx.Grid control by a wx.TreeListCtrl for displaying slaves entries
Wed, 29 Feb 2012 12:00:20 +0100 laurent Fix bug when trying to drag'n drop variable from slave variables grid
Thu, 23 Feb 2012 23:34:40 +0100 laurent Adding support for setting TargetPosition only if PositionSetPoint value from MCL is valid
Thu, 23 Feb 2012 15:48:19 +0100 laurent Fix bug with PowerFeedback value
Wed, 22 Feb 2012 01:39:22 +0100 laurent Adding support for MCL
Thu, 16 Feb 2012 18:40:13 +0100 Edouard Tisserant Added test directory
Wed, 15 Feb 2012 00:38:26 +0100 laurent Adding support for DS402 node subplugin (only simple state transition implemented)
Tue, 07 Feb 2012 19:45:45 +0100 laurent Fix some issues regarding arbitrary variable mapping
Wed, 01 Feb 2012 00:04:58 +0100 laurent Moving Add and Remove button to Plugin menu items
Tue, 17 Jan 2012 17:24:53 +0100 laurent Adding support for displaying slave sync managers and profile object dictionary and for arbitrarily mapping variable through variable location
Tue, 10 Jan 2012 15:11:22 +0100 laurent Merge with Donggu modifications
Tue, 10 Jan 2012 15:10:08 +0100 laurent Merge with Donggu modifications
Sun, 08 Jan 2012 19:05:05 +0100 laurent Adding support for drag'n dropping located variables from topology panel to configurations and resources variable panel for declaring global located variables
Thu, 22 Dec 2011 14:52:18 +0900 Donggu Kang Master relase code added
Thu, 22 Dec 2011 14:44:58 +0900 Donggu Kang Master release code added
Tue, 20 Dec 2011 23:43:27 +0100 laurent Adding support for not configuring pdos when not mandatory and not needed by locations defined in PLC program. Adding support for displaying locations tree in Topology panel and BrowseLocationsDialog. Merging pdos grid and variables grid into one single grid in slave infos panel.
Sun, 18 Dec 2011 19:42:13 +0100 laurent First working implementation of Beremiz plugin for etherlab
Mon, 11 Jun 2018 08:34:15 +0200 Edouard Tisserant merge
Fri, 08 Jun 2018 13:28:00 +0200 Edouard Tisserant Add BACnet extension from Mario de Sousa <msousa@fe.up.pt>
Fri, 08 Jun 2018 09:43:48 +0200 Edouard Tisserant Make Modbus extension license compatible with the rest of Beremiz IDE python code : GPLv2.
Mon, 04 Jun 2018 11:22:08 +0200 Edouard Tisserant Commented out safety check to prevent deadlock in wxEvaluator, since wx Mainloop is not anymore in main thread. That safety check actually leads to having wx code running outside of MainLoop
Wed, 23 May 2018 20:22:45 +0200 Edouard Tisserant Merge
Wed, 23 May 2018 12:13:48 +0300 Andrey Skvortsov Print version information about software used for tests
Wed, 23 May 2018 11:48:34 +0300 Andrey Skvortsov Fix codestyle
Wed, 23 May 2018 11:47:56 +0300 Andrey Skvortsov Fix typos introduced by 9fa2f8e "Fixed random segfault happening when loading new PLC in runtime, when using Xenonai."
Tue, 22 May 2018 17:28:18 +0300 Andrey Skvortsov merged changes in README.md
Mon, 12 Mar 2018 14:10:19 +0000 Sergey Surkov add python-cycler dependence in readme
Wed, 23 May 2018 10:53:57 +0200 Edouard Tisserant Make Modbus mutexes non blocking for PLC. If data related to some modbus request is alredy locked when PLC wants to access it, then data isn't copied to/from PLC
Thu, 17 May 2018 09:33:58 +0200 Edouard Tisserant Merged #2476, URI dialog fixes
Thu, 17 May 2018 09:33:14 +0200 Edouard Tisserant close branch #2476 - URI dialog fixed #2476
Mon, 14 May 2018 13:26:35 +0200 dporopat #2476 Changes to the comment. #2476
Thu, 10 May 2018 13:11:11 +0200 dporopat #2476 Connectors dialog module added. #2476
Wed, 09 May 2018 15:09:54 +0200 dporopat #2476 Separate connectors dialogs from connectors module. #2476
Wed, 09 May 2018 11:16:27 +0200 dporopat #2476 Additional check added if we can import wx. #2476
Thu, 10 May 2018 08:33:50 +0200 Edouard Tisserant Allow deleting configuration tree node with no corresponding directory in project tree
Mon, 07 May 2018 15:10:39 +0200 Edouard Tisserant Support unicode in LDFLAGS returned by extensions
Mon, 07 May 2018 14:19:08 +0200 Edouard Tisserant Fixed typos
Fri, 20 Apr 2018 11:21:20 +0200 dporopat #2476 Added uri location editor, getting connectors from list in Beremiz. #2476
Fri, 27 Apr 2018 16:32:53 +0200 Edouard Tisserant Fixed random segfault happening when loading new PLC in runtime, when using Xenonai.
Thu, 19 Apr 2018 15:17:05 +0200 Edouard Tisserant PEP-8 and PyLint
Thu, 19 Apr 2018 15:03:23 +0200 Edouard Tisserant merged Denis change to apply input as we type in CTN configuration forms text fieds
Thu, 19 Apr 2018 14:53:42 +0200 Edouard Tisserant PEP-8 and PyLint
Thu, 19 Apr 2018 13:09:41 +0200 Edouard Tisserant Add safety check to prevent exception when disconnecting while debugging
Thu, 19 Apr 2018 13:02:13 +0200 Edouard Tisserant Removed DebugThread. Take advantage of the fact that buffering is done in runtime. No need to poll for traces more than ten per second, then use simple wxTimer for that. Also removed Debug Lock since now everything happens in wx' mainloop.
Thu, 19 Apr 2018 12:22:40 +0200 Edouard Tisserant Rework of runtime non-real-time threading, and shared object dynamic loading :
Tue, 17 Apr 2018 11:19:18 +0200 Edouard Tisserant Stripped forgotten debug code
Thu, 19 Apr 2018 15:06:10 +0200 Edouard Tisserant close branch #2476
Thu, 19 Apr 2018 09:50:00 +0200 dporopat #2476 Fix for saving text in URI edit text box. No need to click out of URI edit text box to save edited text. #2476
Mon, 16 Apr 2018 16:11:18 +0200 Edouard Tisserant Fixed Xenomai 3 PLC stop freeze. Now use explicit finish command with pipes. Closing both ends of pipes doesn't abort blocking read anymore.
Mon, 16 Apr 2018 11:00:04 +0200 Edouard Tisserant More canonical test.
Sat, 14 Apr 2018 10:09:33 +0200 Edouard Tisserant PLCObject got more methods serialized through worker : Start, Stop, NewPLC.
Fri, 13 Apr 2018 00:29:52 +0200 Edouard Tisserant Fixed implementation of runtime worker that ensure that PLCObject Load and Unload methods always run main thread.
Thu, 12 Apr 2018 22:32:43 +0200 Edouard Tisserant merged
Thu, 12 Apr 2018 22:32:12 +0200 Edouard Tisserant merged
Thu, 12 Apr 2018 22:20:38 +0200 Edouard Tisserant Intermediate state while implementing runtime worker to ensure that PLCObject Load and Unload methods always run main thread.
Thu, 12 Apr 2018 16:38:09 +0200 Edouard Tisserant Stripped more dead code.
Thu, 12 Apr 2018 16:33:44 +0200 Edouard Tisserant Cleanup of some dead code in PYRO connector.