Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

 

 

...

Parameter

...

OPC.PrefixedItemID

...

Description

...

It defines whether the leading "0"-characters shall be added to server item IDs. ON - defines that leading "0"characters are added to the item IDs of KNX group addresses OFF - defines that the item IDs of KNX group addresses do not contain leading "0"-characters

...

Scope

...

ON, OFF

...

Unit

...

None

...

Default value

...

ON

 

!Attention: In  In contrast to defined parameter within the studio, this has a crucial influence on the structure of all server item IDs.
The following examples represent the same KNX datapoint:
OPC.GroupAddressType: 2Level -> ITEM ID = "NETx\XIO\KNX\192.168.1.1\00/0513"
OPC.GroupAddressType: 3Level -> ITEM ID = "NETx\XIO\KNX\192.168.1.1\00/2/001"

 

Parameter

OPC.PrefixedItemID

Description

It defines whether the leading "0"-characters shall be added to server item IDs. ON - defines that leading "0"characters are added to the item IDs of KNX group addresses OFF - defines that the item IDs of KNX group addresses do not contain leading "0"-characters

Scope

ON, OFF

Unit

None

Default value

ON

 

!Attention: This parameter has crucial influence on the structure of all server item IDs.
The following examples represent the same KNX datapoint:
OPC.PrefixedItemID: ON -> ITEM ID = "NETx\XIO\KNX\192.168.1.1\00/2/001"
OPC.PrefixedItemID: OFF -> ITEM ID = "NETx\XIO\KNX\192.168.1.1\0/2/1"

...