Skip to main content

DTSU6606 Energy Meter

Purpose

This plugin collects DTSU6606 registers using Modbus RTU framing and reads a complete three-phase voltage, current, power, power-factor, and frequency snapshot. It is named Dtsu6606Master in the device selector.

Open the plugin and supported scope

Create a serial, TCP client, or TCP server channel, then create a device using Dtsu6606Master. TCP channels carry RTU frames. UDP is not supported.

Supported types include Boolean, Byte, common integers, Float, Double, and String. See Collection Configuration for common variable settings.

Plugin properties

SettingDefaultDescription
Modbus framingModbusRtuFixed to RTU. TCP and ASCII framing cannot be selected.
Meter station1Must match the DTSU6606 address.
Data formatCDABDefault multi-byte value order.
FC1 / FC2 limits1600 / 1600Maximum bits per read.
FC3 / FC4 limits100 / 100Maximum registers per read.
FC15 / FC16 limits1968 / 123Maximum values per batch write.
DTU ID-Used for a DTU service connection.

Address and special method

Common Modbus addresses use 00001, 10001, 30001, and 40001. Add ;s=2; for station 2 or ;w=16; for FC16 writes.

MethodPurposeParameters
ReadElectricalParametersAsyncRead the complete electrical snapshot-

The snapshot contains A/B/C phase voltage and current, phase and total active/reactive/apparent power, phase and total power factor, and frequency. Units are V, A, kW, kvar, kVA, and Hz.

Functions

FunctionPurpose
Read or monitorRead current values or monitor the latest device update.

Device debug

Open Development Configuration → Collection Configuration, select the DTSU6606 device and click More Functions, then open Debug → Protocol Debug · Dtsu6606.

FeaturePurpose
Read electrical snapshotReads and displays all three-phase electrical values. This panel has no write operation.

DTSU6606 electrical snapshot

Verify the configuration

  1. Confirm that the device is online and select Read Electrical Snapshot.
  2. Compare voltage, current, power, and frequency with the meter display or calibrator.
  3. Create cyclic register variables only after the snapshot is correct.

Troubleshooting

SymptomCheck
No responseRTU framing, station, serial settings, TCP pass-through, and network.
Values are clearly incorrectData format, register address, meter model, and scaling.
Some fields are abnormalMeter wiring, phase order, device state, and response length.