beremiz
Clone
Summary
Browse
Changes
Graph
Use Python 3 compatible syntax for exceptions
py3-fix
2018-09-07, Yegor Yefremov
03ea6837a0b4
Fix non-usable toolbar on wxPython with GTK3+ in PLCOpenEditor
2018-08-29, Andrey Skvortsov
69fefac5760e
Avoid usage of localized strings before initialization during import in many modules
2018-08-29, Andrey Skvortsov
5b8a7dd43f9f
Remove executable bit from source files where it's not needed.
2018-08-28, Andrey Skvortsov
f19788028d99
Avoid dictionary initialization during import in PouDialog
2018-08-28, Andrey Skvortsov
8df93571af65
Increase size of comment block in WAMP example, so all information is visible
2018-08-27, Andrey Skvortsov
10cfc280927c
Proper fix for error 'object has no attribute 'getSlave' in EtherCAT extension
2018-08-24, Andrey Skvortsov
96ca6b056c55
Make comment blocks in examples slightly bigger so text inside is always visible
2018-08-24, Andrey Skvortsov
a2ab363f9e90
Separate application tests and code-style checking in different steps in bitbucket-pipelines
2018-08-21, Andrey Skvortsov
dda34e671700
Make Beremiz_service print version information
2018-08-20, Andrey Skvortsov
da288f63612f
leave execute permissions only on Beremiz.py, Beremiz_serivce.py and PLCOpenEditor.py
2018-08-20, Andrey Skvortsov
9c6b0109c43f
Update requirements to include WAMP support
2018-08-20, Andrey Skvortsov
7c34d6f9d59b
Use static library for Modbus
2018-08-20, Andrey Skvortsov
d1359cbfa28a
Cleanup WAMP example
2018-08-16, Andrey Skvortsov
52afa2dec4fb
Update README for WAMP example to use crossbar with python3
2018-08-16, Andrey Skvortsov
cf0934b42d66
Make ID in WAMP project match with ID PLC runtime.
2018-08-16, Andrey Skvortsov
5f59e898b2e4
Fix SetServer method in WAMP
2018-08-16, Andrey Skvortsov
f09f31602ba6
Remove non-existed PLCObject method 'ForceReload'
2018-08-16, Andrey Skvortsov
f0a49a662870
remote execute permissions from README file
2018-08-14, Andrey Skvortsov
97b4fbca2b62
Fix wxHMI example after upgrading wxGlade
2018-08-13, Andrey Skvortsov
64bb520009f3
Remove useless print statement from wxHMI GUI code
2018-08-13, Andrey Skvortsov
f7132d89fbc0
Rename extension instance 'wxHMI' to 'wxglade_hmi'
2018-08-13, Andrey Skvortsov
73f95ba6d3af
Remove backup .bak files
2018-08-13, Andrey Skvortsov
a778eee0bc09
Drop EtherCAT examples, because they are non-functional without releasing motion control library
2018-08-13, Andrey Skvortsov
dcdeb5ad7d55
merge
2018-08-10, Andrey Skvortsov
70143c20d2c0
Dirty fix for error '_object_has_no_attribute_'getSlave' in EtherCAT extension
2018-08-10, Andrey Skvortsov
a3ac46366b86
Fix wrong ST code generation in case of several coils connected to each other.
2018-08-10, Andrey Skvortsov
068ccc02f5f2
Update README with instruction to build BACnet library for BACnet support
2018-08-09, Andrey Skvortsov
ba0fc3e73ce2
Improve fix wrong code generation if EN/ENO are used in FBD/LD/SFC
2018-08-09, Andrey Skvortsov
1bb8afa02409
Load images for EtherCAT extension
2018-08-01, Andrey Skvortsov
5cb9ef5351cc
Flush standard output when runtime ready, so that IDE knows it, and can continue connection to LOCAL:// uri
2018-09-12, Edouard Tisserant
a0efe3d9c853
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
2018-09-11, Edouard Tisserant
28b0a783975e
Removed useless condition in Worker.py that was allowing misfit non-serialized call when worker still not running its loop.
2018-09-05, Edouard Tisserant
985973ed701b
Refactoring. Separated PLC Object, PYRO Server and MainWorker :
2018-08-21, Edouard Tisserant
d9175daf6522
Fixed new code-generation code, that was making exception with simple variable-to-variable assignments.
2018-08-16, Edouard Tisserant
2e38b5ec4753
BACnet : Fixed missing header include in server.c introduced in 37ef7a3c6b8b
2018-08-14, Edouard Tisserant
e6c9a52d3877
merged
2018-08-14, Edouard Tisserant
e83aa36b6627
NevowServer : Added minimalist css style customization and a link to go to settings page and back
2018-08-14, dporopat
ed415982a9aa
fixed setServer call in WampClient module. Was doing nothing because _PySrv wasn't global.
2018-08-13, Edouard Tisserant
2de61e2fbf14
Removed now deprecated ForceReload from WAMP exposed calls
2018-08-13, Edouard Tisserant
cbdac78eb93c
fixed documentation bug
2018-08-13, Edouard Tisserant
5227f54f6369
NevowServer : added addInfoString to allow extensions to declare some read-only strings to be displayed in settings. Also renamed addExtension in addSettings for clarity.
2018-08-13, Edouard Tisserant
4195545e2d17
fixed problems reported by certification testing : vendor identifier acces rights (now read only), and bvlc_maintenance timer was increasing too fast.
2018-08-13, Mario de Sousa
37ef7a3c6b8b
Some blank lines to make bitbucket's PEP8 2.2.0 happy
2018-08-09, Edouard Tisserant
74205edac761
merged Andrey's default
2018-08-08, Edouard Tisserant
53f3eb5c47f7
Fix wrong code generation if EN/ENO are used in FBD/LD/SFC
2018-08-01, Andrey Skvortsov
c9915bc620cd
Fix flickering in debug panel
2018-07-31, Andrey Skvortsov
eb6b68c4439f
Fix non-usable toolbar on wxPython with GTK3+
2018-07-30, Andrey Skvortsov
5927710b5610
Fix problem with decreasing size of StatusToolBar when tools are removed from toolbar.
2018-07-30, Andrey Skvortsov
f6a0508fa473
Add BACnet example
2018-07-29, Andrey Skvortsov
3145dcffc6ed
Rework README.md, add examples section, add instructions for Modbus extension, more information about runtime.
2018-07-27, Andrey Skvortsov
b0418bb13527
Add Modbus example
2018-07-27, Andrey Skvortsov
de3f7c183e62
Disable source quality checking on ethercat plugin - will fix it later
2018-08-08, Edouard Tisserant
62eba810212e
Passed bacnet*.py through autopep8, and attemped to fix manually what went wrong + fixed pylint complains
2018-08-08, Edouard Tisserant
86f61c4dfe76
More pylint+pep8 conformance
2018-08-08, Edouard Tisserant
602fdd08dfab
autopep8 + hand made fixes on ProjectController.py runtime/WampClient.py wxglade_hmi/wxglade_hmi.py
2018-08-08, Edouard Tisserant
d9353e440887
pylint on runtime/NevowServer.py
2018-08-07, Edouard Tisserant
921ba5658183
pep8 on runtime/NevowServer.py
2018-08-06, Edouard Tisserant
51047284cb0e
merged
2018-08-06, Edouard Tisserant
fe3394697b02
Make some POU libraries selected by default or not. This changes structure of features.libraries, please check and update your extensions if they use libraries
2018-08-06, Edouard Tisserant
42566291b9bc