Wed, 26 Aug 2020 11:34:06 +0200 | Edouard Tisserant | SVGHMI: Add TODOs in Button widgets. | changeset | files |
Wed, 26 Aug 2020 11:26:45 +0200 | Edouard Tisserant | SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change. | changeset | files |
Tue, 25 Aug 2020 14:34:49 +0200 | Edouard Tisserant | SVGHMI: little fix in HMI:Button | changeset | files |
Tue, 25 Aug 2020 14:32:39 +0200 | Edouard Tisserant | SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables. | changeset | files |