...
Info |
---|
! The system parameter "SYS.EnableDeviceManager" has to be set to "ON". |
Info |
---|
! This definition file can also be generated using the ETS app import wizard (Studio → KNX → Inport NETx ETS App file ...) which generates the KNX device definitions from an exported ETS project. |
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 Name of Gateway;Polling interval (sec);Description;Alias '
1.1.1;192.168.1.7Router1;20;Device 1;Switch 1
1.1.2;192.168.1.8Router2;40;Device 2;
Each line – except comment lines that start with ' – defines a single KNX device.
...
1 | Physical KNX Address | This attribute specifies the physical KNX Address of the device which shall be monitored. | |||
2 | IP Address Name of Gateway | This attribute defines the IP address name of the gateway via the device is reachable. "BROADCAST" is not supported in this case. | |||
3 | Polling interval | This attribute defines the polling interval in seconds. | |||
4 | Description | This attribute can be used to specify a human-readable text that further describes the device (can be any user-defined string). |
...