Location:
<WorkspaceDirectory>\DataFiles\nxaVirtualItems.40.dat
Virtual items are used like any other server item except for one detail; they are not connected to any real datapoint on bus level. They can be used to store data. They may be connected to a any other server item.
The structure of the virtual item definition file is as follows:
'Syntax of the Virtual Item Definition Table:
'ID;Path;Description;Data Type;Access Rights;Persistent;Historical;Synchronized;Link Item ID;Script For OnReceive; Script For OnSend;Script For OnSet
GlobalOff;BuildingA\Floor1\RoomA;Virtual Item for global off;BOOL;RW;;;;;;;;;;
Each line – except comment lines that start with ' – defines a single virtual item.
...