// Continental Control Systems WattNode

WattNode Modbus
meter setup

Voltage reads perfectly, line frequency reads perfectly, and the power figures are nonsense. On a WattNode straight out of the box that is not a fault — the meter does not yet know which current transformers you fitted. One register write fixes it, and this page shows which one, plus the commissioning order that keeps you from chasing the wrong problem.

Download Pro trial — free 14 days Jump to the verification steps

Windows 10/11 · RS-485 adapter · No PLC needed to test

// the step everyone skips

A new WattNode reads nothing useful until you write one register

The meter arrives working. Voltage reads correctly, line frequency reads correctly, the serial number comes back — and current, power and energy are all meaningless. Nothing is broken, and no amount of rewiring will fix it.

The reason is that the meter has no way to know which current transformers you clamped on. Continental Control Systems is explicit about it: the CtAmps register must be written with the rated amperage of the CTs in use before the current, power and energy readings mean anything.

That is a single write. If different CT ratings are used on different phases, there are per-phase registers for that instead. Once written, the value is stored in the meter and the readings become correct immediately.

Symptom to remember

Voltage right, power wrong or zero, on a meter straight out of the box: write the CT rating first, then re-read. It is a configuration step, not a fault.

Also on this site
// configuration registers

The registers you write before reading anything

These are the setup registers documented by the manufacturer. The full measurement register list — power, energy, voltage, current per phase — is in the WattNode Modbus installation and operation manual for your exact model, and that is where it should be taken from.

RegisterNameWhat to write
1603CtAmpsRated amperage of the CTs, when all phases use the same rating. Nothing measures correctly until this is set.
1604CtAmpsAPhase A rating, when the phases differ
1605CtAmpsBPhase B rating
1606CtAmpsCPhase C rating
1619PhaseOffsetDefaults to 120° for a three-phase service; leave it unless your service genuinely differs
Registers that work with no setup at all: line frequency and the meter serial number read correctly out of the box. They make an ideal first read — if the serial number comes back, your address, baud rate and wiring are all proven, and anything still wrong after that is configuration rather than communication.
// commissioning a meter in minutes

Prove the link, then configure, then trust the numbers

The order matters. Each step rules out one class of problem, so when something does not work you always know which class you are in.

1
Step 1
Match address and baud rate
The meter communicates over RS-485 using Modbus RTU, with a slave address between 1 and 247; addresses from 1 to 127 can be set on the front-panel DIP switch. Set your master to the same address and serial settings. A mismatch here gives timeouts rather than wrong values, which is a useful distinction to keep in mind.
2
Step 2
Read something that needs no setup
Read the line frequency, or the serial number. These are correct from the factory, so a sensible answer proves address, baud rate, wiring and termination in one shot. Only move on once this reads reliably for a minute or two.
3
Step 3
Write the CT rating
Write the rated amperage of your CTs to register 1603 — or the per-phase registers 1604 to 1606 if the ratings differ. This is a single-register write, and the value persists in the meter. Getting this wrong scales every power and energy reading by the wrong factor, silently.
4
Step 4
Sanity-check against a known load
Switch on a load whose approximate consumption you know and read power again. You are not calibrating — you are checking that the order of magnitude is right, which catches a wrong CT rating or a CT on the wrong phase before the meter feeds a billing or reporting system.
ModbusManager writes single registers from the same window it polls in, so step 3 needs no separate tool, and the readings before and after the write are visible side by side. For a panel full of meters, the gateway function can merge the registers you care about from every meter into one register map that a PLC or logger reads with a single connection.
// frequently asked questions

FAQ

Why does my WattNode read zero or wrong power?+
Because the CT rating has not been written yet. The meter cannot know the rated amperage of the current transformers you fitted, so current, power and energy stay meaningless until the CtAmps register is set. Voltage and line frequency read correctly the whole time, which is what makes the symptom confusing.
Which register holds the CT rating?+
Register 1603 (CtAmps) when every phase uses the same CT rating. If the phases use different ratings, write them individually to registers 1604, 1605 and 1606 for phases A, B and C. The value is stored in the meter, so it survives a power cycle.
What is the PhaseOffset register for?+
Register 1619 sets the phase offset, and it defaults to 120 degrees for a normal three-phase service. It is there for unusual service configurations, so on a standard installation it should be left at its default rather than adjusted to make readings look better.
What should I read first to prove communication?+
Line frequency or the meter serial number. Both are correct from the factory with no configuration, so a sensible answer proves the slave address, baud rate, wiring and termination all at once. Anything still wrong after that is configuration rather than communication.
Can I read a whole panel of meters into one place?+
Yes. Each meter is its own Modbus slave on the RS-485 line, and the gateway function can poll them all and republish the registers you select as a single common register map, so a PLC or logging system reads one slave instead of twenty.

Commission your meters without guesswork

Read the serial number to prove the link, write the CT rating, then watch the power figures come right. Free for 14 days, no credit card.

Download Pro trial Or the Standard edition

Windows 10/11 · Modbus RTU, ASCII and TCP · One-time license