> 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-22/configuration.md).

# Configuration

The TX IO offers integrators different control options. As a reminder, the TX IO has 2 dry-contact inputs and 4 controllable relay outputs. It can be used in 3 distinct modes, which can be configured from the embedded server in the transmitter.&#x20;

By default, the TX IO is delivered ready to use in remote control mode.&#x20;

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>First connection</strong></td><td>Configure your computers correctly to access the TX IO configuration page.</td><td><a href="/pages/e2f6734d1e5eff4cf297ce94e24465dec3e7a3a9">/pages/e2f6734d1e5eff4cf297ce94e24465dec3e7a3a9</a></td></tr><tr><td><strong>Remote control mode</strong> </td><td>The TX IO outputs are controlled by commands from the receiver. The TX IO also reports the status of its inputs back to the receiver. In remote control mode, the TX IO behaves like any other Enless transmitter (sending periodic messages) while also having the ability to receive commands from the receiver to control its 4 relay outputs</td><td><a href="/pages/744e245b123a5edeed6b1d4ad92d5dd71c400a98">/pages/744e245b123a5edeed6b1d4ad92d5dd71c400a98</a></td></tr><tr><td><strong>Local control mode</strong></td><td>The TX IO controls its relay outputs according to the state of its inputs. It can send reporting messages to the receiver. The TX IO can be configured to synchronize the inputs to the relay outputs with a configurable delay (to ensure that the relay does not perform an instant match in the event of a momentary change in the input state).</td><td><a href="/pages/83e875133286a5dbe3b7137a67fd156f13919bb5">/pages/83e875133286a5dbe3b7137a67fd156f13919bb5</a></td></tr><tr><td><strong>D2D (Device to Device) mode</strong></td><td>The TX IO communicates with Enless LoRa sensors (4 maximum) and controls its outputs according to the alarm thresholds configured on the sensors</td><td><a href="/pages/5258201ed489e7374e4c67b93ac5b0dd7615ade2">/pages/5258201ed489e7374e4c67b93ac5b0dd7615ade2</a></td></tr></tbody></table>

{% hint style="info" %}
To change the operating mode of the TX IO, please access its configuration server (same procedure as for [accessing the receiver server](/centre-aide/guides-installation/documentation-en/products/rx-modbus/configuration/first-connection.md) ).&#x20;
{% endhint %}


---

# 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-22/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.
