Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

/info

Location:


<WorkspaceDirectory>\DataFiles\nxaAliases.40.dat


Aliases can be used to give any server item a user-defined name. Aliases can be seen as a short-cut to the original server item. Therefore, an alias is not a copy of the source item – it is just alternative way to access an item. Aliases can be used to give physical datapoints a more descriptive name. Furthermore, aliases can also be arranged in a user-defined hierarchy.
The structure of the alias definition file is as follows:


' Aliases Definition File
'
' SourceItemID;Name;Path
NETx\XIO\KNX\BROADCAST\03/0/002;LightOff;BuildingA\Floor1\
NETx\XIO\BACnet\Device1\ANALOG_VALUE_0\ANALOG_VALUE_0 - PRIO 15;HeatingSetpoint;BuildingA\Floor1\RoomA


Each line – except comment lines that start with ' – defines a single alias.


FieldNoFieldMandatory/OptionalDescription
1SourceItemIDMThis is the source ItemID of the alias.
2NameMHere the name of the alias has to be specified.
3PathOOptionally, the alias can be arranged in a hierarchy which can be defined here. The different levels of the hierarchy must be delimited with "\".
4CommentOOptional comment of the alias definition. The value is only used for documentation purposes.
  • No labels