TBEA Modbus Grid-Connected Inverter Communication Protocol20180605

You might also like

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

Document Confidential 15 pages in

V1.0 Non-confidential
version level total
TBEA Xi’an
Document
Electric Technology TBEA grid-connected inverter communication protocol
title
Co., Ltd.
Document
24050083001
No

TBEA Grid-Connected Inverter


Communication Protocol
(Outdoor Type Series Centralized Inverter)

Prepared by Zhao Yongtao Date May 8, 2017

Reviewed by Qin Changjie Date May 8, 2017

Approved by Zhou Hongwei Date May 8, 2017


Revision record
Prepared Reviewe
REV. Description Date
by d by
Zhao Wangna
V1.0 Newly preparation May6, 2018
Yongtao n
DIRECTORY
1 GENERAL.................................................................................................................... 1
1.1 PRO TOCO L O VERVIEW .............................................................................................. 1
1.2 APPLICABLE SCO PE .................................................................................................. 1
1.3 REFERENC E S TANDARD ............................................................................................. 1
1.4 MO DBUS-RTU CO MMUNICATIO N PARAMETER ............................................................ 1
1.4.1 Communication address .................................................................................... 1
1.4.2 Communication parameter ................................................................................ 1
1.5 MO DBUS-TCP CO MMUNICATIO N PARAMETER ............................................................ 2
1.5.1 Communication address .................................................................................... 2
1.5.2 Physical interface .............................................................................................. 2
1.5.3 Network topology .............................................................................................. 2
1.5.4 Port number ..................................................................................................... 2
2 DEFINI TION OF THE APPLICATION LAYER ............................................................ 2
2.1 RTU D EFINITIO N O F TH E APPLICATIO N LAYER ............................................................ 2
2.1.1 0x03/0x04 block read command ......................................................................... 3
2.1.2 0x05/0x06 write single register command............................................................ 3
2.1.3 0x10 write multiple registers command .............................................................. 4
2.2 TCP D EFINITIO N O F TH E APPLICATIO N LAYER ............................................................ 5
2.2.1 MODBUS TCP Data cell format......................................................................... 5
2.2.2 MBAP Message headers..................................................................................... 5
2.2.3 0x03/0x04 block read command ......................................................................... 5
2.2.4 0x05/0x06 write single register command............................................................ 6
2.2.5 0x10 write multiple registers command .............................................................. 6
3 DETAILED DESCRIPTION OF COMMUNICATION COMMANDS ............................. 8
3.1 REMO TE MEASURING ................................................................................................ 8
3.2 REMO TE SIGNALING ................................................................................................. 9
3.3 PV I NFO RMATIO N................................................................................................... 10
3.4 PARAMETER S ETTINGS .............................................................................................11
3.5 REAC TIVE PO WER CO NTRO L....................................................................................11
3.6 CLOCK SYNCHRO NIZATIO N ..................................................................................... 13
3.7 I NVERTER MO DULE REMO TE MEASURING ................................................................. 13
3.8 I NVERTER MO DULE SIGNALING ................................................................................ 14
1 General

1.1 Protocol overview

The communication protocol should be applicable for centralized grid-connected inverter and

mainframe monitor system communication of TBEA. Four-remote communication for the PV

grid-connected inverter should be completed according to the MODBUS Protocol standard.

1.2 Applicable scope


This type of inverter works in modular parallel mode, The communication protocols provide
the information of both the inverters and a single inverter.
In the following text, the inverters are named as overall unit, and a single inverter is named as
a module. When there is only one inverter module, please query the information of the Inverter
module 1.

1.3 Reference standard

MODBUS-RTU/TCP Protocol

1.4 Modbus-RTU Communication parameter

1.4.1 Communication address

Range of device address ID: 1~247

1.4.2 Communication parameter

1)Serial link transmission.


Interface: RS485 (for details of the physical interface, see the product user manual);
Baud rate: 2400/4800/9600/19200 bps, with a deFault of 9600bps;
Byte format: 10Bits per Byte;
Start bit: 1;
Data bit: 8
Parity bit: NONE;
Stop bit: 1;

2)Data transmission

MODBUS data should be read and written in word and upper byte should be transmitted at

first.

1
3)Frame check

For MODBUS CRC-16, lower byte should be transmitted prior to upper byte.

1.5 Modbus-TCP Communication parameter

1.5.1 Communication address


DeFault IP:19.168.1.100

1.5.2 Physical interface


10/100m Adaptive Ethernet Port。

1.5.3 Network topology


In the LAN, the SCADA is the client, the inverter is the server.
The inverter only allows one master station to access.
For example:
192.168.1.100

192.168.1.200

192.168.1.101

SCADA Switch
...

192.168.1.102

Inverter

1.5.4 Port number


502

1.5.5 Notices
If you need to use MODBUS-TCP, Pleaseset the IP and Address with HMI.
Please refer to the user manual.

2 Definition of the application layer


2.1 RTU Definition of the application layer

Exception code in the Protocol should be defined as blow:

2
Exceptio MODBUS Meaning
n code definition
Illegal Requested command function code
01
function not allowed
Illegal data Requested read-write address out of
02
address the range
Illegal value Written value out of the upper and
03
the lower limits of the date setting
Slave station Slave instruction execution invalid
04
device failure

2.1.1 0x03/0x04 block read command

Read command by mainframe:


Device Function
Start address Data length CRC check
address code
High
ID 03H/04H LowByte High Byte LowByte LowByte HighByte
Byte
Slave
0x03/0x04 Start address Double byte (N) Double byte
address

Slave return:
Device Returned data
Function code Returned data CRC check
address length
High
ID 03H/04H Length = 2*N LowByte LowByte HighByte
Byte
Slave address 0x03/0x04 Single byte 2* N bytes Double byte

Exception response:
Device address Error code Type of abNormal return CRC check
ID 83H/84H 01/02/03/04 LowByte HighByte
Single byte
Slave address 0x83/0x84 Double byte
(0x01/0x02/0x03/0x04)

2.1.2 0x05/0x06 write single register command

Write command by mainframe:


Device Function
Output address Output value CRC check
address code
High High
ID 05/06H LowByte LowByte LowByte HighByte
Byte Byte
Slave 0x05/0x06 Write address Double byte

3
address

Slave return:
Device Function
Output address Output value CRC check
address code
High High
ID 05/06H LowByte LowByte LowByte HighByte
Byte Byte
Slave
0x05/0x06 Write address Double byte
address

Exception response:
Device address Error code Type of abNormal return CRC check
ID 85/86H 01/02/03/04 LowByte HighByte

Slave address 0x85/0x86 Single byte (0x01/0x02/0x03/0x04) Double byte

2.1.3 0x10 write multiple registers command

Write command by mainframe:


Device Function Number
Start address Number of data Write data CRC check
address code of bytes
High High High
ID 10H LowByte LowByte 2*N LowByte LowByte HighByte
Byte Byte Byte
Slave Single
0x10 Start address Double byte (N) N double bytes Double byte
address byte

Slave return:
Device Function
Start address Number of data CRC check
address code
High
ID 10H High Byte LowByte LowByte LowByte HighByte
Byte
Slave
0x10 Start address Double byte (N) Double byte
address

Exception response:
Device Type of abNormal return
Error code CRC check
address
ID 90H 01/02/03/04 LowByte HighByte
Slave Single byte (0x01/0x02/0x03/0x04)
0x90 Double byte
address

4
2.2 TCP Definition of the application layer

2.2.1 MODBUS TCP Data cell format

2.2.2 MBAPMessage headers


Name Length Description Data
Transaction 2 bytes Used for transaction pairing. In 0(Fixed value)
identifier the response, the Modbus server
replicates the requested
transaction identifier.
Protocol identifier 2 bytes Identify the Modbus protocol. 0(Fixed value)
Length 2 bytes The number of bytes after the Maximum 250
length segment, includ ing the cell
identifier, the function code, and
the data.
Cell identifier 1 bytes The address of the device that the 0-247,Broadcast address
server is connected to. is 0, device address is
1-247

Exception code in the Protocol should be defined as blow:


Exception MODBUS Meaning
code definition
01 Illegal function Requested command function code not allowed
02 Illegal data address Requested read-write address out of the range
Illegal value Written value out of the upper and the lower
03
limits of the date setting
Slave station device Slave instruction execution invalid
04
failure

2.2.3 0x03/0x04block read command


Client Request Command Format:
MBAP 7bytes
Function code 1 bytes 0x03/0x04
Start Address 2 bytes
Number of requests 2 bytes

5
Service-Side response format:
MBAP 7 bytes
Function code 1 bytes 0x03/0x04
Number of bytes 1 bytes 2*N
Value N*2 bytes

Service-side Exception response format:


MBAP 7 bytes
Error code 1 bytes 0x83/0x84
Anomaly Code 1 bytes 0x01/0x02/0x03/0x04

For example:
Request:00 00 00 00 00 06 09 03 20 00 00 01
00 00 00 00 00 06 09:MBAP
03:Function code
20 00:Start Address
00 01:Number of requests
Answer:00 00 00 00 00 05 09 03 02 12 34

2.2.4 0x05/0x06write single register command


Client Request Command Format:
MBAP 7 bytes
Function code 1 bytes 0x05/0x 06
Address 2 bytes
write Value 2bytes

Service-Side response format:


MBAP 7 bytes
Function code 1 bytes 0x05/0x 06
Address 2 bytes
write Value 2 bytes

Service-side Exception response format:


MBAP 7 bytes
Error code 1 bytes 0x85/0x86
Anomaly Code 1 bytes 0x01/0x02/0x03/0x04

2.2.5 0x10write multiple registers command


Client Request Command Format:
MBAP 7 bytes
Function code 1 bytes 0x10
Start Address 2 bytes

6
Number 2 bytes
Number of bytes 1 bytes 2*N
Value N*2 bytes

Service-Side response format:


MBAP 7 bytes
Function code 1 bytes 0x10
Start Address 2 bytes
Number 2 bytes

Service-side Exception response format:


MBAP 7 bytes
Error code 1 bytes 0x85/0x86
Anomaly Code 1 bytes 0x01/0x02/0x03/0x04

7
3 Detailed description of communication commands

3.1 Remote measuring


Function code 0x03/0x04,only read
Address Meaning Unit[1] Data type[2] Note
0x2000 Reserved
0x2001 Reserved
0x2002 DC power input 0.1kW HEX(uint16)
0x2003 LineAB voltage 0.1 V HEX(uint16)
0x2004 LineBC voltage 0.1 V HEX(uint16)
0x2005 LineCA voltage 0.1 V HEX(uint16)
0x2006 Phase A current 1A HEX(uint16)
0x2007 Phase B current 1A HEX(uint16)
0x2008 Phase C current 1A HEX(uint16)
0x2009 Power factor 0.01 HEX(uint16)
0x200A Frequency 0.01 Hz HEX(uint16)
0x200B Active power 0.1kW HEX(uint16)
0x200C Reactive power 0.1kVar HEX(uint16)
0x200D Apparent power 0.1kVA HEX(uint16)
0x200E PV+ Insulation impedance 0.1kohm HEX(uint16)
0x200F PV- Insulation impedance 0.1kohm HEX(uint16)
0x2010 INV temperature 0.1°C HEX(int16)
0x2011 Reserved
0x2012 Ambient humidity 0.1% HEX(int16)
0x2013
Reserved
0x2025
0x2026 Rated Power 1kW HEX(int16)
0x2027 Daily running time Min HEX(int16)
0x2028 Total Running time H HEX(uint32)
0x202A Daily power generation 0.1kWh HEX(uint32)
Accumulative power
0x202C 0.1kWh HEX(uint32)
generation
0x202E CO2 emissions 0.1kg HEX(uint32)
Note [1]: For higher data accuracy, the above data should be in corresponding decimal place unit,
for example: the array voltage of 0x175E=5,982 represents that the actual voltage is
5,982*0.1V=598.2V;
Note [2]: Uint16 means 16-bit unsigned integer, int16 means 16-bit signed integer, uint32 means
32-bit unsigned integer, and int32 means 32-bit signed integer. Both the unsigned number and the
signed positive number above should be expressed in true code, and the signed negative number
should be expressed in complementary code. For example: the grid-connected reactive power of
0xFFE9 means the decimal signed number -23, so the grid-connected reactive power should be
-23*0.1kVar=-2.3kVar.

8
Note [3]: read the reserved address, and the returned data should be zero.

3.2 Remote signaling


Function code 0x03/0x04
Address Meaning Len Data type
Bit8:Derating
Bit7:Power limit
Bit6:Fault
Bit5:Limited
0x2030 2 HEX(bit)
Inv Running status powerStop
Bit3:GRID-connected
Bit2:Standby
Bit0:Stop
Inverter GRID-connected Bit0
0x2031 state 2 HEX(bit) 1:GRID-connected;
0:GRID-disconnected;
0x2032 Reserved 2 HEX(bit)
0x2033 Inv status2 2 HEX(bit)
0x2034 Inv status3 2 HEX(bit)

Corresponding data bits to theInv status2 are as below:


Status bit Meaning(1: Fault; 0: Normal)
Bit8 AC Switch Status
Bit7 Reserved
Bit6 Phase To Earth Short Fault
Bit5 Reserved
Bit4 Grid Phase Sequence opposite
Bit3 Grid Over Frequency
Bit2 Grid Under Frequency
Bit1 Grid Over Voltage
Bit0 Grid Under Voltage

Corresponding data bits to theInv status3 are as below:

Status bit Meaning(1: Fault; 0: Normal)

Bit15 Low Voltage Ride Through

Bit14 Ambient Temperature High

Bit8 Access control Open

Bit7 Run switch

Bit6 Emergency Stop

Bit5 AC SPD Fault

9
Bit4 DC SPD Fault

Bit3 AC SPD Breaker Disconnect

Bit2 Reserved

Bit1 Reserved

Bit0 Smoke Alarm

3.3 PV Information
Function code 0x03
Address Meaning Unit Data type
0x2110 1-PV1 Current 0.1 A HEX(int16)
0x2111 1-PV2 Current 0.1 A HEX(int16)
0x2112 1-PV3 Current 0.1 A HEX(int16)
0x2113 1-PV4 Current 0.1 A HEX(int16)
0x2114 1-PV5 Current 0.1 A HEX(int16)
0x2115 1-PV6 Current 0.1 A HEX(int16)
0x2116 1-PV7 Current 0.1 A HEX(int16)
0x2117 1-PV8 Current 0.1 A HEX(int16)
0x2118 1-PV9 Current 0.1 A HEX(int16)
0x2119 1-PV10 Current 0.1 A HEX(int16)
0x211A 2-PV1 Current 0.1 A HEX(int16)
0x211B 2-PV2 Current 0.1 A HEX(int16)
0x211C 2-PV3 Current 0.1 A HEX(int16)
0x211D 2-PV4 Current 0.1 A HEX(int16)
0x211E 2-PV5 Current 0.1 A HEX(int16)
0x211F 2-PV6 Current 0.1 A HEX(int16)
0x2120 2-PV7 Current 0.1 A HEX(int16)
0x2121 2-PV8 Current 0.1 A HEX(int16)
0x2122 2-PV9 Current 0.1 A HEX(int16)
0x2123 2-PV10 Current 0.1 A HEX(int16)
0x2124 3-PV1 Current 0.1 A HEX(int16)
0x2125 3-PV2 Current 0.1 A HEX(int16)
0x2126 3-PV3 Current 0.1 A HEX(int16)
0x2127 3-PV4 Current 0.1 A HEX(int16)
0x2128 3-PV5 Current 0.1 A HEX(int16)
0x2129 3-PV6 Current 0.1 A HEX(int16)
0x212A 3-PV7 Current 0.1 A HEX(int16)
0x212B 3-PV8 Current 0.1 A HEX(int16)
0x212C 3-PV9 Current 0.1 A HEX(int16)
0x212D 3-PV10 Current 0.1 A HEX(int16)

10
0x212E 4-PV1 Current 0.1 A HEX(int16)
0x212F 4-PV2 Current 0.1 A HEX(int16)
0x2130 4-PV3 Current 0.1 A HEX(int16)
0x2131 4-PV4 Current 0.1 A HEX(int16)
0x2132 4-PV5 Current 0.1 A HEX(int16)
0x2133 4-PV6 Current 0.1 A HEX(int16)
0x2134 4-PV7 Current 0.1 A HEX(int16)
0x2135 4-PV8 Current 0.1 A HEX(int16)
0x2136 4-PV9 Current 0.1 A HEX(int16)
0x2137 4-PV10 Current 0.1 A HEX(int16)

3.4 Parameter settings


Function code 0x05,only write
Address Meaning length Unit Data type
0xFF00: startup
0x3000 ON/OFF 2
0x00FF: shutdown
0xFF00: Enable
0x3001 SVG 2
0x00FF: Disable
0x3007 Active power 2 1kW HEX(uint16)

0x300A Reactive power 2 1kVar HEX(int16)

0x300B PowerFactor 2 0.001 HEX(int16)

Inverter module1 0xFF00: startup


0x3300 2
ON/OFF 0x00FF: shutdown

Inverter module2 0xFF00: startup


0x3400 2
ON/OFF 0x00FF: shutdown

Inverter module3 0xFF00: startup


0x3500 2
ON/OFF 0x00FF: shutdown

Inverter module4 0xFF00: startup


0x3600 2
ON/OFF 0x00FF: shutdown

3.5 Reactive power Control


Function code 0x03 / 0x06/0x10,write/read。
Address Meaning len Unit Data type
Reactive control 2 1:monitor system(Default)
0x3B00 2:Set power factor for loads;
3:Set Reactive power for

11
loads
4:Set Power factor for
Voltage
0x3B01 Set Reactive power for 1% loads 2 1kVar HEX(int16)

0x3B02 Set Reactive power for 5% loads 2 1kVar HEX(int16)


0x3B03 Set Reactive power for 10% loads 2 1kVar HEX(int16)

0x3B04 Set Reactive power for 20% loads 2 1kVar HEX(int16)

0x3B05 Set Reactive power for 40% loads 2 1kVar HEX(int16)

0x3B06 Set Reactive power for 60% loads 2 1kVar HEX(int16)

0x3B07 Set Reactive power for 70% loads 2 1kVar HEX(int16)

0x3B08 Set Reactive power for 80% loads 2 1kVar HEX(int16)

0x3B09 Set Reactive power for 90% loads 2 1kVar HEX(int16)

0x3B0A Set Reactive power for 100% loads 2 1kVar HEX(int16)

0x3B0B Set power factor for 1% loads 2 0.001 HEX(int16)

0x3B0C Set power factor for 5% loads 2 0.001 HEX(int16)


0x3B0D Set power factor for 10% loads 2 0.001 HEX(int16)

0x3B0E Set power factor for 20% loads 2 0.001 HEX(int16)

0x3B0F Set power factor for 40% loads 2 0.001 HEX(int16)

0x3B10 Set power factor for 60% loads 2 0.001 HEX(int16)


0x3B11 Set power factor for 70% loads 2 0.001 HEX(int16)
0x3B12 Set power factor for 80% loads 2 0.001 HEX(int16)
0x3B13 Set power factor for 90% loads 2 0.001 HEX(int16)
0x3B14 Set power factor for 100% loads 2 0.001 HEX(int16)
0x3B15 Set power factor for 95%Voltage 2 0.001 HEX(int16)
0x3B16 Set power factor for 96%Voltage 2 0.001 HEX(int16)
0x3B17 Set power factor for 97%Voltage 2 0.001 HEX(int16)
0x3B18 Set power factor for 98%Voltage 2 0.001 HEX(int16)
0x3B19 Set power factor for 99%Voltage 2 0.001 HEX(int16)
0x3B1A Set power factor for 100%Voltage 2 0.001 HEX(int16)
0x3B1B Set power factor for 101%Voltage 2 0.001 HEX(int16)
0x3B1C Set power factor for 102%Voltage 2 0.001 HEX(int16)
0x3B1D Set power factor for 103%Voltage 2 0.001 HEX(int16)
0x3B1E Set power factor for 104%Voltage 2 0.001 HEX(int16)

12
3.6 Clock synchronization
Function code0x10,only write
Address Meaning Unit Data type
0x3200 Year 1Y uint16
0x3201 Month 1M uint16
0x3202 Day 1D uint16
0x3203 Hour 1H uint16
0x3204 Minute 1Min uint16
0x3205 Second 1s uint16
Note: not support clock synchronization of single time unit.

3.7 Inverter module 1 remote measuring


Function code 0x03/0x04,only read.
Address Meaning Unit Data type
0x2400 PV voltage 0.1 V HEX(int16)
0x2401 PV current 0.1 A HEX(int16)
0x2402 DC power input 0.1kW HEX(int16)
0x2403 LineAB voltage 0.1 V HEX(int16)
0x2404 LineBC voltage 0.1 V HEX(int16)
0x2405 LineCA voltage 0.1 V HEX(int16)
0x2406 Phase A current 0.1 A HEX(int16)
0x2407 Phase B current 0.1 A HEX(int16)
0x2408 Phase C current 0.1 A HEX(int16)
0x2409 Power factor 0.001 HEX(int16)
0x240A Frequency 0.01 Hz HEX(int16)
0x240B Active power 0.1kW HEX(int16)
0x240C Reactive power 0.1kVar HEX(int16)
0x240D Apparent power 0.1kVA HEX(int16)
0x240E PV+ Insulation resistance 0.1kohm HEX(int16)
0x240F PV- Insulation resistance 0.1kohm HEX(int16)
0x2410 INV temperature 0.1°C HEX(int16)
0x2411 Reserved
0x2412 Ambient humidity 0.1% HEX(int16)
0x2413 AC CONTACTOR Action Count 1 HEX(int16)
0x2414 IGBT-A temperature 0.1°C HEX(int16)
0x2415 IGBT-B temperature 0.1℃ HEX(int16)
0x2416 IGBT-C temperature 0.1℃ HEX(int16)
0x2417 Reserved
0x2426

13
0x2427 Daily running time Min HEX(int16)
0x2428 Total Running time H HEX(uint32)
0x242A Daily power generation 0.1kWh HEX(uint32)
0x242C Accumulative power generation 0.1kWh HEX(uint32)
0x242E CO2 emissions 0.1kg HEX(uint32)

3.8 Inverter module 1 signaling


Function code 0x03/0x04
Address Meaning Len Data type
Bit8:Derating
Bit7:Power limit
Bit6:Fault
Bit5:Limited
0x2430 2 HEX(bit)
Inv Running status powerStop
Bit3:GRID-connected
Bit2:Standby
Bit0:Stop
Inverter GRID-connected Bit0
0x2431 state 2 HEX(bit) 1:GRID-connected;
0:GRID-disconnected;
0x2432 Reserved 2 HEX(bit)
0x2433 Inv status2 2 HEX(bit)
0x2434 Inv status3 2 HEX(bit)
0x2435 DC Breaker Status 2 HEX(bit)

3.9 Inverter module2 remote measuring


Function code 0x03/0x04,only read.
Address Meaning Unit Data type
0x2500 PV voltage 0.1 V HEX(int16)
0x2501 PV current 0.1 A HEX(int16)
0x2502 DC power input 0.1kW HEX(int16)
0x2503 LineAB voltage 0.1 V HEX(int16)
0x2504 LineBC voltage 0.1 V HEX(int16)
0x2505 LineCA voltage 0.1 V HEX(int16)
0x2506 Phase A current 0.1 A HEX(int16)
0x2507 Phase B current 0.1 A HEX(int16)
0x2508 Phase C current 0.1 A HEX(int16)
0x2509 Power factor 0.001 HEX(int16)
0x250A Frequency 0.01 Hz HEX(int16)
0x250B Active power 0.1kW HEX(int16)
0x250C Reactive power 0.1kVar HEX(int16)

14
0x250D Apparent power 0.1kVA HEX(int16)
0x250E PV+ Insulation resistance 0.1kohm HEX(int16)
0x250F PV- Insulation resistance 0.1kohm HEX(int16)
0x2510 INV temperature 0.1°C HEX(int16)
0x2511 Reserved
0x2512 Ambient humidity 0.1% HEX(int16)
0x2513 AC CONTACTOR Action Count 1 HEX(int16)
0x2514 IGBT-A temperature 0.1°C HEX(int16)
0x2515 IGBT-B temperature 0.1℃ HEX(int16)
0x2516 IGBT-C temperature 0.1℃ HEX(int16)
0x2517 Reserved
0x2526
0x2527 Daily running time Min HEX(int16)
0x2528 Total Running time H HEX(uint32)
0x252A Daily power generation 0.1kWh HEX(uint32)
0x252C Accumulative power generation 0.1kWh HEX(uint32)
0x252E CO2 emissions 0.1kg HEX(uint32)

3.10 Inverter module 2 signaling


Function code 0x03/0x04
Address Meaning Len Data type
Bit8:Derating
Bit7:Power limit
Bit6:Fault
Bit5:Limited
0x2530 2 HEX(bit)
Inv Running status powerStop
Bit3:GRID-connected
Bit2:Standby
Bit0:Stop
Inverter GRID-connected Bit0
0x2531 state 2 HEX(bit) 1:GRID-connected;
0:GRID-disconnected;
0x2532 Reserved 2 HEX(bit)
0x2533 Inv status2 2 HEX(bit)
0x2534 Inv status3 2 HEX(bit)
0x2535 DC Breaker Status 2 HEX(bit)

3.11 Inverter module3 remote measuring


Function code 0x03/0x04,only read.
Address Meaning Unit Data type
0x2600 PV voltage 0.1 V HEX(int16)
0x2601 PV current 0.1 A HEX(int16)

15
0x2602 DC power input 0.1kW HEX(int16)
0x2603 LineAB voltage 0.1 V HEX(int16)
0x2604 LineBC voltage 0.1 V HEX(int16)
0x2605 LineCA voltage 0.1 V HEX(int16)
0x2606 Phase A current 0.1 A HEX(int16)
0x2607 Phase B current 0.1 A HEX(int16)
0x2608 Phase C current 0.1 A HEX(int16)
0x2609 Power factor 0.001 HEX(int16)
0x260A Frequency 0.01 Hz HEX(int16)
0x260B Active power 0.1kW HEX(int16)
0x260C Reactive power 0.1kVar HEX(int16)
0x260D Apparent power 0.1kVA HEX(int16)
0x260E PV+ Insulation resistance 0.1kohm HEX(int16)
0x260F PV- Insulation resistance 0.1kohm HEX(int16)
0x2610 INV temperature 0.1°C HEX(int16)
0x2611 Reserved
0x2612 Ambient humidity 0.1% HEX(int16)
0x2613 AC CONTACTOR Action Count 1 HEX(int16)
0x2614 IGBT-A temperature 0.1°C HEX(int16)
0x2615 IGBT-B temperature 0.1℃ HEX(int16)
0x2616 IGBT-C temperature 0.1℃ HEX(int16)
0x2617 Reserved
0x2626
0x2627 Daily running time Min HEX(int16)
0x2628 Total Running time H HEX(uint32)
0x262A Daily power generation 0.1kWh HEX(uint32)
0x262C Accumulative power generation 0.1kWh HEX(uint32)
0x262E CO2 emissions 0.1kg HEX(uint32)

3.12 Inverter module 3 signaling


Function code 0x03/0x04
Address Meaning Len Data type
Bit8:Derating
Bit7:Power limit
Bit6:Fault
Bit5:Limited power
0x2630 2 HEX(bit)
Inv Running status Stop
Bit3:GRID-connected
Bit2:Standby
Bit0:Stop
Inverter GRID-connected Bit0
0x2631 state 2 HEX(bit) 1:GRID-connected;
0:GRID-disconnected;

16
0x2632 Reserved 2 HEX(bit)
0x2633 Inv status2 2 HEX(bit)
0x2634 Inv status3 2 HEX(bit)
0x2635 DC Breaker Status 2 HEX(bit)

3.14 Inverter module4 remote measuring


Function code 0x03/0x04,only read.
Address Meaning Unit Data type
0x2700 PV voltage 0.1 V HEX(int16)
0x2701 PV current 0.1 A HEX(int16)
0x2702 DC power input 0.1kW HEX(int16)
0x2703 LineAB voltage 0.1 V HEX(int16)
0x2704 LineBC voltage 0.1 V HEX(int16)
0x2705 LineCA voltage 0.1 V HEX(int16)
0x2706 Phase A current 0.1 A HEX(int16)
0x2707 Phase B current 0.1 A HEX(int16)
0x2708 Phase C current 0.1 A HEX(int16)
0x2709 Power factor 0.001 HEX(int16)
0x270A Frequency 0.01 Hz HEX(int16)
0x270B Active power 0.1kW HEX(int16)
0x270C Reactive power 0.1kVar HEX(int16)
0x270D Apparent power 0.1kVA HEX(int16)
0x270E PV+ Insulation resistance 0.1kohm HEX(int16)
0x270F PV- Insulation resistance 0.1kohm HEX(int16)
0x2710 INV temperature 0.1°C HEX(int16)
0x2711 Reserved
0x2712 Ambient humidity 0.1% HEX(int16)
0x2713 AC CONTACTOR Action Count 1 HEX(int16)
0x2714 IGBT-A temperature 0.1°C HEX(int16)
0x2715 IGBT-B temperature 0.1℃ HEX(int16)
0x2716 IGBT-C temperature 0.1℃ HEX(int16)
0x2717 Reserved
0x2726
0x2727 Daily running time Min HEX(int16)
0x2728 Total Running time H HEX(uint32)
0x272A Daily power generation 0.1kWh HEX(uint32)
0x272C Accumulative power generation 0.1kWh HEX(uint32)
0x272E CO2 emissions 0.1kg HEX(uint32)

3.15 Inverter module 4signaling


Function code 0x03/0x04
Address Meaning Len Data type

17
Bit8:Derating
Bit7:Power limit
Bit6:Fault
Bit5:Limited
0x2730 2 HEX(bit)
Inv Running status powerStop
Bit3:GRID-connected
Bit2:Standby
Bit0:Stop
Inverter GRID-connected Bit0
0x2731 state 2 HEX(bit) 1:GRID-connected;
0:GRID-disconnected;
0x2732 Reserved 2 HEX(bit)
0x2733 Inv status2 2 HEX(bit)
0x2734 Inv status3 2 HEX(bit)
0x2735 DC Breaker Status 2 HEX(bit)

Corresponding data bits to theInv status2 are as below:


Status bit Meaning(1: Fault; 0: Normal)
Bit15 PV Under Voltage
Bit14 PV Over Voltage
Bit13 Reserved
Bit12 PV Insulation Resistance Low Fault
Bit11 PV To Earth Short Fault
Bit10 PV Opposite
Bit9 Reserved
Bit8 AC Switch Status
Bit7 DC Switch Status
Bit6 Reserved
Bit5 Fan Fault
Bit4 Grid Phase Sequence opposite
Bit3 Grid Over Frequency
Bit2 Grid Under Frequency
Bit1 Grid Over Voltage
Bit0 Grid Under Voltage

Corresponding data bits to theInv status3 are as below:

Status bit Meaning(1: Fault; 0: Normal)


Low Voltage Ride Through
Bit15

Bit14 Ambient Temperature High

18
Bit8 Access control Open

Bit7 Run switch

Bit6 Emergency Stop

Bit5 AC SPD Fault

Bit4 DC SPD Fault

Bit3 AC SPD Breaker Disconnect

Bit2 Reserved

Bit1 Reserved

Bit0 Smoke Alarm

Status bit Meaning(1: Fault; 0: Normal)


Bit9 10# Breaker Status :[1:Closed;0:Disconnect]
Bit8 9# Breaker Status :[1:Closed;0:Disconnect]
Bit7 8# Breaker Status :[1:Closed;0:Disconnect]
Bit6 7# Breaker Status :[1:Closed;0:Disconnect]
Bit5 6# Breaker Status :[1:Closed;0:Disconnect]
Bit4 5# Breaker Status :[1:Closed;0:Disconnect]
Bit3 4# Breaker Status :[1:Closed;0:Disconnect]
Bit2 3# Breaker Status :[1:Closed;0:Disconnect]
Bit1 2# Breaker Status :[1:Closed;0:Disconnect]
Bit0 1# Breaker Status :[1:Closed;0:Disconnect]

19

You might also like