...
Parameter | OPC.GroupAddressType |
---|---|
Description | It defines the format that is used to map KNX group addresses to server item IDs. 2Level - uses the two-level KNX group address format 3Level - uses the three-level KNX group address format |
Scope | 2level, 3level |
Unit | None |
Default value | 3level |
Info |
---|
Warning |
In contrast to defined parameter within the studio, this has a crucial influence on the structure of all server item IDs. |
...
OPC.GroupAddressType: 2Level -> ITEM ID = "NETx\XIO\KNX\192.168.1.1\00/0513"The following examples represent the same KNX datapoint:
OPC.GroupAddressType: 3Level -> ITEM ID = "NETx\XIO\KNX\192.168.1.1\00/2/001"
...