From OpenSCADAWiki
Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en){{CntHdr| {{anch|CntrCommSet|Invoking}} the command}}
Allowed at the SEC_WR permition.<br/>
REQ: ''<set path="'''{path}'''" tp="'''comm'''">'''{fields}'''</set>''<br/>
* ''tp'' — forced to the "comm" value for correct commands detection in logs;
* ''fields'' — the command fields in the "fld" tags.
<syntaxhighlight lang="XML" style="margin-left: 10pt">
<set path="/sub_Archive/mod_FSArch/val_1s/%2farch%2fexp" lang="en">
  <fld id="arch">CPULoad_load</fld>
  <fld id="beg">1673942400</fld>
  <fld id="end">1673944800</fld>
  <fld id="tfl">ascii</fld>
  <fld id="file">testComm</fld>
</set>
</syntaxhighlight>
 h Ukrainian (uk){{CntHdr| {{anch|CntrCommSet|Виклик}} команди}}
Дозволено за прав SEC_WR.<br/>
ЗАП: ''<set path="'''{path}'''" tp="'''comm'''">'''{fields}'''</set>''<br/>
* ''tp'' — зафіксовано у значення "comm" для коректного виявлення команд у журналах;
* ''fields'' — поля-аргументи команди у тегах "fld".
<syntaxhighlight lang="XML" style="margin-left: 10pt">
<set path="/sub_Archive/mod_FSArch/val_1s/%2farch%2fexp" lang="uk">
  <fld id="arch">CPULoad_load</fld>
  <fld id="beg">1673942400</fld>
  <fld id="end">1673944800</fld>
  <fld id="tfl">ascii</fld>
  <fld id="file">testComm</fld>
</set>
</syntaxhighlight>