The interface configuration can be edited in the NETx Core Server Studio at Modules > Qlite> Interface Definitions
...
Col# | Parameter | Description | Scope | Unit | Default value |
---|---|---|---|---|---|
1 | Name | Name of the interface. Must be unique. | string | None | |
2 | IP address | IP address of the QL-NE100 device. | IP-Address | None | |
3 | Port | UDP port of the QL-NE100 device. | Port number | None | 57277 |
4 | Send interval | Time delay between sending two messages. | integer | ms | 200 |
5 | Log messages | If set to true, all received and sent messages are logged inĀ <WorkspaceDirectory>\LogFiles\nxaQlite-<InterfaceName>_<Datecode>.log | boolean | None | False |
6 | Ping after | Start pinging the interface after not receiving packets for this time period. | integer | s | 50 |
7 | Ping interval | Time between sending pings to the interface. | integer | s | 10 |
8 | Ping retries | Connection to the interface is considered lost after this amount of failed pings. | integer | None | 2 |
9 | Channel Ranges | Defines the channels that shall be available as server items. It is possible to define comma separated list that also contains ranges. E.g. 1-10,15,250-310. If left empty, no channels are available. | integer list | 1 - 512 | None |
...