From OpenSCADAWiki
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
==== Area tag "area" ==== | ==== Area tag "area" ==== | ||
Areas are described with "area" tag and are intended to group the elements on different features. Area may include other elements and areas. The root ones form the bookmarks in the presentation of the user interface. To tag, you can access only to "read" or "visibility", hence the element of the triad of access can be set to 00, if access is absent, or 04, if it is present. | Areas are described with "area" tag and are intended to group the elements on different features. Area may include other elements and areas. The root ones form the bookmarks in the presentation of the user interface. To tag, you can access only to "read" or "visibility", hence the element of the triad of access can be set to 00, if access is absent, or 04, if it is present. | ||
− | < | + | <syntaxhighlight lang="XML"> |
<area id="base" dscr="Base information"> | <area id="base" dscr="Base information"> | ||
<fld id="host" dscr="Host name" tp="str"/> | <fld id="host" dscr="Host name" tp="str"/> | ||
Line 10: | Line 10: | ||
</area> | </area> | ||
</area> | </area> | ||
− | </ | + | </syntaxhighlight> |
Revision as of 10:40, 22 July 2022
Area tag "area"
Areas are described with "area" tag and are intended to group the elements on different features. Area may include other elements and areas. The root ones form the bookmarks in the presentation of the user interface. To tag, you can access only to "read" or "visibility", hence the element of the triad of access can be set to 00, if access is absent, or 04, if it is present.
<area id="base" dscr="Base information">
<fld id="host" dscr="Host name" tp="str"/>
<fld id="user" dscr="Operated user" tp="str"/>
<fld id="sys" dscr="Station system" tp="str"/>
<area id="other" dscr="Other options">
<fld id="val" dscr="Value" tp="real"/>
</area>
</area>