Versions Compared

Key

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

Location:
<WorkspaceDirectory>\DataFiles\nxaDeviceDefinitions.35.dat


The KNX device manager can check the availability of KNX devices. It tries to connect to the defined devices to verify whether they can be reached or not. If the connection fails, the value of the corresponding server item of the device is set to false. This feature is mainly used to check the availability for important devices. Note that the monitoring of KNX devices consumes network bandwidth within the KNX network, so it should only be used when necessary. Note that the telegrams that are used to verify the availability of KNX devices are not group telegrams and so they are not shown in the telegram monitor.

Info
! The system parameter "SYS.EnableDeviceManager" has to be set to "ON".

The device definition file specifies all the devices that shall be checked. The structure of this file is as follows: 


'Syntax of the Device Definition Table:
'physical KNX Address;IP Address of Gateway;Polling interval (sec);Description;Alias '
1.1.1;192.168.1.7;20;Device 1;Switch 1
1.1.2;192.168.1.8;40;Device 2;


Each line – except comment lines that start with ' – defines a single KNX device.

...