Feature XML Definition
The Feature XML Definition specifies the properties of a Feature.
The properties will affect how the Feature is presented on the Feature Panel in Azande Studio.
XML Tags common for all Features
Description |
Tag |
Feature Panel |
Feature |
<F> ... </F> |
|
ID |
<I>BYTE</I> |
Route messages |
SUB ID |
<Is>BYTE</Is> |
Route messages |
FEATURE NAME |
<N>STRING</N> |
Title displayed on panel |
GROUP |
<Gr>BYTE</Gr> |
|
XML Tags optional in some Features
Description |
Tag |
Feature Panel |
UNIT |
<U>STRING</U> |
Displayed after the Value |
RANGE MIN |
<Mn>DECIMAL</Mn> |
|
RANGE MAX |
<Mx>DECIMAL</Mx> |
|
VALUE FORMAT TEXT |
<Vf>FORMAT_STRING</Vf> |
Format how the value is displayed on panel. See Value Formatter |
Command Features
Command |
Tag |
<C> ... </C> |
|
<Cb> ... </Cb> |
|
<Cd> ... </Cd> |
|
<Ce> ... </Ce> |
|
<Ci> ... </Ci> |
|
<Ct> ... </Ct> |
Event Features
Event |
Tag |
<Eb> ... </Eb> |
|
<Ed> ... </Ed> |
|
<Ei> ... </Ei> |
|
<Et> ... </Et> |