lpcmanager
Clone
Summary
Browse
Changes
Graph
Logging: added HMI:HistoryXYGraph (accepts streamed data from log and plots XYGraph) and log_append POU (logs data up to maximum number of records defined in config file).
py2compat
4 months ago, Dino Kosic
c383c799c7b3
HMI:VarSync widget to sync between PLC and HMI local variable, to use for languages.
4 months ago, Dino Kosic
bf2692c05bba
Logging: added HMI:HistoryXYGraph (accepts streamed data from log and plots XYGraph) and log_append POU (logs data up to maximum number of records defined in config file).
4 months ago, Dino Kosic
7b2269900873
RS485: fix missing one selector out of 12 for LHC-1 MU1.
py2compat
5 months ago, Tomaz Orac
750f686c63af
RS485: fix missing one selector out of 12 for LHC-1 MU1.
5 months ago, Tomaz Orac
a26a68f41124
RS485: in case of LHC-1 products allow more than 32 devices on a bus (because each physical LHC1 device has two addresses on the bus).
5 months ago, Tomaz Orac
8bc93d4df301
RS485: in case of LHC-1 products allow more than 32 devices on a bus (because each physical LHC1 device has two addresses on the bus).
py2compat
5 months ago, Tomaz Orac
307339f877be
FW updater: fix update operation timeout to accomodate new 1GB images.
6 months ago, Tomaz Orac
1b1347891896
Change LHC-1 devices minimal polling interval to 100 ms.
7 months ago, Tomaz Orac
4ca82aa3d8cf
RS485: remove dead code for communication error counter - UART_RETRY_NUM was already set to zero since long.
8 months ago, Tomaz Orac
1adc3a1b4233
FW updater: fix update operation timeout to accomodate new 1GB images.
py2compat
6 months ago, Tomaz Orac
66ee29c1b7ba
Change LHC-1 devices minimal polling interval to 100 ms.
py2compat
7 months ago, Tomaz Orac
0a4cd3cc99d4
RS485: remove dead code for communication error counter - UART_RETRY_NUM was already set to zero since long.
py2compat
8 months ago, Tomaz Orac
ce36b007ae19
Added support for connecting LHC1-type devices on RS-485 bus when using LHC1_GOT_002.
8 months ago, Tomaz Orac
a3afb77b5c40
Added support for connecting LHC1-type devices on RS-485 bus when using LHC1_GOT_002.
py2compat
8 months ago, Tomaz Orac
0a26440852a3
Added support for LHC1_GOT_002 product.
9 months ago, Tomaz Orac
1679bae6e7f1
Added support for LHC1_GOT_002 product.
py2compat
9 months ago, Tomaz Orac
8481ff9d5230
Added HMI:Swipe and HMI:AnimateRotation widgets
py2compat
10 months ago, Dino Kosic
c0e7b779e92d
Added HMI:Swipe and HMI:AnimateRotation widgets
10 months ago, Dino Kosic
62f2b56f3e4b
Added timezone POUs
10 months ago, Dino Kosic
dd0ec0f4179c
Add check_if_url_is_reachable POU to test whether input URL returns status 200 when invoked from PLC
py2compat
10 months ago, Dino Kosic
d7d8098e92f7
Add check_if_url_is_reachable POU to test whether input URL returns status 200 when invoked from PLC
10 months ago, Dino Kosic
54dea7ff6b9f
Add HMI:CloudImage widget. Behaves similarly to HMI:Image, but links to cloudfolder endpoint to use /media/data/cloud folder as source folder for files
10 months ago, Dino Kosic
6f3a60bb7771
Add HMI:CloudImage widget. Behaves similarly to HMI:Image, but links to cloudfolder endpoint to use /media/data/cloud folder as source folder for files
py2compat
10 months ago, Dino Kosic
63e6b1928a5a
Merge.
py2compat
11 months ago, Tomaz Orac
cea582965856
Added timezone POUs
py2compat
12 months ago, Dino Kosic
bdf954427476
SVGHMI: disable SuppressBrowserOutput by default, since it's incompatible with Python 2 runtime.
11 months ago, Tomaz Orac
24326247f155
MQTT: prevent exceptions in case of empty ProjectID
py2compat
11 months ago, Edouard Tisserant
218c714f6245
MQTT: prevent exceptions in case of empty ProjectID
11 months ago, Edouard Tisserant
df8a59fb9cfd
SVGHMI: Add SuppressBrowserOutput, expected by SVGHMI python3 code in Beremiz.
11 months ago, Edouard Tisserant
b8502a30facc
Enable SVGHMI on all archs, including SOM28 now
11 months ago, Edouard Tisserant
463824df73a4
Enable SVGHMI on all archs, including SOM28 now
py2compat
11 months ago, Edouard Tisserant
d1ce2ccfe3d8
SVGHMI: add support for custom widgets and own SVG widget library.
12 months ago, Edouard Tisserant
effc3b4090c8
SVGHMI: customize default widget library path to browse LPCManager's widgets by default.
12 months ago, Edouard Tisserant
699fef1fc5cd
Add new POU: get_plc_id
14 months ago, Dino Kosic
1e7762139be7
Add new POU: get_wifi_settings
14 months ago, Dino Kosic
698bb7de8452
Add new POUs: connect_to_wifi, get_network_settings, get_image_version, get_linux_version
14 months ago, Dino Kosic
35328fba4899
MQTT: Add ProjectID attribute to SmartehCloud configuration, to be used as a prefix with all topics.
14 months ago, Edouard Tisserant
144130828994
Add user-friendly WAMP-SMT scheme for SmartehCloud connection.
14 months ago, Edouard Tisserant
252df96f475c
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