All the control aliases in a project are stored in a file called control_alias.xml. This file is kept inside the project .npa file, which is a zip file.
To find the control alias definitions inside the NWare project file
Each of the control alias definitions looks like this:
<alias alias="EQ1_BW" ruid="//devices/41/controls/bandwidth" />
The alias name is EQ1_BW in this example. You can use the NWare find function to locate this control in the project using its alias.
Some aliases are generated automatically, like this one for a Kiosk2Go control:
<alias alias="X139753064" ruid="//devices/28/controls/message" />
See also Finding a control in a project using its alias |