The KNX/EIB interface can be connected via Ethernet. You will also find tips and tricks from years of experience here.
After creating the interface, you can already import a KNX project. If the project was protected with a password, you will be prompted to enter a password. This is then stored in the interface under Advanced.
Tip: After importing, you can create the channels.
It is possible to directly import a project from LUXORplug. The import is done in the same way as an ETS project. A list of group addresses and trade folders is not generated. For clarity, the sensors have been removed from the building. After importing, you can also create channels.
In the structure Building and Topology, channels can be created. Various prerequisites must be met for this. It is important to declare the data types in ETS.
| Types | Prerequisite |
|---|---|
| At least two boolean values. | |
| At least one bool_dimup value and two uint_byte values. | |
| At least two color_3bytes color values. A version with individual channels is not supported at the moment. | |
| At least one bool_up value and two uint_byte values. | |
| At least one bool_up value and four uint_byte values. |
The values for the status must appear after the send values. The louver function is recognized by the terms slat and lam.
The conversion of data types does not work as with other visualizations based on KNX. All KNX data types (DPT) are converted into a PLC format. These can be seen in ETS. Here you will find a complete DPT conversion list.
Tip: Determine all data types in the ETS project before importing. Antcas Control will then resolve them immediately.
The raw data type is structured as follows. Each byte in hexadecimal followed by a space:
00 FF 3B
Or a binary value (6-bit) with a leading $-sign:
$3F
Read requests can be evaluated using the read data type. To send a response, an r can be placed directly before the group address. For example: r1/4/23. This sends a response.

The programming is then done as follows. in.switchRead generates an edge that immediately sends the response of the state from the output out.switch.

Note: The group address with the leading r is not listed in the
installation.
There are two variables for diagnosing the interface. The variable offline is true if all gateways have failed or been disconnected. The variable
error is true if an interface has failed and operation can still be maintained. With multicast, only the service and not the gateway can be diagnosed. When initializing without a gateway, the variable
offline is automatically set to true.
Since the flow control of the gateway only works with unfiltered routers, the number of telegrams and read requests must be set. This should be 100ms per router used. In other words: If 2 routers are addressed simultaneously via multicast, the interval must be 200ms. For larger projects, the read request can also be set higher. Or to approximately 2000ms.
If telegrams appear yellow in the ETS group monitor, they are resent due to a packet collision. If this suddenly happens continuously, there may be a defect:
If telegrams appear blue in the ETS group monitor, the ETS cannot communicate with the bus. Possible causes are:
Try to load the device, if possible with its own power supply, if nothing helps.