3.15.1.2 XML Element Description

The following paragraphs describe each element which may occur in the configuration file with its possible children and attributes.

Examples and default values for all keys:

   <global key="fontSize" value="14" />
   <global key="title" value="sat-nms Master Client 2" />
   <global key="okColor" value="#00FF00" />
   <global key="faultColor" value="#FF0000" />
   <global key="warningColor" value="#FFFF00" />
   <global key="linkColor" value="#8080FF" />
   <global key="unreachableColor" value="#808080" />
   <global key="disabledColor" value="#808080" />
   <global key="autoTextColor" value="true" />
   <global key="showSymbols" value="true" />
   <global key="priorityScheme" value="FAULT" /> 

Examples:

   <peer id="MNC1" ip="192.168.0.100" clientpars="-u satnms -p satnms -s default -q" />   
   <peer id="MNC2" ip="192.168.0.101" clientpars="-u satnms -p satnms -s default -q">     
       <parameter id="EIRP-2.on" label="TX" />   
   </peer>

Example:

  <parameter id="SYSTEM.time" label="Time" />

Example

  <group id="GRP1">
     <member id="MNC1" />
    <member id="MNC2" />
   </group>

Example:

   <member id="MNC1" />

When defining group members, care should be taken not to create circular references between groups: if e.g. a group defines itself als member or group A has group B as member and at the same time group B defines group A as member, this creates a race condition in the software, the master client won't work.

Example:

   <screenlist default="HOME">   ...   </screenlist>

Example:

  <screen id="HOME">   ...   </screen>

Depending on the presence of attributes a button behaves differently