beremiz
Clone
Summary
Browse
Changes
Graph
merge
2013-01-29, Edouard Tisserant
5d6a04abab3c
Fixed bugs in support for change DebugVariablePanel 2D graphs layout using drag'n drop
2013-01-24, Laurent Bessard
bf855ccf3705
Log redirected to console, dump of all available log to console when connecting to PLC
2013-01-29, Edouard Tisserant
ffa24427396a
Experimental logging feature in PLC debug
2013-01-24, Edouard Tisserant
f6d06bdd31e8
Adding support for change DebugVariablePanel 2D graphs layout using drag'n drop
2013-01-24, Laurent Bessard
852af7c6f0ef
Fixed bug with mouse capture not released in graphic Viewers in debug mode when drag'n dropping wire variable to DebugVariablePanel
2013-01-24, Laurent Bessard
50a8192fbb23
Fixed performance issue with matplotlib in DebugVariablePanel and hide 3D graphics when not needed
2013-01-22, Laurent Bessard
591cb3d96980
Python runtime now dlopens shared library immediatly after transfer, and release it only immediately before reloading a new one. This is probably going to reveal lot of dirty cleanups during start/stop cycles.
2013-01-22, Edouard Tisserant
de452d65865c
Fix DebugVariablePanel time range position
2013-01-17, Laurent Bessard
eaa1d3a4b52b
Fix bug debug slow interface when refresh time of a DebugViewer is longer than debug refresh period
2013-01-16, Laurent Bessard
73f6333d50a4
Fix bug in DebugVariablePanel graphics not reset when program is restart
2013-01-16, Laurent Bessard
e70daa8bca85
Adding support for defining a time range for DebugVariablePanel graphics and navigating across the recording.
2013-01-15, Laurent Bessard
ffa8ee5ee2fe
Fix bug when compiling project containing non-ascii characters
2012-12-19, Laurent Bessard
ab43f3e40b9d
Fix bug main configuration variables not displayed in lower left panel when project root element is selected
2012-12-19, Laurent Bessard
3e78925125e1
Fix bug in resource search result highlighting
2012-12-19, Laurent Bessard
64aa66d481c5
Adding drag'n drop of debug variable from DebugVariable grid and PouInstance variable list
2012-12-11, Laurent Bessard
6b2958f04f30
Added support for defining extension file editor as DebugViewer
2012-12-11, Laurent Bessard
3cd39bc7dbad
Fixed bug when copying transition and connected FBD or LD diagram. Wire between the new transition and new FBD or LD diagram was not selected.
2012-12-06, Laurent Bessard
899ca8809528
Fixed boolean value displayed in debug variable panel
2012-12-06, Laurent Bessard
f5a28011d551
Fixed bug when indexing table in Pragma within ST/IL code
2012-12-06, Laurent Bessard
a4919f228924
Fix bug in PLC Generator preventing output type of standard function to be computed correctly
2012-12-05, Laurent Bessard
f528c421637b
Fix bug with representation of string variable value in DebugVariablePanel
2012-12-03, Laurent Bessard
771581a6b0be
Fix bug when copying transition and the connected FBD or LD diagram
2012-12-03, Laurent Bessard
39f355a535d8
Fix bug in LD_Viewer when selecting group of elements, wire selection was excluded in free drawing mode
2012-12-03, Laurent Bessard
b3cafb73c5e9
Fix bug when using feedback loop in SFC program instead of jump
2012-12-03, Laurent Bessard
ac18acb6917f
Adding support for disabling 2D and 3D graphics in DebugVariablePanel when matplotlib is not installed
2012-11-25, Laurent Bessard
baf5dbfd28f4
Adding support for displaying graphs of debugged numeric variables in 2D and 3D in DebugVariablePanel
2012-11-23, Laurent Bessard
d3c6c4ab8b28
Fix bug debug variables from standard and library function blocks unregistered when transferring program
2012-11-15, Laurent Bessard
ace92afe9100
Fix bug multiple graph viewer tab displaying values of the same variable can be opened
2012-11-15, Laurent Bessard
fc91d3718b74
Add function block types as data types that are not locatable
2012-11-15, Laurent Bessard
e12228fd8773
Adding support for defining specific global variables for ConfTreeNodes
2012-11-15, Laurent Bessard
235a9ec83b95
Fix bug when double click while pressing CTRL on other elements than blocks
2012-11-15, Laurent Bessard
3c6ce0a5ab2c
Fix bug with concurrent access to LastRefreshTimer in LogPseudoFile for Log Console
2012-11-15, Laurent Bessard
68ac754a5a72
Fix bug in debug while stopping PLC
2012-11-13, Laurent Bessard
781ced3c0aef
Fix resource task interval error highlighting
2012-11-08, Laurent Bessard
55b8a16ead2b
Fix display of string variables value in debug
2012-11-08, Laurent Bessard
37256069baed
Fix bug debug viewers are block when a Graphic Viewer in debug mode is hidden
2012-11-05, Laurent Bessard
7e695249be8d
Fix bug python thread blocked sometimes on Linux
2012-11-05, Laurent Bessard
179d5c455f29
Fix bug in Debug refresh lock that, with too much data to debug, flooded GUI and blocked it
2012-11-03, Laurent Bessard
a8952b79caec
Fix bug when Drag'n Dropping located variables on Windows
2012-10-31, Laurent Bessard
8b24e9312f18
Fix bug Variable and Continuation BoundingBox not refreshed when using Type modification shortcuts
2012-10-31, Laurent Bessard
8737f1554494
Fix bug when adjusting block size, block informations was not saved when using control + shift + double click
2012-10-26, Laurent Bessard
6aadbde5f41e
Add support for double bracket pragma in syntax highlighting of TextViewer
2012-10-25, Laurent Bessard
1af078aa0cf8
Fix bug in RestoreLayout when previously opened tab no more exist in project
2012-10-25, Laurent Bessard
61b32521442e
Fix bug when more than one block library add extra python file
2012-10-25, Laurent Bessard
abf90a44c265
Fix bug of PythonIterator signature in PLCObject when not using PythonLibrary
2012-10-25, Edouard Tisserant
7e5da4962bea
Added caching for python eval (avoid compiling when same code called, but still execute). Cleaned up some evaluator related code.
2012-10-24, Edouard Tisserant
06495975e8a4
Merged
2012-10-23, Laurent Bessard
ee6adf7586c1
Merged
2012-10-22, Laurent Bessard
c377a1d7767a
Adding support for direct array declaration in structure element declaration
2012-10-21, Laurent Bessard
bf4f7f0801b9
Fix bug in VariablePanel 'Type' cell editor menu entry 'User Data Types' containing ConfNodes data types
2012-10-19, Laurent Bessard
b1ead41fbd3b
Introduced FBID in tests/python example. Fixed type error leading to segfault
2012-10-23, Edouard Tisserant
bb59865db6e6
Now test/python also demonstrate large C pragmas in ST, accessing complex types
2012-10-19, Edouard Tisserant
980800a5aad0
Even more pedagogical tests/python. Renaming will not help
2012-10-18, Edouard Tisserant
8a51046010d7
More pedagogical tests/python. Should be renamed python_ctypes_and_C_pragmas_in_ST or something
2012-10-18, Edouard Tisserant
dbf82971f09d
Fix bug in TextViewer when starting text with '{' character
2012-10-18, Laurent Bessard
daafaa8a28fd
Adding support for quickly changing variable and connection type
2012-10-18, Laurent Bessard
9695969796d0
Adding button in ConnectionDialog to propagate connection name modification to all connections with the same name in POU
2012-10-18, Laurent Bessard
b64e436f000e
Adding support for selecting variable type filtering in BrowseLocationsDialog and modify variable type when validated
2012-10-18, Laurent Bessard
b30421d07e8c
Fixing bug in PLCGenerator with user defined functions and standard overloaded function
2012-10-16, Laurent Bessard
c10f2092c43a