Single-Phase Din-Rail Meter With Relay Communication Protocol (DLT645-1997)

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Single-phase din-rail meter with relay

Communication protocol (DLT645-1997)

Communication format: 9600 baud rate. 1 start bit, 8 data bits, 1 even parity bit,
1 stop bit. Data format complies to DL/T645-1997 protocol.

BCC check: the sum from frame start symbol to check code, is the binary
arithmetic sum of each bytes. Overflow value of large than 255 is not included.

All the data below is showed by hexadecimal.

Read data:
1. Read active energy:
PC send: 68 00 00 00 00 00 00 68 01 02 33 C3 BCC 16
12-digit meter address (BCD code) data indification
Meter: 68 00 00 00 00 00 00 68 81 06 33 C3 33 33 33 33 BCC 16
33 33 33 33: 8-digit energy (BCD+33), format: 000000.00 kWh

3. Read voltage:
PC send: 68 00 00 00 00 00 00 68 01 02 44 E9 BCC 16
12-digit meter address (BCD code) data indification
Meter: 68 00 00 00 00 00 00 68 81 05 44 E9 33 33 BCC 16
33 33: 4-digit voltage value (BCD+33), format: 000.0 V

6. Read current:
PC send: 68 00 00 00 00 00 00 68 01 02 54 E9 BCC 16
12-digit meter address (BCD code) data indification
Meter: 68 00 00 00 00 00 00 68 81 06 54 E9 33 33 BCC 16
33 33: 4-digit current value (BCD+33), format: 000.0 A

9. Read total active power:


PC send: 68 00 00 00 00 00 00 68 01 02 63 E9 BCC 16
12-digit meter address (BCD code) data indification
Meter : 68 00 00 00 00 00 00 68 81 06 63 E9 33 33 33 BCC 16
33 33 33: 6-digit power value (BCD+33), format: 00.000 kW

10. Reade relay status:


PC: 68 (00 00 00 00 00 00) 68 01 02 (44 16) 2D 16
Meter address inidification
Meter:68 (00 00 00 00 00 00) 68 81 03 (44 16) 33 E1 16
Meter address inidification
20. Read system time:
PC send: 68 00 00 00 00 00 00 68 01 02 68 F4 BCC 16
12-digit meter address (BCD code) data indification
Meter: 68 00 00 00 00 00 00 68 81 08 68 F4 33 33 33 33 33 33 BCC 16
33 33 33 33 33 33 is system time, format: Year, Month, Day, Hour, Minute,
Second (BCD).

Write data:
1. Write total active energy
PC send: 68 00 00 00 00 00 00 68 04 06 33 C3 33 33 33 33 BCC 16
12-digit meter address (BCD code) data indification
Meter: 68 00 00 00 00 00 00 68 84 00 BCC 16
33 33 33 33: is the 8-digit energy needds to be written (BCD+33), format:
000000.00 kWh

2. Relay control:
PC send: 68 00 00 00 00 00 00 68 04 02 44 16 33 BCC 16
12-digit meter address (BCD code) data indification
Meter: 68 00 00 00 00 00 00 68 84 00 BCC 16
Off: 0x33; On: 0x34

6. Write system time:


PC send: 68 00 00 00 00 00 00 68 04 08 68 F4 33 33 33 33 33 33 BCC
16
12-digit meter address (BCD code) data indification
Meter: 68 00 00 00 00 00 00 68 84 00 BCC 16
33 33 33 33 33 33 : time (BCD+0x33), format: Year, Month, Day, Hour, Minute,
Second

7. Write meter address (must keep pressing the page turn button during
operation)
PC send: 68 99 99 99 99 99 99 68 0A 06 33 33 33 33 33 33 BCC 16
12-digit broadcast address (BCD code) 12-digit new meter
address
Meter: 68 33 33 33 33 33 33 68 8A 00 BCC 16
12-digit meter address
Protocol to In home display RF interface:
Display send: 2F 3F 00 00 00 00 00 00 21 0D 0A
12-digit meter address (BCD code)
Meter: 00 00 00 00 00 00 28 00 12 34 56 08 FC 17 70 05 64 00 01 29 BCC

00 12 34 56: total active energy - 0x123456(11930.46 kWh)


08 FC: voltage value - 0x08FC(230.0 V)
17 70: current value - 0x1770(60.00 A)
05 64: total power - 0x0564(1.380 kW)
00 01: relay status - 1 is on, 0 is off.

You might also like