From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
 
===== Tag "fld" =====
 
===== Tag "fld" =====
<pre style="white-space: pre-wrap;">
+
<syntaxhighlight lang="XML">
 
<fld id="host" dscr="Host name" tp="str"/>
 
<fld id="host" dscr="Host name" tp="str"/>
 
<fld id="user" dscr="Operated user" tp="str"/>
 
<fld id="user" dscr="Operated user" tp="str"/>
 
<fld id="sys" dscr="Station system" tp="str"/>
 
<fld id="sys" dscr="Station system" tp="str"/>
</pre>
+
</syntaxhighlight>

Latest revision as of 10:40, 22 July 2022

Tag "fld"
<fld id="host" dscr="Host name" tp="str"/>
<fld id="user" dscr="Operated user" tp="str"/>
<fld id="sys" dscr="Station system" tp="str"/>