> For the complete documentation index, see [llms.txt](https://enless.gitbook.io/centre-aide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/editor-23/configuration.md).

# Configuration

The MODBUS TX allows reading and writing 60 Modbus registers. These registers can be distributed across up to 10 Modbus slaves. This section presents the recommended order for configuring, activating, and checking your MODBUS TX.

## Radio architecture

The diagram below shows the radio link between the MODBUS TX and the MODBUS RX.&#x20;

<div data-with-frame="true"><figure><img src="/files/24a75d79d9777245f6ad6c2715511f9c9b776427" alt=""><figcaption></figcaption></figure></div>

The MODBUS TX configuration is done from the MODBUS RX configuration server.

Checks can then be carried out from the MODBUS TX server.

{% hint style="info" %}
The MODBUS TX communicates with an Enless Easy LoRa receiver (proprietary mode).

Use this section to prepare the configuration, validate activation, and check the exchanged data.
{% endhint %}

## Configure a MODBUS TX

## Before you begin

Prepare the following information:

* The LoRa ID of the MODBUS TX (visible on the product label)
* The Modbus parameters of each slave: ID, baud rate, parity, data bits, and stop bits
* The addresses of the registers to read or write

Also keep in mind the product limits:

* 10 Modbus slaves maximum
* 60 Modbus registers maximum

## Recommended procedure

Follow these steps in this order:

1. [Configuration](/centre-aide/guides-installation/documentation-en/products/editor-23/configuration/configuration.md)\
   Declare the MODBUS TX and enter the slave parameters.
2. [Activation and Modbus data](/centre-aide/guides-installation/documentation-en/products/editor-23/configuration/modbus-activation-and-data.md)\
   Validate activation and display the Modbus table.
3. [Checks](/centre-aide/guides-installation/documentation-en/products/editor-23/configuration/checks.md)\
   Check the configuration and the data read on the MODBUS TX side.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/editor-23/configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
