> 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/grid-operators/eme-econ-plus.md).

# EME eCON+

The **EME eCON+** is a telecontrole panel that relays the grid operator's Fluvius telecontrole signal to the controller over **Modbus TCP**, as an alternative to a direct Netflex link.

To use it, set the telecontrole provider to **EME eCON+** under **Configuration → Grid & market → DSO RTU settings**.

{% hint style="info" %}
EME eCON+ requires a recent controller version. If the option does not appear in the dropdown, update the controller first.
{% endhint %}

### Connection settings

Unlike the IO-based operators, the eCON+ carries only a Modbus connection — there are no IO-port or switch-position assignments to configure. You provide:

| Setting        | Description                                                                                                                                                                  |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **IP address** | The address of the eCON+ panel on the local network (required).                                                                                                              |
| **Port**       | The Modbus TCP port. Leave empty to let the controller use its default.                                                                                                      |
| **Slave ID**   | The Modbus unit ID. Leave empty to let the controller use its default.                                                                                                       |
| **Mode**       | The Fluvius telecontrol version the panel exposes: **TC4** or **TC5**. This must match how the panel is configured; the controller reads a different set of values per mode. |

### TC4 vs TC5

The eCON+ is a bidirectional converter: it translates the grid operator's Fluvius telecontrol signal into values the EMS reads over Modbus, and writes the installation's realised production back to the panel. How much it conveys depends on the mode:

* **TC4** — the basic set: a single **active-power** limit (as a percentage of the asset's maximum production) and a single **reactive-power** target.
* **TC5** — the full set: **emergency stop** for production and for consumption, separate **maximum grid injection and consumption** limits, a **reactive-power band**, per-asset production/consumption caps, and the control reasons behind them.

{% hint style="info" %}
If the mode configured in the platform does not match the mode the eCON+ panel reports, an incident is raised. Set the mode to match the panel.
{% endhint %}

Once connected, the grid states received through the eCON+ drive the same curtailment of PV, batteries, EV charging and loads as any other telecontrole provider.

See [RTU connection](/dso-rtu/rtu-connection.md) for the on-site connection and network requirements.


---

# 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://docs.voltmasters.io/dso-rtu/grid-operators/eme-econ-plus.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.
