> For the complete documentation index, see [llms.txt](https://docs.voltmasters.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voltmasters.io/dso-rtu/rtu-connection.md).

# RTU connection

A DSO RTU connection relies on a data link between an **RTU** (Remote Terminal Unit), installed on site by the grid operator, and the **Voltmasters controller**. This page explains that link, how the RTU is physically connected, and what has to be prepared on site.

### Roles

* **The RTU is supplied and installed by the grid operator.** It is the grid operator's equipment and its endpoint inside their control infrastructure. The grid operator is responsible for the RTU and for the connection from the RTU back to their control centre.
* **The controller is the client interface.** It is the single point through which the grid operator monitors and controls the installation. The controller exposes a standardized DSO RTU interface that the RTU connects to.

{% hint style="info" icon="lightbulb" %}
The DSO RTU protocol and its parameters, such as the network port, are operator-specific. See the grid operator's page under [Supported grid operators](/dso-rtu/grid-operators.md) for the exact protocol details.
{% endhint %}

### Physical connection

The RTU is connected to the controller with a **network (Ethernet) cable**. On the controller side, that cable is plugged into an **Ethernet-to-USB adapter**:

* The grid operator's RTU provides an Ethernet port. Run a network cable from the RTU to the controller.
* Plug that cable into the **Ethernet-to-USB adapter** on the controller. **Any USB port** on the controller can be used; the adapter is detected automatically regardless of which port it is in.
* This gives the controller a dedicated network interface for the DSO RTU link, separate from its normal internet connection.

```
RTU ──Ethernet cable──► Ethernet-to-USB adapter ──► Controller (any USB port)
```

### Network

* The link between the RTU and the controller is a **local, dedicated link** over the Ethernet-to-USB adapter; it does not require internet access.
* The controller still needs its own internet connection for the Voltmasters platform; see [Internet and network](/getting-started/ems-controller-installation/internet-and-network.md). That connection is separate from the DSO RTU link.
* Over this link the RTU and the controller exchange data using the grid operator's DSO RTU protocol over TCP/IP.

### What is exchanged over the link

| Direction                      | Content                                                                                                                                         |
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| **Grid operator → controller** | Active-power limits, reactive-power band & mode, emergency stops, reason codes, time synchronization, and a request for the full current state. |
| **Controller → grid operator** | Confirmation and feedback of every command, and periodic measurements per asset category.                                                       |

The functional meaning of each of these is described in [How DSO RTU works](/dso-rtu/how-telecontrole-works.md). The exact data points are listed on the grid operator's page.

### Link health and monitoring

The controller continuously monitors the DSO RTU link. If DSO RTU is enabled but there is **no active connection** from the RTU, the controller raises an incident so the situation is visible on the platform. This typically means the RTU cannot reach the controller (cabling or adapter issue) or the RTU is not (yet) active.

See [Incident management](/voltmasters-platform/9.-incident-management.md) for how incidents are surfaced and handled.

### Preparation checklist

Before commissioning the RTU link, make sure:

* [ ] The grid operator has scheduled the RTU installation.
* [ ] A network cable runs from the RTU to the controller.
* [ ] An Ethernet-to-USB adapter is connected to the controller.
* [ ] The contractual grid limits (max injection / consumption) are known and configured in the project.

Voltmasters validates the full link during [commissioning](/dso-rtu/commissioning-and-certification.md).


---

# 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:

```
GET https://docs.voltmasters.io/dso-rtu/rtu-connection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
