0% found this document useful (0 votes)
273 views60 pages

RenacPower - On-Grid Inverter Modbus Protocol V0.02

The JXNT Inverter MODBUS Interface Definition document outlines the communication protocol for the JXNT inverter, detailing the physical, data link, and application layers. It includes specifications for frame structures, addressing modes, and various function codes for reading and writing registers. The document also provides a revision history and a comprehensive overview of the protocol's operational procedures and data encoding methods.

Uploaded by

Angelo Scomazzon
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
0% found this document useful (0 votes)
273 views60 pages

RenacPower - On-Grid Inverter Modbus Protocol V0.02

The JXNT Inverter MODBUS Interface Definition document outlines the communication protocol for the JXNT inverter, detailing the physical, data link, and application layers. It includes specifications for frame structures, addressing modes, and various function codes for reading and writing registers. The document also provides a revision history and a comprehensive overview of the protocol's operational procedures and data encoding methods.

Uploaded by

Angelo Scomazzon
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
You are on page 1/ 60

JXNT Inverter MODBUS Interface Definition Description

JXNT MODBUS Interface Definition


Description

Issue:1
Release date:2017.11.3
Renac Technologies Co., Ltd

1 / 60
JXNT Inverter MODBUS Interface Definition Description

Revision record
Date Revision Version Change Description Modifier

2017-12-27 1 initial version Zhang Yao


2019-02-21 1 Add "Renac Protocol Query Frame" Zhang Yao

2 / 60
JXNT Inverter MODBUS Interface Definition Description

Revision record ..........................................................................................................................2


1 Communication protocol overview................................................................................................. 5
1.1 Physical layer......................................................................................................................... 8
1.2 Data link layer........................................................................................................................8
1.2.1 Addressing way.......................................................................................................... 8
1.2.2 Frame structure..........................................................................................................9
1.2.3 Data encoding............................................................................................................ 9
1.2.4 Interaction process.................................................................................................... 9
1.2.5 CRC check................................................................................................................... 9
1.3 Application layer................................................................................................................. 12
1.3.1 Function code list..................................................................................................12
1.3.2 Exception code list................................................................................................... 12
1.3.3 Read register (0x03)......................................................................................................... 13

1.3.3.1 Master node request frame format.................................................................... 13

1.3.3.2 Slave node normal response frame format..........................................................13


1.3.3.3 Slave exception response frame format...............................................................14
1.3.4 Write a single register (0x06)...........................................................................................14

1.3.4.1 Master node request frame format.................................................................... 14

1.3.4.2 Slave node normal response frame format..........................................................14


1.3.4.3 Slave exception response frame format...............................................................15
1.3.5 Write multiple registers (0x10)........................................................................................ 15

1.3.5.1 Master node request frame format.................................................................... 15

1.3.5.2 Slave node normal response frame format..........................................................15


1.3.5.3 Slave exception response frame format...............................................................16
1.3.6 Read device identification code (0X2B)........................................................................... 16
1.3.6.1 Query device identification information command.............................................17
1.3.6.2 Query device list command.................................................................................. 18
1.3.6.3 Device description definition................................................................................20
1.3.7 Write multi-segment registers (0x42)..............................................................................21

1.3.7.1 Master node request frame format.................................................................... 21

1.3.7.2 Slave node normal response frame format..........................................................21


1.3.7.3 Slave exception response frame format...............................................................22
1.3.8 Read multi-segment register (0x65)................................................................................ 22

1.3.8.1 Master node request frame format.................................................................... 22

1.3.8.2 Slave node normal response frame format..........................................................23


1.3.8.3 Slave exception response frame format...............................................................23
2 Register definition.......................................................................................................................... 24
2.1 Read-only data area............................................................................................................ 24
3 / 60
JXNT Inverter MODBUS Interface Definition Description

2.2 Writable data area (execution)........................................................................................... 33


2.3 Readable/writable data area.............................................................................................. 33
2.3.1 Safety protection data area..................................................................................... 33

2.3.2 Common data area ............................................................................................ 39

2.4 Data sheet attachment....................................................................................................... 40


2.4.1 Equipment type........................................................................................................40
2.4.2 Inverter status.......................................................................................................... 40
2.4.3 Fault table of Combiner box .................................................................................. 40
2.4.4 Voltage protection module enable flag table..........................................................40
2.4.5 Frequency protection module enable flag table.....................................................41
2.4.6 DCI protection module enable flag table................................................................ 41
2.4.7 Reactive parameter flag table..................................................................................41
2.4.8 Safety country table................................................................................................. 42
2.4.9 Fault information table of inverter.......................................................................... 42

4 / 60
JXNT Inverter MODBUS Interface Definition Description

Renac protocol query frame


After the communication module is automatically connected to the server, the
server first identifies the "network communication module query frame", and then
obtains the "Renac protocol query frame" of the device. After confirming the protocol,
the server continues data query and analysis;

Packet Source Destination Control Function Data


header address address command command length
character character
2 Bytes 2 Bytes 2 Bytes 1 Byte 1 Byte 1 Byte(N)
(0xAA 0x55)

Data0 Data1 … DataN-1 Checksum


1 Byte 1 Byte 1 Byte 1 Byte Bytes

 Server request frame:


0xAA 0x55 0x01 0x00 0x00 0xFE 0xEE 0x00 0x00 0x02 0xEC

 Client return format: a total of 45 (34 + 11) bytes returned


Control Function Direction Length L Implication Remark
command command
character character
CtrlCmd FunCmd
0xEE 0x00 PC->INV 0x00 Request
module
information
0x80 INV-> PC 0x22 Module ASCII code,
feedback as defined
in Table 1

Data Chinese Description


serial meaning
number
0-31 serial number Device serial number 16 bits,
reserved 16, ascii code
32 protocol type 0x01:NAC1-3KW-SS
《KSTN external communication data
format definition》
0x02:NAC4-8KW-DS&NAC6-80K
《JXNT MODBUS Interface Definition

5 / 60
JXNT Inverter MODBUS Interface Definition Description

Description

0x03:ESC3-6KW-DS
《JXNT_ESC3-6KW-DS Protocol》
0x04:
33 Protocol Defined according to the Protocol
version number

Connection flow chart

6 / 60
JXNT Inverter MODBUS Interface Definition Description

 The heartbeat packet identification is judged by the network communication module. For
example, the WIFI is judged by the WIFI module, and the Ethernet is judged by the Ethernet
module;
 RS485 or RS232 only needs to reply to the “protocol query frame”;

7 / 60
JXNT Inverter MODBUS Interface Definition Description

1 Communication protocol overview


The ModBus communication protocol is divided into the following layers and described in
layers. :

1.1 Physical layer


1.2 data link layer
1.3 Application layer
1.4 Physical layer
1.5 data link layer
1.6 Application layer

1.1 Physical layer

interface:

 Baud rate is 9600。

 Transmission by RTU, asynchronous mode

 1 start bit

 8 data bits

 No verification.

 1 stop bit

Description:

 The maximum frame length is no more than 256 bytes.


 The low byte of the CRC check code is first and the high byte is after.
 The definition of all frame structures in this article contains only the function code and data part.

1.2 Data link layer

1.2.1 Addressing mode


The protocol supports unicast and broadcast modes. The address allocation rules are as
follows:
8 / 60
JXNT Inverter MODBUS Interface Definition Description

Table 1-1 Address allocation principles

Broadcast address Slave node address Reserved


0 1--247 248--255

1.2.2 Frame structure

Table 1-2 frame structure


Address Function code Data CRC check
1byte 1byte 2xN byte 2 byte

1.2.3 Data encoding

 MODBUS uses a ‘big-Endian’ to represent addresses and data items. This means
that when multiple bytes are sent, the most significant bit is sent first.
For example:
Table 5-3 Examples of data encoding formats

Register size Data


16 bits 0x1234

The first byte sent is 0x12 and then 0x34

 String transfer rules: characters from left to right

1.2.4 Interaction process


1 . In any way, the communication process is initiated by the master node, and the slave
node does not initiate communication.。
2 . In the unicast mode, the slave node responds to the command of the master node in a
question-and-answer manner. If the master node does not receive a response from the
slave node within 5Sec, it considers that the communication has timed out.
3 . In the broadcast mode, the slave node only receives the command sent by the master
node, and does not respond to the command frame sent by the master node.。

1.2.5 CRC check

The CRC check range is the check of all bytes before the CRC field, using a 16-bit CRC
check. The implementation reference code is as follows:
static unsigned char auchCRCHi[] = {
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1,
0x81,

9 / 60
JXNT Inverter MODBUS Interface Definition Description

0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01,
0xC0,
0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40,
0x01,
0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80,
0x41,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1,
0x81,
0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01,
0xC0,
0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
0x01,
0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81,
0x40,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1,
0x81,
0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01,
0xC0,
0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40,
0x01,
0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80,
0x41,
0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1,
0x81,
0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01,
0xC0,
0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41,
0x01,
0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80,
0x41,
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1,
0x81,
0x40
};

/* Low byte CRC value */


static char auchCRCLo[] = {
0x00, 0xC0, 0xC1, 0x01, 0xC3, 0x03, 0x02, 0xC2, 0xC6, 0x06, 0x07, 0xC7,0x05, 0xC5,
0xC4,
0x04, 0xCC, 0x0C, 0x0D, 0xCD, 0x0F, 0xCF, 0xCE, 0x0E, 0x0A, 0xCA, 0xCB,0x0B, 0xC9,
0x09,
0x08, 0xC8, 0xD8, 0x18, 0x19, 0xD9, 0x1B, 0xDB, 0xDA, 0x1A, 0x1E, 0xDE, 0xDF,
0x1F, 0xDD,
0x1D, 0x1C, 0xDC, 0x14, 0xD4, 0xD5, 0x15, 0xD7, 0x17, 0x16, 0xD6, 0xD2, 0x12,
10 / 60
JXNT Inverter MODBUS Interface Definition Description

0x13, 0xD3,
0x11, 0xD1, 0xD0, 0x10, 0xF0, 0x30, 0x31, 0xF1, 0x33, 0xF3, 0xF2, 0x32, 0x36, 0xF6,
0xF7,
0x37, 0xF5, 0x35, 0x34, 0xF4, 0x3C, 0xFC, 0xFD, 0x3D, 0xFF, 0x3F, 0x3E, 0xFE, 0xFA,
0x3A,
0x3B, 0xFB, 0x39, 0xF9, 0xF8, 0x38, 0x28, 0xE8, 0xE9, 0x29, 0xEB, 0x2B, 0x2A, 0xEA,
0xEE,
0x2E, 0x2F, 0xEF, 0x2D, 0xED, 0xEC, 0x2C, 0xE4, 0x24, 0x25, 0xE5, 0x27, 0xE7, 0xE6,
0x26,
0x22, 0xE2, 0xE3, 0x23, 0xE1, 0x21, 0x20, 0xE0, 0xA0, 0x60, 0x61, 0xA1, 0x63, 0xA3,
0xA2,
0x62, 0x66, 0xA6, 0xA7, 0x67, 0xA5, 0x65, 0x64, 0xA4, 0x6C, 0xAC, 0xAD, 0x6D,
0xAF, 0x6F,
0x6E, 0xAE, 0xAA, 0x6A, 0x6B, 0xAB, 0x69, 0xA9, 0xA8, 0x68, 0x78, 0xB8, 0xB9,
0x79, 0xBB,
0x7B, 0x7A, 0xBA, 0xBE, 0x7E, 0x7F, 0xBF, 0x7D, 0xBD, 0xBC, 0x7C, 0xB4, 0x74,
0x75, 0xB5,
0x77, 0xB7, 0xB6, 0x76, 0x72, 0xB2, 0xB3, 0x73, 0xB1, 0x71, 0x70, 0xB0,0x50, 0x90,
0x91,
0x51, 0x93, 0x53, 0x52, 0x92, 0x96, 0x56, 0x57, 0x97, 0x55, 0x95, 0x94, 0x54, 0x9C,
0x5C,
0x5D, 0x9D, 0x5F, 0x9F, 0x9E, 0x5E, 0x5A, 0x9A, 0x9B, 0x5B, 0x99, 0x59, 0x58, 0x98,
0x88,
0x48, 0x49, 0x89, 0x4B, 0x8B, 0x8A, 0x4A, 0x4E, 0x8E, 0x8F, 0x4F, 0x8D, 0x4D, 0x4C,
0x8C,
0x44, 0x84, 0x85, 0x45, 0x87, 0x47, 0x46, 0x86, 0x82, 0x42, 0x43, 0x83, 0x41, 0x81,
0x80, 0x40
};

unsigned short CRC16 ( puchMsg, usDataLen ) /* The function returns the CRC as a
unsigned short type */
unsigned char *puchMsg ; /* message to calculate CRC upon */
unsigned short usDataLen ; /* quantity of bytes in message */
{
unsigned char uchCRCHi = 0xFF ; /* high byte of CRC initialized */
unsigned char uchCRCLo = 0xFF ; /* low byte of CRC initialized */
unsigned uIndex ; /* will index into CRC lookup table */
while (usDataLen--) /* pass through message buffer */
{
uIndex = uchCRCLo ^ *puchMsg++ ; /* calculate the CRC */
uchCRCLo = uchCRCHi ^ auchCRCHi[uIndex] ;
uchCRCHi = auchCRCLo[uIndex] ;
}
return (uchCRCHi << 8 | uchCRCLo) ;
11 / 60
JXNT Inverter MODBUS Interface Definition Description

}
Code source:
《MODBUS over Serial Line Specification and Implementation Guide V1.02》

1.3 Application layer

1.3.1 Table 1-4 Function code list

Table 1-4 Function code list


Function code Implication Remarks
Support single and multiple registers for
0x03 Read register
continuous reading
Write a single
0x06 Support single register write action
register
Write multiple Support multiple register continuous
0x10 write actions
registers

Read device
0x2B identification Get device type and version number

code

Read
Register data of different segment
0x65 multi-segment
intervals can be read at one time
register

Write
Register data for different segment
0x42 multi-segment
intervals at a time
register

1.3.2 Exception code list

For each NE type, you need to ensure that the exception code of the product is unique,
and the name and description are provided in a unified manner (you need to provide
Chinese and English description information in the NE interface document). Multiple
versions of the same network element type must be forward compatible, and the used
code cannot be used for other purposes.

Table 1-5 Abnormal code summary table (0x00-0x8F is a common exception code segment)

12 / 60
JXNT Inverter MODBUS Interface Definition Description

Code Name Implication


0x01 Illegal function code The function code received
in the inquiry is not allowed
to operate.
0x02 Illegal data address The data address in the
inquiry is not allowed to
operate.
0x03 Illegal data value The data in the query is an
impermissible value
0x04 Data save failed

0x06 Slave device busy


0x08 Storage parity error

1.3.3 Read register (0x03)

1.3.3.1 Master node request frame format


Table 1-6 Master node request frame format
Data field Length Description

Slave node address 1byte 1~247

function code 1 byte 0x03


Register start address 2 byte 0x0000~0xFFFF

Number of registers 2 byte 1~125


N/A
CRC 2 byte

1.3.3.2 Slave node normal response frame format

Table 1-7 Master node request frame format


Data field Length Description

Slave node address 1byte 1~247

function code 1 byte 0x03


Number of bytes 1 byte 2N
Register value 2xN byte N/A

13 / 60
JXNT Inverter MODBUS Interface Definition Description

N/A
CRC 2 byte

Note: N is the number of registers

1.3.3.3 Slave exception response frame format

Data field Length Description

Slave node address 1byte 1~247

function code 1 byte 0x83


Exception code 1 byte See 1.3.2 Exception Code List
N/A
CRC 2 byte

1.3.4 Write a single register (0x06)

1.3.4.1 Master node request frame format

Data field Length Description

Slave node address 1byte 1~247

function code 1 byte 0x06


Register address 2 byte 0x0000~0xFFFF

Register value 2 byte 0x0000~0xFFFF

CRC 2 byte N/A

1.3.4.2 Slave node normal response frame format

Data field Length Description

Slave node address 1byte 1~247

function code 1 byte 0x06


Register address 2 byte 0x0000~0xFFFF

14 / 60
JXNT Inverter MODBUS Interface Definition Description

Register value 2byte 0x0000~0xFFFF

CRC 2 byte N/A

1.3.4.3 Slave exception response frame format

Data field Length Description

Slave node address 1byte 1~247

function code 1 byte 0x86


Exception code 1 byte See 1.3.2 Exception Code List
N/A
CRC 2 byte

1.3.5 Write multiple registers (0x10)

1.3.5.1 Master node request frame format

Data field Length Description

Slave node address 1byte 1~247

function code 1 byte 0x10


Register start address 2 byte 0x0000~0xFFFF

Number of registers 2 byte 0x0000~0x007b(N)

Number of bytes 1byte 2xN

Register value 2N byte Value

CRC 2 byte N/A

1.3.5.2 Slave node normal response frame format

Data field Length Description

Slave node address 1byte 1~247

function code 1 byte 0x10

15 / 60
JXNT Inverter MODBUS Interface Definition Description

Register address 2 byte 0x0000~0xFFFF

Number of registers 2 byte 0x0000~0xFFFF

CRC 2 byte N/A

1.3.5.3 Slave exception response frame format

Data field Length Description

Slave node address 1byte 1~247

function code 1 byte 0x90


Exception code 1 byte See 1.3.2 Exception Code List
N/A
CRC 2 byte

1.3.6 Read device identification code (0x2B)

This function code allows reading of the identification code and additional messages
associated with the physical description and functional description of the remote device.
The read device identifier interface is modeled as an address space consisting of a set of
addressable data elements. The data element is the object being read, and the object Id
determines this data element. The data element consists of three types of objects:
ReadDevId code:
Device ID Description
01
Basic device identifier. All such objects are mandatory: vendor name,

product code, and revision number.

02 Normal device identification code. In addition to the basic data objects, the
device provides additional and selectable identification codes as well as
data object descriptions. All kinds of objects are defined by standard, but
the execution of such objects is optional.
03 Expand the device ID. In addition to normal data objects, the device
provides additional and optional identification codes as well as dedicated
data descriptions. All of this data is device dependent.
04 Request for a specific device ID

Connection mark
When the device ID code is 01/02 or (stream access): 00: no subsequent objects; FF: subsequent
objects
When the device ID code is 04: it must be set to 00.

Read device identification code

16 / 60
JXNT Inverter MODBUS Interface Definition Description

Object M/O
Object Id Types kind
name/description
0x00 Trade Names ASCII string Mandatory

0x01 Product Code ASCII string Mandatory


basic

0x02 Major revision ASCII string Mandatory

0x03—0x7f normal
0x80—0xff Expansion

Consistency level
Consistency level Description
0x01 Basic identification (flow direction only)
0x02 Regular identification (flow direction only)
0x03 Extended identifier (flow direction only)
0x81 Basic identity (flow direction and single access)
0x82 Regular identification (flow direction and single access)
0x83 Extended identity (flow direction and single access)

1.3.6.1 Query device identification information command

Read device identification request


Data field Length Description
Slave node address 1 byte 1-247
function code 1 byt e 0x2B
MEI type 1 byte 0x0E
ReadDevId code 1 byte 01
Object ID 1 byte 0x00
CRC 2 byte N/A

Read device indication request response


Data field Length Description
Slave node address 1 byte 1-247
function code 1 byte 0x2B
MEI type 1 byte 0x0E
ReadDevId code 1 byte 01
Consistency level 1 byte 01
Connection mark 1 byte 00/FF (00 no follow-up
objects)
Next object ID 1 byte Object ID number

17 / 60
JXNT Inverter MODBUS Interface Definition Description

Number of objects 1 byte 。。。


List:
Object ID 1 byte
Object length 1 byte
Object value N byte
CRC 2 byte N/A

Object list
Object ID Object name Description kind
0x00 Trade Names “Renac Power” Basic
0x01 Product Code “NAC8kW”/
“NAC30kW”

0x02 Major revision ASCII string software,


version number

Abnormal response frame format

Data field Length Description

Slave node address 1 byte 1-247

function code 1 byte 0XAB


Exception code 1 byte See 1.3.2 Exception Code List
CRC 2 byte N/A

1.3.6.2 Query device list command

Read device identification request

Data field Length Description

Slave node address 1 byte 1-247


1 byte 0x2B
function code

MEI type 1 byte 0x0E


ReadDevId code 1 byte 03
Object ID 1 byte 0x87
CRC 2 byte N/A

Read device indication request response

18 / 60
JXNT Inverter MODBUS Interface Definition Description

Data field length description

Slave node address 1 byte 1-247


1 byte 0x2B
function code

MEI type 1 byte 0x0E


ReadDevId 1 byte 03
Consistency level 1 byte 03
Connection mark 1 byte 00/FF
Next object ID 1 byte Object ID number
Number of objects 1 byte 。。。
List:
Object ID 1 byte 0x87
Object length 1 byte N
Object value N byte
CRC 2 byte N/A

Object list
Object name Types
Object Id description

0x80-0x86 Reserved Return object length


is 0
Empty object
0x87 int Attached under this
Number of devices 485 address
Number of devices
0x88 Description of the ASCII string For a 485 address
first device See device description Only one device is
below supported
information Information definition Network element
type, only return
Back to the
description of the first
device Information
0x8A Description of the
second device
information
…….
0xFF Description of the
120th device
Information

19 / 60
JXNT Inverter MODBUS Interface Definition Description

1.3.6.3 Device description definition

The description of each device is represented by a string of strings with all


"attributes=values":
"Attribute ID=%s; attribute ID=%s;... attribute ID=%s"
for example:“1=NAC8Kw;2=00.01;3=00.01;4=00.01;5=1;6=1”

Attribute definition
Attribute identifier Attribute name Types description
Equipment model ASCII string “NAC8Kw”
1
Device main CPU
software version ASCII string
2 number
Device sub CPU
3 software version ASCII string
number
The device displays
4 the CPU software ASCII string
version number.
Interface protocol ASCII string
5
version number
0,1,2,3,.... (by network
6 ESN ASCII string element
Assign, 0 means insert
MODBUS card for
this
Master device)
0,1,2,3,.... (by network
7 device ID Int element
Assign, 0 means insert
MODBUS card for
this
Master device)
0,1,2,3,....by network
8 element
And the unit number And unit number
assignment
0xFF - invalid value,
table
Show does not belong
to any parallel
system.
(if it does not exist
then
Return this property)

Abnormal response frame format

Data field length description

20 / 60
JXNT Inverter MODBUS Interface Definition Description

Slave node address 1 byte 1-247

function code 1 byte 0XAB


Exception code 1 byte See 1.3.2 Exception Code List
CRC 2 byte N/A

1.3.7 Write multi-segment registers (0x42)

1.3.7.1 Master node request frame format

Data field Length Description

Slave node address 1byte 1~247

function code 1 byte 0x42

Number of register
1 byte
segments
Register start address 1 2 byte 0x0000~0xFFFF

Number of registers 1 2 byte 0x0000~0x007b(N)

Bytes 1 1 byte 2xN

Register value 1 2N byte Value


Register start address 2 2 byte 0x0000~0xFFFF

Number of registers 2 2 byte 0x0000~0x007b(N)

Bytes 2 1 byte 2xN

Register value 2 2N byte Value

……..

CRC 2 byte N/A


Remark: The number of register segments determines how many consecutive registers
need to be written. Determine the number of start addresses of the registers.

1.3.7.2 Slave node normal response frame format

Data field Length Description

Slave node address 1byte 1~247

21 / 60
JXNT Inverter MODBUS Interface Definition Description

function code 1 byte 0x42

Number of register
1 byte
segments
Register address 2 byte 0x0000~0xFFFF

Number of registers 2 byte 0x0000~0xFFFF


…….

CRC 2 byte N/A


Remark: The number of register segments determines how many consecutive registers
need to be written. Determine the number of start addresses of the registers.

1.3.7.3 Slave exception response frame format

Data field Length Description

Slave node address 1byte 1~247

function code 1 byte 0x90


Exception code 1 byte See 1.3.2 Exception Code List
N/A
CRC 2 byte

1.3.8 Read multi-segment register (0x65) RO area

1.3.8.1 Master node request frame format


Table 1-6 Master node request frame format
Data field Length Description

Slave node address 1byte 1~247

function code 1 byte 0x65

Read register segment


1 byte 1~32
number

Register start address 1 2 byte 0x0000~0xFFFF

Number of registers 1 2 byte 0x0001~0x007b(N)

Register start address 2 2 byte 0x0000~0xFFFF

22 / 60
JXNT Inverter MODBUS Interface Definition Description

Number of registers 2 2 byte 0x0001~0x007b(N)

…… …… ……
N/A
CRC 2 byte

Remark: The number of register segments determines how many consecutive registers
need to be written to determine the number of start addresses of the registers.

1.3.8.2 Slave node normal response frame format

Table 1-7 Master node request frame format


Data field Length Description

Slave node address 1byte 1~247

Function code 1 byte 0x65

Read register segment


1 byte
number
Register start address 1 2 byte 0x0000~0xFFFF

Number of registers 1 1 byte 2N


Register value 1 2xN byte N/A

Register start address 2 2 byte 0x0000~0xFFFF

Number of registers 2 1 byte 2N


Register value 2 2xN byte N/A

…….. …….. ……..

N/A
CRC 2 byte

Note: N is the number of registers

1.3.8.3 Slave exception response frame format

Data field Length Description

Slave node address 1byte 1~247

function code 1 byte 0xE5


Exception code 1 byte See 1.3.2 Exception Code List

23 / 60
JXNT Inverter MODBUS Interface Definition Description

N/A
CRC 2 byte

2 Register definition
Register address definition function table:
Register address
0-9999 Read-only special area Store some special data or
characters, only open to the
inside.
10000--29999 Read-only data area
30000---39999 Read and write special area Store some special data
or characters, only
open to the inside

40000--49999 Read and write data area


50000--65536 Reserved

The Renac inverter supports commands of 0X03, 0X06, 0X10, and 0x65.

2.1 Read-only data area

 Read rule: Each zone reads a one-time read, and the TBD reserved area is assembled by
“read multi-segment register”.
 NA signal name is invalid for reserved data and continuous
 According to modbus regulations, the register is a 16-bit alignment
area Signal Read Types unit Gain address Number range
name and of
write register
type s
Device information area start
Equipmen RO UINT1 NA NA 10000 1 2.4.1
t type 6 Device Type
Table

NA RO NA NA NA 10001 3 Reserved=0
Machine RO STRIN NA NA 10004 16 ASCII mode,
name G
left
Device alignment
inform contains
ation power level
area Manufact RO STRIN NA NA 10020 16 ASCII mode,

24 / 60
JXNT Inverter MODBUS Interface Definition Description

(0x65) urer G left aligned


serial RO STRIN NA NA 10036 16 ASCII mode,
number G
left aligned
Protocol RO UINT NA NA 10052 1 1 到 3000
version
Main CPU RO STRIN NA NA 10053 3 ‘00.01’
version G
Slave CPU RO STRIN NA NA 10056 3 ‘00.01’
version G
HMI RO STRIN NA NA 10059 3 ‘00.01’
version G
device type
0x31NA
TBD 10062-1 Reserved
0499 space
End of device information area

Instantaneous data area start


Operating RO UINT1 NA NA 10500 1 2.4.2 Inverter
mode 6 Status
Safety RO UINT1 NA NA 10501 1 2.4.8 Safety
country 6 country Table
MPPT mode RO UINT1 NA NA 10502 1 0:invalid
6 1:independent
2:in parallel
NA NA UINT1 NA NA 10503 1 Reserved=0
6
Instant NA NA UINT1 NA NA 10504 1 Reserved=0
aneou 6
s data NA NA UINT1 NA NA 10505 1 Reserved=0
area 6
NA NA UINT1 NA NA 10506 1 Reserved=0
6
Daily Yield RO UINT1 KW.Hr 10 10507 1
6
Daily RO UINT1 Hr 10 10508 1
Running 6
time
Total power RO UINT3 KW.Hr 10 10509 2
generation 2
Total running RO UINT3 Hr 1 10511 2
time 2
Output active RO INT32 W 1 10513 2
power
Output RO INT32 Var 1 10515 2
reactive
power
Dynamic RO UINT1 kΩ 1 10517 1
insulation 6
resistance
value
R phase grid RO INT16 V 10 10518 1 (Single phase is
voltage subject to R
phase)
R phase RO INT16 A 10 10519 1 (Single phase is
output subject to R

25 / 60
JXNT Inverter MODBUS Interface Definition Description

current phase)
R phase grid RO UINT1 HZ 100 10520 1 (Single phase is
frequency 6 subject to R
phase)
T phase grid RO INT16 V 10 10521 1
voltage
T phase grid RO INT16 A 10 10522 1
current
T phase grid RO UINT1 HZ 100 10523 1
frequency 6
S phase grid RO INT16 V 10 10524 1
voltage
S phase RO INT16 A 10 10525 1
output
current
S phase grid RO UINT1 HZ 100 10526 1
frequency 6
TBD 10527-1
0699
Inverter fault RO UINT3 NA NA 10700 2 2.2.8 Inverter
table 1 2 fault
Inverter fault RO UINT3 NA NA 10702 2 information
table 2 2 table
Inverter fault RO UINT3 NA NA 10704 2
table 3 2
Inverter fault RO UINT3 NA NA 10706 2
table 4 2
Inverter fault RO UINT3 NA NA 10708 2
table 5 2
Inverter fault RO UINT3 NA NA 10710 2
table 6 2
Inverter fault RO UINT3 NA NA 10712 2
table 7 2
Inverter fault RO UINT3 NA NA 10714 2
table 8 2
TBD 10716-1
0799
Number of RO INT16 NA NA 10800 1
DC
connection
PV1 voltage RO INT16 V 10 10801 1
PV1 current RO INT16 A 10 10802 1
PV1 power RO INT32 W 1 10803 2
PV2 voltage RO INT16 V 10 10805 1
PV2 current RO INT16 A 10 10806 1
PV2 power RO INT32 W 1 10807 2
PV3 voltage RO INT16 V 10 10809 1
PV3 current RO INT16 A 10 10810 1
PV3 power RO INT32 W 1 10811 2
PV4 voltage RO INT16 V 10 10813 1
PV4 current RO INT16 A 10 10814 1
PV4 power RO INT32 W 1 10815 2
TBD 10817-1
1999
heat sink RO INT16 ℃ 10 12000 1 <=-100 does
temperature not display

26 / 60
JXNT Inverter MODBUS Interface Definition Description

Ambient RO INT16 ℃ 10 12001 1 <=-100 does


temperature not display
INV1 RO INT16 ℃ 10 12002 1 <=-100 does
temperature not display
INV2 RO INT16 ℃ 10 12003 1 <=-100 does
temperature not display

INV3 RO INT16 ℃ 10 12004 1 <=-100 does


temperature not display
BoostMax RO INT16 ℃ 10 12005 1 <=-100 does
temperature not display
TBD 12006-1
2999
End of Instantaneous data area
Start of the bus board / Convergence box information area
Total input RO UINT3 W 1 13000 2
power of 2
Convergen
ce box
NA NA UINT1 NA NA 13002 1 Reserved =
6 0
NA NA UINT1 NA NA 13003 1 Reserved =
6 0
NA NA UINT1 NA NA 13004 1 Reserved =
bus board 6 0
/Converge NA NA UINT1 NA NA 13005 1 Reserved =
nce box 6 0
informati Convergen RO INT16 ℃ 10 13006 1
on area ce box
temperatu
re
Number RO UINT1 A 1 13007 1 Display by
of 6 quantity,
Converge read all
nce box
branches
Convergen RO INT16 A 10 13008 1
ce box
branch1
voltage

Convergen RO INT16 A 100 13009 1


ce box
branch1
Current

Convergen RO INT16 A 10 13010 1


ce box
branch2
voltage

27 / 60
JXNT Inverter MODBUS Interface Definition Description

Convergen RO INT16 A 100 13011 1


ce box
branch2
Current

Convergen RO INT16 A 10 13012 1


ce box
branch3
voltage

Convergen RO INT16 A 100 13013 1


ce box
branch3
Current

Convergen RO INT16 A 10 13014 1


ce box
branch4
voltage

Convergen RO INT16 A 100 13015 1


ce box
branch4
Current

Convergen RO INT16 A 10 13016 1


ce box
branch5
voltage

Convergen RO INT16 A 100 13017 1


ce box
branch5
Current

Convergen RO INT16 A 10 13018 1


ce box
branch6
voltage

Convergen RO INT16 A 100 13019 1


ce box
branch6

28 / 60
JXNT Inverter MODBUS Interface Definition Description

Current

Convergen RO INT16 A 10 13020 1


ce box
branch7
voltage

Convergen RO INT16 A 100 13021 1


ce box
branch7
Current

Convergen RO INT16 A 10 13022 1


ce box
branch8
voltage

Convergen RO INT16 A 100 13023 1


ce box
branch8
Current

Convergen RO INT16 A 10 13024 1


ce box
branch9
voltage

Convergen RO INT16 A 100 13025 1


ce box
branch9
Current

Convergen RO INT16 A 10 13026 1


ce box
branch10
voltage

Convergen RO INT16 A 100 13027 1


ce box
branch10
Current

Convergen RO INT16 A 10 13028 1


ce box
branch11

29 / 60
JXNT Inverter MODBUS Interface Definition Description

voltage

Convergen RO INT16 A 100 13029 1


ce box
branch11
Current

Convergen RO INT16 A 10 13030 1


ce box
branch12
voltage

Convergen RO INT16 A 100 13031 1


ce box
branch12
Current

Convergen RO INT16 A 10 13032 1


ce box
branch13
voltage

Convergen RO INT16 A 100 13033 1


ce box
branch13
Current

Convergen RO INT16 A 10 130634 1


ce box
branch14
voltage

Convergen RO INT16 A 100 13035 1


ce box
branch14
Current

Convergen RO INT16 A 10 13036 1


ce box
branch15
voltage

Convergen RO INT16 A 100 13037 1


ce box
branch15

30 / 60
JXNT Inverter MODBUS Interface Definition Description

Current

Convergen RO INT16 A 10 13038 1


ce box
branch16
voltage

Convergen RO INT16 A 100 13039 1


ce box
branch16
Current

Convergen RO INT16 A 10 13040 1


ce box
branch17
voltage

Convergen RO INT16 A 100 13041 1


ce box
branch17
Current

Convergen RO INT16 A 10 13042 1


ce box
branch18
voltage

Convergen RO INT16 A 100 13043 1


ce box
branch18
Current

Convergen RO INT16 A 10 13044 1


ce box
branch19
voltage

Convergen RO INT16 A 100 13045 1


ce box
branch19
Current

Convergen RO INT16 A 10 13046 1


ce box
branch20

31 / 60
JXNT Inverter MODBUS Interface Definition Description

voltage

Convergen RO INT16 A 100 13047 1


ce box
branch20
Current

TBD 13048-1
3499
Convergen RO UINT3 NA 1 13500 2 2.2.3 Fault
ce box 2 table of
failure Convergenc
table 1 e box
Convergen RO UINT3 NA 1 13502 2
ce box 2
failure
table
TBD 13504-1
3999
End of the bus board / Convergence box information area
History Number RO INT16 NA 1 14000 1 No.0001
fault area 01 starting
(read first No.N RO INT16 NA 1 14001 7 ‘20180808
10) fault 080808’
Time ,year
month,
day, hour
minute
second
No.N RO INT16 NA 1 14008 1 See fault
fault table
ID
Number RO INT16 NA 1 14009 1 No.0001
02 starting
No.N RO INT16 NA 1 14010 7 ‘20180808
fault 080808’
Time ,year
month,
day, hour
minute
second
No.N RO INT16 NA 1 14017 1 See fault
fault table
ID

32 / 60
JXNT Inverter MODBUS Interface Definition Description

2.2 Writable data area (execute) 0x06

Area Signal name Read Types Unit Gain Address Numb Range
and er of
write bytes
types
Reset WO UINT1 NA NA 30000 1 0:invalid
(factory 6 1: execution
Reset)
Clear total WO UINT1 NA NA 30001 1 0:invalid
power 6 1: execution
generation
Clear total WO UINT1 NA NA 30002 1 0:invalid
run time 6 1: execution
Clear the WO UINT1 NA NA 30003 1 0:invalid
day's power 6 1: execution
generation
Clear daily WO UINT1 NA NA 30004 1 0:invalid
run time 6 1: execution
Remote WO UINT1 NA NA 30005 1 0:invalid
power on / 6 1:start up
off 2: shutdown
Clear event WO UINT1 NA NA 30006 1 0:invalid
list 6 1: execution
TBD 30007-
30999

2.3 Read / write data area

2.3.1 Safety protection data area

 Read / write data is divided into two parts:


 Safety protection EEPROM list;40000-49999
 Common data area, power generation, time, etc.;50000-59999
 Start-up power loading rate, voltage protection for 10 minutes, Active power remote
manager, frequency ,DCI ,Active power remote manager ,Active power derating with
frequency,Reactive power control,Low voltage ride through, etc, Parameter setting needs
to be completed once in a row。
 The voltage and frequency protection time is in units of 10ms, for example: 1s = 100 * 10ms,
100 is divided by 2 in the program to get 50, which is 50 cycles (1s)。
 About rate:N % per minute, For example: when N = 10, load 10% every minute to get Pn.
5min loading 100% is 20.
 Reactive power control mode 2: Q value is 1 / 10,000.
 About the positive and negative of the lead and lag of reactive power

33 / 60
JXNT Inverter MODBUS Interface Definition Description

Startup protection parameter area


Startup Startup time RW UINT16 S 1 40000 1 1-3000
protectio Startup rate RW UINT16 %Pn/min 1 40001 1 1-100
n Reconnect RW UINT16 S 1 40002 1 1-3000
parameter time
area Reconnect RW UINT16 %Pn/min 1 40003 1 1-100
rate
Grid over RW INT16 V 10 40004 1 230-270
voltage
protection
recovery
Grid under RW INT16 V 10 40005 1 100-230
voltage
protection
recovery
Grid over RW UINT16 HZ 100 40006 1 45-65
frequency
protection
recovery
Grid under RW UINT16 HZ 100 40007 1 45-65
frequency
protection
recovery
TBD 40008--
40199
End of startup protection parameter area

Start of Grid voltage protection parameter area


Grid Voltage RW UINT NA 1 40200 1 2.2.4
voltage protection 16
Voltage
protection module enable
parameter flag protection
area module
enable flag
bit table
Over voltage RW INT1 V 10 40201 1 200-320
protection 1 6
Over voltage RW UINT ms 0.01 40202 1 0-50000
protection 1 16
time
Over voltage RW INT1 V 10 40203 1 200-320
protection 2 6
Over voltage RW UINT ms 0.01 40204 1 0-50000
protection 2 16
time
under voltage RW INT1 V 10 40205 1 150-230
protection 1 6
Under voltage RW UINT ms 0.01 40206 1 0-50000
protection 1 16
time
under voltage RW INT1 V 10 40207 1 150-230
protection 2 6

Under voltage RW UINT ms 0.01 40208 1 0-50000


protection 2 16

34 / 60
JXNT Inverter MODBUS Interface Definition Description

time
10 minutes RW INT1 V 10 40209 1 230-320
protection 6
voltage
TBD 40210-
40399
End of Grid voltage protection parameter area

Start of Grid frequency protection parameter area


frequency Frequenc RW UINT16 NA 1 40400 1 2.2.5
protection protection Frequency
parameter module enable protection
area flag module
enable flag
bit table
Over frequency RW INT16 HZ 100 40401 1 5000-6500
protection 1
Over frequency RW UINT16 ms 0.01 40402 1 0-50000
protection 1 time
Over frequency RW INT16 HZ 100 40403 1 5000-6500
protection 2
Over frequency RW UINT16 ms 0.01 40404 1 0-50000
protection 2 time
Under frequency RW INT16 HZ 100 40405 1 4500-5000
protection 1
Under frequency RW UINT16 ms 0.01 40406 1 0-50000
protection 1 time
Under frequency RW INT16 HZ 100 40407 1 4500-5000
protection 2
Under frequency RW UINT16 ms 0.01 40408 1 0-50000
protection 2 time
TBD 40409-
40499
End of Grid frequency protection parameter area

DCI protection parameter area


DCI DCI protection RW UINT16 NA 1 40500 1 2.2.6 DCI
protection module enable protection
parameter flag module
area enable flag
bit table

DCI protection1 RW INT16 mA 1 40501 1 10-1000


DCI protection1 RW UINT16 mS 1 40502 1 0-50000
time
DCI protection 2 RW INT16 mA 1 40503 1 10-2000
DCI protection2 RW UINT16 mA 1 40504 1 0-50000
time
DCI injectio RW INT16 mA 1 40505 1 0~5000
TBD 40506-
40599
End of DCI protection parameter area

35 / 60
JXNT Inverter MODBUS Interface Definition Description

Start of Active power remote manager


Active Active power RW UINT16 NA 1 40600 1 0: Disable
power remote manager 1: enable
remote enable
manager Active power limit RW UINT16 %Pn 1 40601 1 1-100
(rated power
percentage)
Remote pow RW UINT16 %Pn 1 40602 1 0:invalid
on/off /power on
1: power
off
TBD 40603-
40699
End of Active power remote manager

Active power derating with frequency area


Active Active power RW UINT16 NA 1 40700 1 0:disable
power derating with 1:enable
derating frequency
with ‘’enable’’
frequency Start frequency RW UINT16 HZ 100 40701 1 50-55
area of power
derating
Power derating RW UINT16 %Pn/ 1 40702 1 1-100
slope Hz
Upper limit of RW UINT16 HZ 100 40703 1 50-55
frequency
recovery
Lower limit of RW UINT16 HZ 100 40704 1 45-50
frequency
recovery
Waiting time RW UINT16 S 1 40705 1 0-600
Power recovery RW UINT16 %Pn/ 1 40706 1 1-100
rate min
TBD 40707-
40799
End of Active power derating with frequency area

Start Reactive power control area


Reactive Control mode RW UINT16 NA 1 40800 1 2.2.7
power selection Reactive
control parameter
area flag bit
table
Mode1cosphi RW INT16 NA 100 40801 1 -0.8---0.8
Mode2:Q value RW INT16 %P 0.01 40802 1 -5000---50
n 00
Mode3:cosphi1 RW INT16 NA 100 40803 1 -0.8---0.8
Mode3:P1 RW INT16 %P 1 40804 1 0---200
n
Mode3:cosphi2 RW INT16 NA 100 40805 1 -0.8---0.8
Mode3:P2 RW INT16 %P 1 40806 1 0---200
n
Mode3:cosphi3 RW INT16 NA 100 40807 1 -0.8---0.8
Mode3:P3 RW INT16 %P 1 40808 1 0---200

36 / 60
JXNT Inverter MODBUS Interface Definition Description

n
Mode3:cosphi4 RW INT16 NA 100 40809 1 -0.8---0.8
Mode3:P4 RW INT16 %P 1 40810 1 0---200
n
Mode3: LockinV RW INT16 %U 1 40811 1 90---120
n
Mode3:LockoutV RW INT16 %U 1 40812 1 90---120
n
Mode4/5: U1s RW INT16 %U 1 40813 1 80---120
n
Mode4/5: U2s RW INT16 %U 1 40814 1 80---120
n
Mode4/5: U1i RW INT16 %U 1 40815 1 80---120
n
Mode4/5: U2i RW INT16 %U 1 40816 1 80---120
n
Mode4/5: RW INT16 %P 1 40817 1 80---120
LockinP n
Mode4/5: RW INT16 %P 1 40818 1 80---120
LockoutP n
Mode4/5: Qmax RW INT16 %P 0.01 40819 1 -5000---50
n 00
Mode4/5: Time RW INT16 s 1 40820 1 0---60
TBD 40821-
40999
End of Reactive power control area

Start of Low voltage ride through area


LVRT Enable flag RW UINT16 NA 1 41000 1 0-1
area Start voltage RW UINT16 %U 1 41001 1 1-100
n
Low voltage RW UINT16 %U 1 41002 1 0-100
ride-through n
curve point P1
Low voltage RW UINT16 ms 1 41003 1 0-1000
ride-through
curve point P1
Low voltage RW UINT16 %U 1 41004 1 0-100
ride-through n
curve point P2
Low voltage RW UINT16 ms 1 41005 1 0-1000
ride-through
curve point P2
Low voltage RW UINT16 1% 1 41006 1 0-100
ride-through Un
curve point P3
Low voltage RW UINT16 ms 1 41007 1 0-1000
ride-through
curve point P3
Low voltage RW UINT16 %U 1 41008 1 0-100
ride-through n
curve point P4
Low voltage RW UINT16 ms 1 41009 1 0-1000
ride-through
curve point P4
Low voltage RW UINT16 NA 10 41010 1 0-10

37 / 60
JXNT Inverter MODBUS Interface Definition Description

ride-through
scale factor: k
Low voltage RW UINT16 s 1 41011 1 1-10
ride-through
recovery
maintains :Tback
Low voltage RW UINT16 %P 1 41012 1 1-300
ride-through n/m
return power in
rate
TBD 41013-
41199
End of Low voltage ride through area

Start of Grid overvoltage derating area


Over voltage RW UINT NA 1 42000 1 0:
derating 16 disable
enable flag 1:
enable
Start of over RW UINT V 10 42001 1
voltage 16
derating
Power RW UINT %Pn/V 1 42002 1
derating rate 16
Wait time of RW UINT S 1 42003 1 Reserve
returning 16
power
Return power RW UINT %Pn/V 10 42004 1 Reserve
rate 16
TBD 42005-
42099
End of Grid overvoltage derating area

Island、leakage current、insulation resistance extension table


Isolated RW UINT NA 1 42100 1 0:
Island 16 disable
enable flag 1:
(AI) enable
leakage RW UINT NA 1 42101 1 0:
current 16 disable
enable flag 1:
(GFCI) enable
Isolation RW UINT NA 1 42102 1 0:
enable flag 16 disable
1:
enable
Insulation RW UINT KΩ 1 42103 1
threshold 16
value
TBD
End of Island、leakage current、insulation resistance extension table

38 / 60
JXNT Inverter MODBUS Interface Definition Description

2.3.2 Common data area 0x10

Common data area


ModBUS RW UINT16 NA NA 50000 1 For modify
address
Inverter name RW STRIN NA 1 50001 16
G
Manufacturer RW STRIN NA 1 50017 16
G
Serial number RW STRIN NA 1 50033 16
G
Total power RW UINT32 KW.Hr 10 50049 2
generation
Total running RW UINT32 Hr 1 50051 2
time
Generation of RW UINT16 KW.Hr 10 50053 1
the daily
Daily running RW UINT16 Hr 10 50054 1
time
NA RW UINT16 50055 1
NA RW UINT16 50056 1
Fault insulation RW UINT16 K欧 1 50057 1
resistance
threshold
Communicatio RW STRIN NA NA 50058 7 ‘2018080808080
n board RTC G 8’
Safety country RW 50065 1
MPPT mode RW 50066 1 0:invalid
1:independent
2:parallel
Factory mode RW 50067 1 High byte:
0:invalid
1:Factory mode
2: Non-factory
mode
Low byte: current
percentage
Bus board WO 50068 1 0:disable
testing 1:enable
SPD testing WO 50069 1 0:disable
1:enable
Enter normal WO 50070 10 Byte0 language
state Byte1country
Byte2 input mode
Byte3-16 time
Byte17 Reserve
Byte18 Reserve
Byte19 Reserve
Byte20 Reserve
Fan testing RW 50080 1 0: disable/ Normal
1: Enable / fault
END 50081 END
-5999
9

39 / 60
JXNT Inverter MODBUS Interface Definition Description

2.4 Data sheet attachment

2.4.1 Inverter type

Value Description
0x31 single phase inverter
0x32 three–phase inverter
0x33 String Combiner Box

2.4.2 Inverter status

Value Description
0 waiting
1 checking
2 normal
3 fault
4 reconnecting
5 Flash

2.4.3 Convergence box failure table

…………….

2.4.4 Voltage protection module enable flag bit table

位 值

bit0 1= 1st over voltage protection enable


0= 1st over voltage protection disable
bit1 1= 2st over voltage protection enable
0= 1st over voltage protection disable
bit2 1= 1st under voltage protection enable
0= 1st under voltage protection disable
bit3 1= 2st under voltage protection enable
0= 2st under voltage protection disable
bit4-15 reserved

40 / 60
JXNT Inverter MODBUS Interface Definition Description

2.4.5 Frequency protection module enable flag bit table

位 值

bit0 1= 1st over frequency protection enable


0= 1st over frequency protection disable
bit1 1= 2st over frequency protection enable
0= 2st over frequency protection disable
bit2 1= 1st under frequency protection enable
0= 1st under frequency protection disable
bit3 1= 2st under frequency protection enable
0= 2st under frequency protection disable
bit4-15 reserved

2.4.6 DCI protection module enable flag bit table

位 值

bit0 1= 1st protection enable


0= 1st protection disable
bit1 1= 2st protection enable
0= 2st protection disable
bit2-15 reserved

2.4.7 Reactive power parameter flag bit table

Bit value

0x00 invalid

0x01 Reactive power mode 1


0x02 Reactive power mode 2
0x03 Reactive power mode 3
0x04 Reactive power mode 4
0x05 Reactive power mode 5
0x06~0xFF reserved

41 / 60
JXNT Inverter MODBUS Interface Definition Description

2.4.8 Safety country table

Grid Standard Code


No Description Display
Name
0 Germany Germany VDE AR-N4105 VDE-AR-N-4105
1 Italy Italy CEI0-21 CEI0-21
2 Australia Australia AS4777
3 Spain Spain RD1699 RD1699
4 Turkey Turkey
5 Denmark Denmark
Greece
6 Greece Continent
(Continent)
7 Netherlands Netherland EN50438
8 Belgium Belgium C10/11
9 England UK-G59(England) G59-England
10 China China CN-NBT
11 France France VDE 0126
12 Poland Poland
13 Germany Germany BDEW BDEW-MV
14 Germany Germany VDE 0126 VDE 0126
15 Italy Italy CEI0-21 CEI0-16
16 England UK-G83 G83-England
17 Greece (Island) Greece island
18 Czech Republic EU EN50438 EN50438Y2007-CZ
19 India IEC EN61727 IEC61727
20 Korea Korea
21 Spain Sweden RD1699
22 China1 China1
23 China2 China2
24 India India

2.4.9 Inverter fault information table

 The description should be a maximum of 14 English characters and 8 Chinese characters


(two English correspond and one Chinese)
 uPrefix:unrecover

Table 1 (general fault table)

42 / 60
JXNT Inverter MODBUS Interface Definition Description

Bit Fault message Chinese / English Remark ID number


(program list) description
31 NoUtility No utility Grid voltage is zero ID1
电网无电压 电网无电压
30 PVConfigWrong PVConfigWrong PV settings is wrong ID2
输入模式错误 输入模式选择错误
29 GroundIFault Ground I fault Ground current is too ID3
漏电流过高 high
对地漏电流过高
28 GFDIFault GFDI fault GFDI fault ID4
GFDI 故障 GFDI 错误
27 uRelayFail Relay failure Relay is Fail ID5
继电器故障 继电器故障
26 TBD ID6

25 TBD ID7

24 TBD ID8

23 TBD ID9

22 TBD ID10

21 CommLose_HMI_S HMI to S fail Communication fails ID11


显示通讯故障 between HMI and
Ctrl board
通讯板和控制板通
讯错误
20 CommLose_M_S M to S fail Communication ID12
主副通讯故障 between main cpu
and slave is failing
主 副 CPU 内 部 通 讯
错误
19 CommLose_HMI_C HMI to Cfail Communication ID13
汇流板通讯故障 between salve cpu
and collect board is
failing
汇流板通讯错误
18 TBD ID14

17 TBD ID15

43 / 60
JXNT Inverter MODBUS Interface Definition Description

16 TBD ID16

15 TBD ID17

14 TBD ID18

13 TBD ID19

12 TBD ID20

11 TBD ID21

10 TBD ID22

9 TBD ID23

8 TBD ID24

7 TBD ID25

6 TBD ID26

5 TBD ID27

4 TBD ID28

3 TBD ID29

2 TBD ID30

1 TBD ID31

0 TBD ID32

Table 2 (Grid-side fault table)


Bi Fault Chinese / English Remark ID number
t message description
31 VGridROverR GridOVP_R R phase Grid Volt Over ID33
ating R 相过压 Rating
R 相过压

44 / 60
JXNT Inverter MODBUS Interface Definition Description

30 VGridRUnder GridUVP_R R phase Grid Volt Under ID34


Rating R 相欠压 Rating
R 相欠压
29 VGridSOverR GridOVP_S S phase Grid Volt Over ID35
ating S 相过压 Rating
S 相过压
28 VGridSUnder GridUVP_S S phase Grid Volt Under ID36
Rating S 相欠压 Rating
S 相欠压
27 VGridTOverR GridOVP_T T phase Grid Volt Over ID37
ating S 相过压 Rating
T 相过压
26 VGridTUnder GridUVP_T T phase Grid Volt Under ID38
Rating S 相欠压 Rating
T 相欠压
25 GridOVP GridOVP Grid volt over rating ID39
电网过压 电网电压过高(单相或
者三相总称)
24 GridUVP GridUVP Grid volt under rating ID40
电网欠压 电网电压过低(单相或
者三相总称)
23 FGridROverR GridOFP_R R phase Grid frequency ID41
ating R 相过频 Over Rating
R 相过频
22 FGridRUnder GridUFP_R R phase Grid frequency ID42
Rating R 相欠频 Under Rating
R 相欠频
21 FGridSOverR GridOFP_S S phase Grid frequency ID43
ating R 相过频 Over Rating
S 相过频
20 FGridSUnder GridUFP_S S phase Grid frequency ID44
Rating R 相欠频 Under Rating
S 相欠频
19 FGridTOverR GridOFP_T T phase Grid frequency ID45
ating R 相过频 Over Rating
T 相过频
18 FGridTUnder GridUFP_T T phase Grid frequency ID46
Rating R 相欠频 Under Rating
T 相欠频
17 GridOFR GridOFR Grid frequency over ID47
电网过频 rating
电网频率过高(单相或
者三相总称)

45 / 60
JXNT Inverter MODBUS Interface Definition Description

16 GridUFR GridUFR Grid frequency under ID48


电网欠频 rating
电网频率过低(单相或
者三相总称)
15 VGridRSOver GridOVP_RS RS line voltage is over ID49
Rating R-S 线过压 rating
R-S 线电压过高
14 VGridSTOver GridOVP_ST ST line voltage is over ID50
Rating S-T 线过压 rating
S-T 线电压过高
13 VGridTROver GridOVP_TR TR line voltage is over ID51
Rating T-R 相过压 rating
T-R 线电压过高
12 VGridRSUnde GridUVP_RS RS line voltage is under ID52
rRating R-S 线欠压 rating
R-S 线电压过低
11 VGridSTUnde GridUVP_RS ST line voltage is under ID53
rRating S-T 线欠压 rating
S-T 线电压过低
10 VGridTRUnde GridUVP_TR TR line voltage is under ID54
rRating T-R 相欠压 rating
T-R 线电压过低
9 HwAcOCP_R HwAcOCP_R R phase Grid Current ID55
R 硬件相过流 Over Ratingtrig the HW
protect
R 相过流
8 HwAcOCP_S HwAcOCP_S S phase Grid Current ID56
S 硬件相过流 Over Ratingtrig the HW
protect
S 相过流
7 HwAcOCP_T HwAcOCP_T T phase Grid Current ID57
T 硬件相过流 Over Ratingtrig the HW
protect
T 相过流
6 HwAcOCP HwAcOCP Grid Current Over Rating ID58
AC 硬件过流 电网电流过高(单相或
者三相可恢复总称)
5 uHwAcOCP uHwAcOCP Output current over ID59
AC 硬件过流 rating(unrecover)
输出端过流(单相或者
三相不可恢复总称)

46 / 60
JXNT Inverter MODBUS Interface Definition Description

4 SwAcOCP_R SwAcOCP_R R phase Grid Current ID60


R 相过流 RMS value Over Rating
R 相 RMS 过流(软件有
效值保护)
3 SwAcOCP_S SwAcOCP_S S phase Grid Current ID61
S 相过流 RMSvalue Over Rating
S 相 RMS 过流(软件有
效值保护)
2 SwAcOCP_T SwAcOCP_T Tphase Grid Current ID62
T 相过流 RMSvalue Over Rating
T 相 RMS 过流(软件有
效值保护)
1 SwAcOCP SwAcOCP RSTphase Grid Current ID63
AC 输出过流 RMSvalue Over Rating
RST 相 RMS 过流(软件
有效值保护, 单相或者
三相可恢复总称)
0 uSwAcOCP uSwAcOCP RSTphase Grid Current ID64
uAC 输出过流 RMSvalue Over Rating
RST 相 RMS 过流(软件
有效值保护, 单相或者
三相不可恢复总称)

Table 3 (PV & BUS input fault table)


Bit Fault Chinese / English Remark ID number
message description
31 Pv1VoltOvrF Pv1OVP Pv-1 input volt is too ID65
ault 输入电压 1 高 high
输入电压 1 过高
30 Pv2VoltOvrF Pv2OVP Pv-2 input volt is too ID66
ault 输入电压 2 高 high
输入电压 2 过高
29 Pv3VoltOvrF Pv3OVP Pv-3 input volt is too ID67
ault 输入电压 3 高 high
输入电压 3 过高
28 Pv4VoltOvrF Pv4OVP Pv-4 input volt is too ID68
ault 输入电压 4 高 high
输入电压 4 过高
27 TBD ID69

26 TBD ID70

47 / 60
JXNT Inverter MODBUS Interface Definition Description

25 Pv1VoltLow Pv1UVP Pv-1 input volt is too ID71


Fault 输入电压 1 低 low
输入电压 1 过低
24 Pv2VoltLow Pv2UVP Pv-2 input volt is too ID72
Fault 输入电压 2 低 low
输入电压 2 过低
23 Pv3VoltLow Pv3UVP Pv-3 input volt is too ID73
Fault 输入电压 3 过低 low
输入电压 3 过低
22 Pv4VoltLow Pv4UVP Pv-4 input volt is too ID74
Fault 输入电压 4 过低 low
输入电压 4 过低
21 TBD ID75

20 TBD ID76

19 PvIsoFault PvIsoFault Isolation resistance ID77


组串绝缘故障 of PV-plant is
abnormal
PV 绝 缘 阻 抗 错 误
(单路或者多路共
同报)
18 TBD ID78

17 TBD ID79

16 TBD ID80

15 Pv1AveCurO SwOCP_PV1 Pv-1 input current is ID81


vrFault 组串 1 过流 too high
输入电流 1 过高
(软
件均值保护)
14 Pv2AveCurO SwOCP_PV2 Pv-2 input current is ID82
vrFault 组串 2 过流 too high
输入电流 2 过高
(软
件均值保护)
13 Pv3AveCurO SwOCP_PV3 Pv-3 input current is ID83
vrFault 组串 3 过流 too high
输入电流 3 过高
(软
件均值保护)

48 / 60
JXNT Inverter MODBUS Interface Definition Description

12 Pv4AveCurO SwOCP_PV1 Pv-4 input current is ID84


vrFault 组串 4 过流 too high
输入电流 4 过高
(软
件均值保护)
11 HwOCP_Bo HwOCP_BST1 Protection for ID85
ost1 升压 1 硬件过流 boost-1 current over
rating(unrecover)
Boost-1 过流保护
10 HwOCP_Bo HwOCP_ BST1 Protection for ID86
ost2 升压 2 硬件过流 boost-2 current over
rating(unrecover)
Boost-2 过流保护
9 HwOCP_Bo HwOCP_ BST1 Protection for ID87
ost3 升压 3 硬件过流 boost-3 current over
rating(unrecover)
Boost-3 过流保护
8 HwOCP_Bo HwOCP_ BST1 Protection for ID88
ost4 升压 4 硬件过流 boost-4 current over
rating(unrecover)
Boost-3 过流保护
7 HwOCP_Bo HwOCP_ BST Hardware ID89
ost 升压硬件过流 protection for Boost
current over rating
Boost 硬 件 过 流 保
护(单相或者三相
可恢复总称)
6 uHwOCP_B uHwOCP_ BST Hardware ID90
oost 升压硬件过流 protection for Boost
current over
rating(unrecover)
Boost 硬 件 过 流 保
护(单相或者三相
不可恢复总称)
5 TBD ID91

4 TBD ID92

3 HwBusOVP HwBusOVP Hardware ID93


母线硬件过压 protection for Bus
voltage over rating
Bus 硬件过压保护

49 / 60
JXNT Inverter MODBUS Interface Definition Description

2 uHWBusOV uHwBusOVP Hardware ID94


P 母线硬件过压 protection for Bus
voltage over
rating(unrecover)
Bus 硬 件 过 压 保 护
(不可恢复)
1 BusLowFaul BusUVP DC Bus volt is low ID95
t 母线电压低 母线电压低
0 BusOverFau BusOVP DC Bus volt is high ID96
lt 母线硬件过压 母线电压高

Table 4 (Grid-side fault table)


Bi Fault Chinese / English Remark ID number
t information description
31 PLLFault PLL fault PLL fails ID97
锁相错误 锁相错误
30 PhaseSequen Ph Seq fault Sequence of Phase ID98
ceFault 电网相序错误 is incorrect
输出端相序错误
29 LVRTFault LvrtFault Low voltage ride ID99
低压穿越失败 through fails
低压穿越失败
28 TBD ID100

27 TBD ID101

26 TBD ID102

25 TBD ID103

24 TBD ID104

23 TBD ID105

22 TBD ID106

21 TBD ID107

20 TBD ID108

50 / 60
JXNT Inverter MODBUS Interface Definition Description

19 TBD ID109

18 TBD ID110

17 TBD ID111

16 TBD ID112

15 TBD ID113

14 TBD ID114

13 TBD ID115

12 TBD ID116

11 TBD ID117

10 TBD ID118

9 TBD ID119

8 TBD ID120

7 ConsistFaultF ConsistVac Different value ID121


orVac 电网电压不一致 between Master
and Slave for grid
voltage
电网电压值一致性
错误
6 ConsistFaultF Consist Fac Different value ID122
orFac 电网频率不一致 between Master
and Slave for grid
frequency
电网频率值一致性
错误
5 ConsistFaultF Consist GFCI Different value ID123
orGFCI AC 漏电流不一致 between Master
and Slave for GFCI
对地漏电流值一致
性错误

51 / 60
JXNT Inverter MODBUS Interface Definition Description

4 ConsistFaultF Consist DCI Different value ID124


orDCI 直流分量不一致 between Master
and Slave for output
DC injection current
直流分量值一致性
错误
3 TBD ID125

2 BusUnbalanc Bus volt Ublc Bus voltage is ID126


e Bus 电压不平衡 unbalance
Bus 电压不平衡
1 IacRmsUnbal IacRmsUblc The Current of Tree ID127
ance 电网电流不平衡 phase are unbalance
三相电网电流不平

0 VacRmsUnba VacRmsUblc The voltage of Tree ID128
lance 电网电压不平衡 phase are unbalance
三相电网电压不平

Table 5 (grid side & temperature fault table)


Bit Fault Chinese / English Remark ID Number
information description
31 DCIGridROv DciOVP_R R phase DC injection ID129
erLimit R 相直流分量大 check for grid
Current is over
rating
R 相直流分量过大
30 DCIGridSOv DciOVP_S S phase DC injection ID130
erLimit S 相直流分量大 check for grid
Current is over
rating
S 相直流分量过大
29 DCIGridTOv DciOVP_T T phase DC injection ID131
erLimit T 相直流分量大 check for grid
Current is over
rating
T 相直流分量过大

52 / 60
JXNT Inverter MODBUS Interface Definition Description

28 DC_Inj_High DciOCP The DC injection ID132


直流分量大 check for grid
Current is over
rating
直流分量过高(单
相或者三相总称)
27 TBD ID133

26 TBD ID134

25 TBD ID135

24 TBD ID136

23 GFCIJumpO GFCI > 30mA Jump fault for ID137


verLimit1 漏电流大于 30mA Ground current over
limit of 30mA
漏 电 流 30mA 跳 变
错误
22 GFCIJumpO GFCI > 60mA Jump fault for ID138
verLimit2 漏电流大于 60mA Ground current over
limit of 60mA
漏 电 流 60mA 跳 变
错误
21 GFCIJumpO GFCI > 150mA Jump fault for ID139
verLimit3 漏电流大于 150mA Ground current over
limit of 150mA
漏电流 150mA 跳变
错误
20 GFCIJumpO GFCI > 300mA Ground current is ID140
verLimit4 漏电流大于 300mA higher than 300mA
漏电流大于 300mA
19 uGFCIOver5 GFCI > 5 times Ground current is ID141
TimesFault GFCI 触发次数多 higher than 300mA
more than N times
GFCI 次数多报永久
性故障
18 uGFCIDevic uHW_GFCI GFCI sense device is ID142
eFault GFCI 硬件故障 filed
GFCI 硬件故障
17 TBD ID143

53 / 60
JXNT Inverter MODBUS Interface Definition Description

16 TBD ID144

15 INVModule INV OV Temp INV Module over ID145


OverTempF 逆变温度高 temperature
ault 逆变模块温度过高

14 INVModule INV1 OV Temp INV Module1 over ID146
1OverTemp 逆变 1 温度高 temperature
Fault 逆变模块 1 过温
13 INVModule INV2 OV Temp INV Module 2 over ID147
2OverTemp 逆变 2 温度高 temperature
Fault 逆变模块 2 过温
12 INVModule INV3 OV Temp INV Module 3 over ID148
3OverTemp 逆变 3 温度高 temperature
Fault 逆变模块 3 过温
11 BSTModule BST OV Temp Boost Module over ID149
OverTempF 升压温度高 temperature
ault 升压模块温度过高

10 BSTModule BST1 OV Temp Boost Module1 over ID150
1OverTemp 升压 1 温度高 temperature
Fault 升压模块 1 过温
9 BSTModule BST2 OV Temp Boost Module 2 ID151
2OverTemp 升压 2 温度高 over temperature
Fault 升压模块 2 过温
8 BSTModule BST3 OV Temp Boost Module 3 ID152
3OverTemp 升压 3 温度高 over temperature
Fault 升压模块 3 过温
7 BSTModule BST4 OV Temp Boost Module 4 ID153
4OverTemp 升压 4 温度高 over temperature
Fault 升压模块 4 过温
6 BSTModule BST5 OV Temp Boost Module5 over ID154
5OverTemp 升压 5 温度高 temperature
Fault 升压模块 5 过温
5 BSTModule BST6 OV Temp Boost Module 6 ID155
6OverTemp 升压 6 温度高 over temperature
Fault 升压模块 6 过温
4 TBD ID156

3 TBD ID157

2 TBD ID158

54 / 60
JXNT Inverter MODBUS Interface Definition Description

1 TBD ID159

0 AMBModul AMB OV Temp Amb ID160


eOverTemp 内部环温高 Overtemperature
Fault too high
内部环境温度过高

Table 6
Bit Fault Chinese / English Remark ID Number
information description
31 RChipFault RChipFault Slave CPU fails ID161
副 CPU 故障 副 CPU 故障
30 MChipFault MChipFault Master CPU fails ID162
主 CPU 故障 主 CPU 故障
29 HMIChipFau HMIChipFault HMI CPU fails ID163
lt 通讯 CPU 故障 通讯 CPU 故障
28 TBD ID164

27 EEPROM_W Ctl EEPROM Wr EEPROM can’t ID165


rite_Failure 副存储器写故障 write(unrecover) on
_Ctl control board
EEPROM 不 能 写 ( 不 可
恢复)
26 EEPROM_R Ctl EEPROM Rd EEPROM can’t write ID166
ead_Failure 副存储器读故障 (unrecover) on control
_Ctl board
EEPROM 不 能 读 ( 不 可
恢复)
25 EEPROM_W HMI EEPROM Wr EEPROM can’t ID167
rite_Failure 副存储器写故障 write(unrecover) on
_HMI HMI board
EEPROM 不 能 写 ( 不 可
恢复)
24 EEPROM_R HMI EEPROM Rd EEPROM can’t write ID168
ead_Failure 通讯存储器读故障 (unrecover) on HMI
_HMI board
EEPROM 不 能 读 ( 不 可
恢复)
23 TBD ID169

22 TBD ID170

55 / 60
JXNT Inverter MODBUS Interface Definition Description

21 TBD ID171

20 HwM_ADFa HwM_ADVGrid M CPU AD channel for ID172


ultVGrid 主电网电压 AD 故障 Grid voltage fault
主机采集输出电压的
AD 口错误
19 HwM_ADFa HwM_ADVInv M CPU AD channel for ID173
ultVinv 主逆变电压 AD 故障 INV voltage fault
主机逆变电压采样 AD
口错误
18 HwM_ADFa HwM_ADIGrid M CPU AD channel for ID174
ultIGrid 主输出电流 AD 故障 Grid current fault
主机采集输出电流的
AD 口错误
17 HwM_ADFa HwM_AD_DCI M CPU AD channel for ID175
ultDCI 主直流分量 AD 故障 DCI fault
主机采集直流分量的
AD 口错误
16 HwM_ADFa HwM_AD_GFCI M CPU AD channel for ID176
ultGFCI 主漏电流 AD 故障 GFCI fault
主机采集漏电流的 AD
口错误
15 TBD ID177

14 HwS_ADFau HwM_ADVGrid S CPU AD channel for ID178


ltVGrid 副电网电压 AD 故障 Grid voltage fault
从机采集输出电压的
AD 口错误
13 HwS_ADFau HwM_ADVInv S CPU AD channel for ID179
ltVinv 副逆变电压 AD 故障 INV voltage fault
从机采集输出电流的
AD 口错误
12 HwS_ADFau HwM_ADIGrid S CPU AD channel for ID180
ltIGrid 副输出电流 AD 故障 Grid current fault
从机采集输出电流的
AD 口错误
11 HwS_ADFau HwM_AD_DCI S CPU AD channel for ID181
ltDCI 副直流分量 AD 故障 DCI fault
从机采集直流分量的
AD 口错误

56 / 60
JXNT Inverter MODBUS Interface Definition Description

10 HwS_ADFau HwM_AD_GFCI S CPU AD channel for ID182


ltGFCI 副漏电流 AD 故障 GFCI fault
从机采集漏电流的 AD
口错误
9 TBD ID183

8 TBD ID184

7 Ref V Fault RefVFault The reference voltage ID185


参考电压异常 inside are abnormal
参考电压不正常
6 RTCRWFault RTCRW fault RTC on Commuication ID186
时钟模块故障 board can’t read or
write
通讯板上时钟模块错

5 TBD ID187

4 TBD ID188

3 TBD ID189

2 TBD ID190

1 AuxPower1 HwSPS1Fault Auxiliary power 1 fails ID191


Fault 辅助电源 1 故障 辅助电源 1 错误
0 AuxPower2 HwSPS2Fault Auxiliary power 2 fails ID192
Fault 辅助电源 2 故障 辅助电源 2 错误

Table 7 (non-common failure)


Bit Fault Chinese / English Remark ID number
information description
31 uNoBusVolt BUS no volt Pv voltage is normal, ID193
Fault 母线无电压 but bus no voltage
PV 有电压 BUS 无电压
30 PVCurrentU PvI_Ublc Multi PV current is ID194
nbalanceFa 输入电流不平衡 unbalance
ult 输入端两路电流不平
衡(当 interleave 模式
并联 boost)
29 TBD ID195

57 / 60
JXNT Inverter MODBUS Interface Definition Description

28 TBD ID196

27 TBD ID197

26 TBD ID198

25 TBD ID199

24 TBD ID200

23 TBD ID201

22 TBD ID202

21 TBD ID203

20 TBD ID204

19 TBD ID205

18 TBD ID206

17 TBD ID207

16 TBD ID208

15 TBD ID209

14 TBD ID210

13 TBD ID211

12 TBD ID212

11 TBD ID213

10 TBD ID214

9 TBD ID215

8 TBD ID216

58 / 60
JXNT Inverter MODBUS Interface Definition Description

7 TBD ID217

6 TBD ID218

5 TBD ID219

4 TBD ID220

3 TBD ID221

2 TBD ID222

1 TBD ID223

0 TBD ID224

Table 8 (peripheral device failure)


Bit Fault Chinese / English Remark ID Number
information description
31 DcFanFault Fan alarm Fan fails ID225
风扇故障 风扇错误总
30 DcFan1Fault Fan-1 alarm Fan-1 fails ID226
风扇 1 故障 风扇 1 错误
29 DcFan2Fault Fan-2 alarm Fan-2 fails ID227
风扇 2 故障 风扇 2 错误
28 DcFan3Fault Fan-3 alarm Fan-3 fails ID228
风扇 3 故障 风扇 3 错误
27 DcFan4Fault Fan-4 alarm Fan-4 fails ID229
风扇 4 故障 风扇 4 错误
26 TBD ID230
25 TBD ID231

24 TBD ID232

23 LightingAlarm LightingAlarm Lighting protection ID233


防雷报警 alarm
防雷报警
22 TBD ID234

21 TBD ID235

20 TBD ID236
19 TBD ID237

18 TBD ID238

59 / 60
JXNT Inverter MODBUS Interface Definition Description

17 TBD ID239
16 TBD ID240

15 TBD ID241

14 TBD ID242

13 TBD ID243

12 TBD ID244

11 TBD ID245

10 TBD ID246

9 TBD ID247

8 TBD ID248

7 TBD ID249

6 TBD ID250

5 TBD ID251

4 TBD ID252

3 TBD ID253
2 TBD ID254

1 TBD ID255

0 TBD ID256

60 / 60

You might also like