From OpenSCADAWiki
Revision as of 21:32, 8 March 2025 by FuzzyBot (Talk | contribs) (Importing a new version from external source)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Setting the field
REQ: <set path="{path}">{value}</set>
RESP: <set path="{path}" updTm="{updTm}" rez="0">{value}</set>

  • value — value of the setting in the string form;
  • updTm — time in seconds to order update the configuration page according to the object dynamic, when for missing the page is updated immediately after the change.
<set path="/sub_Security/usr_user/%2fprm%2fDESCR" updTm="3" rez="0">Renamed user</set>