beremiz
Clone
Summary
Browse
Changes
Graph
python runtime: more Wamp client fixes
15 months ago, Edouard Tisserant
e2a9eaf4889a
python runtime: fix behaviour of -c when given file do not exist yet
15 months ago, Edouard Tisserant
ef48f96ccf06
IDE/CLI: cleaner implementation of actions To Do Before Quit
15 months ago, Edouard Tisserant
6b4e1452fa16
test: upgrade wamp test.
15 months ago, Edouard Tisserant
766f3e0e7277
fix random python 3 porting consequences.
15 months ago, Edouard Tisserant
f9f116d8a022
python runtime: use given service name (-n CLI option) as CRA ID by default.
15 months ago, Edouard Tisserant
49e297aaf694
python runtime: Wamp CRA authentication is now mandatory, no connection if secret is missing.
15 months ago, Edouard Tisserant
78e331383533
python runtime: Wamp client now parses PSK file to extract secret from it instead of using the whole file as a secret.
15 months ago, Edouard Tisserant
a734a4d3ef23
python runtime: fix behaviour of -s CLI option when given file doesn't exist.
15 months ago, Edouard Tisserant
8a9986e26dfc
WAMP: enable TLS support. Add web settings for hostname verification and server certificate.
16 months ago, Edouard Tisserant
fe41562050ed
Python runtime: change meaning of -s and -c options in CLI
16 months ago, Edouard Tisserant
ef2620af8ad0
Fix debugger exception caused by py2/py3 merging error.
16 months ago, Edouard Tisserant
2e42d9b676ed
PY_EXT: fix exception with CSV loading.
16 months ago, Edouard Tisserant
2d6446418d0d
Fix csv_by_string example
16 months ago, Edouard Tisserant
0e0776f5459f
PY_EXT: fix wrong column header produced by csv_write_by_string.
16 months ago, Edouard Tisserant
d317b2ee46ef
Add example for CSV_WRITE_BY_STRING
16 months ago, Edouard Tisserant
6a82b8b7564b
Py_ext: add CSV write by String FB + refactoring
16 months ago, Edouard Tisserant
79aa1772f491
Python runtime: call "OnIdle" tasks when py_eval FBs execution queue is empty.
16 months ago, Edouard Tisserant
9e59bb5ad9e1
merged
16 months ago, Edouard Tisserant
5d86ede7384a
WAMP: fix secret upload
16 months ago, Edouard Tisserant
bf2b89396fef
Removed useless bitmaps
16 months ago, Edouard Tisserant
649f91dc4db3
SVGHMI: update generated xslt
17 months ago, Edouard Tisserant
ac6bbf44491e
SVGHMI: back button widget is optionally activable.
17 months ago, Edouard Tisserant
b9fea435d886
Update GitHub Actions to use upload-artifact@v4
17 months ago, Edouard Tisserant
e0c9ec66a036
Merge remote-tracking branch 'hggit/python3' into python3
17 months ago, Edouard Tisserant
3550841665d3
fixing outdated comments
17 months ago, Edouard Tisserant
45a66c3fa78a
SVGHMI: Fix potential zombie thread after stop caused by misuse of ctype.
17 months ago, Edouard Tisserant
70a8d4893c06
CLI: filter out useless progress refresh on stdout.
17 months ago, Edouard Tisserant
0f5a69ab57a1
SVGHMI: update generated xslt files
17 months ago, Edouard Tisserant
8d150133d225
SVGHMI: strip useless placeholder bitmap of HMI:Image in resulting xhtml
17 months ago, Edouard Tisserant
b312fd26a6a9
SVGHMI: fix build exception when static file directory is missing
17 months ago, Edouard Tisserant
6a8fd46e9980
Various unrelated code quality enhancements and fixes with no effect on execution.
18 months ago, Edouard Tisserant
3ef4b5b202fc
MQTT: allow publish and subscribe from user python code.
18 months ago, Edouard Tisserant
86fbb3991af6
python runtime: fix exception when transfering files with identical content.
17 months ago, Edouard Tisserant
803d4e64cc68
SVGHMI: add static file serving feature.
17 months ago, Edouard Tisserant
4ce63b8647d7
Make Input widget actionable. Includes example from kraskrom@github.
17 months ago, Edouard Tisserant
5a1593e27171
Merge remote-tracking branch 'origin/python3' into python3
18 months ago, Edouard Tisserant
03ed01134858
Update README.md
18 months ago, etisserant
86ad03993ae9
Tests: matiec version bump
18 months ago, etisserant
a6e72555d562
SVGHMI: fix inverted behavior of SuppressBrowserOutput.
18 months ago, Edouard Tisserant
69114ac20de8
Update requirements and add minimal non-frozen requirements for developer setup
18 months ago, Edouard Tisserant
5fed45d506bc
Merge remote-tracking branch 'origin/python3' into python3
18 months ago, Edouard Tisserant
87b8dd704b86
runtime: make standard output more silent.
18 months ago, Edouard Tisserant
d0be57df5f8d
SVGHMI: Make Back widget activable. (#52)
18 months ago, Dino Kosic
fabc5d6c5a8c
PLC build: prevent duplicated CFLAGS for PLC C files.
18 months ago, Edouard Tisserant
e4f648e0595a
IDE: more wxPython4 related fixes. AUI Update crash on exit + PLCOpenEditor Save exception.
18 months ago, Edouard Tisserant
4f47609a5f62
merge
18 months ago, Edouard Tisserant
bafb3f25d5bd
IDE: fix exception when changing or resizing comments in FBD
18 months ago, Edouard Tisserant
d876242447da
PLCOpen editor: fix exception when using file open dialog
18 months ago, Edouard Tisserant
f273ee835411
IDE: Fix wrong red wire coloring in FBD, this time for good.
18 months ago, Edouard Tisserant
6668dcbca915
py_ext: CSV Writer output FB interface: ERROR and RESULT are valid when ACK is TRUE.
18 months ago, Edouard Tisserant
e894ff2a2584
py_ext: fix CSV update happening only once.
18 months ago, Edouard Tisserant
1994928ce3d2
py_ext: rework logic CSV reader FB output refresh logic.
18 months ago, Edouard Tisserant
e0dfe8b8db4a
py_ext: fix CSV Writer
18 months ago, Edouard Tisserant
d2f5eb3c7d6e
IDE: Fix wrong red wire coloring in FBD
18 months ago, Edouard Tisserant
03f007a175b5
C runtime: move generated erpc interface in separate "service" directory
18 months ago, Edouard Tisserant
5472b88bbc9d
IDE: Fix PLCOpenEditor (wxPython4 menus) and drop broken PDF doc support.
18 months ago, Edouard Tisserant
cf42c3dbdd5c
Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
18 months ago, Dino Kosic
4b2de1a0fbf9
Tests: matiec version bump for GH workflow
18 months ago, Edouard Tisserant
c325749651d1
Merge remote-tracking branch 'hggit/python3' into python3
18 months ago, Edouard Tisserant
079099299603