100% found this document useful (1 vote)
514 views40 pages

MAP - MODBUS Communication Protocol SAJ R5, R6, C6

The SAJ Modbus Communication Protocol document outlines the communication protocol for photovoltaic grid-connected inverters, specifically for PLUS R5, R6, and C6 models. It details the communication interface, frame definitions, command structures for reading and writing registers, and error response formats. Additionally, the document includes definitions for various registers related to inverter data and real-time data monitoring.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
514 views40 pages

MAP - MODBUS Communication Protocol SAJ R5, R6, C6

The SAJ Modbus Communication Protocol document outlines the communication protocol for photovoltaic grid-connected inverters, specifically for PLUS R5, R6, and C6 models. It details the communication interface, frame definitions, command structures for reading and writing registers, and error response formats. Additionally, the document includes definitions for various registers related to inverter data and real-time data monitoring.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

File name File No.

Version Page
SAJ Modbus communication protocol A

SAJ Modbus Communication Protocol


File No:

Version: A Edition:
7.2

Author: SZQ / TZW

Execution date: November 18, 2022

Authorized Reviewed
SAJ Modbus Communication Protocol
1 Introduction

Photovoltaic grid connected inverter communication protocol. Applicable to PLUS R5 R6 C6


inverters only.

2 Communication interface definition

Communication frame adopts MODBUS RTU (Remote Terminal Unit) mode protocol frame,
Communication setting parameters are: Data bit 8, stop bit 1, parity none, and flow control none. The
communication mode is UART half duplex. At the same time, only one host and slave can send data and
the other can receive data.
RS232 factory default: 115200bps. RS485 the
default baud rate: 9600bps.

3 Communication frame definition

Frame structure
Slave address domain 0-247(decimalist) (0
indicates the broadcast address)
Functional domain 0x03: Read multiple parameters 0x10: Write
multiple
parameters
Data domain Data domains include address
domains and data load domains
CRC domain 16bit CRC checksum
Multiplier: Since MCU does not have a complete floating-point arithmetic unit, integers will be used to replace
floating-point arithmetic for calculation and transmission. In order to represent values less than 1, the number of
digits after the decimal point is explained by the multiplier. For example, a register is defined as follows:
Address SIZE(Word Register Data Type Multiple Units Attribute Register
) Name description
1 PV1Volt UInt16 -1 V R PV1 voltage

When the voltage of PV1 is 300.5, the value of the PV1Volt register is 3005. Attributes: R for read-
only, W for write-only.
3.1 Communication frame command and frame description

The CRC check range is frame address~CRC domain (excluding CRC domain).

3.1.1 0x03 Read multiple registers

The function code (command) is used to read the contents of a contiguous block in the register. Request
the protocol data unit to specify the start register address and the number of registers.
In the register data of the response, each register data contains two bytes (the binary number is right-aligned
on each byte). For each register, the first byte is the high and the second byte is the low.
For example, request to read a register 0x0001-0x0002

Request (Hex) Response (Hex)


Slave address 0A Slave address 0A
Command 03 Command 03
Register start 00 04
Number of bytes
address high order
Register start 01 Register value high 0F
address low order order(01)
Register count high 00 Register value low A0
order order(01)
Register count low 02 Register value high 01
order order(02)
CRC low order --- Register value low C2
order(02)
CRC high order --- CRC low order ---
CRC high order ---

3.1.2 0x10 Write multiple registers

The function code (command) is used to write a continuous register block.


value of the request write is described in the request data field. Each register divides the data into two bytes.
The normal response returns the function code, the starting address, and the number of registers written.
For example, the number written to register 0x0001 is data 0x1194, and the number written to register
0x0002 is data 0x01CC.
Request (Hex) Response (Hex)
Slave address 0A Slave address 0A
Command 10 Command 10
Register start 00 Register start 00
address high order address high order
Register start 01 Register start 01
address low order address low order
Register count high 00 Register count high 00
order order
Register count low 02 Register count low 02
order order
Number of bytes 04 CRC low order ---
Register value high 11 CRC high order ---
order(01)
Register value low 94
order(01)
Register value high 01
order(02)
Register value low CC
order(02)
CRC low order ---
CRC high order ---

3.1.3 Error response frame definition

Once the slave (server) receives the request, there are two types of responses based on the processing result:
• Positive response:
The code of the response function responds to the code of the request function.
• Anomaly response:
In an exception response, the server sets the function code to the highest position 1. Returns the
function code value + 0x80 to the exception code.

Exceptional code:

Error code
Description
(Hex)
Invalid function
01
code
Invalid request
02
address
Invalid request
03
data value
04 SERVFAIL

06 Serverbusy

10 Password error
11 Check error
Invalid
12
parameter
13 System Lock-In
For example, when the host reads data, the slave receives an abnormal response.

Request (Hex) Response (Hex)


Slave address 0A Slave address 0A
Command 03 Command 83
Register start 00 02
Error code
address high order
Register start 01 CRC low order ---
address low order
Register count high 00 CRC high order ---
order
Register count low 02
order
CRC low order ---
CRC high order ---

4 Inverter data Register definition


4.1 Information Register definition

Att

Add SIZE( Mult un rib Register


r Register name Data type iple it uti definition Note
Word)
ess on

8F00 1 Type UInt16 0 R DeviceType


H
8F01 1 SubType UInt16 R Subclass Machine power
H
8F02 1 CommProVersio UInt16 -3 R Comms Protocol
V2.000
H n Version
8F03 10 SN String(20) R SerialNumber Invalid value: 0x00
H
8F0D 10 PC String(20) R ProductCode Invalid value: 0x00
H
8F17 1 DV UInt16 -3 R Display Software Invalid value: 0xFFFF
H Version
8F18 1 MCV UInt16 -3 R Master Ctrl 无效值:0xFFFF
H Software Version
8F19 1 SCV UInt16 -3 R Slave Ctrl Invalid value: 0xFFFF
H Software Version
8F1A 1 DispHWVersion UInt16 -3 R DispBoardHardwa Invalid value:
H re Version 0xFFFF
8F1B 1 CtrlHWVersion UInt16 -3 R CtrlBoardHardwar Invalid value:
H e Version 0xFFFF
8F1C 1 PowerHWVersio UInt16 -3 R PowerBoardHardw Invalid value:
H n are Vesion 0xFFFF

4.2 Realtime Data Register definition


4.2.1 PLUS / R5 Real time data

Address SIZE(Word Register Data multiple Unit Attribution Register description


) Name type
1 MPVMode UInt16 R Work modes of the inverter
WAIT(Wait) 0x01
0100H NORMAL
(Grid-connected) 0x02
FAULT(Fault) 0x03

0101H 6 FaultMSG R Inverter error message


0107H 1 PV1Volt UInt16 -1 V R PV1 voltage
0108H 1 PV1Curr UInt16 -2 A R PV1 total current
0109H 1 PV1Power UInt16 0 W R PV1 power
010AH 1 PV2Volt UInt16 -1 V R PV2 voltage
010BH 1 PV2Curr UInt16 -2 A R PV2 total current
010CH 1 PV2Power UInt16 0 W R PV2 power
010DH 1 PV3Volt UInt16 -1 V R PV3 voltage
010EH 1 PV3Curr UInt16 -2 A R PV3 total current
010FH 1 PV3Power UInt16 0 W R PV3 power
0110H 1 BusVolt UInt16 -1 V R BUS voltage
0111H 1 InvTempC Int16 -1 ℃ R Inverter temperature
0112H 1 GFCI Int16 0 mA R GFCI
1 Power UInt16 R Total active power output
0113H 0 W
of the inverter
1 QPower Int16 R Total output reactive
0114H 0 Var
power of the inverter
1 PF Int16 R Inverter total power
0115H -3
factor
0116H 1 L1Volt UInt16 -1 V R L1 phase voltage
0117H 1 L1Curr UInt16 -2 A R L1 phase current
0118H 1 L1Freq UInt16 -2 Hz R L1 Phase frequency
0119H 1 L1DCI Int16 0 mA R L1 Phase DC component
011AH 1 L1Power UInt16 0 W R L1 Power
011BH 1 L1PF Int16 -3 R L1 Power factor
011CH 1 L2Volt UInt16 -1 V R L2 phase voltage
011DH 1 L2Curr UInt16 -2 A R L2 phase current
011EH 1 L2Freq UInt16 -2 Hz R L2 Phase frequency
011FH 1 L2DCI Int16 0 mA R L2 DC component
0120H 1 L2Power UInt16 0 W R L2 power
0121H 1 L2PF Int16 -3 R L2 Power factor
0122H 1 L3Volt UInt16 -1 V R L3 phase voltage
0123H 1 L3Curr UInt16 -2 A R L3 phase current
0124H 1 L3Freq UInt16 -2 Hz R L3 Phase frequency
0125H 1 L3DCI Int16 0 mA R L3 Phase DC component
0126H 1 L3Power UInt16 0 W R L3 power
0127H 1 L3PF Int16 -3 R L3 Power factor
0128H 1 ISO1 UInt16 0 kΩ R PV1+_ISO
0129H 1 ISO2 UInt16 0 kΩ R PV2+_ISO
012AH 1 ISO3 UInt16 0 kΩ R PV3+_ISO
012BH 1 ISO4 UInt16 0 kΩ R PV ISO
1 TodayEnergy UInt16 R Daily energy output of the
012CH -2 kWh
inverter
2 MonthEnergy UInt32 R Output of the inverter in
012DH -2 kWh
the current month
2 YearEnergy UInt32 R Output of the inverter in
012FH -2 kWh
the current year
2 TotalEnergy UInt32 R Total power output of the
0131H -2 kWh
inverter
1 TodayHour UInt16 R Daily working hours of the
0133H -1 H
inverter
2 TotalHour UInt32 R Total working hours of the
0134H -1 H
inverter
0136H 1 ErrorCount UInt16 0 R Number of inverter errors
Current time of the
0137H 4 Time HEX 0 R
inverter

4.2.2 R6 3-15K Real time data


Addres s SIZE(Wor Data Multipl e Uni t Attributi on Register
Register name type description
d)
Current time format of the
inverter
yyyyMMddHHmmssz z

yyyy: Yeat MM:

Month dd: Date

HH:Hour(24-hour

format)
4000H 4 Time HEX 0 R
mm: Minute
ss: Second
zz: Reserved bit

2015-1-2 10:11:12

The corresponding

data is 07DF 01 02 0A 0B
0C 00
Inverter operating mode
0 :Initialize

1 :Wait

2 :Operate

3 : Off-grid mode,
energy storage
4 : Power grid with
load mode, energy storage

Uint1 5 :Fault
4004H 1 MPVMode R
6 6 :Upgrade

7 :Debug

8 :Auto-Check

9 :Reset

Displays
Uint3
board/slave error messages
4005H 2 HFaultMSG 2 R

4007H 2 MFaultMSG Uint3 R Primary controller

2 error message

Uint3 Primary controller


4009H 2 MFaultMSG2 R
2 error message 2
Uint3
BMSerror message
400BH 2 BMSFaultMSG R
2
400DH 2 Reserve Reserve
Number of inverter
Uint1
error warning
400FH 1 Error_Count 6 0 R
messages
Radiator
4010H 1 SinkTempC Int16 -1 ℃ R
temperature
environment
4011H 1 AmbTempC Int16 -1 ℃ R
temperature
Earth Leakage
4012H 1 GFCI Int16 0 mA R
Current
UInt1 PV1+_ISO
4013H 1 ISO1 0 kΩ R
6
UInt1 PV2+_ISO
4014H 1 ISO2 0 kΩ R
6
UInt1 PV3+_ISO
4015H 1 ISO3 0 kΩ R
6
UInt1 PV ISO
4016H 1 ISO4 0 kΩ R
6

Uint1 DRM Hardware status bit


4017H 1 DRM_HardwareStatus 0 R
6

Uint1 DRM Software status bit


4018H 1 DRM_SoftwareStatus 0 R
6

Uint1 Grid connection


4019H 1 ConnTime 0 S R
6 countdown
Uint1 Serial number of the fault
401AH 1 ErrorDataSN 0 R
6 log area

Uint1 Serial number of


401BH 1 SettingDataSN 0 R
6 parameter setting

area
UInt1
401CH 1 FCASTriggerFlag 0 R FCAS Trigger flag
6

Uint1
401DH 5 Running_data 0 R
6
Inverter sets the
4022H 1 SetAppMode Int16 0 R
application mode
Inverter sets the
4023H 1 InvDisPowerSet Int16 0 W R
discharge power
Inverter sets the
4024H 1 InvChgPowerSet Int16 0 W R
charge power
Inverter sets battery
discharge
4025H 1 BatDisCurrSet Int16 -1 A R
current
Inverter sets
battery charge
4026H 1 BatChgCurrSet Int16 -1 A R
current
Uint1 Battery operating
4027H 1 BatStatusDisp 0 R
6 status
4028H 1 BatProtocolSet Int16 0 R Battery protocol

Battery setted
4029H 1 BatChgSocUpLimit Int16 0 % R
SOC_H
Battery setted
402AH 1 BatDisSocDowLimit Int16 0 % R
SOC_L
Battery setted
402BH 1 BatDODSet Int16 0 % R
DOD
Set the battery
402CH 1 BatResSoc Int16 0 % R
reserved SOC value
Charging voltage set
402DH 1 BmsChgVoltSet Int16 -1 V R
by BMS
402EH 1 BmsDisPowerSet Int16 0 A R Discharge power set
by BMS
Charge power set by
402FH 1 BmsChgPowerSet Int16 0 A R
BMS

The meter mode


4030H 1 MeterModeSet Int16 0 R setted
Uint1 R Phase grid
4031H 1 RGridVolt -1 V R
6 voltage

R Phase grid
4032H 1 RGridCurr Int16 -2 A R
current
Uint1 R Phase grid
4033H 1 RGridFreq -2 Hz R
6 frecuency
R Phase grid DC
4034H 1 RGridDCI Int16 0 mA R
component
R Phase grid active
4035H 1 RGridPowerWatt Int16 0 W R
power
Uint1 R Phase grid
4036H 1 RGridPowerVA 0 W R
6 apparent power

R Phase grid power


4037H 1 RGridPowerPF Int16 -3 R
factor
Uint1 S Phase grid
4038H 1 SGridVolt -1 V R
6 voltage

S Phase grid
4039H 1 SGridCurr Int16 -2 A R
current
Uint1 S Phase grid
403AH 1 SGridFreq -2 Hz R
6 frecuency

S Phase grid DC
403BH 1 SGridDCI Int16 0 mA R
component
S Phase grid active
403CH 1 SGridPowerWatt Int16 0 W R
power
Uint1 S Phase grid
403DH 1 SGridPowerVA 0 W R
6 apparent power

S Phase grid power


403EH 1 SGridPowerPF Int16 -3 R
factor
Uint1 T Phase grid
403FH 1 TGridVolt -1 V R
6 voltage

T Phase grid
4040H 1 TGridCurr Int16 -2 A R
current
Uint1 T Phase grid
4041H 1 TGridFreq -2 Hz R
6 frecuency

T Phase grid DC
4042H 1 TGridDCI Int16 0 mA R
component
T Phase grid active
4043H 1 TGridPowerWatt Int16 0 W R
power
Uint1 T Phase grid
4044H 1 TGridPowerVA 0 W R
6 apparent power

T Phase grid power


4045H 1 TGridPowerPF Int16 -3 R
factor
Uint1 R Phase-inverting
4046H 1 RInvVolt -1 V R
6 voltage

R Phase-inverting
4047H 1 RInvCurr Int16 -2 A R
current
Uint1 R Phase-inverting
4048H 1 RInvFreq -2 Hz R
6 frequency

R Phase-inverting
4049H 1 RInvPowerWatt Int16 0 W R
active power
Uint1 R Phase-inverting
404AH 1 RInvPowerVA 0 VA R
6 apparent power

Uint1 S Phase-inverting
404BH 1 SInvVolt -1 V R
6 voltage

S Phase-inverting
404CH 1 SInvCurr Int16 -2 A R
current
Uint1 S Phase-inverting
404DH 1 SInvFreq -2 Hz R
6 frequency

S Phase-inverting
404EH 1 SInvPowerWatt Int16 0 W R
active power
Uint1 S Phase-inverting
404FH 1 SInvPowerVA 0 VA R
6 apparent power

Uint1 T Phase-inverting
4050H 1 TInvVolt -1 V R
6 voltage

T Phase-inverting
4051H 1 TInvCurr Int16 -2 A R
current
Uint1 T Phase-inverting
4052H 1 TInvFreq -2 Hz R
6 frequency

T Phase-inverting
4053H 1 TInvPowerWatt Int16 0 W R
active power
Uint1 T Phase-inverting
4054H 1 TInvPowerVA 0 VA R
6 apparent power

Uint1 R Phase output


4055H 1 ROutVolt -1 V R
6 voltage

Uint1 R Phase output


4056H 1 ROutCurr -2 A R
6 current

Uint1 R Phase output


4057H 1 ROutFreq -2 Hz R
6 frequency

R Phase output
voltage
4058H 1 ROutDVI Int16 0 mV R
DC
component
Uint1 R Phase output
4059H 1 ROutPowerWatt 0 W R
6 active power

Uint1 R Phase output


405AH 1 ROutPowerVA 0 VA R
6 apparent power

405BH 1 SOutVolt Uint1 -1 V R S Phase output

6 voltage

Uint1 S Phase output


405CH 1 SOutCurr -2 A R
6 current

Uint1 S Phase output


405DH 1 SOutFreq -2 Hz R
6 frequency

S Phase output
voltage
405EH 1 SOutDVI Int16 0 mV R
DC
component
Uint1 S Phase output
405FH 1 SOutPowerWatt 0 W R
6 active power

Uint1 S Phase output


4060H 1 SOutPowerVA 0 VA R
6 apparent power

Uint1 T Phase output


4061H 1 TOutVolt -1 V R
6 voltage

Uint1 T Phase output


4062H 1 TOutCurr -2 A R
6 current

Uint1 T Phase output


4063H 1 TOutFreq -2 Hz R
6 frequency

T Phase output
voltage
4064H 1 TOutDVI Int16 0 mV R
DC
component
Uint1 T Phase output
4065H 1 TOutPowerWatt 0 W R
6 active power
Uint1 T Phase output
4066H 1 TOutPowerVA 0 VA R
6 apparent power

Uint1
4067H 1 BusVoltMaster -1 V R Bus master voltage
6
Uint1
4068H 1 BusVoltSlave -1 V R Bus slave voltage
6
Uint1
4069H 1 BatVolt -1 V R Battery voltage
6
406AH 1 BatCurr Int16 -2 A R Battery current

Battery controller
406BH 1 BatCurr1 Int16 -2 A R
1 Current
Battery controller
406CH 1 BatCurr2 Int16 -2 A R
2 Current
406DH 1 BatPower Int16 0 W R Battery power

Battery
406EH 1 BatTempC Int16 -1 ℃ R
temperature
Uint1
406FH 1 BatEnergyPercent -2 % R Battery energy
6
Uint1
4070H 1 Reserve 0 R Reserve
6
UInt1 V PV1 voltage
4071H 1 PV1Volt -1 R
6
4072H 1 PV1Curr UInt1 -2 A R PV1 total current

6
UInt1 W PV1 power
4073H 1 PV1Power 0 R
6
UInt1 V PV2 voltage
4074H 1 PV2Volt -1 R
6
UInt1 A PV2 total current
4075H 1 PV2Curr -2 R
6
UInt1 W PV2 power
4076H 1 PV2Power 0 R
6
UInt1 V PV3 voltage
4077H 1 PV3Volt -1 R
6
UInt1 A PV3 total current
4078H 1 PV3Curr -2 R
6

UInt1 W PV3 power


4079H 1 PV3Power 0 R
6
UInt1 V PV4 voltage
407AH 1 PV4Volt -1 R
6
UInt1 A PV4 total current
407BH 1 PV4Curr -2 R
6
UInt1 W PV4 power
407CH 1 PV4Power 0 R
6
Uint1 PV1 string
407DH 1 PV1StrCurr1 -2 A R
6 current1

Uint1 R PV1 string


407EH 1 PV1StrCurr2 -2 A
6 current2

1 Uint1 R PV1 string


407FH PV1StrCurr3 -2 A
6 current3

1 Uint1 R PV1 string


4080H PV1StrCurr4 -2 A
6 current14

1 Uint1 R PV2 string


4081H PV2StrCurr1 -2 A
6 current1

1 Uint1 R PV2 string


4082H PV2StrCurr2 -2 A
6 current2

1 Uint1 R PV2 string


4083H PV2StrCurr3 -2 A
6 current3

1 Uint1 R PV2 string


4084H PV2StrCurr4 -2 A
6 current4

1 Uint1 R PV3 string


4085H PV3StrCurr1 -2 A
6 current1

1 Uint1 R PV3 string


4086H PV3StrCurr2 -2 A
6 current2

1 Uint1 R PV3 string


4087H PV3StrCurr3 -2 A
6 current3

1 Uint1 R PV3 string


4088H PV3StrCurr4 -2 A
6 current4

4089H 1 PV4StrCurr1 Uint1 -2 A R PV4 string


6 current1

1 Uint1 R PV4 string


408AH PV4StrCurr2 -2 A
6 current2

1 Uint1 R PV4 string


408BH PV4StrCurr3 -2 A
6 current3

1 Uint1 R PV4 string


408CH PV4StrCurr4 -2 A
6 current4

1 ROnGridOutVolt Uint1 R R Grid-connected


408DH -1 V
6 side voltage

1 ROnGridOutCurr Uint1 R R Grid-connected


408EH -2 A
6 side current

1 ROnGridOutFreq Uint1 R R Grid-connected


408FH -2 Hz
6 side frequency

1 ROnGridOutPowerWatt Uint1 R R Grid-connected


4090H 0 W
6 side active power

1 SOnGridOutVolt Uint1 R S Grid-connected


4091H -2 A
6 side voltage

1 SOnGridOutPowerWatt Uint1 R S Grid-connected


4092H 0 W
6 side active power

1 TOnGridOutVolt Uint1 R T Grid-connected


4093H -2 A
6 side voltage

1 Uint1 R T Grid-connected
4094H TOnGridOutPowerWatt 0 W
6 side active power

Uint1 PV Direction of
4095H 1 PV_direction 0 R
6 energy flow

Battery direction of
4096H 1 Battery_direction int16 0 R energy flow

Grid direction of
4097H 1 Grid_direction int16 0 R energy flow
Output to load
Uint1
direction of energy
4098H 1 OutPut_direction 6 0 R
flow
The power flowing
4099H 1 PVConsumpWatt Int16 0 W R
from PV to the load
The power flowing
from the grid to the
409AH 1 GridConsumpWatt Int16 0 W R
load
The power flowing
409BH 1 GridFeedInPVWatt Int16 0 W R
from PV to the grid
The power flowing
from the battery to the
409CH 1 GridFeedInBatWatt Int16 0 W R
grid
The power flowing
from the battery to the
409DH 1 BatConsumpWatt Int16 0 W R
load
Charging power from
409EH 1 BatChgPVWatt Int16 0 W R
PV to the battery
Charging power from
the grid to the battery
409FH 1 BatChgGridWatt Int16 0 W R

Total system load


40A0H 1 SysTotalLoadWatt Int16 0 W R
power consumption
CT Grid active
40A1H 1 CT_GridPowerWatt int16 0 W R
power
CT Grid apparent
40A2H 1 CT_GridPowerVA int16 0 VA R
power

40A3H 1 CT_PVPowerWatt int16 0 W R CT PV active power

CT PV apparent
40A4H 1 CT_PVPowerVA int16 0 VA R
power
40A5H 1 TotalPVPower Int16 0 W R PV total power
Battery total
40A6H 1 TotalBatteryPower Int16 0 W R
power
Grid total active
40A7H 1 TotalGridPowerWatt Int16 0 W R
power
Grid total
40A8H 1 TotalGridPowerVA Int16 0 VA R
apparent power
Inverter total
40A9H 1 TotalInvPowerWatt Int16 0 W R
active power
40AA Inverter total
1 TotalInvPowerVA Int16 0 VA R
H apparent power

40AB Uint1 Backup total load


1 BackupTotalLoadPowerWatt 0 W R
H 6 active power
40AC Uint1 Backup total load
1 BackupTotalLoadPowerVA 0 VA R
H 6 apparent power

40AD Active power of


1 SysGridPowerWall Int16 0 W R
H system grid

Maximum average
power input to the
40AE Input_AVG_Power_5Min_M Uint1
1 0 R inverter (5
H ax 6
minutes)
Maximum average
power output of the
40AF Output_AVG_Power_5Min_ Uint1 inverter to the power
1 0 R
H Max 6 grid (5
minutes)
Uint1 R Phase intelligent
40B0H 1 RIntelligentLoadPower W R
6 load power

Uint1 S Phase intelligent


40B1H 1 SIntelligentLoadPower W R
6 load power

40B2H 1 TIntelligentLoadPower Uint1 W R T Phase intelligent

6 load power

9 Uint1
40B3H Reserve 0 R Reserve
6
PV Daily
40BC Uint1
generating time of
H 1 Today_Hour 6 -1 H R
grid-connection
PV Total
40BD Uint3
generating time of
H 2 Total_Hour 2 -1 H R
grid-connection
Uint3 Kw
40BFH 2 Today_PVEnergy -2 R Daily PV generation
2 h
Uint3 Kw Monthly PV
40C1H 2 Month_PVEnergy -2 R
2 h generation

Uint3 Kw
40C3H 2 Year_PVEnergy -2 R Yearly PV generation
2 h
Uint3 Kw
40C5H 2 Total_PVEnergy -2 R Total PV generation
2 h
Uint3 Kw Daily battery
40C7H 2 Today_BatChgEnergy -2 R
2 h charge capacity

Uint3 Kw Monthly battery


40C9H 2 Month_BatChgEnergy -2 R
2 h charge capacity

40CB Uint3 Kw Yearly battery


2 Year_BatChgEnergy -2 R
H 2 h charge capacity

40CD Uint3 Kw Total battery


2 Total_BatChgEnergy -2 R
H 2 h charge capacity

Uint3 Kw Daily battery


40CFH 2 Today_BatDisEnergy -2 R
2 h discharge capacity

Uint3 Monthly battery


40D1H 2 Month_BatDisEnergy -2 kwh R
2 discharge capacity

Uint3 Kw Yearly battery


40D3H 2 Year_BatDisEnergy -2 R
2 h discharge capacity

Uint3 Kw Total battery


40D5H 2 Total_BatDisEnergy -2 R
2 h discharge capacity

Uint3 Kw Daily inverter


40D7H 2 Today_InvGenEnergy -2 R
2 h power

Uint3 Kw Monthly inverter


40D9H 2 Month_InvGenEnergy -2 R
2 h power

40DB Uint3 Yearly inverter


2 Year_InvGenEnergy -2 kwh R
H 2 power

40DD Uint3 Kw Total inverter


2 Total_InvGenEnergy -2 R
H 2 h power

40DF Uint3 Kw Total daily load


2 Today_TotalLoadEnergy -2 R
H 2 h power consumption

Uint3 Kw Total monthly load


40E1H 2 Month_TotalLoadEnergy -2 R
2 h power consumption

Uint3 Kw Total yearly load


40E3H 2 Year_TotalLoadEnergy -2 R
2 h power consumption

Uint3 Kw Totally total load


40E5H 2 Total_TotalLoadEnergy -2 R
2 h power consumption

Uint3 Kw Daily BackUp load


40E7H 2 Today_BackupLoadEnergy -2 R
2 h power consumption
Monthly BackUp
Uint3 Kw
load power
40E9H 2 Month_BackupLoadEnergy 2 -2 h R
consumption
40EB Uint3 Kw Yearly BackUp load
2 Year_BackupLoadEnergy -2 R
H 2 h power consumption

40ED Uint3 Kw Total BackUp load


2 Total_BackupLoadEnergy -2 R
H 2 h power consumption

Uint3 Daily system


40EFH 2 Today_SellEnergy -2 kwh R
2 selling power

Uint3 Kw Monthly system


40F1H 2 Month_SellEnergy -2 R
2 h selling power

Uint3 Kw Yearly system


40F3H 2 Year_SellEnergy -2 R
2 h selling power

Uint3 Kw Total system


40F5H 2 Total_SellEnergy -2 R
2 h selling power

Uint3 Kw Daily system feeds


40F7H 2 Today_FeedInEnergy -2 R
2 h in power

Uint3 Kw Monthly system


40F9H 2 Month_FeedInEnergy -2 R
2 h feeds in power

Uint3 Kw Yearly system feeds


40FBH 2 Year_FeedInEnergy -2 R
2 h in power

40FD Uint3 Kw Total system feeds


2 Total_FeedInEnergy -2 R
H 2 h in power

4.2.3 R6 17-50K and C6 real time data

address SIZE(Word Register name Date Multiple Unit Attribution Register description
) type
Current time of the
6000H 4 Time HEX 0 R
inverter
2 TotalEnergy UInt32 R Totalgeneration ofthe
6004H -2 kWh
inverter
2 YearEnergy UInt32 R Current year output of
6006H -2 kWh
the inverter
2 MonthEnergy UInt32 R Currentmonthoutputof
6008H -2 kWh
the inverter
2 TodayEnergy UInt32 R Current day output of
600AH -2 kWh
the inverter
2 TotalHour UInt32 R Total working hours of
600CH -1 H
the inverter
1 TodayHour UInt16 R Daily working hours of
600EH -1 H
the inverter
1 ErrorCount UInt16 R Number of errors of
600FH 0
inverter
1 ErrorSN UInt16 R Historical error fault
6010H 0
serial number
1 SettingDataSN Uint16 R the serial number of the

6011H setting parameter


0
area
6012H 1 Reserved Uint16 0 R Reserve

1 MPVMode R Inverter operating


mode
WAIT(wait) 0x01
6013H Uint16 NORMAL ( grid
connected) 0x02
FAULT(fault) 0x03

6014H 6 FaultMSG R Fault message


601AH 1 ConnTime Uint16 0 S R Inverter countdown

2 Energy R Cumulative value of


601BH Uint32 -2 kwh
power generation
2 Power R The inverter outputs
601DH Uint32 0 W
active power
2 QPower R The inverter outputs
601FH Int32 0 Var
reactive power
1 PF R Inverter output power
6021H Int16 -3
factor
6022H 1 L1Volt Uint16 -1 V R L1 phase voltage
6023H 1 L1Curr Uint16 -2 A R L1 phase current
6024H 1 L1Freq Uint16 -2 Hz R L1 phrase frequency
6025H 1 L1DCI Int16 0 mA R L1 phase DC component
6026H 1 L1Power Uint16 0 W R L1 Power
6027H 1 L1PF Int16 -3 R L1 Power factor
6028H 1 L2Volt Uint16 -1 V R L2 Phase voltage
6029H 1 L2Curr Uint16 -2 A R L2 Phase current
602AH 1 L2Freq Uint16 -2 Hz R L2 Phase frequency
602BH 1 L2DCI Int16 0 mA R L2 Phase DC component
602CH 1 L2Power Uint16 0 W R L2 Power
602DH 1 L2PF Int16 -3 R L2 Power factor
602EH 1 L3Volt Uint16 -1 V R L3 Phase voltage
602FH 1 L3Curr Uint16 -2 A R L3 Phase current
6030H 1 L3Freq Uint16 -2 Hz R L3 Phase frequency
6031H 1 L3DCI Int16 0 mA R L3 Phase DC component
6032H 1 L3Power Uint16 0 W R L3 Power
6033H 1 L3PF Int16 -3 R L Power factor

1 NE_Volt R N-line voltage to


6034H Uint16 -1 V
earth
6035H 1 GFCI Int16 0 mA R Earth Leakage Current
6036H 1 BusVolt Uint16 -1 V R BUS voltage
6037H 1 BusVolt_M Uint16 -1 V R BUS mid-point voltage
6038H 1 InvTempC_1 Int16 -1 ℃ R Radiator temperature
6039H 1 InvTempC_L1 Int16 -1 ℃ R L1 phase temperature
603AH 1 InvTempC_L2 Int16 -1 ℃ R L2 phase temperature
603BH 1 InvTempC_L3 Int16 -1 ℃ R L3 phase temperature
603CH 1 InvTempC_Cavity Int16 -1 ℃ R Cavity temperature
1 PV_TempC_1 R The booster module

603DH temperature reserved


Int16 -1 ℃
temporarily
603EH 1 PV_TempC_2 Int16 -1 ℃ R
603FH 1 PV_TempC_3 Int16 -1 ℃ R
6040H 1 PV_TempC_4 Int16 -1 ℃ R
6041H 1 ISO1 Uint16 0 kΩ R PV1+_ISO
6042H 1 ISO2 Uint16 0 kΩ R PV2+_ISO
6043H 1 ISO3 Uint16 0 kΩ R PV3+_ISO
6044H 1 ISO4 Uint16 0 kΩ R PV ISO
6045H 1 PV1Volt Uint16 -1 V R PV1 voltage
6046H 1 PV1Curr Uint16 -2 A R PV1 current
6047H 1 PV1Power Uint16 0 W R PV1 power
6048H 1 PV2Volt Uint16 -1 V R PV2 voltage
6049H 1 PV2Curr Uint16 -2 A R PV2 current
604AH 1 PV2Power Uint16 0 W R PV2 power
604BH 1 PV3Volt Uint16 -1 V R PV3 voltage
604CH 1 PV3Curr Uint16 -2 A R PV3 current
604DH 1 PV3Power Uint16 0 W R PV3 power
604EH 1 PV4Volt Uint16 -1 V R PV4 voltage
604FH 1 PV4Curr Uint16 -2 A R PV4 current
6050H 1 PV4Power Uint16 0 W R PV4 power
6051H 1 PV5Volt Uint16 -1 V R PV5 voltage
6052H 1 PV5Curr Uint16 -2 A R PV5 current
6053H 1 PV5Power Uint16 0 W R PV5 power
6054H 1 PV6Volt Uint16 -1 V R PV6 voltage
6055H 1 PV6Curr Uint16 -2 A R PV6 current
6056H 1 PV6Power Uint16 0 W R PV6 power
6057H 1 PV1StrCurr1 Uint16 -2 A R PV1 String current 1
6058H 1 PV1StrCurr2 Uint16 -2 A R PV1 String current 2
6059H 1 PV2StrCurr1 Uint16 -2 A R PV2 String current 1
605AH 1 PV2StrCurr2 Uint16 -2 A R PV2 String current 2
605BH 1 PV3StrCurr1 Uint16 -2 A R PV3 String current 1
605CH 1 PV3StrCurr2 Uint16 -2 A R PV3 String current 2
605DH 1 PV4StrCurr1 Uint16 -2 A R PV4 String current 1
605EH 1 PV4StrCurr2 Uint16 -2 A R PV4 String current 2
605FH 1 PV5StrCurr1 Uint16 -2 A R PV5 String current 1
6060H 1 PV5StrCurr2 Uint16 -2 A R PV5 String current 2
6061H 1 PV6StrCurr1 Uint16 -2 A R PV6 String current 1
6062H 1 PV6StrCurr2 Uint16 -2 A R PV6 String current 2
6063H 1 PV7Volt Uint16 -1 V R PV7 voltage
6064H 1 PV7Curr Uint16 -2 A R PV7 current
6065H 1 PV7Power Uint16 0 W R PV7 power
6066H 1 PV8Volt Uint16 -1 V R PV8 voltage
6067H 1 PV8Curr Uint16 -2 A R PV8 current
6068H 1 PV8Power Uint16 0 W R PV8 power
6069H 1 PV9Volt Uint16 -1 V R PV9 voltage
606AH 1 PV9Curr Uint16 -2 A R PV9 current
606BH 1 PV9Power Uint16 0 W R PV9 power
606CH 1 PV10Volt Uint16 -1 V R PV10 voltage
606DH 1 PV10Curr Uint16 -2 A R PV10 current
606EH 1 PV10Power Uint16 0 W R PV10 power
606FH 1 PV11Volt Uint16 -1 V R PV11 voltage
6070H 1 PV11Curr Uint16 -2 A R PV11 current
6071H 1 PV11Power Uint16 0 W R PV11 power
6072H 1 PV12Volt Uint16 -1 V R PV12 voltage
6073H 1 PV12Curr Uint16 -2 A R PV12 current
6074H 1 PV12Power Uint16 0 W R PV12 power
6075H 1 PV7StrCurr1 Uint16 -2 A R PV7 String current 1
6076H 1 PV7StrCurr2 Uint16 -2 A R PV7 String current 2
6077H 1 PV8StrCurr1 Uint16 -2 A R PV8 String current 1
6078H 1 PV8StrCurr2 Uint16 -2 A R PV8 String current 2
6079H 1 PV9StrCurr1 Uint16 -2 A R PV9 String current 1
607AH 1 PV9StrCurr2 Uint16 -2 A R PV9 String current 2
607BH 1 PV10StrCurr1 Uint16 -2 A R PV10 String current 1
607CH 1 PV10StrCurr2 Uint16 -2 A R PV10 String current 2
607DH 1 PV11StrCurr1 Uint16 -2 A R PV11 String current 1
607EH 1 PV11StrCurr2 Uint16 -2 A R PV11 String current 2
607FH 1 PV12StrCurr1 Uint16 -2 A R PV12 String current 1
6080H 1 PV12StrCurr2 Uint16 -2 A R PV12 String current 2
4.3 Setting Data Register definition

4.3.1 PLUS / R5、R6 17-50K and C6 Parameters setting

Register
Addr SIZE(Wo Register Data Multip uni Attributi on
descriptio
r Note
e ss name type le t
n
d)

Inverter safety
UInt1 Refer to the safety table setting
1008H 1 SafetyType R/W number
6
bit0: RelayCheckEn: Relay detection
bit1: ISOCheckEn:ISO check bit2:
GFCIDevCheckEn:GFCIDEV check
bit3: GFCICheckEn:GFCI check bit4:
DCICheckEn:DCI check bit5:
DCIAdjustEn::DCI adjust bit6:
AntiIslandEn: island check bit7:
FancheckEn: Fan check bit8:
FreqDeratEn: overfrequency derating
bit9: ReactiveEn: reactive power control
bit10:GlobalMPPTEn: Global MPPT
bit11: ReConnDelayEn: reconnection
delay in countdown bit12:
PV_ATEModeEn:PV_ATE test mode
bit13: NEVolCheckEn: grounding

Inverter check
UInt1 function
1009H 1 FunMask R/W
6 mask
bit14: PowerLimitByVolEn:
over-voltage derating
bit15: PreINVEn: preinverter
Corresponding bit
1:Enabled 0:Closed

UInt1
1019H 1 ISOLimit 0 kΩ R/W ISO limit
6
PowerLimit UInt1 Value 0-1100
101CH 1 -3 R/W Power limit
ed 6 corresponding to 0-110%
2 is capacitive power factor
Reactive
regulation, 3 is inductive
power
ReactiveMo UInt1 power factor regulation, and
101DH 1 0 R/W compensati on
de 6 5 is no
mode
reactive power mode
Reactive

ReactiveVa UInt1 power


Vale 800-1000
101EH 1 lue 6 -3 R/W compensati
corresponding to 0.8-1
on value
Remot
PowerAdjCo UInt1 e
1037H 1 ff3 6 0 / R/W power 0:poweroff,1:poweron;
on/off
command

PVInputMod UInt1 PV input PV independent mode:0x00


1046H 1 0 R/W
e 6 mode PV parallel mode:0x08

4.3.2 R6 3-15K Set parameters

Address SIZE(Word) Register name Data Multiple Unit Attribution Register description
type
Inverter function mask

bit0 RelayCheck Relay


detection enable bit
bit1 ISOCheck ISO Relay
detection enable bit
bit2 GFCIDevCheck Enable earth
leakage current device self-test
bit3 GFCICheck Enable earth
leakage current device self-test
bit4 DciCheck The
DC component detection
enable bit of power grid current
bit5 DciAdjust The DC
component control enable bit of
power grid current
bit6 AntiIsland Active
island detection enable bit bit7
FANCheck Fan detection enable
bit
bit8 PVMode PV tracking
enable
bit9 DCVCheck The output
voltage DC component detection
is enabled
bit10 GlobalMPPTEn Global
scanning
bit11 LNPECheck Grid
connection detection enable bit
bit12 DCVAdjust Output voltage
DC component control enable bit
bit13 OutInsertCheck The output
access detection enabled bit
bit14 InvWaveCheck The inverter
wave detection enable bit
bit15 PvLoadFuncEn
PV Independent load
enable bit Corresponding bit
1:Enable
3408H 1 FunMask UInt16 R/W
0:Closed

340BH 1 PowerLimited UInt16 -3 R/W Power limit


InverterStop Inverter stop 1:power
340CH 1 UInt16 R/W off,0:power
on;

3410H 1 ISOLimit UInt16 0 kΩ R/W ISO limit


Reactive power
compensation mode
0 is capacitive
regulation(kw),1 is
sensitive regulation(kw)
2 is capacitive power
factor adjustment , 3 is
sensitive power factor
3416H 1 ReactiveMode UInt16 R/W adjustment
4 is voltage reactive power
curve,5ispower
factor curve
When 3416 address is: 0-
1, The register is the
reactive power
compensation value
(range value 0-65535
Var).
When 2-3,
The register is power

3417H 1 ReactiveValue UInt16 -3 R/W factor PF (range value


-0.8-0.99,1-0.8).
When 4-5,
The register is the reactive
power compensation
value

3421H 1 SafetyType UInt16 R/W Inverter safety type

PV inpute mode
PV independent
343AH 1 PVInputMode UInt16 R/W mode:0x00
PV parallel mode: 0x08

4.4 Special register definition

Addr SIZE(W Register Data Multi Uni Attri Registe


e ss o name type ple t bution r definit
rd) ion Note 1
8014H 1 RS485_DATA_ UInt 0 W RS485 Baud rate : 4 is
AT E 16 commun 9600,5is4800,6
i cation is 2400. (3
baud rate kinds in total) The
(low) slave number is 1-
and slave 32
number
(high)

8015H 1 CleanHistoryR UInt W Clear


1: Clean historical
ecord 16 histori
faults
cal
faults
801B 1 CleanPower UInt W Clear
1: Clean generation
H 16 generat
ion
Format
yyyyMMddHHmm
ssz z
yyyy: year
MM:month
dd: date
HH:hour(24-hour
format)
mm: minute ss:
second
Machine
8020H 4 Time HEX 0 W zz:reservedbit
time
2015-1-2
10:11:12
corresponding data
is
07DF 01 02 0A 0B
0C 00

4.5 Fault register definition

4.5.1 PLUS/R5, R6 17-50K, and C6 Fault Register Resolution

FaultMSG Inverter Error Messages


ErrorData0 ErrorData1 ErrorData2
High position Low position
11 10 9 8 7 6 5 4 3 2 1 0
Fault
Fault description Fault resolution
code
Loss of internal
Err81 controller ErrorData0[0x80000000] = "Code 81:Lost Communication D<->C";
communication
Reserved ErrorData0[0x40000000]
Reserved ErrorData0[0x20000000]
Reserved ErrorData0[0x10000000]
Reserved ErrorData0[0x08000000]
Reserved ErrorData0[0x04000000]
Reserved ErrorData0[0x02000000]
Reserved ErrorData0[0x01000000]
Reserved ErrorData0[0x00800000]
Reserved ErrorData0[0x00400000]
Reserved ErrorData0[0x00200000]
Main engine arcing
Err87 ErrorData0[0x00100000] = "Code 87:Master Arc Error";
fault
Err48 Host Fan 4 Fault ErrorData0[0x00080000] = "Code 48:Master Fan4 Error";
Err47 Host Fan 3 Fault ErrorData0[0x00040000] = "Code 47:Master Fan3 Error";
Err46 Host Fan 2 Fault ErrorData0[0x00020000] = "Code 46:Master Fan2 Error";
Err45 Host Fan 1 Fault ErrorData0[0x00010000] = "Code 45:Master Fan1 Error";
Err86 DRM0 failure ErrorData0[0x00008000] = "Code 86: Master DRM0 Error";
Host N to ground
Err44 ErrorData0[0x00004000] = "Code 44:Master Grid NE Voltage Error";
voltage fault
DC lightning
Err43 protection fault of ErrorData0[0x00002000] = "Code 43:Master DC SPD Error";
main engine
AC lightning
Err42 protection fault of ErrorData0[0x00001000] = "Code 42:Master AC SPD Error";
main engine
Host hardware
Err41 ErrorData0[0x00000800] = "Code 41:Master HW Current High";
overcurrent
Err40 Reserved ErrorData0[0x00000400]
Host PV hardware
Err39 ErrorData0[0x00000200] = "Code 39:Master HWPV Current High";
overcurrent
Host Bus Hardware
Err38 ErrorData0[0x00000100] = "Code 38:Master HWBus Voltage High";
Overvoltage
Reserved ErrorData0[0x00000080]
Err84 Host PV input error ErrorData0[0x00000040] = "Code 84:Master PVInput Error";
Main machine arc
Err83 ErrorData0[0x00000020] = "Code 83:Master Arc Device Error";
equipment fault
Err37 Host Island Error ErrorData0[0x00000010] = "Code 37:Master Islanding Error";
Overvoltage of the
Err36 ErrorData0[0x00000008] = "Code 36:Master PV Voltage High Error";
host PV
Err35 Host grid phase error ErrorData0[0x00000004] = "Code 35:Master Grid Phase Error";
Undervoltage of host
Err34 ErrorData0[0x00000002] = "Code 34:Master Bus Voltage Low";
bus software
Host bus software
Err33 ErrorData0[0x00000001] = "Code 33:Master Bus Voltage High";
overvoltage
Main engine bus
Err32 ErrorData1[0x80000000] = "Code 32:Master Bus Voltage Balance Error";
voltage unbalance
Main engine insulation
Err31 ErrorData1[0x40000000] = "Code 31:Master ISO Error";
failure
Host L3 phase DC
Err30 ErrorData1[0x20000000] = "Code 30:Master Phase3 DCI Error";
component high
High DC component
Err29 ErrorData1[0x10000000] = "Code 29:Master Phase2 DCI Error";
of host phase L2
High DC component
Err28 ErrorData1[0x08000000] = "Code 28:Master Phase1 DCI Error";
of L1 phase of host
Host to ground
Err27 ErrorData1[0x04000000] = "Code 27:Master GFCI Error";
leakage current fault
Err26 Reserved ErrorData1[0x02000000]
Err25 Reserved ErrorData1[0x01000000]
Loss of host power
Err24 ErrorData1[0x00800000] = "Code 24:Master No Grid Error";
grid
Err23 Reserved ErrorData1[0x00400000]
Err22 Reserved ErrorData1[0x00200000]
Err21 Reserved ErrorData1[0x00100000]
Err20 Reserved ErrorData1[0x00080000]
Underfrequency of
Err19 ErrorData1[0x00040000] = "Code 19:Master Frequency Low";
host power grid
The power grid of the
Err18 main engine is over- ErrorData1[0x00020000] = "Code 18:Master Frequency High";
frequency
Err17 Reserved ErrorData1[0x00010000]
Err16 Reserved ErrorData1[0x00008000]
Overvoltage of 10-
minute average value
Err15 ErrorData1[0x00004000] = "Code 15:Master Voltage 10Min High";
of main power grid
voltage
Undervoltage of host
Err14 ErrorData1[0x00002000] = "Code 14:Master Phase3 Voltage Low";
L3 phase power grid
Overvoltage of host
Err13 ErrorData1[0x00001000] = "Code 13:Master Phase3 Voltage High";
L3 phase power grid
Undervoltage of host
Err12 ErrorData1[0x00000800] = "Code 12:Master Phase2 Voltage Low";
L2 phase power grid
Overvoltage of main
Err11 engine L2 phase ErrorData1[0x00000400] = "Code 11:Master Phase2 Voltage High";
power grid
Undervoltage of L1
Err10 phase power grid of ErrorData1[0x00000200] = "Code 10:Master Phase1 Voltage Low";
the host
Overvoltage of L1
Err09 phase power grid of ErrorData1[0x00000100] = "Code 09:Master Phase1 Voltage High";
main engine
Faulty host current
Err08 ErrorData1[0x00000080] = "Code 08:Master Current Sensor Error";
detection device
Faults of DC
Err07 component detection ErrorData1[0x00000040] = "Code 07:Master DCI Device Error";
equipment of the host
Main engine earth
fault leakage current
Err06 ErrorData1[0x00000020] = "Code 06:Master GFCI Device Error";
detection equipment
fault
Err05 Reserved ErrorData1[0x00000010]
The temperature of the
Err04 ErrorData1[0x00000008] = "Code 04:Master Temperature Low Error";
main machine is low
The host temperature
Err03 ErrorData1[0x00000004] = "Code 03:Master Temperature High Error";
is high
Err02 Host memory failure ErrorData1[0x00000002] = "Code 02:Master EEPROM Error";
Err01 Host relay failure ErrorData1[0x00000001] = "Code 01:Master Relay Error";
Reserved ErrorData2[0x80000000]
Err80 Reserved ErrorData2[0x40000000]
Err79 Reserved ErrorData2[0x20000000]
Err78 Reserved ErrorData2[0x10000000]
Err77 Reserved ErrorData2[0x08000000]
Err76 Slave PV overvoltage ErrorData2[0x04000000] = "Code 76:Slave PV Voltage High Error";
PV hardware
Err75 ErrorData2[0x02000000] = "Code 75:HW PV Curr High Error";
overcurrent
Err74 PV mode error ErrorData2[0x01000000] = "Code 74:PV Input Mode Error";
Err73 Slave electrical ErrorData2[0x00800000] = "Code 73:Slave No Grid Error";
network is lost
Err72 Reserved ErrorData2[0x00400000]
Err71 Reserved ErrorData2[0x00200000]
Err70 Reserved ErrorData2[0x00100000]
Err69 Reserved ErrorData2[0x00080000]
Underfrequency of
Err68 ErrorData2[0x00040000] = "Code 68:Slave Frequency Low";
slave power grid
The slave power grid
Err67 ErrorData2[0x00020000] = "Code 67:Slave Frequency High";
is over-frequency
Under-voltage of L3
Err66 phase power grid of ErrorData2[0x00010000] = "Code 66:Slave Phase3 Voltage Low";
slave
Overvoltage of L3
Err65 phase power grid of ErrorData2[0x00008000] = "Code 65:Slave Phase3 Voltage High";
slave
Under-voltage of slave
Err64 ErrorData2[0x00004000] = "Code 64:Slave Phase2 Voltage Low";
L2 phase power grid
Slave L2 phase grid
Err63 ErrorData2[0x00002000] = "Code 63:Slave Phase2 Voltage High";
overvoltage
Under-voltage of L1
Err62 phase power grid of ErrorData2[0x00001000] = "Code 62:Slave Phase1 Voltage Low";
slave
Overvoltage of L1
Err61 phase power grid of ErrorData2[0x00000800] = "Code 61:Slave Phase1 Voltage High";
slave
Err60 Reserved ErrorData2[0x00000400]
Err59 Reserved ErrorData2[0x00000200]
Err58 Reserved ErrorData2[0x00000100]
Err57 Reserved ErrorData2[0x00000080]
Err56 Reserved ErrorData2[0x00000040]
Err55 Reserved ErrorData2[0x00000020]
Err54 Reserved ErrorData2[0x00000010]
Err53 Reserved ErrorData2[0x00000008]
Err52 Reserved ErrorData2[0x00000004]
Err51 Reserved ErrorData2[0x00000002]
Err50 Reserved ErrorData2[0x00000001]
For example
Read the values of six registers from 0x0101 to 0x0106:
The data returned for the corresponding fault code is as follows: 00 08 00 83 80 00 04 00
The fault codes of 12 bytes in total are from the highest bit to the lowest bit from left to right, and the corresponding
fault code table is analyzed as follows:
code 48:Master Fan4 Error,
code 32:Master Bus Voltage Balance Error,
code 26:Master Phase3 No Grid Error,
code 25:Master Phase2 No Grid Error,
code 24:Master Phase1 No Grid Error,
code 03:Master Temperature High Error

4.5.2 R6 3-15 K fault register resolution

Data Register
Address SIZE(Word) Register name Multiplier Unit Attribute
type description
Display
board/slave
4005H 2 HFaultMSG Uint32 - - R
error
message
Master
controller
4007H 2 MFaultMSG Uint32 - - R
error
message
Master
Controller
4009H 2 MFaultMSG2 Uint32 - - R
Error
Message 2

1. 4005H register description


Tag Display board fault code definition (0x Display board fault code
Manual code
number 4005) definition
Master-slave internal
0 Lost Com.H<->M Err 50
communication failure
Loss of meter
1 Meter Lost Com Warn 51
communication warning
2 HMI Eeprom Err Memory failure 52
3 HMI RTC Err RTC failure 53
4 BMS Device Err BMS equipment failure 54
BMS Loss of
5 BMS [Link] Warn 55
Communication Warning
6 CT Device Err CT equipment failure 56
AFCI board communication
7 AFCI Lost [Link] 57
lost
8 Reserved(bit 73) Reserved(bit 73) 58
9 Reserved(bit 74) Reserved(bit 74) 59
10 Reserved(bit 75) Reserved(bit 75) 60
Overvoltage of R-phase
11 RVoltHighFault 61
power grid
Under-voltage of R-phase
12 RVoltLowFault 62
power grid
13 SVoltHighFault S-phase grid overvoltage 63
Under-voltage of S-phase
14 SVoltLowFault 64
power grid
Overvoltage of T-phase
15 TVoltHighFault 65
power grid
Under-voltage of S-phase
16 SVoltLowFault 66
power grid
Over-frequency of power
17 FreqHighFault 67
grid
18 FreqLowFault Grid underfrequency 68
19 Reserved(bit 84) Reserved(bit 84) 69
20 Reserved(bit 85) Reserved(bit 85) 70
21 Reserved(bit 86) Reserved(bit 86) 71
22 Reserved(bit 87) Reserved(bit 87) 72
23 NoGridFault Loss of power grid 73
24 PVInputModeFault PV mode error 74
25 HWPVCurrHighFault PV hardware overcurrent 75
26 PVVolHighFault Slave PV overvoltage 76
27 HWBusVoltHighFault BUS hardware overvoltage 77
28 Reserved(bit 93) Reserved(bit 93) 78
29 Reserved(bit 94) Reserved(bit 94) 79
30 Reserved(bit 95) Reserved(bit 95) 80
31 Reserved(bit 96) Reserved(bit 96) 82

2. 4007H register description

Tag Manual
Host fault code definition (0x 4007) Host Fault Code Definition
number code
Host bus software
0 Master Bus Voltage High 33
overvoltage
Undervoltage of host bus
1 Master Bus Voltage Low 34
software
2 Master Grid Phase Error Host grid phase error 35
3 Master PV Voltage High Error Overvoltage of host PV 36
4 Master Islanding Error Host Island Error 37
5 Master Arc Device Error Main machine arc equipment 83
fault
6 Master PVInput Error Host PV input error 84
Loss of communication
Lost Communication between DSP and
7 between host and electricity 49
PowerMeter
meter
Host Bus Hardware
8 Master HW Bus Voltage High 38
Overvoltage
Host PV hardware
9 Master HW PV Current High 39
overcurrent
10 Reserved(bit 11) Reserved(bit 11) 40
Host inverter hardware
11 Master HW Inv Current High 41
overcurrent
12 Reserved(bit 13) Reserved(bit 13) 42
13 Reserved(bit 14) Reserved(bit 14) 43
Host N to ground voltage
14 Master Grid NE Voltage Error 44
fault
15 Master DRM0 Error DRM0 failure 86
16 Master Fan1 Error Host Fan 1 Fault 45
17 Master Fan2 Error Host Fan 2 Fault 46
18 Master Fan3 Error Host Fan 3 Fault 47
19 Master Fan4 Error Host Fan 4 Fault 48
20 Master Arc Error Main engine arcing fault 87
PV overcurrent of host
21 Master SW PV Current High 88
software
22 Master Battery Voltage High Host battery overvoltage 89
23 Master Battery Current High Overcurrent of host battery 90
Host battery charging voltage
24 Master Battery Charge Voltage High 91
high
25 Master Battery OverLoad Host battery overload 92
Host battery soft connection
26 Master Battery SoftConnet TimeOut 93
timeout
The output of the main engine
27 Master Output OverLoad 94
is overloaded
The battery of the main unit is
28 Master Battery Open Circuit Error 95
open
Host battery discharge
29 Master Battery Discharge Voltage Low 96
voltage low
30 Authority expires Authorization expires 85
Loss of communication
31 Lost Communication D<->C 81
between inverter internal
display panel and main
controller

3. 4009H register description

Tag Manual
Host fault code definition (0x 4009) Host Fault Code Definition
number code
0 Master Relay Error Host relay failure 1
1 Master EEPROM Error Host memory (EEPROM) failure 2
2 Master Temperature High Error Host temperature is high 3
The temperature of the main
3 Master Temperature Low Error 4
machine is low
Host internal communication
4 Master Lost Communication M<->S 5
failure
Main engine earth fault leakage
5 Master GFCI Device Error 6
current detection equipment fault
Faults of DC component detection
6 Master DCI Device Error 7
equipment of the host
Faulty host current detection
7 Master Current Sensor Error 8
device
Overvoltage of L1 phase power
8 Master Phase1 Voltage High 9
grid of main engine
Undervoltage of L1 phase power
9 Master Phase1 Voltage Low 10
grid of the host
Overvoltage of main engine L2
10 Master Phase2 Voltage High 11
phase power grid
Undervoltage of host L2 phase
11 Master Phase2 Voltage Low 12
power grid
Overvoltage of host L3 phase
12 Master Phase3 Voltage High 13
power grid
Undervoltage of host L3 phase
13 Master Phase3 Voltage Low 14
power grid
Overvoltage of 10-minute average
14 Master Voltage 10Min High 15
value of main power grid voltage
15 Master OffGrid Voltage Low Host off-grid output undervoltage 16
16 Reserved(bit 49) Reserved(bit 49) 17
The power grid of the main engine
17 Master Grid Frequency High 18
is over-frequency
Underfrequency of host power
18 Master Grid Frequency Low 19
grid
19 Reserved(bit 52) Reserved(bit 52) 20
High DC component of L1 phase
20 Master Phase1 DCV Error 21
voltage of host
High DC component of L2 phase
21 Master Phase2 DCV Error 22
voltage of main machine
High DC component of L3 phase
22 Master Phase3 DCV Error 23
voltage of host
23 Master No Grid Error Loss of host power grid 24
24 Reserved(bit 57) Reserved(bit 57) 25
25 Reserved(bit 58) Reserved(bit 58) 26
Host to ground leakage current
26 Master GFCI Error 27
fault
High DC component of L1 phase
27 Master Phase1 DCI Error 28
of host
High DC component of host phase
28 Master Phase2 DCI Error 29
L2
Host L3 phase DC component
29 Master Phase3 DCI Error 30
high
30 Master ISO Error Main engine insulation failure 31
Main engine bus voltage
31 Master Bus Voltage Balance Error 32
unbalance

You might also like