beremiz
Clone
Summary
Browse
Changes
Graph
Fixed crash at project load when features.libraries is empty (i.e. no libraries are provided).
2014-06-04, Edouard Tisserant
dd89016a5028
Added plcopen.definitions.DefaultType, set to INT.
2014-05-30, Edouard Tisserant
50192dd2f5ff
Fixed POU paste exception
2014-05-28, Edouard Tisserant
805d13d216c0
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.
2014-05-28, Edouard Tisserant
0d34b69cc9b5
Added 'NamedConstant' drag'n'drop in text programs as well (was only accepted on graphical languages).
2014-05-27, Edouard Tisserant
48f5f2a622c8
Fixed launch of PLCopenEditor, broken since 611fded24ce4.
2014-05-23, Edouard Tisserant
eb2aa27602b7
Organized controller's _Build sub-methods layout. Many (unwanted) white space changes.
2014-05-21, Edouard Tisserant
cf3d2b53dd68
Added 'NamedConstant' drag'n'drop in programs. It does create a simple variable with initial value and is usefull for drag'n'drop constants from extensions while keeping a name associated with constant
2014-05-13, Edouard Tisserant
82db84fe88ea
xmlclass : Ensured precedence of newly defined class in case of conflicting declaration
2014-04-02, Edouard Tisserant
0b9cd761a356
Fixed Exception dialog crash when original exception contains unicode
2014-03-31, Edouard Tisserant
d4a6c9287e97
Fixed unused variable in plc_debug.c
2014-03-29, Edouard Tisserant
dd6d40094782
On windows, prepend CWD to PATH before invoking Generic target make command
2014-03-29, Edouard Tisserant
49441045b192
Pair with matiec a51a3bb4d613. Re-enable resource add/remove, updated CFLAGS, disabled broken global FG test in tests/python
2014-03-27, Edouard Tisserant
611fded24ce4
Fixed typo in plcopen.py
2014-03-21, Edouard Tisserant
65a751cbb9b9
Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
2014-03-17, Edouard Tisserant
4c130dba8366
Fixed support for spaces in matiec libraries path with native beremiz build
2014-03-16, Edouard Tisserant
340a01ff9749
Delayed CANopen initialization for better busoff recovery
2014-03-04, Edouard Tisserant
21a2ea65cb30
Fixed non initialized timer causing exception in some rare cases (continued)
2014-02-27, Edouard Tisserant
bc14b43bd27f
Fixed non initialized timer causing exception in some rare cases
2014-02-27, Edouard Tisserant
bcd1e909076c
Fix matplotlib exception when launching on XP
2014-02-25, Edouard Tisserant
d11ca4dd5135
Fixed import error when loading extensions
2014-02-14, Edouard Tisserant
e6c3908c925d
More gcc warning avoided
2014-01-29, Edouard Tisserant
7d295f013061
Added <string.h> to plc_main_head.c to avoid warnings.
2014-01-28, Edouard Tisserant
f6818bb5e292
Tidy PLCopen definitions
2014-01-28, Edouard Tisserant
0f4d32a033e0
Removed depricated matiec stdlib-code-generator-generator
2014-01-27, Edouard Tisserant
fb19c6226ff5
Factorized bitmap and i18n resources loading in between PLCopenEditor and Beremiz. Now in utils/misc.py
2014-01-26, Edouard Tisserant
67c9a9482d24
Re-introduced toolchain_makefile.py. This time, it comes with a 'Generic' target, and a 'genericmake' example
2014-01-20, Edouard Tisserant
435965ca8b63
Removed dead code
2014-01-19, Edouard Tisserant
31c63a6248e1
Fixed xmlclass bug when enabling/disabling libraries in root CTN
2014-01-19, Edouard Tisserant
816705d1e512
RC5
1.1 Korean release
2013-11-18, Edouard Tisserant
02fe382c4511
Added example of SFC simulating traffic lights
2013-12-06, Laurent Bessard
45935812f930
Fixed bugs in SFC when loading transition condition and referenced transition or action body
2013-12-05, Laurent Bessard
675a6229fc60
Fixed bug with edge and storage parameters in contact and coil not loaded in file saved with older version
2013-12-05, Laurent Bessard
8b0a7eceb76d
Fixed bug when defining variable type as explicit array in VariablePanel
2013-12-05, Laurent Bessard
10ac2b18437b
Fixed bug with function POU when extracting return type
2013-12-05, Laurent Bessard
086f52b2feac
Fixed bug with non-ascii characters in program comments
2013-12-05, Laurent Bessard
cbc0f64a25eb
Fixed bug when debugging wire connected to output connector with modifiers even if connector/continuation is used to replace long wires
2013-11-21, Laurent Bessard
cc8f9177d41c
Fixed bug in debugger when debug tick received is None
2013-11-20, Laurent Bessard
f8acd48e0342
Fixed bug with decimal value string formatting
2013-11-13, Laurent Bessard
dc94c71a2f25
Fixed bug with decimal value string formatting
2013-11-11, Laurent Bessard
1eefc427419f
Fixed bug when graphic element position and size and connection points are decimal
2013-11-07, Laurent Bessard
4278d5c1e414
Fixed bug in test if block type is used by current edited pou
2013-11-07, Laurent Bessard
ef26fcb7f5d4
Fixed bug when adding and removing function block in graphic viewer. In some cases, the associated variable could stay in the variable panel.
2013-10-25, Laurent Bessard
3c55c99b10ab
Fixed coil and contact dialog to let user select a complex type variable for contact and coil expression
2013-10-17, Laurent Bessard
ee795a8d4404
Fixed bug Drag'n drop variables from left panel to debug panel disabled
2013-10-17, Laurent Bessard
9bd4c783c98d
Fixed bugs with pou variable infos computation stylesheet
2013-10-16, Laurent Bessard
e567e4bee11f
Fixed bug when pasting element with an odd width or height
2013-10-16, Laurent Bessard
324767a092dc
Fixed refresh speed so that interface is not blocked when debugging
2013-10-14, Laurent Bessard
3756ae754713
Added support for optimizing debug, preventing to filling buffers with only the last value for debug data consumers that only show the current state
2013-10-14, Laurent Bessard
debc97102b23
Remove old debug panels and viewers not using matplotlib
2013-10-14, Laurent Bessard
e9e17d3b2849
Added new debug process separating non-wx thread extracting debug values from connector and 10 Hz wx timer refreshing Beremiz debug Viewers and communicating throw double-buffering, to avoid segmentation faults and optimize CPU usage
2013-10-14, Laurent Bessard
e87e0166d0a7
Cleaner matplotlib import preventing noisy warnings
2013-10-12, Edouard Tisserant
077bcba2d485
Fixed bugs when editing resource variables and tasks
2013-10-11, Laurent Bessard
7158aa054226
Fixed bug when debugging PLC with Graphic Viewer in debug open and re-transfer PLC
2013-10-11, Laurent Bessard
ebfe9c22af2a
Fixed bug when loading complex type variable initial value
2013-10-11, Laurent Bessard
cce13b237b07
Fixed bug when building project with configuration extra variables
2013-10-11, Laurent Bessard
fe7770a30527
Fixed bug wrong pin number in dialog when creating new power rail on Windows
2013-10-10, Laurent Bessard
b8d577c7eb4b
Fixed bug when removing coil in LD viewer, wires wasn't deleted.
2013-10-10, Laurent Bessard
2d4cc768a1bc
Fixed bug when modifying power rail in LD Viewer
2013-10-10, Laurent Bessard
9183fb765f16
Fixed bug when selecting pou that is not used in project
2013-10-10, Laurent Bessard
241c19ea80da