From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
(Importing a new version from external source)
Line 1: Line 1:
 
{{CntHdr| {{anch|CntrFldSet|Setting}} the field}}
 
{{CntHdr| {{anch|CntrFldSet|Setting}} the field}}
REQ: ''<set path="'''{path}'''">'''{value}'''</set>''
+
REQ: ''<set path="'''{path}'''">'''{value}'''</set>''<br/>
* ''value'' — value of the setting in the string form.
+
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 updated immediately after change.
 
<syntaxhighlight lang="XML" style="margin-left: 10pt">
 
<syntaxhighlight lang="XML" style="margin-left: 10pt">
 
<set path="/sub_Security/usr_user/%2fprm%2fDESCR">Renamed user</set>
 
<set path="/sub_Security/usr_user/%2fprm%2fDESCR">Renamed user</set>
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 21:20, 8 March 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Documents/API)
{{CntHdr| {{anch|CntrFldSet|Setting}} the field}}
REQ: ''<set path="'''{path}'''">'''{value}'''</set>''<br/>
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.
<syntaxhighlight lang="XML" style="margin-left: 10pt">
<set path="/sub_Security/usr_user/%2fprm%2fDESCR" updTm="3" rez="0">Renamed user</set>
</syntaxhighlight>
Translation{{CntHdr| {{anch|CntrFldSet|Setting}} the field}}
REQ: ''<set path="'''{path}'''">'''{value}'''</set>''<br/>
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 updated immediately after change.
<syntaxhighlight lang="XML" style="margin-left: 10pt">
<set path="/sub_Security/usr_user/%2fprm%2fDESCR">Renamed user</set>
</syntaxhighlight>

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 updated immediately after change.
<set path="/sub_Security/usr_user/%2fprm%2fDESCR">Renamed user</set>