2015-06-18 |
Edouard Tisserant |
Extended wxHMI test
|
changeset |
files
|
2015-06-18 |
Edouard Tisserant |
Added wxHMI test
|
changeset |
files
|
2015-06-15 |
Edouard Tisserant |
merged forgotten changesets
|
changeset |
files
|
2015-03-14 |
Edouard Tisserant |
Added log message when RETAIN memory not valid
|
changeset |
files
|
2015-03-14 |
Edouard Tisserant |
Fixed leftover typo
|
changeset |
files
|
2015-03-13 |
Edouard Tisserant |
Added PLCID variable accessible from C side, set with binarie's MD5. Added retain init and cleanup calls. Extended tests/python to test PLCID
|
changeset |
files
|
2015-03-13 |
Edouard Tisserant |
Splitted plc_Xenomai_main.c to enable further customization
|
changeset |
files
|
2015-04-03 |
Ronan Bignaux |
add pyrossl client side
|
changeset |
files
|
2015-03-24 |
Edouard Tisserant |
fixed build of some tests
|
changeset |
files
|
2015-02-26 |
Edouard Tisserant |
Fixed Nevow website startup
|
changeset |
files
|
2015-02-25 |
Edouard Tisserant |
Fixed build of tests/python.
|
changeset |
files
|
2015-02-25 |
Edouard Tisserant |
Added Ronan Bignaux (genesis) patch to use wxversion. Fixed side effects with sys.path. Other cosmetic fixes about path included.
|
changeset |
files
|
2015-02-24 |
Edouard Tisserant |
Fixed SFC code generation bug detected by Mario
|
changeset |
files
|
2015-02-21 |
Edouard Tisserant |
Added __ext_name__ variable accessible from user python code, reflecting extension name. Fixed contend of OnChange field in PLCGlobalsDesc
|
changeset |
files
|
2015-02-18 |
Edouard Tisserant |
Added more columns in variable list of extensions' code editors - updating python's PLCGlobals from PLC logic can trigger asynchronous 'OnChange' python call
|
changeset |
files
|
2015-02-17 |
Edouard Tisserant |
Fixed systematically loading PLC binary at startup even without -a parameter. Extended py_ext extensions instances variable description (PLCGlobalsDesc). Now contains list of variables organizd by extension, with extension name
|
changeset |
files
|
2015-02-16 |
Edouard Tisserant |
Split runtime's twisted modules import and setup to ease runtime extensions hotpatching
|
changeset |
files
|
2015-02-09 |
Edouard Tisserant |
More versatile registering of wamp callees
|
changeset |
files
|
2015-02-09 |
Edouard Tisserant |
Added forgotten wampconf.json in tests/wamp
|
changeset |
files
|
2015-02-09 |
Edouard Tisserant |
WAMP : prefix callee names with given ID so that multiple PLC and IDE can join the same realm
|
changeset |
files
|
2015-02-08 |
Edouard Tisserant |
Fixed race condition preventing to stop PLC through WAMP
|
changeset |
files
|
2015-02-08 |
Edouard Tisserant |
Added auto-reconnect for runtime. Fixed Beremiz closing problem caused by remaining twisted reactor thread in IDE.
|
changeset |
files
|
2015-02-08 |
Edouard Tisserant |
Runtime : Added PLCobject methods registring. IDE : Added WAMP connector. Still need some fixes
|
changeset |
files
|
2015-02-05 |
Edouard Tisserant |
Added stub code for runtime WAMP client. Added runtime command line switch to select WAMP url and Nevow web site port. Web port is now fixed, next port number is not tested if bind fails.
|
changeset |
files
|
2015-02-05 |
Edouard Tisserant |
Moved twisted/nevow/athena away from Berermiz_service.py + some minor cleanup
|
changeset |
files
|
2015-02-02 |
Edouard Tisserant |
Added Beremiz_service.py command line switch to load python extention for runtime independently from PLC program
|
changeset |
files
|
2015-02-02 |
Edouard Tisserant |
py_ext user python code can now know about global variables shared with PLC. updated tests/python accordingly
|
changeset |
files
|
2015-02-02 |
Edouard Tisserant |
Fixed python runtime trace thread auto suspend. Now suspends after 3 seconds when no trace is requested
|
changeset |
files
|
2015-01-30 |
Edouard Tisserant |
Added runtime side trace buffer, handled in a separate thread, limited to 1MB, and dropped after 3 seconds if not used by IDE. GetTraceVariables is not anymore blocking on next PLC cycle
|
changeset |
files
|
2015-01-30 |
Edouard Tisserant |
Moved trace buffer unpacking in the IDE. Latest traced variable samples are now passed as a single string
|
changeset |
files
|