2018-10-23 |
Edouard Tisserant |
Added runtime/spawn_subprocess.py. Force use posix spawn instead of fork, with API similar to subprocess. Using fork in runtime is incompatible with Xenomai, because memory is locked and this can lead to out of memory error.
|
changeset |
files
|
2018-10-23 |
Edouard Tisserant |
Small cosmetic change to enhance readability and avoid confusion.
|
changeset |
files
|
2018-10-23 |
Edouard Tisserant |
Force Zeroconf to listen and answer only on interface specified with '-i' command line argument.
|
changeset |
files
|
2018-10-23 |
Edouard Tisserant |
Useless __name__ == '__main__' tests.
|
changeset |
files
|
2018-10-22 |
Edouard Tisserant |
Fixed PYRO's PSK_Adapter : monkey patching was breaking non-PSK protocol, and import ssl was missing.
|
changeset |
files
|
2018-10-19 |
Edouard Tisserant |
merge
|
changeset |
files
|
2018-10-19 |
Edouard Tisserant |
Fix PYROPSK protocol configuration. After a few iteration of trial and error it appears that TSLv1 and PSK ciphers needs to be specified
|
changeset |
files
|
2018-10-18 |
Edouard Tisserant |
merge
|
changeset |
files
|
2018-10-18 |
Edouard Tisserant |
PYRO/TLSPSK : must use PYROLOC* protocol scheme in pyro URI, otherwise object ID is missing. Had to use more persuasive pyro3 monkey patching to have PYROLOCPSK resolved properly
|
changeset |
files
|
2018-10-18 |
Edouard Tisserant |
PYRO/TLSPSK : fixed typos, used appropriate ciphers (https://github.com/drbild/sslpsk/issues/3), use PYROPSK instead of unresolvable PYROLOCPSK.
|
changeset |
files
|
2018-10-15 |
Edouard Tisserant |
Replaced PYROSSL with PYROPSK.
|
changeset |
files
|
2018-10-15 |
Edouard Tisserant |
Beremiz_service now binds both pyro and nevow ports to interface given with '-i' argument.
|
changeset |
files
|
2018-10-15 |
Edouard Tisserant |
Fixed typo in Wampclient.py
|
changeset |
files
|
2018-10-02 |
Edouard Tisserant |
Please pylint and pep8
|
changeset |
files
|
2018-10-02 |
Edouard Tisserant |
Merged
|
changeset |
files
|
2018-10-02 |
Edouard Tisserant |
Show more exceptions on stdout, particularly those that are raised by AutoLoad (first item in Main Thread worker)
|
changeset |
files
|
2018-10-02 |
Edouard Tisserant |
Some cleanup in WampClient and added functions that are usefull for extensions that need to use pub/sub.
|
changeset |
files
|
2018-09-12 |
Edouard Tisserant |
Merged in Andrey's branch
|
changeset |
files
|
2018-09-07 |
Andrey Skvortsov |
Merged in yegorich/beremiz/py3-fix (pull request #36)
|
changeset |
files
|
2018-09-07 |
Yegor Yefremov |
Use Python 3 compatible syntax for exceptions
py3-fix
|
changeset |
files
|
2018-08-29 |
Andrey Skvortsov |
Fix non-usable toolbar on wxPython with GTK3+ in PLCOpenEditor
|
changeset |
files
|
2018-08-29 |
Andrey Skvortsov |
Avoid usage of localized strings before initialization during import in many modules
|
changeset |
files
|
2018-08-28 |
Andrey Skvortsov |
Remove executable bit from source files where it's not needed.
|
changeset |
files
|
2018-08-28 |
Andrey Skvortsov |
Avoid dictionary initialization during import in PouDialog
|
changeset |
files
|
2018-08-27 |
Andrey Skvortsov |
Increase size of comment block in WAMP example, so all information is visible
|
changeset |
files
|
2018-08-24 |
Andrey Skvortsov |
Proper fix for error 'object has no attribute 'getSlave' in EtherCAT extension
|
changeset |
files
|
2018-08-24 |
Andrey Skvortsov |
Make comment blocks in examples slightly bigger so text inside is always visible
|
changeset |
files
|
2018-08-21 |
Andrey Skvortsov |
Separate application tests and code-style checking in different steps in bitbucket-pipelines
|
changeset |
files
|
2018-08-20 |
Andrey Skvortsov |
Make Beremiz_service print version information
|
changeset |
files
|
2018-08-20 |
Andrey Skvortsov |
leave execute permissions only on Beremiz.py, Beremiz_serivce.py and PLCOpenEditor.py
|
changeset |
files
|
2018-08-20 |
Andrey Skvortsov |
Update requirements to include WAMP support
|
changeset |
files
|
2018-08-20 |
Andrey Skvortsov |
Use static library for Modbus
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Cleanup WAMP example
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Update README for WAMP example to use crossbar with python3
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Make ID in WAMP project match with ID PLC runtime.
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Fix SetServer method in WAMP
|
changeset |
files
|
2018-08-16 |
Andrey Skvortsov |
Remove non-existed PLCObject method 'ForceReload'
|
changeset |
files
|
2018-08-14 |
Andrey Skvortsov |
remote execute permissions from README file
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Fix wxHMI example after upgrading wxGlade
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Remove useless print statement from wxHMI GUI code
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Rename extension instance 'wxHMI' to 'wxglade_hmi'
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Remove backup .bak files
|
changeset |
files
|
2018-08-13 |
Andrey Skvortsov |
Drop EtherCAT examples, because they are non-functional without releasing motion control library
|
changeset |
files
|
2018-08-10 |
Andrey Skvortsov |
merge
|
changeset |
files
|
2018-08-10 |
Andrey Skvortsov |
Dirty fix for error '_object_has_no_attribute_'getSlave' in EtherCAT extension
|
changeset |
files
|
2018-08-10 |
Andrey Skvortsov |
Fix wrong ST code generation in case of several coils connected to each other.
|
changeset |
files
|
2018-08-09 |
Andrey Skvortsov |
Update README with instruction to build BACnet library for BACnet support
|
changeset |
files
|
2018-08-09 |
Andrey Skvortsov |
Improve fix wrong code generation if EN/ENO are used in FBD/LD/SFC
|
changeset |
files
|
2018-08-01 |
Andrey Skvortsov |
Load images for EtherCAT extension
|
changeset |
files
|
2018-09-12 |
Edouard Tisserant |
Flush standard output when runtime ready, so that IDE knows it, and can continue connection to LOCAL:// uri
|
changeset |
files
|
2018-09-11 |
Edouard Tisserant |
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
|
changeset |
files
|
2018-09-05 |
Edouard Tisserant |
Removed useless condition in Worker.py that was allowing misfit non-serialized call when worker still not running its loop.
|
changeset |
files
|
2018-08-21 |
Edouard Tisserant |
Refactoring. Separated PLC Object, PYRO Server and MainWorker :
|
changeset |
files
|
2018-08-16 |
Edouard Tisserant |
Fixed new code-generation code, that was making exception with simple variable-to-variable assignments.
|
changeset |
files
|
2018-08-14 |
Edouard Tisserant |
BACnet : Fixed missing header include in server.c introduced in 37ef7a3c6b8b
|
changeset |
files
|
2018-08-14 |
Edouard Tisserant |
merged
|
changeset |
files
|
2018-08-14 |
dporopat |
NevowServer : Added minimalist css style customization and a link to go to settings page and back
|
changeset |
files
|
2018-08-13 |
Edouard Tisserant |
fixed setServer call in WampClient module. Was doing nothing because _PySrv wasn't global.
|
changeset |
files
|
2018-08-13 |
Edouard Tisserant |
Removed now deprecated ForceReload from WAMP exposed calls
|
changeset |
files
|
2018-08-13 |
Edouard Tisserant |
fixed documentation bug
|
changeset |
files
|