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

Version 1 Next »

Location:
<WorkspaceDirectory>\DataFiles\nxaGatewayDefinitions.35.dat
The gateway manager maintains the connections to the KNXnet/IP devices which are connected to the KNX system. The gateway definition table defines all the KNXnet/IP interfaces and routers that are used within the project.
! No telegrams are sent to the offline gateways.
The structure of the gateway definition file is as follows:
'Syntax of the Gateway Definition Table:
'IP Address;Type;Port;Name;Locality;Description ;Options
'
192.168.1.1;IGS;51000; GATE 1;Room 51;pre-defined Gateway 1
192.168.1.2;NETIP;3671;Gate2;;;;;;;
192.168.1.3;EIBNODE;1634;Gate3;;;;;;;
Each line – except comment lines that start with ' – defines a single KNXnet/IP gateway.
! The virtual "BROADCAST" gateway is added by the system and must not be defined in the table.
<tr> <td>1</td> <td>IP Address</td> <td></td> <td> This attribute specifies the IP address of the KNXnet/IP gateway. The IP address is also used to uniquely identify the gateway within the server. Therefore, it must be unique within the whole network. </td> </tr>
<tr> <td>2</td> <td>Type</td> <td></td> <td> The type of the KNXnet/IP gateway. "IGS" refers to ABB IG/S, EIBNODE to b.a.b - technologie eibnode, and NETIP to all other KNXnet/IP routers and interfaces.
</td> </tr>
<tr> <td>3</td> <td>UDP Port</td> <td></td> <td> This attributes represents the UDP port number which is used to connect to the gateway. </td> </tr>
<tr> <td>4</td> <td>Name</td> <td></td> <td> It is used to give the gateway a human-readable name (can be any user-defined string). </td> </tr>
<tr> <td>5</td> <td>Locality</td> <td></td> <td> This attribute can be used to specify the location of the gateway (can be any user-defined string). </td> </tr>
<tr> <td>6</td> <td>Description</td> <td></td> <td> This attribute can be used to specify a human-readable text that further describes the gateway (can be any user-defined string). </td> </tr>
<tr> <td>7</td> <td>Options</td> <td></td> <td> If the gateway is of type "EIBNODE", the
SenderNetID has to be specified here.</td> </tr>
<tr> <td>8 - 11</td> <td>Path, Extended Data 1 - 3</td> <td></td> <td> These columns
are for internal use only. </td> </tr>

  • No labels