lpcmanager
Clone
Summary
Browse
Changes
Graph
No need for CustomWAMPFactory anymore.
14 months ago, Edouard Tisserant
c996edcec59a
Fix SmartehCloud updates applying multiple times when re-connecting.
15 months ago, Edouard Tisserant
45715d2aaaf4
MQTT file transfer: limit receiving one file at a time and report more feedback to IDE PLC log.
16 months ago, Edouard Tisserant
c231fd7fd244
Fix special SmatehCloud topic subscription not happening despite option being selected.
16 months ago, Edouard Tisserant
7d71c2f2a519
MQTT: typo fix in SmartehCloud support
17 months ago, Edouard Tisserant
ea3e1f720ccc
MQTT: do not subscribe SmartehCloud topic when using other Authentication method.
17 months ago, Edouard Tisserant
8b347ecf35cb
MQTT SmartehCloud authentication and command support - WIP
17 months ago, Edouard Tisserant
3b80f8199c51
SVGHMI: add support for custom widgets and own SVG widget library.
py2compat
12 months ago, Edouard Tisserant
159988f5ab14
SVGHMI: customize default widget library path to browse LPCManager's widgets by default.
py2compat
12 months ago, Edouard Tisserant
224d1283969a
Merge
py2compat
13 months ago, Tomaz Orac
2254d3e5e4c9
MQTT: Add ProjectID attribute to SmartehCloud configuration, to be used as a prefix with all topics.
py2compat
14 months ago, Edouard Tisserant
13a7cb93e819
Add new POU: get_plc_id
py2compat
14 months ago, Dino Kosic
2073d5996019
Add new POU: get_wifi_settings
py2compat
14 months ago, Dino Kosic
a21abfab093c
Add new POUs: connect_to_wifi, get_network_settings, get_image_version, get_linux_version
py2compat
14 months ago, Dino Kosic
6c05f9df669c
Add user-friendly WAMP-SMT scheme for SmartehCloud connection.
py2compat
14 months ago, Edouard Tisserant
37f7e851eae4
No need for CustomWAMPFactory anymore.
py2compat
14 months ago, Edouard Tisserant
d2b84c90f8dc
Fix SmartehCloud updates applying multiple times when re-connecting.
py2compat
15 months ago, Edouard Tisserant
e4eda7d98c03
MQTT file transfer: limit receiving one file at a time and report more feedback to IDE PLC log.
py2compat
16 months ago, Edouard Tisserant
d9de845f97dc
Fix special SmatehCloud topic subscription not happening despite option being selected.
py2compat
16 months ago, Edouard Tisserant
48b1c9ba7a26
MQTT: typo fix in SmartehCloud support
py2compat
17 months ago, Edouard Tisserant
13b78ced7601
MQTT: do not subscribe SmartehCloud topic when using other Authentication method.
py2compat
17 months ago, Edouard Tisserant
96018843360a
MQTT SmartehCloud authentication and command support - WIP
py2compat
17 months ago, Edouard Tisserant
5ceee8f3e4d4
Fix ThirdPartyPath again
18 months ago, Edouard Tisserant
6868d48a7c7e
LPCBus: enlarge timeout for rs485 devices with short buffer. Fixes CH1 module response being ignored.
20 months ago, Edouard Tisserant
2c3a530cc6b7
Fix ThirdPartyPath
20 months ago, Edouard Tisserant
14fb18af93d5
MQTT: add feature and LPCManager specific paths for paho.mqtt.c libraries and headers
22 months ago, Edouard Tisserant
d74b550a52fe
FW update : change default 256K transfer chunksize to 56K, compatible with maximum eRPC payload size of 64K.
19 months ago, Edouard Tisserant
1d5087e72ac0
Add FW update methods using ExtendedCall and fix py3 and wxPython4 problems for FW update code
19 months ago, Edouard Tisserant
70f8f690580d
Firmware update py2 => py3 (wxpy3 => wxpy4)
19 months ago, Edouard Tisserant
7c1c9a104bb3
Use eRPC's extendedCalls for "CheckProductID" and "GetVersions".
19 months ago, Edouard Tisserant
cc9644b8e7e2
Backed out changeset 613633227bc2 - no need to customise eRPC interface because of using newly added ExtendedCall.
19 months ago, Edouard Tisserant
0892985090bd
WIP, facing growing complexity, park RightBus as a library approach in favor of kernel module as it was already
RightBusLib
2023-05-11, Edouard Tisserant
c56747a013cc
Fix python3/wxPython4 details about Wamp options (dialog and parsing)
2024-04-23, Edouard Tisserant
a70356db4612
Update StdoutPseudoFile.py to python 3
2024-04-09, Edouard Tisserant
7b123fc70d19
LPCBus: enlarge timeout for rs485 devices with short buffer. Fixes CH1 module response being ignored.
py2compat
20 months ago, Edouard Tisserant
3a57baf957ed
Fix ThirdPartyPath
py2compat
20 months ago, Edouard Tisserant
85eef159a829
MQTT: add feature and LPCManager specific paths for paho.mqtt.c libraries and headers
py2compat
22 months ago, Edouard Tisserant
61e1ff8717be
Start py2compat branch
py2compat
2024-03-19, Edouard Tisserant
921affe44b8e
Add own eRPC interface stubs + overload RPC call translation for our specific PLCObject methods.
2024-03-08, Edouard Tisserant
613633227bc2
Add loading winpath.py extension from lpcdistro
2024-02-20, Edouard Tisserant
5a906c5e2d6f
Comment out dead MC8 code
2024-02-20, Edouard Tisserant
968105d8cb36
Port to python3: used 2to3 ver 3.10 + some manual fixes until IDE shows up. Pairs with new windows installer, lpcdistro 25eb179471d7.
2024-01-26, Edouard Tisserant
38335fd508f0
Add backward compatible target versions display in Firmware Update Dialog.
2023-11-29, Edouard Tisserant
ff7e861ce271
Add 'GOT_112' and 'LHC2_GOT_112' products
2023-11-22, Edouard Tisserant
eb8d80e3ee88
Add MM3 definition, distinguish headless products (remote/mobile HMI) and local HMI display.
2023-11-22, Edouard Tisserant
7fb4f681d3aa
Fix typos
2023-10-06, Edouard Tisserant
33eb1d70db63
Code move: re-organize product descriptions in LPCArch.py
2023-10-04, Edouard Tisserant
af62526cfbcb
Rename XSD_MM1 to XSD_PREEMPT, matching LPCManager commit 83d83e28f6d9:
2023-10-04, Edouard Tisserant
9507e2c4259d
Change temporary (PREEMPT_RT) XSD template name
2023-10-04, Edouard Tisserant
83d83e28f6d9
LPCBus: Device bus init was not repeatable across stop/start.
2023-09-07, Edouard Tisserant
5ccb381c307c
Change Device Bus task priority
2023-08-30, Edouard Tisserant
967430460440
Add C templates for LPCBus (rightbus) on SOM6
2023-08-10, Edouard Tisserant
2bf67e608136
Revamp product definition to make it simpler and extensible, preparing support for RightBus on MM1.
2023-05-17, Edouard Tisserant
4507beae6d3c
Fix infinite loop in retain code for SOM6 + Cosmetic changes: removed/added comments, re-indent.
2023-02-27, Edouard Tisserant
cc9ba2a5840e
Add realtime checkbox, matching Linux target XSD template in Beremiz 929276eea252
2023-02-27, Edouard Tisserant
9ef7fb16f951
More support for MM1 : Linux RT patch and no CANopen
2023-02-14, Edouard Tisserant
a1db1a229b77
SVGHMI: stop restarting browser in OnWatchdog command, extend watchdog interval timeout.
2022-11-08, Edouard Tisserant
f299e9b6a5e3
SVGHMI: updated browser commandline flags to enable all possible GPU accelereation.
2022-06-21, Edouard Tisserant
53a0a1621f0e
Fix missing import in LPCSVGHMI.py
2022-01-14, Edouard Tisserant
88e947924472
Added support for MM1 product. Untested.
2022-01-13, Edouard Tisserant
4047f251010d