TODO: Still exist ??
Location:
<WorkspaceDirectory>\DataFiles\nxaKNXObjectDefinitions.dat
Within this configuration file, the KNX communication objects as represented in the item tree are specified. The structure of the definition file is as follows:
'Syntax of the ETS Object Definition Table:
'Name;Object function;Device name;Path;Communication flag;Read flag;Write flag;Transmit flag;Update flag;Read on init flag;Physical address;IP address;Group addresses (first one is sending)
Output A;10: Switch;Room1 - Light HVAC Actuator;Demo_Case_Large\Buildings\BuildingA\Floor1\Cabinet1\3.1.1;T;F;T;F;F;F ;3.1.1;192.168.1.15;0/0/1@192.168.1.15
Output A;29: Status Switch;Room1 - Light HVAC Actuator;Demo_Case_Large\Buildings\BuildingA\Floor1\Cabinet1\3.1.1;T;T;F ;T;F;F;3.1.1;192.168.1.15;0/0/2@192.168.1.15
Output B;30: Switch;Room1 - Light HVAC Actuator;Demo_Case_Large\Buildings\BuildingA\Floor1\Cabinet1\3.1.1;T;F;T;F;F;F ;3.1.1;192.168.1.15;0/0/3@192.168.1.15
Output B;49: Status Switch;Room1 - Light HVAC Actuator;Demo_Case_Large\Buildings\BuildingA\Floor1\Cabinet1\3.1.1;T;T;F ;T;F;F;3.1.1;192.168.1.15;0/0/4@192.168.1.15
Each line – except comment lines that start with ' – defines a single communication object.
! The ETS object definitions within this file are automatically created by the NETx BMS App. Therefore, editing it manually is not necessary in general.
...