Mercurial
Mercurial
>
beremiz
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-1000
-300
-100
-30
-10
-7
+7
+10
+30
+100
+300
+1000
tip
The revision graph only works with JavaScript-enabled browsers.
refactoring
2012-05-21, by laurent
Merged
2012-05-21, by laurent
refactoring
2012-05-21, by laurent
Merged
2012-05-21, by laurent
refactoring
2012-05-18, by laurent
Fixed example build with installer 1.1
2012-05-21, by Edouard Tisserant
updated examples also
2012-05-20, by Edouard Tisserant
reflected changes in beremiz extension mechanism
2012-05-20, by Edouard Tisserant
Fixed wrong PDO in unused sync managers\nFix higen drive ethercat example
2012-05-14, by edouard_and_laurent
Fix Ethercat xsd files
2012-04-30, by laurent
Adding test project using higen drive
2012-04-01, by laurent
Adding forgotten icons
2012-03-31, by laurent
Adding plugin icons and replacing reference to DS402 by CIA402
2012-03-21, by laurent
Adding support for remotely scanning Etherlab network and automatically configure it
2012-03-19, by laurent
Defining all slaves as Etherlab master subplugin instead of editing them in an editor with vertical notebook
2012-03-18, by laurent
Adding Ethercat network scan command for testing (print result, network configuration not modified)
2012-03-11, by laurent
Adding support for uploading default value for unused entries in output pdos from slaves before starting master
2012-03-11, by laurent
Replacing wx.Grid control by a wx.TreeListCtrl for displaying slaves entries
2012-03-11, by laurent
Fix bug when trying to drag'n drop variable from slave variables grid
2012-02-29, by laurent
Adding support for setting TargetPosition only if PositionSetPoint value from MCL is valid
2012-02-23, by laurent
Fix bug with PowerFeedback value
2012-02-23, by laurent
Adding support for MCL
2012-02-22, by laurent
Added test directory
2012-02-16, by Edouard Tisserant
Adding support for DS402 node subplugin (only simple state transition implemented)
2012-02-15, by laurent
Fix some issues regarding arbitrary variable mapping
2012-02-07, by laurent
Moving Add and Remove button to Plugin menu items
2012-02-01, by laurent
Adding support for displaying slave sync managers and profile object dictionary and for arbitrarily mapping variable through variable location
2012-01-17, by laurent
Merge with Donggu modifications
2012-01-10, by laurent
Merge with Donggu modifications
2012-01-10, by laurent
Adding support for drag'n dropping located variables from topology panel to configurations and resources variable panel for declaring global located variables
2012-01-08, by laurent
Master relase code added
2011-12-22, by Donggu Kang
Master release code added
2011-12-22, by Donggu Kang
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.
2011-12-20, by laurent
First working implementation of Beremiz plugin for etherlab
2011-12-18, by laurent
merge
2018-06-11, by Edouard Tisserant
Add BACnet extension from Mario de Sousa <msousa@fe.up.pt>
2018-06-08, by Edouard Tisserant
Make Modbus extension license compatible with the rest of Beremiz IDE python code : GPLv2.
2018-06-08, by 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
2018-06-04, by Edouard Tisserant
Merge
2018-05-23, by Edouard Tisserant
Print version information about software used for tests
2018-05-23, by Andrey Skvortsov
Fix codestyle
2018-05-23, by Andrey Skvortsov
Fix typos introduced by 9fa2f8e "Fixed random segfault happening when loading new PLC in runtime, when using Xenonai."
2018-05-23, by Andrey Skvortsov
merged changes in README.md
2018-05-22, by Andrey Skvortsov
add python-cycler dependence in readme
2018-03-12, by Sergey Surkov
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
2018-05-23, by Edouard Tisserant
Merged #2476, URI dialog fixes
2018-05-17, by Edouard Tisserant
close branch #2476 - URI dialog fixed
#2476
2018-05-17, by Edouard Tisserant
#2476 Changes to the comment.
#2476
2018-05-14, by dporopat
#2476 Connectors dialog module added.
#2476
2018-05-10, by dporopat
#2476 Separate connectors dialogs from connectors module.
#2476
2018-05-09, by dporopat
#2476 Additional check added if we can import wx.
#2476
2018-05-09, by dporopat
Allow deleting configuration tree node with no corresponding directory in project tree
2018-05-10, by Edouard Tisserant
Support unicode in LDFLAGS returned by extensions
2018-05-07, by Edouard Tisserant
Fixed typos
2018-05-07, by Edouard Tisserant
#2476 Added uri location editor, getting connectors from list in Beremiz.
#2476
2018-04-20, by dporopat
Fixed random segfault happening when loading new PLC in runtime, when using Xenonai.
2018-04-27, by Edouard Tisserant
PEP-8 and PyLint
2018-04-19, by Edouard Tisserant
merged Denis change to apply input as we type in CTN configuration forms text fieds
2018-04-19, by Edouard Tisserant
PEP-8 and PyLint
2018-04-19, by Edouard Tisserant
Add safety check to prevent exception when disconnecting while debugging
2018-04-19, by 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.
2018-04-19, by Edouard Tisserant
Rework of runtime non-real-time threading, and shared object dynamic loading :
2018-04-19, by Edouard Tisserant
Stripped forgotten debug code
2018-04-17, by Edouard Tisserant
close branch
#2476
2018-04-19, by Edouard Tisserant
#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
2018-04-19, by dporopat
Fixed Xenomai 3 PLC stop freeze. Now use explicit finish command with pipes. Closing both ends of pipes doesn't abort blocking read anymore.
2018-04-16, by Edouard Tisserant
More canonical test.
2018-04-16, by Edouard Tisserant
less
more
|
(0)
-1000
-300
-100
-30
-10
-7
+7
+10
+30
+100
+300
+1000
tip