Easy Modbus · plain-English Modbus reference

A vendor asked for my Modbus information — what do I send?

Short answer

Send five things: how to reach the equipment on the network (IP addresses, port, and whether it is Modbus TCP or RTU over TCP), the unit IDs in use, the register map for each device from the manufacturer, a note of which system is already polling them, and — most usefully — a live export showing each register with the value it is reporting right now. That last item resolves more questions than the other four together, because it proves what is actually reachable and what the numbers actually look like.

The five things, in detail

1. How to reach it

2. Unit IDs

Which unit ID corresponds to which piece of equipment. “Unit 1 is the AHU-1 controller, unit 2 is the main electrical meter” is exactly the right level of detail, and it is not guessable from the outside.

3. The register map

The manufacturer's register map for each model, with the firmware revision it applies to. If you do not have it, say so up front rather than letting them wait — and see how to find your Modbus register map. A vendor who knows the map is missing can plan for it; a vendor who finds out in week three cannot.

4. What is already talking to it

Important and frequently forgotten. Many Modbus devices accept only one connection, or a small number, and a new system polling them can knock the existing one off. Tell them what is already connected and how often it polls.

5. A live export

The most useful single item you can send: a CSV listing each register with its address, how it is interpreted, its units, and the value it read at a known moment. It proves the equipment is reachable, settles every addressing and scaling question at a stroke, and gives them real numbers to sanity-check their own results against.

Easy Modbus produces this directly: it exports device name, IP, port, unit ID, framing, reading name, table, the address in all three conventions, data type, word order, multiplier, units, and the live value. That is a complete and self-explanatory handover document.

What not to send

Questions worth asking them back