From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 1: Line 1:
==== Area tag "area" ====
+
==== AREA — description-definition of visual areas ====
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.
+
The page with the final elements-fields of the configuration must contain at least one area of visual display with the tag '''area''', where the first in the hierarchy in the configurators are tabs, and the rest are included groups. Access to the area can be read-only - visibility (SEC_RD).
<syntaxhighlight lang="XML">
+
<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>
+
</syntaxhighlight>
+

Latest revision as of 12:02, 8 January 2023

AREA — description-definition of visual areas

The page with the final elements-fields of the configuration must contain at least one area of visual display with the tag area, where the first in the hierarchy in the configurators are tabs, and the rest are included groups. Access to the area can be read-only - visibility (SEC_RD).