tests/svghmi/plc.xml
2021-10-04 Edouard Tisserant SVGHMI: update test/svghmi to reflect latest changes wxPython4
2021-05-17 Edouard Tisserant SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases. svghmi
2020-12-02 Edouard Tisserant SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks... svghmi
2020-10-28 Edouard Tisserant Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi svghmi
2020-10-22 Edouard Tisserant SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi. svghmi
2020-08-03 Edouard Tisserant SVGHMI: Add ForEach Widget is svghmi test svghmi
2020-08-03 Edouard Tisserant SVGHMI: Add RelativePages to tests svghmi
2020-04-14 Edouard Tisserant SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well. svghmi
2020-01-23 Edouard Tisserant SVGHMI : watchdog is now taking an initial and interval duration as CTN fields. svghmi
2020-01-15 Edouard Tisserant SVGHMI non significant fixes svghmi
2020-01-14 Edouard Tisserant SVGHMI : support for HMI_STRING and HMI_BOOL svghmi
2020-01-13 Edouard Tisserant SVGHMI : Added python fomating {port} and {name} to commands so that command can build target URL svghmi
2020-01-10 Edouard Tisserant SVGHMI : add on Start, Stop and Watchdog command fields to configuration svghmi
2019-11-15 Edouard Tisserant SVGHMI: Added simple HMI Tree View. svghmi
2019-11-13 Edouard Tisserant SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE. svghmi
2019-10-27 Edouard Tisserant SVGHMI: Quicker update path for input widget when pressing on buttons, do not wait until data comes back, and simply update value text of the pressed widget. Updated PLC prog for more amimated value to display svghmi
2019-10-27 Edouard Tisserant SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe. svghmi
2019-09-11 Edouard Tisserant WIP on svghmi, now builds and runs. HTTP serving + WS transport ready, missing actual data to transmit and thread to collect it. svghmi
2019-08-14 Edouard Tisserant SVGHMI: make a reasonably basic test svghmi
2019-08-14 Edouard Tisserant SVGHMI: filter out temporary variables created while generating ST code out of FBD. svghmi
2019-08-13 Edouard Tisserant SVGHMI: added deduction of HMI tree from list of HMI_* instances. svghmi
2019-08-09 Edouard Tisserant SVGHMI: little fixes to make the build go through svghmi
2019-08-08 Edouard Tisserant Complete SVGUI test minimal skeleton so that it builds. svghmi
2019-08-07 Edouard Tisserant intermediate commit, work in progress svghmi