From OpenSCADAWiki
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
===== Commands with the parameters. Tag "comm" ===== | ===== Commands with the parameters. Tag "comm" ===== | ||
− | < | + | <syntaxhighlight lang="XML"> |
<comm id="add"> | <comm id="add"> | ||
<fld id="tm" tp="time"/> | <fld id="tm" tp="time"/> | ||
Line 7: | Line 7: | ||
<fld id="mess" tp="str"/> | <fld id="mess" tp="str"/> | ||
</comm> | </comm> | ||
− | </ | + | </syntaxhighlight> |
Latest revision as of 10:40, 22 July 2022
Commands with the parameters. Tag "comm"
<comm id="add">
<fld id="tm" tp="time"/>
<fld id="cat" tp="str"/>
<fld id="lvl" tp="dec" min="0" max="7"/>
<fld id="mess" tp="str"/>
</comm>