0% found this document useful (0 votes)
309 views

KS Modbus Protocol - 5G PRO

This document provides information about the Modbus protocol implementation for a solar grid-tie inverter, including register addresses for device information, safety standards, monitor information, fault codes, and warning codes. It lists the version history and describes the connection ports and mapping examples.

Uploaded by

Avtar Singh
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)
309 views

KS Modbus Protocol - 5G PRO

This document provides information about the Modbus protocol implementation for a solar grid-tie inverter, including register addresses for device information, safety standards, monitor information, fault codes, and warning codes. It lists the version history and describes the connection ports and mapping examples.

Uploaded by

Avtar Singh
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/ 8

SOLAR GRID TIE INVERTER

5G PRO
Modbus Protocol
VERSION HISTORY

Version 1.0, Sep 2020 – First Release


Version 1.1, Nov 2020 – Updated new grid standards (24-29)
Version 1.2, Jun 2021 – Updated the following content.
o A. New device information 30047, 30048
o B. New fault code (20)
o C. New warning code (16, 17)
o D. New monitor information 30124, 30125, 30154, 30156, 30158

2
TABLE OF CONTENTS

1. INFORMATION ON THIS DOCUMENT................................


.........................
4

2. CONNECTION PORTS
................................
................................
.......................
4

RS485 ............................................................................................................................... 4

3. REGISTER ADDRESS MAP


................................
................................
................
4

Device Information ....................................................................................................... 4

Safety Standard ............................................................................................................. 5

Monitor Information & Statistics ................................................................................ 6

Fault Code ........................................................................................................................7

Warning Code .................................................................................................................7

4. MAPPING EXAMPLE................................
................................
.........................
8

5. CONTACT................................
................................
................................
.............9

3
1. INFORMATION ON THIS DOCUMENT

The Modbus Protocol is a communication protocol that is currently used to establish solar PV system
communication, applied between Ksolare Energy’s grid-tied photovoltaic inverter and monitoring software.
The Modbus Protocol complies with RTU protocol specifications, allowing real-time status and operation
statistics on monitoring interface.

2. CONNECTIONPORTS

RS485

RS485 Specifications

Addressing Modes Device Register Address 1-16


Baud Rate 9600 Bit/s
Parity Bit N/A
Data Bit 8
Stop Bit 1
Frame Format Modbus RTU
Port Cabling RS485 2W-Cabling

3. REGISTER ADDRESS MAP

Device Information

Register Address HEX Register Name Byte Format Description

30000 7530 Firmware PN 14 ASCII*14 Part number of Firmware


30010 753A Manufacturer name 16 ASCII*16
30018 7542 Model name 16 ASCII*16
30026 754A Serial number 16 ASCII*16
30034 7552 Device type 2 U16
30035 7553 Grid Type 2 U16
30036 7554 Rated power 2 U16
30037 7555 Hardware version 4 U8*4 V x.x.x.x
30039 7557 Software version 4 U8*4 V x.x.x.x
30041 7559 Protocol version 4 U8*4 V x.x.x.x
30043 755B Parameter version 4 U8*4 V x.x.x.x

4
Register Address HEX Register Name Byte Format Description

30047 755F Max. Apparent power 2 VA Max. Apparent power output


30048 7560 No. MPPT 2 - Number of MPPT

Safety Standard

Register Address HEX Register Name Byte Format Description

30045 755D Safety type 2 U16 Standard Number [1-29]


40046 9C6E Custom Standard 2 U16 0: Safety Standard
1: Custom Standard

5
Monitor Information & Statistics

Register Address HEX Register Name Byte Unit Format Description

30100 7594 Output P 4 W S32


30102 7596 Output S 4 VA S32
30104 7598 Output Q 4 VAR S32
30106 759A Output PF 2 0.01 U16
30107 759B Q/PF direction 2 U16 1: Lag
2: Lead
30108 759C Meter Power 4 W S32
30110 759E E-today 2 0.1KWH U16
30111 759F E-total 4 KWH U32
30113 75A1 H-total 4 H U32
30115 75A3 Inverter state 2 U16 0: Wait
1: Normal
2: Fault
30116 75A4 Waiting time 2 S U16
30119 75A7 PV1 voltage 2 0.1V U16
30120 75A8 PV1 current 2 0.1A U16
30121 75A9 PV2 voltage 2 0.1V U16
30122 75AA PV2 current 2 0.1A U16
30123 75AB PV3 voltage 2 0.1V U16
30124 75AC PV3 current 2 0.1A U16
30125 75AD PV4 voltage 2 0.1V U16
30126 75AE PV4 current 2 0.1A U16
30127 75AF Reserve 2 0.1V U16
30128 75B0 Reserve 2 0.1A U16
30129 75B1 Reserve 2 0.1V U16
30130 75B2 Reserve 2 0.1A U16
30131 75B3 Grid R voltage 2 0.1V U16
30132 75B4 Grid R current 2 0.1A U16
30133 75B5 Grid S voltage 2 0.1V U16
30134 75B6 Grid S current 2 0.1A U16
30135 75B7 Grid T voltage 2 0.1V U16
30136 75B8 Grid T current 2 0.1A U16
30137 75B9 Grid Line Voltage RS 2 0.1V U16
30138 75BA Grid Line Voltage ST 2 0.1V U16
30139 75BB Grid Line Voltage TR 2 0.1V U16
30140 75BC Grid frequency 2 0.01Hz U16
30154 75CA E-total 4 kWh Float32
30156 75CC Import energy from meter 4 kWh Float32
30158 75CE Export energy from meter 4 kWh Float32

6
Fault Code

Register Address HEX Register Name Byte Format Description

30117 75A5 Fault code 2 U16 (V1.0) Fault Code [1-19]

Fault Code Fault Description

1 MCU Fault
2 Current sensor fault
3 GFCI device fault
4 Relay fault
5 PV voltage high fault
6 ISO fault
7 GFCI fault
8 Temperature over fault
9 No utility fault
10 Grid voltage over fault
11 Grid frequency over fault
12 DCI over fault
13 EEPROM fault
14 Main and voice MCU communication fault
15 BUS voltage high fault
16 BUS voltage low fault
17 DRM S9 fault
18 DRM S0 fault
19 PE Connection missing
20 Bus voltage consistency warning

Warning Code

Register Address HEX Register Name Byte Format Description

30118 75A6 Warning code 2 U16 (V1.0) Warning Code [1-15]

Warning Code Warning Description

1 PV1 over current


2 PV2 over current
3 PV3 over current
4 PV4 over current
5 PV1 under voltage
7
6 PV2 under voltage
7 PV3 under voltage
8 PV4 under voltage
9 BUS over voltage
10 BUS under voltage
11 INV over current
12 ISO
13 Grid peak over voltage
14 FW update
15 PE connection missing
16 Grid voltage consistency warning
17 Fan abnormal

4. MAPPING EXAMPLE

Example Bytes Corresponding Value

Device Address 1 0x01


Function Code 2 0x03
Register Address 2 0x75
0x3A
Read Length 2 0x00
0x10
CRC Value 2 0x7E
0x07

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy