beremiz
Clone
Summary
Browse
Changes
Graph
IDE: allow structures to be located.
py2compat
21 months ago, Edouard Tisserant
796cf457b3f5
MQTT: add test projects, to be later included in automated testing.
py2compat
22 months ago, Edouard Tisserant
18fbf2afc235
MQTT: add SSL support
py2compat
22 months ago, Edouard Tisserant
7bc6098c85e3
PY2 specific fix: disable translation.
py2compat
22 months ago, Edouard Tisserant
b67a88003c0e
SVGHMI: cosmetic
py2compat
22 months ago, Edouard Tisserant
c13ecf5ee141
SVGHMI: Fix watchdog not cleanly restarting browser because not waiting for stop operation to finish before restarting.
py2compat
22 months ago, Edouard Tisserant
f43f6f620ac5
MQTT: WIP, re-organized disconnection handling, now keep track of connection status and reconnect accordingly.
py2compat
22 months ago, Edouard Tisserant
560ab28e43e1
MQTT: link to SSL only when needed.
py2compat
22 months ago, Edouard Tisserant
64619d892ab8
IDE: Fix "Save" toolbar button and file menu entry not appearing when extension makes changes
py2compat
23 months ago, Edouard Tisserant
3975b1ad25ec
MQTT: WIP fix modified status not being set when adding and modifying topics or attributes.
py2compat
23 months ago, Edouard Tisserant
f792940b212f
MQTT: WIP, PLC starts even if MQTT client can't connect broker, and publish+subscribe again when reconnecting.
py2compat
23 months ago, Edouard Tisserant
00e79a8bdd08
MQTT: WIP, destroys paho client during failure handling at init and at cleanup. Use mutex to protect retrieve.
py2compat
23 months ago, Edouard Tisserant
5b231bcef039
MQTT: Implements reconnecting in publish thread in case thread is waken-up but client is disconnected.
py2compat
23 months ago, Edouard Tisserant
7a85df848232
MQTT: take C part away from python code for readability.
py2compat
23 months ago, Edouard Tisserant
a06d7180a097
MQTT: WIP, prevent crash after disconnect. Disable auto-reconnect on connection lost callback.
py2compat
23 months ago, Edouard Tisserant
1c397a6317c5
MQTT: Stop publish thread properly on PLC stop
py2compat
23 months ago, Edouard Tisserant
59719d020bdc
MQTT: Fix overkill use of wx sizer
py2compat
23 months ago, Edouard Tisserant
aaaa6f4d49c7
MQTT: Fix crash when browsing locations
py2compat
23 months ago, Edouard Tisserant
92ef4bcf3d1a
MQTT: WIP. Added handling of received messages (subscriptions)
py2compat
23 months ago, Edouard Tisserant
1248cf47e7cf
MQTT: WIP, added publish thread waking-up when published variables change.
py2compat
23 months ago, Edouard Tisserant
cbaeb55ba4ad
MQTT: WIP, subscibed topics have no "Retained" attribute.
py2compat
23 months ago, Edouard Tisserant
a1970d5c7b84
MQTT: WIP, now publishes initial values at init.
py2compat
23 months ago, Edouard Tisserant
a0ca33575bc1
MQTT: WIP, now connects to broker. Added MQTT 3 support and protocol version selection in IDE.
py2compat
23 months ago, Edouard Tisserant
ffa1b483dfb7
MQTT: (WIP) Fix OpenSSL linking.
py2compat
23 months ago, Edouard Tisserant
9643f9d2527c
Runtime: fix startup when locale isn't defined.
py2compat
23 months ago, Edouard Tisserant
8fc8530b113f
MQTT: still WIP, generated C code builds and link.
py2compat
23 months ago, Edouard Tisserant
c13f5e92ce53
Extensions: add optional arguments to ThirdPartyPath
py2compat
23 months ago, Edouard Tisserant
be649777f96a
ToolChain: add IEC library include paths to CFLAGS when building C code from extensions.
py2compat
23 months ago, Edouard Tisserant
90a67418b8cf
GCC BUILD: Prevent Memory Error when compiling huge projects.
py2compat
23 months ago, Edouard Tisserant
f3a27721100f
MQTT WIP: intermediate state, added perfect hash to map topic to variables
py2compat
23 months ago, Edouard Tisserant
75c37c3cc75a
MQTT WIP: intermediate state, implementing MQTT client C code generator.
py2compat
2024-06-14, Edouard Tisserant
16f9e7a60fdf
WIP: Add skeleton for MQTT extension based on part of OPC-UA extension.
py2compat
2024-06-12, Edouard Tisserant
3e3ed651802c
SVGHMI: add "DISCARD:" prefix to force discarding an SVG element
py2compat
2024-03-26, Edouard Tisserant
5a5802e2a85b
Merge commit '80e123b34e488ffea851dc2168b366ba6124c09b' into python3
2024-04-05, Edouard Tisserant
1cb8f90bf4fd
Doc: start converting Standard Library documentation from old MC8 manual.
2024-04-05, Edouard Tisserant
1a0bed0b4f1c
merge
2024-04-05, Edouard Tisserant
5c662d2e3f72
Modbus: fix test: add missing filles and add Modbus source+build in GH CI
2024-04-04, Edouard Tisserant
228d3b758f19
Modbus: add CI test + test project
2024-04-04, Edouard Tisserant
a6ec38dcbfb5
Doc: re-organize existing, sketch outline, add SVGHMI intro.
2024-04-03, Edouard Tisserant
1d383b4c0a23
Examples: add svghmi_json_table
2024-03-26, Edouard Tisserant
abaa68df90f4
SVGHMI: add "DISCARD:" prefix to force discarding an SVG element
2024-03-26, Edouard Tisserant
77a1846390ef
SVG: fix HMI:Assign widget to properly handle single-letter variable names.
2024-04-03, Edouard Tisserant
ffc8da83fdc2
SVGHMI: Fix wrong documentation copy-pasted in HMI:Page.
2024-03-28, Edouard Tisserant
9bb17341aebb
SVGHMI: add FlatButton with no active or inactive elements.
2024-03-28, Edouard Tisserant
0d491fada1ad
SVG: fix HMI:Assign widget to properly handle single-letter variable names.
py2compat
2024-04-03, Edouard Tisserant
0f31ba96df8d
SVGHMI: Fix wrong documentation copy-pasted in HMI:Page.
py2compat
2024-03-28, Edouard Tisserant
0950260e24b4
SVGHMI: add FlatButton with no active or inactive elements.
py2compat
2024-03-28, Edouard Tisserant
2ac7232fdb23
SVGHMI: fix i18n : less warnings, supports fuzzy bit, detects incomplete and non-in-sync catalogs.
py2compat
2024-03-21, Edouard Tisserant
2f646493194c
SVGHMI: i18n: minimize warnings for incomplete/fuzzy/outdated translations
2024-03-20, Edouard Tisserant
0ce4b50d1182
Start py2compat branch
py2compat
2024-03-20, Edouard Tisserant
e4339010895b
SVGHMI: i18n: fix .POT generation + other cosmetic fixes.
2024-03-20, Edouard Tisserant
9f0ef23569cb
merge
2024-03-20, Edouard Tisserant
43e7fd0cb88e
SVGHMI: fix py3 consequences on i18n
2024-03-18, Edouard Tisserant
b5017dd5c049
Removed forgotten debug print.
2024-03-15, Edouard Tisserant
6ca1adad3f0e
merge
2024-03-15, Edouard Tisserant
b2aa31f3a0ce
SVGHMI: Fix thumbnail generation.
2024-03-15, Edouard Tisserant
46ef8be69e8c
Tests: update svghmi test project to py3 and erpc
2024-03-15, Edouard Tisserant
050f227a2848
IDE: Fix local runtime not starting on windows.
2024-03-13, Edouard Tisserant
ec3c7e76f694
Add credits for Czech i18n
2024-03-07, Edouard Tisserant
aa6b3e6eb90f
Shows AboutDialog even if revisions.tx is missing
2024-03-07, Edouard Tisserant
c29a95aebfbf