> For the complete documentation index, see [llms.txt](https://docs.yudash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yudash.com/integration-guides/industrial-instruments/energy/se-em6400ng+.md).

# SE EM6400NG+

&#x20;Schneider Electric EM6400NG+ is one of the most advanced and popular MFM in market.

<table><thead><tr><th width="327"></th><th>Description</th></tr></thead><tbody><tr><td>Instrument Type</td><td>3 Phase Energy Meter</td></tr><tr><td>Model Number</td><td><a href="https://www.se.com/in/en/product-range/63369-em6400ng+/">Schneider Electric EM6400 NG+</a></td></tr><tr><td>Brand</td><td>Schneider Electric</td></tr><tr><td>Reference</td><td><a href="https://download.schneider-electric.com/files?p_Doc_Ref=NHA2768503+-+00&#x26;p_enDocType=User+guide&#x26;p_File_Name=NHA2768503-07_EN.pdf">Datasheet PDF</a></td></tr><tr><td>Protocol</td><td>RS485/Modbus </td></tr><tr><td><strong>Modbus Settings</strong></td><td></td></tr><tr><td>Default Baud Rate </td><td>19200 8E1</td></tr><tr><td>Typical Data Type</td><td><strong>Float MSB  * (varType=21 in YuDash)</strong></td></tr></tbody></table>

{% hint style="info" %}
Schneider Electric has a vast range of energy meters. Please double check availability of RS485 and mapping for specific model in use.&#x20;

In many cases, the Modbus mapping is not part of the manual and is available as separate xls sheet. The file **Public\_EM6400\_PM2xxx PM RegisterList\_v1050\_6.xls** is referred to in this documentation&#x20;
{% endhint %}

## Communication Wiring

<figure><img src="/files/LUSVIST9pR8Rpynkztu1" alt=""><figcaption></figcaption></figure>

## Modbus Configuration in YuDash

<figure><img src="/files/A2BLSEcekUATp8KUjy8w" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/77Y2CC6SZry7YjuRuWH7" alt=""><figcaption></figcaption></figure>


---

# 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.yudash.com/integration-guides/industrial-instruments/energy/se-em6400ng+.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.
