tests/svghmi_v2/svghmi_0@svghmi/confnode.xml
author |
Edouard Tisserant <edouard.tisserant@gmail.com> |
|
Sun, 21 Feb 2021 21:38:44 +0100 |
branch | svghmi |
changeset 3155 |
99ce78ddd353 |
parent 3016 |
085a678715d0
|
permissions |
-rw-r--r-- |
SVGHMI: finally found why HMI:Input wasnt't initializing properly: vsprintf takes a list. Also, removed intermediate variable last_val, since edit_value() works on strings anyhow, and in case of formated floats, it is better to workl on already formated value.
3016
|
1 |
<?xml version='1.0' encoding='utf-8'?>
|
|
2 |
<SVGHMI xmlns:xsd="http://www.w3.org/2001/XMLSchema" OnWatchdog="echo Watchdog for {name} !" OnStart="xdg-open http://127.0.0.1:{port}/{name}" OnStop="echo Closing {name}" WatchdogInitial="10" WatchdogInterval="5"/>
|