0% found this document useful (0 votes)
572 views62 pages

Manual - SMU01 (Modbus Protocol) V2.0

Uploaded by

Angga Syah
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)
572 views62 pages

Manual - SMU01 (Modbus Protocol) V2.0

Uploaded by

Angga Syah
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/ 62

Enetek Power Group Pte Ltd

SMU01 Controller Module

MODBUS Protocol

Version: 2.0

Page 1 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd

Contact Information:

ENETEK POWER GROUP PTE LTD


8 Pandan Crescent (Lobby 5)
#04-03
Singapore 128464

Tel: +65 6873 2228


Fax: +65 6873 2229

[email protected]
www.enetek-power.com

Thank you for choosing Enetek.


For your own safety, please read this manual carefully before
installation and operation.

Page 2 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd

All rights reserved: Enetek reserves the right to change the product and the content of this manual
without prior WARNING. Users are recommended to visit the company website at
www.enetek-power.com for more information about our new products and the latest versions of the
user manuals.

Page 3 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd

Table of Contents

Table of Contents .........................................................................................................................................4


1. Introduction ................................................................................................................................................6
2. Physical Interface ........................................................................................................................................6
2.1 Byte Format ..............................................................................................................................6
2.2 Communication Baud Rate ......................................................................................................6
3. Message Format..........................................................................................................................................6
4. Message Type..............................................................................................................................................7
4.1 Remote Telemetry and Signaling..............................................................................................7
4.2 Remote Controlling ..................................................................................................................7
4.3 Error Check Return ...................................................................................................................8

5. Register Address Definition (Read Only) .....................................................................................................8


5.1 Main System Data ....................................................................................................................8
5.2 DC Information .........................................................................................................................9
5.3 AC Information .......................................................................................................................11
5.4 Battery Information................................................................................................................11
5.5 DI Information ........................................................................................................................13
5.6 DO Information ......................................................................................................................13
5.7 LVD Information .....................................................................................................................13
5.8 Rectifier Information ..............................................................................................................14
5.9 Temperature Information.......................................................................................................17
5.10 Fan Information......................................................................................................................17
5.11 LBRS Information....................................................................................................................17
5.12 ADC Information.....................................................................................................................20
5.13 Alarm Information ..................................................................................................................21
5.14 NADA Status ...........................................................................................................................25
5.15 Generator Status ....................................................................................................................29
5.16 Peak Shaving Status................................................................................................................30
5.17 Energy Record ........................................................................................................................30

6. Register Address Definition (Read and Write) ..........................................................................................31


6.1 DC Data ..................................................................................................................................31
6.2 AC Data...................................................................................................................................31
6.3 Battery Data ...........................................................................................................................32
6.4 DI (Digital Input) Data.............................................................................................................34
6.5 DO (Digital Output) Data ........................................................................................................36
6.6 LVD Data .................................................................................................................................37
6.7 Rectifier Data..........................................................................................................................38
6.8 Temperature Data ..................................................................................................................39
6.9 LBRS Data ...............................................................................................................................40
6.10 ADC Data ................................................................................................................................41
6.11 Alarm Data .............................................................................................................................45
6.12 Fan Control Data ....................................................................................................................52
6.13 Position Setting Data ..............................................................................................................53
6.14 Calibration Data .....................................................................................................................55
6.15 System Configuration Data.....................................................................................................56
6.16 System Configuration Data.....................................................................................................57

Page 4 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
6.17 Password Data ........................................................................................................................61
6.18 System Data............................................................................................................................61
6.19 Test Mode Data ......................................................................................................................62

Page 5 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd

1. Introduction

This document provides the MODBUS protocol specific to Enetek’s SMU01 controller module.

2. Physical Interface

This utilizes serial communication port RS485 and RS232.

2.1 Byte Format


Data bits: 8
Start bit: 1
Parity Check bit: Configurable as N (no parity), E (even parity) or O (odd parity); Default: N
Stop bit: Configurable as 1 or 2; Default: 2

2.2 Communication Baud Rate


Baud rate: 9600 / 19200

3. Message Format

Start Bits Device Function Data CRC Check End


Address (Parity Check)
> 3.5 character 1 byte 1 byte N bytes Low-order High-order > 1.5 character
spacing byte byte spacing

Device Address: Controller communication address 1-247. 0, which is broadcast address, is not used here

Function Code:
Controller command function - 03H reads specific location register data, including a group of holding
registers.
06H sets specific location register data, only for a single register.
10H sets specific location register data, including a group of holding
registers.

Data: In accordance to the function code, refer the following

Parity Check: Cyclic Redundancy Check (CRC) parity, the result will be 0 if correct.

NOTE: A frame can fetch up to 120 registers, and if there are more than 120 registers, it should be in
multiple frames.

Page 6 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd

4. Message Type

4.1 Remote Telemetry and Signaling


Function Code = 03H

a. Downlink Data

Device 03H Register Start Register Start Number of Number of CRC Check
Address Address Address Registers Registers (2 byte)
(High-order) (Low-order) (High-order) (Low-order)

b. Uplink Data

Device 03H Number of Data bytes Data Area CRC Check


Address N (1 byte) (N byte) (2 byte)

4.2 Remote Controlling


Function Code = 06H

a. Downlink Data

Device 06H Register Address Register Address Data Set Data Set CRC Check
Address (High-order) (Low-order) Value Value (2 byte)
(High-order) (Low-order)

b. Uplink Data

Device 06H Register Address Register Address Data Set Data Set CRC Check
Address (High-order) (Low-order) Value Value (2 byte)
(High-order) (Low-order)

Function Code = 10H

a. Downlink Data

Device 10H Register Register No of No of No of Data CRC


Address Address Address Registers Registers Bytes (N) Area Check
(High-order) (Low-order) (High-order) (Low-order) (1 byte) (N bytes) (2 byte)

b. Uplink Data

Device 10H Register Address Register Address No of No of CRC Check


Address (High-order) (Low-order) Registers Registers (2 byte)
(High-order) (Low-order)

Page 7 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
4.3 Error Check Return
There will be an error check return when the slave device receives an error in the transmission. However,
this does not apply to parity check error or other transmission error.

Format: Device address 0x80+function code error code CRC Check (2 byte)
Function code < 0x80+

a. Uplink Data

Device Address 0x80+function code Error code (1 byte) CRC Check (2 byte)

Error Code: 01 – illegal function code

02 – illegal data address

03 – illegal data value

5. Register Address Definition (Read Only)

5.1 Main System Data


Register Description Unit Read/Write Type Remarks
0000H Output Bus Voltage 0.01V Read Only u16
0001H Total Rectifier Current 0.1A Read Only u16
0002H Total Load Current 0.1A Read Only u16
0003H Total Battery Current 0.1A Read Only u16
0004H Battery Bank 1 Current 0.1A Read Only u16
0005H Battery Bank 2 Current 0.1A Read Only u16
0006H Battery Bank 3 Current 0.1A Read Only u16
0007H Battery Bank 4 Current 0.1A Read Only u16
0008H Battery Temperature 0.01oC Read Only u16
0009H Ambient Temperature 0.01oC Read Only u16
000AH Parameter Update Flag - Read Only u16 bit15: Parameter Update Flag (1:
Update, 0: No update)
bit14: Data Log Clear (1: Clear)
bit13: Event Log Clear (1: Clear)
bit0 – bit12: Reserved
Flag shall be cleared after it has
been read
000BH Current no. of Alarms - Read Only u16 This register is cleared after it has
been read. Once a new alarm is
generated, it is re-accumulated
000CH Current New Alarm 1 - Read Only u16 bit3 – bit0: Alarm Identifier
Null [0x00]
Alarm Generated [0x01]
Alarm Recovery [0x02]
Software Upgrade [0x03]
Confirmation [0x04]
Restart [0x05]

Page 8 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
Module Startup [0x06]
Module Shutdown [0x07]
All Modules Shutdown [0x08]
All Modules Restart [0x09]
Invalid Event [0x0A]
Configuration Update [0x0B]
Configuration Restore [0x0C]
Config Parameter Err [0x0D]
000DH Current New Alarm 2 - Read Only u16 Reference to Alarm 1
000EH Current New Alarm 3 - Read Only u16 Reference to Alarm 1
000FH Current New Alarm 4 - Read Only u16 Reference to Alarm 1
0010H Current New Alarm 5 - Read Only u16 Reference to Alarm 1
0011H Current New Alarm 6 - Read Only u16 Reference to Alarm 1
0012H Current New Alarm 7 - Read Only u16 Reference to Alarm 1
0013H Current New Alarm 8 - Read Only u16 Reference to Alarm 1
0014H Current New Alarm 9 - Read Only u16 Reference to Alarm 1
0015H Current New Alarm 10 - Read Only u16 Reference to Alarm 1
0016H Current New Alarm 11 - Read Only u16 Reference to Alarm 1
0017H Current New Alarm 12 - Read Only u16 Reference to Alarm 1
0018H Current New Alarm 13 - Read Only u16 Reference to Alarm 1
0019H Current New Alarm 14 - Read Only u16 Reference to Alarm 1
001AH Current New Alarm 15 - Read Only u16 Reference to Alarm 1
001BH Current New Alarm 16 - Read Only u16 Reference to Alarm 1
001CH Current New Alarm 17 - Read Only u16 Reference to Alarm 1
001DH Current New Alarm 18 - Read Only u16 Reference to Alarm 1
001EH Current New Alarm 19 - Read Only u16 Reference to Alarm 1
001FH Current New Alarm 20 - Read Only u16 Reference to Alarm 1
0020H Reserved
~ 0FFFH

5.2 DC Information
Register Description Unit Read/Write Type Remarks
1000H Bus 1 Voltage 0.1V Read Only u16
1001H Total Load Current 0.1A Read Only u16
1002H Load 1 Current 0.1A Read Only u16
1003H Load 2 Current 0.1A Read Only u16
1004H Load 3 Current 0.1A Read Only u16
1005H Load 4 Current 0.1A Read Only u16
1006H Load 5 Current 0.1A Read Only u16
1007H Load 6 Current 0.1A Read Only u16
1008H Load 7 Current 0.1A Read Only u16
1009H Load 8 Current 0.1A Read Only u16
100AH Load 9 Current 0.1A Read Only u16
100BH Load 10 Current 0.1A Read Only u16
100CH Load 10 Current 0.1A Read Only u16
100DH Load 12 Current 0.1A Read Only u16
100EH Load 13 Current 0.1A Read Only u16
100FH Load 14 Current 0.1A Read Only u16
1010H Load 15 Current 0.1A Read Only u16

Page 9 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
1011H Load 16 Current 0.1A Read Only u16
1012H Special Load 1 Current 0.1A Read Only u16
1013H Special Load 1 Current 0.1A Read Only u16
1014H Special Load 1 Current 0.1A Read Only u16
1015H Special Load 1 Current 0.1A Read Only u16
1016H Total Load Power W.h. Read Only u32 The high byte is transferred first,
1017H followed by the low byte
1018H Load 1 Power W.h. Read Only u32 The high byte is transferred first,
1019H followed by the low byte
101AH Load 2 Power W.h. Read Only u32 The high byte is transferred first,
101BH followed by the low byte
101CH Load 3 Power W.h. Read Only u32 The high byte is transferred first,
101DH followed by the low byte
101EH Load 4 Power W.h. Read Only u32 The high byte is transferred first,
101FH followed by the low byte
1020H Load 5 Power W.h. Read Only u32 The high byte is transferred first,
1021H followed by the low byte
1022H Load 6 Power W.h. Read Only u32 The high byte is transferred first,
1023H followed by the low byte
1024H Load 7 Power W.h. Read Only u32 The high byte is transferred first,
1025H followed by the low byte
1026H Load 8 Power W.h. Read Only u32 The high byte is transferred first,
1027H followed by the low byte
1028H Load 9 Power W.h. Read Only u32 The high byte is transferred first,
1029H followed by the low byte
102AH Load 10 Power W.h. Read Only u32 The high byte is transferred first,
102BH followed by the low byte
102CH Load 11 Power W.h. Read Only u32 The high byte is transferred first,
102DH followed by the low byte
102EH Load 12 Power W.h. Read Only u32 The high byte is transferred first,
102FH followed by the low byte
1030H Load 13 Power W.h. Read Only u32 The high byte is transferred first,
1031H followed by the low byte
1032H Load 14 Power W.h. Read Only u32 The high byte is transferred first,
1033H followed by the low byte
1034H Load 15 Power W.h. Read Only u32 The high byte is transferred first,
1035H followed by the low byte
1036H Load 16 Power W.h. Read Only u32 The high byte is transferred first,
1037H followed by the low byte
1038H Special Load 1 Power W.h. Read Only u32 The high byte is transferred first,
1039H followed by the low byte
103AH Special Load 2 Power W.h. Read Only u32 The high byte is transferred first,
103BH followed by the low byte
103CH Special Load 3 Power W.h. Read Only u32 The high byte is transferred first,
103DH followed by the low byte
103EH Special Load 4 Power W.h. Read Only u32 The high byte is transferred first,
103FH followed by the low byte
1040H Reserved
~ 104FH
1050H Bus 2 Voltage 0.1V Read Only u16
1051H Bus 3 Voltage 0.1V Read Only u16
1052H Reserved

Page 10 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
~ 11FFH

5.3 AC Information
Register Description Unit Read/Write Type Remarks
1200H AC 1 Phase A Voltage 0.01V Read Only u16
1201H AC 1 Phase B Voltage 0.01V Read Only u16
1202H AC 1 Phase C Voltage 0.01V Read Only u16
1203H AC 1 Frequency Hz Read Only u16
1204H AC 2 Phase A Voltage 0.01V Read Only u16
1205H AC 2 Phase B Voltage 0.01V Read Only u16
1206H AC 2 Phase C Voltage 0.01V Read Only u16
1207H AC 2 Frequency Hz Read Only u16
1208H AC 1 Phase A Voltage 0.1A Read Only u16
1209H AC 1 Phase B Voltage 0.1A Read Only u16
120AH AC 1 Phase C Voltage 0.1A Read Only u16
120BH AC 2 Phase A Voltage 0.1A Read Only u16
120CH AC 2 Phase B Voltage 0.1A Read Only u16
120DH AC 2 Phase C Voltage 0.1A Read Only u16
120EH ~ Reserved
12FFH
1220H Total Solar Input Current 0.1A Read Only u16
122EH ~ Reserved
12FFH

5.4 Battery Information


Register Description Unit Read/Write Type Remarks
1300H Remaining Batt Capacity AH Read Only u16
1301H Battery Backup Time Min Read Only u16
1302H Battery Operating Status - - u16 Float [0x00]; Boost [0x01],
Test [0x02]
1303H Equalization Status - - u16 Prohibit [0x00]; Not Active [0x01]
Active [0x02]
1304H Test Status - - u16 Prohibit [0x00]; Not Active [0x01]
Active [0x02]; Stop [0x03];
Locked [0x04]
1305H Current Limit Status - - u16 Prohibit [0x00]; Not Active [0x01]
Active [0x02]; Stop [0x03]
1306H Temperature - - u16 Prohibit [0x00]; Not Active [0x01]
Compensation Status Active [0x02]
1307H Active Control Status - - u16 Prohibit [0x00]; Not Active [0x01]
Active [0x02]
1308H Batt 1 Midpoint Voltage 0.1V Read Only u16
1309H Batt 2 Midpoint Voltage 0.1V Read Only u16
130AH Batt 3 Midpoint Voltage 0.1V Read Only u16
130BH Batt 4 Midpoint Voltage 0.1V Read Only u16
130CH Total Battery Current 0.1A Read Only u16
130DH Batt 1 Current 0.1A Read Only u16
130EH Batt 2 Current 0.1A Read Only u16

Page 11 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
130FH Batt 3 Current 0.1A Read Only u16
1310H Batt 4 Current 0.1A Read Only u16
1311H Reserved
~ 13FFH
1400H #1 Batt, Cell 1 Voltage 0.001V Read Only u16
1401H #1 Batt, Cell 2 Voltage 0.001V Read Only u16
………. ……….
142FH #1 Batt, Cell 48 Voltage 0.001V Read Only u16
1430H Reserved
~ 143FH
1440H #2 Batt, Cell 1 Voltage 0.001V Read Only u16
1441H #2 Batt, Cell 2 Voltage 0.001V Read Only u16
………. ……….
146FH #2 Batt, Cell 48 Voltage 0.001V Read Only u16
1470H Reserved
~ 147FH
1480H #3 Batt, Cell 1 Voltage 0.001V Read Only u16
1481H #3 Batt, Cell 2 Voltage 0.001V Read Only u16
………. ……….
14AFH #3 Batt, Cell 48 Voltage 0.001V Read Only u16
14B0H Reserved
~14BFH
14C0H #4 Batt, Cell 1 Voltage 0.001V Read Only u16
14C1H #4 Batt, Cell 2 Voltage 0.001V Read Only u16
………. ……….
14EFH #4 Batt, Cell 48 Voltage 0.001V Read Only u16
14F0H Reserved
~14FFH
1500H Reserved
~15FFH
1600H #1 Batt, Cell 1 Resistance 0.001Ω Read Only u16
1601H #1 Batt, Cell 2 Resistance 0.001Ω Read Only u16
………. ……….
162FH #1 Batt, Cell 48 Resistance 0.001Ω Read Only u16
1630H Reserved
~ 163FH
1640H #2 Batt, Cell 1 Resistance 0.001Ω Read Only u16
1641H #2 Batt, Cell 2 Resistance 0.001Ω Read Only u16
………. ……….
166FH #2 Batt, Cell 48 Resistance 0.001Ω Read Only u16
1670H Reserved
~ 167FH
1680H #3 Batt, Cell 1 Resistance 0.001Ω Read Only u16
1681H #3 Batt, Cell 2 Resistance 0.001Ω Read Only u16
………. ……….
16AFH #3 Batt, Cell 48 Resistance 0.001Ω Read Only u16
16B0H Reserved
~16BFH
16C0H #4 Batt, Cell 1 Resistance 0.001Ω Read Only u16
16C1H #4 Batt, Cell 2 Resistance 0.001Ω Read Only u16
………. ……….
16EFH #4 Batt, Cell 48 Resistance 0.001Ω Read Only u16

Page 12 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
16F0H Reserved
~18FFH

5.5 DI Information
Register Description Unit Read/Write Type Remarks
1800H Open (0-15) Level State - Read Only u32 Open level signal, each bit
represents 1 channel open state,
low level [0], high level [1]
bit0~bit15 open 1~ open 16
1801H Open (16-27) Level state - Read Only u32 Open level signal, each bit
represents 1 channel open state,
low level [0], high level [1]
bit0~bit5 open 1 ~ open 6
(extension board 1)
bit6~bit11 open 1 ~ open 6
(extension board 2)
bit12--bit15: Reserved
1802H Reserved
~ 181FH

5.6 DO Information
Register Description Unit Read/Write Type Remarks
1820H Output Signal - Read Only u32 DO output signal, disconnect [0],
1821H close [1]
bit0~bit5 DO0~DO5 (main board)
bit6~bit11 DO0-DO5 (extension
board 1)
bit12~bit17 DO0-DO5 (extension
board 2)
bit17--bit31: Reserved
1822H Reserved
~ 182FH

5.7 LVD Information


Register Description Unit Read/Write Type Remarks
1830H LVD 1 Status - Read Only u16 Auto connection normal [0x00]
Auto disconnect normal [0x01]
Auto disconnect prepare [0x02]
Auto connection prepare [0x03]
Auto connection warning [0x04]
Auto connection recovery [0x05]
Auto connection alarm [0x06]
Auto disconnect warning [0x07]
Auto disconnect recovery [0x08]
Auto disconnect alarm [0x09]
Manual disconnect normal [0x0A]

Page 13 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
Manual disconnect alarm [0x0B]
Manual disconnect recovery
[0x0C]
Manual disconnect alarm [0x0D]
Manual connection normal [0x0E]
Manual connection warning
[0x0F]
Manual connection recovery
[0x10]
Manual connection alarm [0x11]
Prohibit [0x12]
1831H LVD 1 Control Timer s Read Only u16
1832H LVD 1 AC Normal Timer s Read Only u16
1833H LVD 1 AC Abnormal Timer s Read Only u16
1834H LVD 1 Control Input Signal - Read Only u16 Connect [0x00], Disconnect [0x01]
1835H LVD 1 Control Output - Read Only u16 Connect [0x00], Disconnect [0x01]
Signal
1836H LVD 2 Status - Read Only u16 Auto connection normal [0x00]
Auto disconnect normal [0x01]
Auto disconnect prepare [0x02]
Auto connection prepare [0x03]
Auto connection warning [0x04]
Auto connection recovery [0x05]
Auto connection alarm [0x06]
Auto disconnect warning [0x07]
Auto disconnect recovery [0x08]
Auto disconnect alarm [0x09]
Manual disconnect normal [0x0A]
Manual disconnect alarm [0x0B]
Manual disconnect recovery
[0x0C]
Manual disconnect alarm [0x0D]
Manual connection normal [0x0E]
Manual connection warning
[0x0F]
Manual connection recovery
[0x10]
Manual connection alarm [0x11]
Prohibit [0x12]
1837H LVD 2 Control Timer Sec Read Only u16
1838H LVD 2 AC Normal Timer Sec Read Only u16
1839H LVD 2 AC Abnormal Timer Sec Read Only u16
183AH LVD 2 Control Input Signal - Read Only u16 Connect [0x00], Disconnect [0x01]
183BH LVD 2 Control Output - Read Only u16 Connect [0x00], Disconnect [0x01]
Signal
183CH Reserved
~ 1AFFH

5.8 Rectifier Information


Register Description Unit Read/Write Type Remarks
1B00H Module Average Voltage 0.01V Read Only u16 [0, 4800, 6000]

Page 14 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
1B01H Total Rectifier AC Current 0.01A Read Only u32
1B02H
1B03H Total System Power 0.01W Read Only u32
1B04H
1B05H Rectifier Average Power % % Read Only u16 [0, 100]
1B06H Output Average Power % 0.01% Read Only u16 [0, 100]
1B07H Current Limit Bias Voltage V Read Only u16

1B08H Number of Concurrently Read Only


Connected Modules
1B09H Solar Modules Average % Read Only u16 [0, 100]
Power %
1B0AH Total Solar Modules 0.01A Read Only u32
1B0BH Output Current
1B0CH Reserved
~
1B0FH
1B10H #1 Rectifier S/No (low) - Read Only u16
1B11H #1 Rectifier S/No (high) - Read Only u16
1B12H #1 Rectifier Output Voltage 0.01V Read Only u16
1B13H #1 Rectifier Output 0.01A Read Only u16
Current
1B14H #1 Rectifier Output Power 0.01% Read Only u16
%
1B15H #1 Rectifier Max Power W Read Only u16
oC
1B16H #1 Rectifier Temperature Read Only u16
1B17H #1 Rectifier Fault Status - Read Only u16 The bit indicates the fault status,
normal [0], fault [1]
Bit0: fan failure
Bit1: Over temperature
Bit2: Current limit
Bit5: Overvoltage
Bit8: AC failure
Bit9: Shutdown
Bit10: Module failure
Bit15: Communication failure
1B18H #1 Rectifier Hardware - Read Only u16
Version Number
1B19H #1 Rectifier Software - Read Only u16
Version Number
1B1AH #2 Rectifier S/No (low) - Read Only u16
1B1BH #2 Rectifier S/No (high) - Read Only u16
1B1CH #2 Rectifier Output Voltage 0.01V Read Only u16
1B1DH #2 Rectifier Output 0.01A Read Only u16
Current
1B1EH #2 Rectifier Output Power 0.01% Read Only u16
%
1B1FH #2 Rectifier Max Power W Read Only u16
oC
1B20H #2 Rectifier Temperature Read Only u16
1B21H #2 Rectifier Fault Status - Read Only u16 The bit indicates the fault status,
normal [0], fault [1]
Bit0: fan failure
Bit1: Over temperature

Page 15 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
Bit2: Current limit
Bit5: Overvoltage
Bit8: AC failure
Bit9: Shutdown
Bit10: Module failure
Bit15: Communication failure
1B22H #2 Rectifier Hardware - Read Only u16
Version Number
1B23H #2 Rectifier Software - Read Only u16
Version Number
……….
1C96H #40 Rectifier S/No (low) - Read Only u16
1C97H #40 Rectifier S/No (high) - Read Only u16
1C98H #40 Rectifier Output 0.01V Read Only u16
Voltage
1C99H #40 Rectifier Output 0.01A Read Only u16
Current
1C9AH #40 Rectifier Output 0.01% Read Only u16
Power %
1C9BH #40 Rectifier Max Power W Read Only u16
1C9CH #40 Rectifier Temperature oC Read Only u16
1C9DH #40 Rectifier Fault Status - Read Only u16 The bit indicates the fault status,
normal [0], fault [1]
Bit0: fan failure
Bit1: Over temperature
Bit2: Current limit
Bit5: Overvoltage
Bit8: AC failure
Bit9: Shutdown
Bit10: Module failure
Bit14: Module Type (0: Rectifier
Module, 1: Solar Module)
Bit15: Communication failure
1C9EH #40 Rectifier Hardware - Read Only u16
Version Number
1C9FH #40 Rectifier Software - Read Only u16
Version Number
1CA0H #1 Input Voltage 0.01V Read Only u16
1CA1H #1 Input Current - Read Only u16
1CA2H #2 Input Voltage 0.01V Read Only u16
1CA3H #2 Input Current - Read Only u16
1CA4H #3 Input Voltage 0.01V Read Only u16
1CA5H #3 Input Current - Read Only u16
1CA6H #4 Input Voltage 0.01V Read Only u16
1CA7H #4 Input Current - Read Only u16
….. u16
1CEEH #40 Input Voltage 0.01V Read Only u16
1CEFH #40 Input Current - Read Only u16
1CF0H ~ Reserved
1DFFH

Page 16 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
5.9 Temperature Information
Register Description Unit Read/Write Type Remarks
1E00H Battery Temperature 0.01oC Read Only s16 [-4000, 0, 10000]
1E01H Ambient Temperature 0.01oC Read Only s16 [-4000, 0, 10000]
1E0EH ~ Reserved
1E0FH

5.10 Fan Information


Register Description Unit Read/Write Type Remarks
1E10H Fan 1 Status - Read Only u16 Normal [0x00]; Fault [0x01]
1E11H Fan 1 Speed % Read Only u16
1E12H Fan 2 Status - Read Only u16 Normal [0x00]; Fault [0x01]
1E13H Fan 2 Speed % Read Only u16
1E14H Fan 3 Status - Read Only u16 Normal [0x00]; Fault [0x01]
1E15H Fan 3 Speed % Read Only u16
1E16H Fan 4 Status - Read Only u16 Normal [0x00]; Fault [0x01]
1E17H Fan 4 Speed % Read Only u16
1E18H IO Board 1 Temp Sensor 1 - Read Only u16 Normal [0x00]; Fault [0x01]
Status
1E19H IO Board 1 Temp Sensor 1 0.01oC Read Only u16
1E1AH IO Board 1 Temp Sensor 2 - Read Only u16 Normal [0x00]; Fault [0x01]
Status
1E1BH IO Board 1 Temp Sensor 2 0.01oC Read Only u16
1E1CH IO Board 2 Temp Sensor 1 - Read Only u16 Normal [0x00]; Fault [0x01]
Status
1E1DH IO Board 2 Temp Sensor 1 0.01oC Read Only u16
1E1EH IO Board 2 Temp Sensor 2 - Read Only u16 Normal [0x00]; Fault [0x01]
Status
1E1FH IO Board 2 Temp Sensor 2 0.01oC Read Only u16

5.11 LBRS Information


Register Description Unit Read/Write Type Remarks
1E20H Sleep State - Read Only u16 Stop [0x00],
Real-time detection [0x01],
Handover [0x02],
Pause [0x03],
Battery test detection [0x04]
1E21H Sleep State Identifier - Read Only u16 Disable [0x00],
Inactive [0x01],
Active [0x02],
Test [0x03],
Test failed [0x04],
Pause [0x05]
1E22H Sleep Cycle Interval Time Min Read Only u16
1E23H Sleep Rectifier Cycle Time Sec Read Only u16
1E24H Sleep Action Timer Sec Read Only u16
1E25H Sleep Pause Timer Sec Read Only u16

Page 17 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
1E26H Sleep Pause Trigger - Read Only u16 None [0x00]; Start [0x01];
Stop [0x02]
1E27H Sleep Current Limit Sec Read Only u16
Analysis Time
1E28H Sleep Current Limit - Read Only u16 No Current Limit [0x00],
Indicator Current limit [0x01]
1E29H No. of Rectifier Modules - Read Only u16
operating @ Phase A
1E2AH No. of Rectifier Modules - Read Only u16
operating @ Phase B
1E2BH No. of Rectifier Modules - Read Only u16
operating @ Phase C
1E2CH No. of Rectifier Modules - Read Only u16
faulty @ Phase A
1E2DH No. of Rectifier Modules - Read Only u16
faulty @ Phase B
1E2EH No. of Rectifier Modules - Read Only u16
faulty @ Phase C
1E2FH Controlled “off” of rectifier - Read Only u16
modules @ Phase A
1E30H Controlled “off” of rectifier - Read Only u16
modules @ Phase B
1E31H Controlled “off” of rectifier - Read Only u16
modules @ Phase C
1E32H No. of rectifier modules - Read Only u16
operating normally
1E33H Rectifier S/No (low) - Read Only u16 No 1 position sequence serial
1E34H Rectifier S/No (high) - Read Only u16 number setting
1E35H Rectifier S/No (low) - Read Only u16 No 2 position sequence serial
1E36H Rectifier S/No (high) - Read Only u16 number setting
1E37H Rectifier S/No (low) - Read Only u16 No 3 position sequence serial
1E38H Rectifier S/No (high) - Read Only u16 number setting
1E39H Rectifier S/No (low) - Read Only u16 No 4 position sequence serial
1E3AH Rectifier S/No (high) - Read Only u16 number setting
1E3BH Rectifier S/No (low) - Read Only u16 No 5 position sequence serial
1E3CH Rectifier S/No (high) - Read Only u16 number setting
1E3DH Rectifier S/No (low) - Read Only u16 No 6 position sequence serial
1E3EH Rectifier S/No (high) - Read Only u16 number setting
1E3FH Rectifier S/No (low) - Read Only u16 No 7 position sequence serial
1E40H Rectifier S/No (high) - Read Only u16 number setting
1E41H Rectifier S/No (low) - Read Only u16 No 8 position sequence serial
1E42H Rectifier S/No (high) - Read Only u16 number setting
1E43H Rectifier S/No (low) - Read Only u16 No 9 position sequence serial
1E44H Rectifier S/No (high) - Read Only u16 number setting
1E45H Rectifier S/No (low) - Read Only u16 No 10 position sequence serial
1E46H Rectifier S/No (high) - Read Only u16 number setting
1E47H Rectifier S/No (low) - Read Only u16 No 11 position sequence serial
1E48H Rectifier S/No (high) - Read Only u16 number setting
1E49H Rectifier S/No (low) - Read Only u16 No 12 position sequence serial
1E4AH Rectifier S/No (high) - Read Only u16 number setting
1E4BH Rectifier S/No (low) - Read Only u16 No 13 position sequence serial
1E4CH Rectifier S/No (high) - Read Only u16 number setting

Page 18 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
1E4DH Rectifier S/No (low) - Read Only u16 No 14 position sequence serial
1E4EH Rectifier S/No (high) - Read Only u16 number setting
1E4FH Rectifier S/No (low) - Read Only u16 No 15 position sequence serial
1E50H Rectifier S/No (high) - Read Only u16 number setting
1E51H Rectifier S/No (low) - Read Only u16 No 16 position sequence serial
1E52H Rectifier S/No (high) - Read Only u16 number setting
1E53H Rectifier S/No (low) - Read Only u16 No 17 position sequence serial
1E54H Rectifier S/No (high) - Read Only u16 number setting
1E55H Rectifier S/No (low) - Read Only u16 No 18 position sequence serial
1E56H Rectifier S/No (high) - Read Only u16 number setting
1E57H Rectifier S/No (low) - Read Only u16 No 19 position sequence serial
1E58H Rectifier S/No (high) - Read Only u16 number setting
1E59H Rectifier S/No (low) - Read Only u16 No 20 position sequence serial
1E5AH Rectifier S/No (high) - Read Only u16 number setting
1E5BH Rectifier S/No (low) - Read Only u16 No 21 position sequence serial
1E5CH Rectifier S/No (high) - Read Only u16 number setting
1E5DH Rectifier S/No (low) - Read Only u16 No 22 position sequence serial
1E5EH Rectifier S/No (high) - Read Only u16 number setting
1E5FH Rectifier S/No (low) - Read Only u16 No 23 position sequence serial
1E60H Rectifier S/No (high) - Read Only u16 number setting
1E61H Rectifier S/No (low) - Read Only u16 No 24 position sequence serial
1E62H Rectifier S/No (high) - Read Only u16 number setting
1E63H Rectifier S/No (low) - Read Only u16 No 25 position sequence serial
1E64H Rectifier S/No (high) - Read Only u16 number setting
1E65H Rectifier S/No (low) - Read Only u16 No 26 position sequence serial
1E66H Rectifier S/No (high) - Read Only u16 number setting
1E67H Rectifier S/No (low) - Read Only u16 No 27 position sequence serial
1E68H Rectifier S/No (high) - Read Only u16 number setting
1E69H Rectifier S/No (low) - Read Only u16 No 28 position sequence serial
1E6AH Rectifier S/No (high) - Read Only u16 number setting
1E6BH Rectifier S/No (low) - Read Only u16 No 29 position sequence serial
1E6CH Rectifier S/No (high) - Read Only u16 number setting
1E6DH Rectifier S/No (low) - Read Only u16 No 30 position sequence serial
1E6EH Rectifier S/No (high) - Read Only u16 number setting
1E6FH Rectifier S/No (low) - Read Only u16 No 31 position sequence serial
1E70H Rectifier S/No (high) - Read Only u16 number setting
1E71H Rectifier S/No (low) - Read Only u16 No 32 position sequence serial
1E72H Rectifier S/No (high) - Read Only u16 number setting
1E73H Rectifier S/No (low) - Read Only u16 No 33 position sequence serial
1E74H Rectifier S/No (high) - Read Only u16 number setting
1E75H Rectifier S/No (low) - Read Only u16 No 34 phase sequence serial
1E76H Rectifier S/No (high) - Read Only u16 number setting
1E77H Rectifier S/No (low) - Read Only u16 No 35 phase sequence serial
1E78H Rectifier S/No (high) - Read Only u16 number setting
1E79H Rectifier S/No (low) - Read Only u16 No 36 phase sequence serial
1E7AH Rectifier S/No (high) - Read Only u16 number setting
1E7BH Rectifier S/No (low) - Read Only u16 No 37 phase sequence serial
1E7CH Rectifier S/No (high) - Read Only u16 number setting
1E7DH Rectifier S/No (low) - Read Only u16 No 38 phase sequence serial
1E7EH Rectifier S/No (high) - Read Only u16 number setting
1E7FH Rectifier S/No (low) - Read Only u16 No 39 position sequence serial
1E80H Rectifier S/No (high) - Read Only u16 number setting

Page 19 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
1E81H Rectifier S/No (low) - Read Only u16 No 40 position sequence serial
1E82H Rectifier S/No (high) - Read Only u16 number setting
1E83H ~ Reserved
1FFFH

5.12 ADC Information


Register Description Unit Read/Write Type Remarks
2000H Battery Temperature 0.01oC Read Only u16
2001H Ambient Temperature 0.01oC Read Only u16
2002H Bus Voltage 0.01V Read Only u16
2003H Batt 1 Midpoint Voltage 0.01V Read Only u16
2004H Batt 2 Midpoint Voltage 0.01V Read Only u16
2005H Batt 3 Midpoint Voltage 0.01V Read Only u16
2006H Batt 4 Midpoint Voltage 0.01V Read Only u16
2007H Current 1 0.01A Read Only u16
2008H Current 2 0.01A Read Only u16
2009H Temp 1 Sample Value - Read Only u16
200AH Temp 2 Sample Value - Read Only u16
200BH Bus Voltage Sample Value Read Only u16
200CH Batt 1 Midpoint Voltage - Read Only u16
Sample Value
200DH Batt 2 Midpoint Voltage - Read Only u16
Sample Value
200EH Batt 3 Midpoint Voltage - Read Only u16
Sample Value
200FH Batt 4 Midpoint Voltage - Read Only u16
Sample Value
2010H Current 1 Sample Value - Read Only u16
2011H Current 2 Sample Value - Read Only u16
2012H Batt Fuse 1 Open Voltage 0.01V Read Only u16
2013H Batt Fuse 2 Open Voltage 0.01V Read Only u16
2014H Batt Fuse 3 Open Voltage 0.01V Read Only u16
2015H Batt Fuse 4 Open Voltage 0.01V Read Only u16
2016H Batt Fuse 5 Open Voltage 0.01V Read Only u16
2017H Batt Fuse 6 Open Voltage 0.01V Read Only u16
2018H Batt Fuse 7 Open Voltage 0.01V Read Only u16
2019H Batt Fuse 8 Open Voltage 0.01V Read Only u16
201AH Batt Fuse 1 Open Voltage - Read Only u16
Sample Value
201BH Batt Fuse 2 Open Voltage - Read Only u16
Sample Value
201CH Batt Fuse 3 Open Voltage - Read Only u16
Sample Value
201DH Batt Fuse 4 Open Voltage - Read Only u16
Sample Value
201EH Batt Fuse 5 Open Voltage - Read Only u16
Sample Value
201FH Batt Fuse 6 Open Voltage - Read Only u16
Sample Value
2020H Batt Fuse 7 Open Voltage - Read Only u16

Page 20 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
Sample Value
2021H Batt Fuse 8 Open Voltage - Read Only u16
Sample Value
2022H Reserved
~ 2FFFH

5.13 Alarm Information


Register Description Unit Read/Write Type Remarks
3000H AC Alarm (Field 1) Read Only u16 Alarm field, bit indicates the
alarm status, normal [0], alarm [1]
Bit0: AC phase loss
Bit1: AC incoming line 1 fault
Bit2: AC incoming line 2 fault
Bit3--bit7: Reserved
Bit8: AC incoming line 1 phase A
overcurrent
Bit9: AC incoming line 1 phase B
overcurrent
Bit10: AC incoming line 1 phase C
overcurrent
Bit11: AC incoming line 2 phase A
overcurrent
Bit12: AC incoming line 2 phase B
overcurrent
Bit13: AC incoming line 2 phase C
overcurrent
Bit14--bit15: Reserved
3001H AC Alarm (Field 2) Read Only u16 Alarm field, bit indicates the
alarm status, normal [0], alarm [1]
Bit0: AC incoming line 1 phase A
overvoltage
Bit1: AC incoming line 1 phase B
overvoltage
Bit2: AC incoming line 1 phase C
overvoltage
Bit3: AC incoming line 1 phase A
undervoltage
Bit4: AC incoming line 1 phase B
undervoltage
Bit5: AC incoming line 1 phase C
undervoltage
Bit6: AC incoming line 1 phase A
missing phase
Bit7: AC incoming line 1 phase B
missing phase
Bit8: AC incoming line 1 phase C
missing phase
Bit9: AC incoming line 1 high
frequency
Bit10: AC incoming line 1 low
frequency
Bit11--bit15: Reserved

Page 21 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
3002H AC Alarm (Field 3) Read Only u16 Alarm field, bit indicates the
alarm status, normal [0], alarm [1]
Bit0: AC incoming line 2 phase A
overvoltage
Bit1: AC incoming line 2 phase B
overvoltage
Bit2: AC incoming line 2 phase C
overvoltage
Bit3: AC incoming line 2 phase A
undervoltage
Bit4: AC incoming line 2 phase B
undervoltage
Bit5: AC incoming line 2 phase C
undervoltage
Bit6: AC incoming line 2 phase A
missing phase
Bit7: AC incoming line 2 phase B
missing phase
Bit8: AC incoming line 2 phase C
missing phase
Bit9: AC incoming line 2 high
frequency
Bit10: AC incoming line 2 low
frequency
Bit11--bit15: Reserved
3003H DC Alarm Read Only u16 Alarm field, bit indicates the
alarm status, normal [0], alarm [1]
Bit0: Bus voltage low -1
Bit1: Bus voltage low -2
Bit2: Bus voltage high -1
Bit3: Bus voltage high -2
Bit4: Low ambient temperature
Bit5: high ambient temperature
Bit6--bit7: Reserved
Bit8: Sensor failure
Bit9: Bus voltage sensing fault
Bit10: Temperature sensor 1 fault
Bit11: Current sensor failure
Bit12: Temperature sensor 2 fault
Bit13--bit15: Reserved
3004H Rectifier module and fan Read Only u16 Alarm field, bit indicates the
alarm alarm status, normal [0], alarm [1]
Bit0: System overload
Bit1: Single rectifier failure
Bit2: Multiple rectifiers failure
Bit3: Single rectifier loss
Bit4: Multiple rectifiers loss
Bit5: Rectifier no load
Bit6: Rectifier current limit
Bit7: Rectifier over temperature
Bit8: All rectifiers are off
Bit9: Fan 1 is faulty
Bit10: Fan 2 is faulty
Bit11: Fan 3 is faulty

Page 22 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
Bit12: Fan 4 is faulty
Bit13: Rectifier fan failure
Bit14--bit15: Reserved
3005H Battery Alarm Read Only u16 Alarm field, bit indicates the
alarm status, normal [0], alarm [1]
Bit0: Battery test failed
Bit1: Battery overcurrent
Bit2: Battery discharging
Bit3: Equalize charge
Bit4: Battery test
Bit5: Battery current limit
Bit6: Single cell high voltage
Bit7: Single cell low voltage
Bit8: LVD1 disconnected
Bit9: LVD2 disconnected
Bit10: LVD1 fault
Bit11: LVD2 fault
Bit12: Low battery temperature
Bit13: High battery temperature
Bit14: Battery symmetry alarm
Bit15: Reserved
3006H Digital Input (DI) Alarm Read Only u16 Alarm field, bit indicates the
(Field 1) alarm status, normal [0], alarm [1]
Bit0: MOV1 fault
Bit1: MOV2 failure
Bit2: AC 1 open state
Bit3: AC 2 open state
Bit4: Battery fuse 1 fault
Bit5: Battery fuse 2 fault
Bit6: Battery fuse 3 fault
Bit7: Battery fuse 4 fault
Bit8: Battery fuse 5 fault
Bit9: Battery fuse 6 fault
Bit10: Battery fuse 7 fault
Bit11: Battery fuse 8 fault
Bit12: ACD fault
Bit13: Load fuse A fault
Bit14: Load fuse B fault
Bit15: Custom AC fault
3007H Digital Input (DI) Alarm Read Only u16 Alarm field, bit indicates the
(Field 2) alarm status, normal [0], alarm [1]
Bit0: Digital input 1
Bit1: Digital input 2
Bit2: Digital input 3
Bit3: Digital input 4
Bit4: Digital input 5
Bit5: Digital input 6
Bit6: Digital Input 7
Bit7: Digital input 8
Bit8: Digital input 9
Bit9: Digital input 10
Bit10: Digital input 11
Bit11: Digital input 12
Bit12: Digital input 13

Page 23 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
Bit13: Digital input 14
Bit14: Digital input 15
Bit15: Digital input 16
3008H Digital Input (DI) Alarm Read Only u16 Alarm field, bit indicates the
(Field 3) alarm status, normal [0], alarm [1]
Bit0: Digital input 17
Bit1: Digital input 18
Bit2: Digital input 19
Bit3: Digital input 20
Bit4: Digital input 21
Bit5: Digital input 22
Bit6: Digital input 23
Bit7: Digital input 24
Bit8: Digital input 25
Bit9: Digital Input 26
Bit10: Digital Input 27
Bit11: Digital input 28
Bit12--bit15: Reserved
3009H AC Sampling Unit Alarm - Read Only u16 Alarm field, bit indicates the
alarm status, normal [0], alarm [1]
Bit0: AC sampling unit 1 loss
Bit1: AC sampling unit 2 loss
Bit2: AC sampling unit 1 fault
Bit3: AC sampling unit 2 fault
Bit4--bit15: Reserved
300AH DC Sampling Unit Alarm - Read Only u16 Alarm field, bit indicates the
alarm status, normal [0], alarm [1]
Bit0: DC sampling unit 1 loss
Bit1: DC sampling unit 2 loss
Bit2: DC sampling unit 1 fault
Bit3: DC sampling unit 2 fault
Bit4: IO expansion unit 1 loss
Bit5: IO expansion unit 2 loss
Bit6: DC sampling unit 3 loss
Bit7: DC sampling unit 4 loss
Bit8: DC sampling unit 5 loss
Bit9: DC sampling unit 3 fault
Bit10: DC sampling unit 4 fault
Bit11: DC sampling unit 5 fault
Bit12: IO expansion unit 1 fault
Bit13: IO expansion unit 2 fault
Bit14--bit15: Reserved
300BH Battery Sampling Unit - Read Only u16 Alarm field, bit indicates the
Alarm alarm status, normal [0], alarm [1]
Bit0: Battery sampling unit 1 loss
Bit1: Battery sampling unit 2 loss
Bit2: Battery sampling unit 3 loss
Bit3: Battery sampling unit 4 loss
Bit4: Battery sampling unit 5 loss
Bit5: Battery sampling unit 6 loss
Bit6: Battery sampling unit 7 loss
Bit7: Battery sampling unit 8 loss
Bit8: Batt sampling unit 1 fault
Bit9: Batt sampling unit 2 fault

Page 24 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
Bit10: Batt sampling unit 3 fault
Bit11: Batt sampling unit 4 fault
Bit12: Batt sampling unit 5 fault
Bit13: Batt sampling unit 6 fault
Bit14: Batt sampling unit 7 fault
Bit15: Batt sampling unit 8 fault
300CH Genset Alarm - Read Only u16 Alarm field, bit indicates the
alarm status, normal [0], alarm [1]
Bit0: Genset 1 start
Bit1: Genset 2 start
Bit2: Genset 1 fault
Bit3: Genset 2 fault
Bit4: Fuel Level 1 Low
Bit5: Fuel Level 2 Low
Bit6: Incoming DC voltage high
Bit7: Incoming DC voltage low
Bit8: Solar module fault
Bit9: Solar module overcurrent
Bit10--bit15: Reserved
300DH Reserved
~ 34FFH
3500H Software App No. (field 1) - Read Only u16 Software Application Product
3501H Software App No. (field 2) - Read Only u16 Number
3502H Software App No. (field 3) - Read Only u16
3503H Software App No. (field 4) - Read Only u16
3504H Software App No. (field 5) - Read Only u16
3505H Product Item No. (field 1) - Read Only u16 Product Item Number
3506H Product Item No. (field 2) - Read Only u16
3507H Product Item No. (field 3) - Read Only u16
3508H Product Item No. (field 4) - Read Only u16
3509H Product Item No. (field 5) - Read Only u16

5.14 NADA Status


Register Description Unit Read/Write Type Remarks
3600H NADA_BAT1_PackVolt 0.01V Read Only u16
3601H NADA_BAT1_Curr (-10000)*0.1A Read Only u16 9505#-49.5
3602H NADA_BAT1_RemCap 0.1AH Read Only u16
3603H NADA_BAT1_AverCellT (-400)*0.1oC Read Only u16
3604H NADA_BAT1_EnvT (-400)*0.1oC Read Only u16
3605H NADA_BAT1_WarnFlag - Read Only u16 Byte0
Bit0 1:Cell OV Alarm
0:None
Bit1 1:Cell UV Alarm
0:None
Bit2 1:Pack OV Alarm
0:None
Bit3 1:Pack UV Alarm
0:None
Bit4 1:Chg OC Alarm
0:None
Bit5 1:Disg OC Alarm

Page 25 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
0:None
Bit6 1:Cell OT Alarm
0:None
Bit7 1:Cell UT Alarm
0:None
Byte1
Bit0 1:Env OT Alarm
0:None
Bit1 1:Env UT Alarm
0:None
Bit2 1:PCB OT Alarm
0:None
Bit3 1:SOC Low Alarm
0:None
Bit4 1:Diff Volt Alarm 0
3606H NADA_BAT1_ProtectionFlag Read Only u16 Byte0
Bit0 1:Cell OV Protect
0:None
Bit1 1:Cell UV Protect
0:None
Bit2 1:Pack OV Protect
0:None
Bit3 1:Pack UV Protect
0:None
Bit4 1:SC Protect 0:None
Bit5 1:OC Protect 0:None
Bit6 1:Chg OT Protect
0:None
Bit7 1:Chg UT Protect
0:None
Byte1
Bit0 1:Disg OT Protect
0:None
Bit1 1:Disg UT Protect
0:None
Bit2-Bit7 Reserved
3607H NADA_BAT1_FaultStatus Read Only u16 Byte0(Fault)
Bit0 1:Front-end Sample
Error 0:None
Bit1 1:Temp Sense
Disconnect 0:None
Bit2 1: Inversed Graft Error
0:None
Bit3-Bit7 Reserved

Byte1(Status)
Bit0 1:Charging 0:None
Bit1 1:Discharging 0:None
Bit2 1:Chg MOS Connect
0:Chg MOS Disconnect
Bit3 1:Disg MOS Connect
0:Disg MOS Disconnect
Bit4 1:Limit Current Enable
0:Limit Current Disable

Page 26 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
Bit5-Bit7 Reserved
3608H NADA_BAT1_SOC 0.01% Read Only u16
3609H NADA_BAT1_ProdtStyl(Field1) Read Only u16
360AH NADA_BAT1_ProdtStyl(Field2) Read Only u16
360BH NADA_BAT1_ProdtStyl(Field3) Read Only u16 ASCII
360CH NADA_BAT1_ProdtStyl(Field4) Read Only u16
360DH NADA_BAT1_ProdtStyl(Field5) Read Only u16
360EH NADA_BAT1_ProdtStyl(Field6) Read Only u16
360FH NADA_BAT1_SoftwareVer Read Only u16 0x0A0A, Ver: V10.10
3610H NADA_BAT1_HardwareVer(Field1) Read Only u16 0x010a0b0200 Ver:
3611H NADA_BAT1_HardwareVer(Field2) Read Only u16 V01.10.11.02.00
3612H NADA_BAT1_HardwareVer(Field3) Read Only u16
3613H NADA_BAT1_Serial(Field1) Read Only u16
3614H NADA_BAT1_Serial(Field2) Read Only u16
3615H NADA_BAT1_Serial(Field3) - Read Only u16
3616H NADA_BAT1_Serial(Field4) Read Only u16
3617H NADA_BAT1_Serial(Field5) Read Only u16
3618H NADA_BAT1_Serial(Field6) Read Only u16 ASCII
3619H NADA_BAT1_Serial(Field7) Read Only u16
361AH NADA_BAT1_Serial(Field8) Read Only u16
361BH NADA_BAT1_Serial(Field9) Read Only u16
361CH NADA_BAT1_Serial(Field10) Read Only u16
361DH NADA_BAT2_PackVolt 0.01V Read Only u16
361EH NADA_BAT2_Curr (-10000)*0.1A Read Only u16 9505#-49.5
361FH NADA_BAT2_RemCap 0.1AH Read Only u16
3620H NADA_BAT2_AverCellT (-400)*0.1oC Read Only u16 0x010a0b0200 Ver:
V01.10.11.02.00
3621H NADA_BAT2_EnvT (-400)*0.1oC Read Only u16
3622H NADA_BAT2_WarnFlag Read Only u16 As above (3605H)
3623H NADA_BAT2_ProtetionFlag Read Only u16 As above (3606H)
3624H NADA_BAT2_FaultStatus Read Only u16 As above (3607H)
3625H NADA_BAT2_SOC 0.01% Read Only u16
3626H NADA_BAT2_ProdtStyl(Field1) Read Only u16
3627H NADA_BAT2_ProdtStyl(Field2) Read Only u16
3628H NADA_BAT2_ProdtStyl(Field3) Read Only u16 ASCII
3629H NADA_BAT2_ProdtStyl(Field4) Read Only u16
362AH NADA_BAT2_ProdtStyl(Field5) Read Only u16
362BH NADA_BAT2_ProdtStyl(Field6) Read Only u16
362CH NADA_BAT2_SoftwareVer Read Only u16 0x0A0A, Ver: V10.10
362DH NADA_BAT2_HardwareVer(Field1) Read Only u16 0x010a0b0200 Ver:
362EH NADA_BAT2_HardwareVer(Field2) Read Only u16 V01.10.11.02.00
362FH NADA_BAT2_HardwareVer(Field3) Read Only u16
3630H NADA_BAT2_Serial(Field1) Read Only u16
3631H NADA_BAT2_Serial(Field2) Read Only u16
3632H NADA_BAT2_Serial(Field3) Read Only u16
3633H NADA_BAT2_Serial(Field4) Read Only u16
3634H NADA_BAT2_Serial(Field5) Read Only u16
3635H NADA_BAT2_Serial(Field6) - Read Only u16 ASCII
3636H NADA_BAT2_Serial(Field7) Read Only u16
3637H NADA_BAT2_Serial(Field8) Read Only u16
3638H NADA_BAT2_Serial(Field9) Read Only u16
3639H NADA_BAT2_Serial(Field10) Read Only u16

Page 27 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
363AH NADA_BAT3_PackVolt 0.01V Read Only u16
363BH NADA_BAT3_Curr (-10000)*0.1A Read Only u16 9505#-49.5
363CH NADA_BAT3_RemCap 0.1AH Read Only u16
363DH NADA_BAT3_AverCellT (-400)*0.1oC Read Only u16
363EH NADA_BAT3_EnvT (-400)*0.1oC Read Only u16
363FH NADA_BAT3_WarnFlag Read Only u16 As above (3605H)
3640H NADA_BAT3_ProtetionFlag Read Only u16 As above (3606H)
3641H NADA_BAT3_FaultStatus Read Only u16 As above (3607H)
3642H NADA_BAT3_SOC 0.01% Read Only u16
3643H NADA_BAT3_ProdtStyl(Field1) Read Only u16
3644H NADA_BAT3_ProdtStyl(Field2) Read Only u16
3645H NADA_BAT3_ProdtStyl(Field3) - Read Only u16 ASCII
3646H NADA_BAT3_ProdtStyl(Field4) Read Only u16
3647H NADA_BAT3_ProdtStyl(Field5) Read Only u16
3648H NADA_BAT3_ProdtStyl(Field6) Read Only u16
3649H NADA_BAT3_SoftwareVer Read Only u16 0x0A0A, Ver: V10.10
364AH NADA_BAT3_HardwareVer(Field1) Read Only u16 0x010a0b0200 Ver:
364BH NADA_BAT3_HardwareVer(Field2) Read Only u16 V01.10.11.02.00
364CH NADA_BAT3_HardwareVer(Field3) Read Only u16
364DH NADA_BAT3_Serial(Field1) Read Only u16
364EH NADA_BAT3_Serial(Field2) Read Only u16
364FH NADA_BAT3_Serial(Field3) Read Only u16
3650H NADA_BAT3_Serial(Field4) Read Only u16
3651H NADA_BAT3_Serial(Field5) Read Only u16 ASCII
3652H NADA_BAT3_Serial(Field6) Read Only u16
3653H NADA_BAT3_Serial(Field7) Read Only u16
3654H NADA_BAT3_Serial(Field8) Read Only u16
3655H NADA_BAT3_Serial(Field9) - Read Only u16
3656H NADA_BAT3_Serial(Field10) Read Only u16
3657H NADA_BAT4_PackVolt 0.01V Read Only u16
3658H NADA_BAT4_Curr (-10000)*0.1A Read Only u16 9505#-49.5
3659H NADA_BAT4_RemCap 0.1AH Read Only u16
365AH NADA_BAT4_AverCellT (-400)*0.1oC Read Only u16
365BH NADA_BAT4_EnvT (-400)*0.1oC Read Only u16
365CH NADA_BAT4_WarnFlag Read Only u16 As above (3605H)
365DH NADA_BAT4_ProtetionFlag Read Only u16 As above (3606H)
365EH NADA_BAT4_FaultStatus Read Only u16 As above (3607H)
365FH NADA_BAT4_SOC 0.01% Read Only u16
3660H NADA_BAT4_ProdtStyl(Field1) Read Only u16
3661H NADA_BAT4_ProdtStyl(Field2) Read Only u16
3662H NADA_BAT4_ProdtStyl(Field3) Read Only u16 ASCII
3663H NADA_BAT4_ProdtStyl(Field4) Read Only u16
3664H NADA_BAT4_ProdtStyl(Field5) Read Only u16
3665H NADA_BAT4_ProdtStyl(Field6) Read Only u16
3666H NADA_BAT4_SoftwareVer Read Only u16 0x0A0A, Ver: V10.10
3667H NADA_BAT4_HardwareVer(Field1) Read Only u16 0x010a0b0200 Ver:
3668H NADA_BAT4_HardwareVer(Field2) Read Only u16 V01.10.11.02.00
3669H NADA_BAT4_HardwareVer(Field3) Read Only u16
366AH NADA_BAT4_Serial(Field1) Read Only u16
366BH NADA_BAT4_Serial(Field2) Read Only u16
366CH NADA_BAT4_Serial(Field3) Read Only u16
366DH NADA_BAT4_Serial(Field4) Read Only u16

Page 28 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
366EH NADA_BAT4_Serial(Field5) Read Only u16 ASCII
366FH NADA_BAT4_Serial(Field6) Read Only u16
3670H NADA_BAT4_Serial(Field7) Read Only u16
3671H NADA_BAT4_Serial(Field8) Read Only u16
3672H NADA_BAT4_Serial(Field9) Read Only u16
3673H NADA_BAT4_Serial(Field10) Read Only u16

5.15 Generator Status


Register Description Unit Read/Write Type Remarks
3700H Operating Status - Read Only u16 0-Not in operation
1-Long charge (pre)
2-Long charge
3-Daily charge (pre)
4-Daily charge
5-Voltage charge (pre)
6-Voltage charge
7-Capacity charge (pre)
8-Capacity charge
9-Monthly charge (pre)
10-Mnthly charge
11-Manual charge (pre)
12-Manual charge
3701H Completion Delay Timer min Read Only u16
3702H Long Charge Timer min Read Only u16
3703H Voltage Charging Timer min Read Only u16
3704H Fuel Tank 1 Remaining Capacity - Read Only u16
3705H Fuel Tank 2 Remaining Capacity - Read Only u16
3706H Total Fuel Consumption - Read Only u32
3707H
3708H IO Module 1 Level 1 - Read Only u16
3709H IO Module 1 Level 2 - Read Only u16
370AH IO Module 2 Level 1 - Read Only u16
370BH IO Module 2 Level 2 - Read Only u16
370CH IO Module 1 Level 1 Sensor - Read Only u16 0:Normal, 1:Fault
370DH IO Module 1 Level 2 Sensor - Read Only u16 0:Normal, 1:Fault
370EH IO Module 2 Level 1 Sensor - Read Only u16 0:Normal, 1:Fault
370FH IO Module 2 Level 2 Sensor - Read Only u16 0:Normal, 1:Fault
3710H Generator ON state - Read Only u16 Bit0: Gen-1-ON
Bit1: GEN-2-ON
3711H Generator Trigger state - Read Only u16 Bit0: Gen-1-ON
Bit1: GEN-2-ON
3712H Reserved
~ 371FH
3720H - Read Only u32 Day 1 (send low 16
3721H Log Record 1 followed by high 16); 15 9C
01 34 - 20190620

Page 29 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
3722H - Read Only u16 Day 1: Energy consumption
for the day
3723H min Read Only u16 Day 1: Operating time of
the day
……..
3784H - Read Only u32 Day 26
3785H Log Record 26
3786H - Read Only u16 Day 26: Energy
consumption for the day
3787H min Read Only u16 Day 26: Operating time of
the day
……..
37ECH - Read Only u32 Day 52
37EDH Log Record 52
37EEH - Read Only u16 Day 52: Energy
consumption for the day
37EFH min Read Only u16 Day 52: Operating time of
the day
37F0H ~ Reserved
37FFH

5.16 Peak Shaving Status


Register Description Unit Read/Write Type Remarks
3800H Operating mode - Read Only u16 0:Normal mode 1:Peak
shaving mode
3801H Error flag - Read Only u16 0:Normal 1:Fault
3802H Accumulated cost 0.01 Read Only u32 Transmit high byte,
3803H followed by low byte
3804H
3805H
3806H
3807H
3808H Reserved
3809H
380AH
380BH
380CH

5.17 Energy Record


Register Description Unit Read/Write Type Remarks
C000H Load Record 1 Field 1 - Read Only Float Total load power (transmit
C001H low 16 followed by high
16); reads up to 4 records
at a time
C002H Load Record 1 Field 2 - Read Only Float Load 1 Energy
C003H
…….. …….. - Read Only Float ……..
C020H Load Record 1 Field 17 - Read Only Float Load 16 Energy

Page 30 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
C021H
C022H Load Record 1 Field 18 - Read Only Float Special Load 1 Energy
C023H
…….. - Read Only Float
C028H Load Record 1 Field 21 - Read Only Float Special Load 4 Energy
C029H
C02AH Load Record 1 Field 22 - Read Only Float Specific Number
C02BH
C02CH Load Record 1 Field 23 - Read Only Float Peak Energy Savings
C02DH
C02EH Load Record 1 Field 24 to 25 - Read Only Float Reserved
C031H
C032H Load Record 2 Field 1 - Read Only Float
C033H
…….. …….. …….. …….. ……..
D386H Load Record 100 - Read Only Float
D387H

6. Register Address Definition (Read and Write)

6.1 DC Data
Register Description Unit Read/Write Type Remarks
4000H Max System Voltage 0.01V Read/Write u16 [4000, 5800, 6000]
4001H Min System Voltage 0.01V Read/Write u16 [4000, 4320, 6000]
4002H Bus Voltage Low -1 0.01V Read/Write u16 [4000, 5280, 6000]
4003H Bus Voltage Low -2 0.01V Read/Write u16 [4000, 4800, 6000]
4004H Bus Voltage High -1 0.01V Read/Write u16 [4000, 5570, 6000]
4005H Bus Voltage High -2 0.01V Read/Write u16 [4000, 5760, 6000]
4006H System Overload % % Read/Write u16 [10, 85, 400]
4007H No. of DC Sampling Units - Read/Write - [0, 0, 2]
4008H Reserved
~ 401FH

6.2 AC Data
Register Description Unit Read/Write Type Remarks
4020H AC High Voltage Threshold V Read/Write u16 [221, 275, 300]
4021H AC Low Voltage Threshold V Read/Write u16 [150, 185, 219]
4022H AC Overcurrent Threshold A Read/Write u16 [1, 200, 500]
4023H AC Freq High Threshold Hz Read/Write u16 [1, 60, 100]
4024H AC Freq Low Threshold Hz Read/Write u16 [1, 40, 100]
4025H No. of AC Sampling Units - Read/Write - [0, 0, 2]
4026H C.T. Ratio - Read/Write u16
4027H No. of Phase -Module Type - Read/Write u16 [0x00 - 1 phase; 0x01 - 3 phase]
4028H Reserved
~ 402FH

Page 31 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
6.3 Battery Data
Register Description Unit Read/Write Type Remarks
4030H No. of Batt Bank and - Read/Write u16 Bit0--bit7: No. of Cell Interval
Cell/Block Interval bit8--bit15: No. of Batt Banks
4031H Batt Bank 1 Capacity AH Read/Write u16 [0, 200, 100000]
4032H Batt Bank 2 Capacity AH Read/Write u16 [0, 200, 100000]
4033H Batt Bank 3 Capacity AH Read/Write u16 [0, 200, 100000]
4034H Batt Bank 4 Capacity AH Read/Write u16 [0, 200, 100000]
4035H No. of Batt Sampling Units - Read/Write u16 [0, 0, 8]
4036H Batt Sampling Unit 1 - Read/Write u16 [0, 0, 54]
4037H Batt Sampling Unit 2 - Read/Write u16 [0, 0, 54]
4038H Batt Sampling Unit 3 - Read/Write u16 [0, 0, 54]
4039H Batt Sampling Unit 4 - Read/Write u16 [0, 0, 54]
403AH Batt Sampling Unit 5 - Read/Write u16 [0, 0, 54]
403BH Batt Sampling Unit 6 - Read/Write u16 [0, 0, 54]
403CH Batt Sampling Unit 7 - Read/Write u16 [0, 0, 54]
403DH Batt Sampling Unit 8 - Read/Write u16 [0, 0, 54]
403EH ~ Reserved
403FH
4040H Equalize Charge Voltage 0.01V Read/Write u16 [4000, 4500, 6000]
Threshold
4041H Float to Equalize Current - Read/Write u16 Enable [0x14]; Disable [0x15]
Flow % Enable
4042H Float to Equalize Current 1% Read/Write u16 [1, 5, 100]
Flow %
4043H Float to Equalize Start - Read/Write u16 Enable [0x14]; Disable [0x15]
Threshold Cap % Enable
4044H Float to Equalize Start 1% Read/Write u16 [1, 60, 100]
Threshold Capacity %
4045H Float to Equalize Sec Read/Write u16 [1, 10, 600]
Confirmation Time
4046H Float to Equalize AC-ERR - Read/Write u16 Enable [0x14]; Disable [0x15]
Confirmation Time Enable
4047H Float to Equalize AC-ERR Min Read/Write u16 [1, 30, 60000]
Confirmation Time
4048H Periodic Equalize Time - Read/Write u16 Enable [0x14]; Disable [0x15]
Enable
4049H Periodic Equalize Time Hour Read/Write u16 [1, 90*24, 60000]
Limit
404AH Float Target Voltage 0.01V Read/Write u16 [4000, 5400, 6000]
404BH Float Current Limit % 1% Read/Write u16 [0, 50, 400]
404EH ~ Reserved
404FH
4050H Equalize Charge Enable - Read/Write u16 Enable [0x14]; Disable [0x15]
4051H Equalization Time Limit Min Read/Write u16 [1, 600, 60000]
4052H Equalization Capacity % - Read/Write u16 Enable [0x14]; Disable [0x15]
Enable
4053H Equalization Capacity % 1% Read/Write u16 [1, 100, 200]
4054H Equalize Charge Capacity % - Read/Write u16 Enable [0x14]; Disable [0x15]
Enable
4055H Equalize Charge Capacity % 1% Read/Write u16 [1, 100, 200]

Page 32 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
4056H Equalize to Float Current % 1% Read/Write u16 [0, 1, 100]
4057H Equalize Charge Complete Min Read/Write u16 [0, 180, 60000]
Time Limit
4058H Equalize Charge Target 0.01V Read/Write u16 [4000, 5640, 6000]
Voltage
4059H Equalize Charge Limit % 1% Read/Write u16 [0, 10, 400]
405AH Equalize Charge Fixed Time Min Read/Write u16 [0, 1440, 60000]
Limit
405BH Exit Equalize Charge due to - Read/Write u16 Enable [0x14]; Disable [0x15]
Fault Enable
405EH ~ Reserved
405FH
4060H Battery Test Enable - Read/Write u16 Enable [0x14]; Disable [0x15]
4061H Test Process Time Limit Min Read/Write u16 [0, 180, 600]
4062H Test Fixed Time Limit Min Read/Write u16 [0, 1440, 60000]
4063H Automatic Discharge Test - Read/Write u16 Enable [0x14]; Disable [0x15]
Cycle Enable
4064H Automatic Discharge Test Day Read/Write u16 [1, 180, 720]
Cycle
4065H Test Process Capacity - Read/Write u16 Enable [0x14]; Disable [0x15]
Enable
4066H Test Process Capacity % 1% Read/Write u16 [1, 20, 100]
4067H Test Total Capacity Enable - Read/Write u16 Enable [0x14]; Disable [0x15]
4068H Test Total Capacity % 1% Read/Write u16 [1, 80, 100]
4069H Test Completion Time Sec Read/Write u16 [0, 3, 60000]
Limit
406AH Test Target Voltage 0.01V Read/Write u16 [4000, 5000, 6000]
406BH Test Current Limit % 1% Read/Write u16 [-400, -10, 0]
406EH ~ Reserved
406FH
4070H Batt Current Limit Enable - Read/Write u16 Enable [0x14]; Disable [0x15]
4071H Temp Compensation - Read/Write u16 Enable [0x14]; Disable [0x15]
Enable
4072H Temp Compensation 0.01oC Read/Write u16 [0, 2000, 4000]
Reference Value
4073H Temp Compensation mV/oC Read/Write u16 [-40, -2, 40]
Gradient
4074H AVC Enable - Read/Write u16 Enable [0x14]; Disable [0x15]
4075H Batt Discharge Limit % 1% Read/Write u16 [-20, -3, 20]
4076H Batt Overcurrent Limit 1% Read/Write u16 [5, 30, 400]
4077H Single Cell High Voltage 0.01V Read/Write u16 [0, 240, 2000]
Threshold
4078H Single Cell Low Voltage 0.01V Read/Write u16 [0, 180, 2000]
Threshold
4079H Equalize Charge Trigger - Read/Write u16 Trigger [0x01]; Stop [0x02]
407AH Battery Test Trigger - Read/Write u16 Trigger [0x01]; Stop [0x02]
407BH Types of Battery - Read/Write u16 Lead Acid Battery [0x01];
Lithium Ion Battery [0x02]
407EH ~ Reserved
407FH
4080H Batt Sym Check Enable - Read/Write u16 Enable [0x14]; Disable [0x15]
4081H Batt Sym Voltage Check - Read/Write u16 12V [0x01]; 24V [0x02]
Level

Page 33 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
4082H Batt Sym Check Mode - Read/Write u16 Continuous Mode [0x01];
Check during discharge [0x02]
4083H Batt Sym Check Delay Min Read/Write u16 [0, 8, 60]
No. of mins to delay the
symmetry measurements after
the start of discharge mode
4084H Batt Sym High Voltage 0.01V Read/Write u16
Alarm Threshold
4085H Batt Sym Low Voltage 0.01V Read/Write u16
Alarm Threshold
4086H Reserved
~ 40FFH

6.4 DI (Digital Input) Data


Register Description Unit Read/Write Type Remarks
4100H Open (0-27) Logic Type - Read/Write u32 Open logical type definition:
Positive logic [0];
Negative logic [1]
Bit0~bit5 open 1 ~ open 6
Bit6~bit13 battery fuse 1 ~ battery
fuse 8
Bit14 load fuse -VE
Bit15 load fuse +VE
4101H Open logical type definition:
Positive logic [0];
Negative logic [1]
Bit16~bit21 open 1 ~ open 6
(extension board 1)
Bit22~bit27 open 1 ~ open 6
(extension board 2)
Bit28--bit31: Reserved
4102H Open 0 Function Definition - Read/Write u16 00H: DI's own function
4103H Open 1 Function Definition - Read/Write u16 01H: MOV1 failure
4104H Open 2 Function Definition - Read/Write u16 02H: MOV2 failure
4105H Open 3 Function Definition - Read/Write u16 03H: Battery test
4106H Open 4 Function Definition - Read/Write u16 04H: Equalization starts
4107H Open 5 Function Definition - Read/Write u16 05H: Generator operation
4108H Open 6 Function Definition - Read/Write u16 06H: AC 1 relay status
4109H Open 7 Function Definition - Read/Write u16 07H: AC 2 relay status
410AH Open 8 Function Definition - Read/Write u16 08H: Battery fuse 1 fault
410BH Open 9 Function Definition - Read/Write u16 09H: Battery fuse 2 fault
410CH Open 10 Function Definition - Read/Write u16 0AH: Battery fuse 3 fault
0BH: Battery fuse 4 fault
410DH Open 11 Function Definition - Read/Write u16
0CH: Battery fuse 5 fault
410EH Open 12 Function Definition - Read/Write u16
0DH: Battery fuse 6 fault
410FH Open 13 Function Definition - Read/Write u16
0EH: Battery fuse 7 fault
4110H Open 14 Function Definition - Read/Write u16
0FH: Battery fuse 8 fault
4111H Open 15 Function Definition - Read/Write u16
10H: Load fuse -VE fault
4112H Open 16 Function Definition - Read/Write u16 11H: Load fuse +VE fault
4113H Open 17 Function Definition - Read/Write u16 12H: ACD failure
4114H Open 18 Function Definition - Read/Write u16 13H: LVD1 status
4115H Open 19 Function Definition - Read/Write u16

Page 34 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
4116H Open 20 Function Definition - Read/Write u16 14H: LVD2 status
4117H Open 21 Function Definition - Read/Write u16 15H: Custom communication
4118H Open 22 Function Definition - Read/Write u16 failure
4119H Open 23 Function Definition - Read/Write u16
411AH Open 24 Function Definition - Read/Write u16
411BH Open 25 Function Definition - Read/Write u16
411CH Open 26 Function Definition - Read/Write u16
411DH Open 27 Function Definition - Read/Write u16
411EH ~ Reserved
411FH
4120H Open 0 Custom Function - Read/Write u16 Open 0 custom function name.
Name (field 1) Length is 12bytes, high byte is
4121H Open 0 Custom Function - Read/Write u16 transmitted first.
Name (field 2)
4122H Open 0 Custom Function - Read/Write u16
Name (field 3)
4123H Open 0 Custom Function - Read/Write u16
Name (field 4)
4124H Open 0 Custom Function - Read/Write u16
Name (field 5)
4125H Open 0 Custom Function - Read/Write u16
Name (field 6)
4126H Open 1 Custom Function - Read/Write u16 Open 1 custom function name.
Name (field 1) Length is 12bytes, high byte is
4127H Open 1 Custom Function - Read/Write u16 transmitted first.
Name (field 2)
4128H Open 1 Custom Function - Read/Write u16
Name (field 3)
4129H Open 1 Custom Function - Read/Write u16
Name (field 4)
412AH Open 1 Custom Function - Read/Write u16
Name (field 5)
412BH Open 1 Custom Function - Read/Write u16
Name (field 6)
……….
41C2H Open 27 Custom Function - Read/Write u16 Open 27 custom function name.
Name (field 1) Length is 12bytes, high byte is
41C3H Open 27 Custom Function - Read/Write u16 transmitted first.
Name (field 2)
41C4H Open 27 Custom Function - Read/Write u16
Name (field 3)
41C5H Open 27 Custom Function - Read/Write u16
Name (field 4)
41C6H Open 27 Custom Function - Read/Write u16
Name (field 5)
41C7H Open 27 Custom Function - Read/Write u16
Name (field 6)
41C8H Reserved
~ 41CFH
41D0H Batt Fuse 1 Digital Sampling 0.01V Read/Write u16 [0, 50, 250]
Size Simulation Limit
41D1H Batt Fuse 2 Digital Sampling 0.01V Read/Write u16 [0, 50, 250]
Size Simulation Limit

Page 35 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
41D2H Batt Fuse 3 Digital Sampling 0.01V Read/Write u16 [0, 50, 250]
Size Simulation Limit
41D3H Batt Fuse 4 Digital Sampling 0.01V Read/Write u16 [0, 50, 250]
Size Simulation Limit
41D4H Batt Fuse 5 Digital Sampling 0.01V Read/Write u16 [0, 50, 250]
Size Simulation Limit
41D5H Batt Fuse 6 Digital Sampling 0.01V Read/Write u16 [0, 50, 250]
Size Simulation Limit
41D6H Batt Fuse 7 Digital Sampling 0.01V Read/Write u16 [0, 50, 250]
Size Simulation Limit
41D7H Batt Fuse 8 Digital Sampling 0.01V Read/Write u16 [0, 50, 250]
Size Simulation Limit
41D8H Reserved
~ 41FFH

6.5 DO (Digital Output) Data


Register Description Unit Read/Write Type Remarks
4200H Open (0-27) Logic Type - Read/Write u32 DO logic type,
4201H Positive logic [0],
Negative logic [1]
Bit0~bit5 DO0 - DO5 (main board)
Bit6~bit11 DO0 - DO5 (expansion
board 1)
Bit12~bit17 DO0 - DO5 (expansion
board 2)
Bit18--bit31 Reserved
4202H Open 0 Custom Name field 1 - Read/Write u16 Open 0 custom name.
4203H Open 0 Custom Name field 2 - Read/Write u16 Length is 12bytes, high byte is
4204H Open 0 Custom Name field 3 - Read/Write u16 transmitted first.
4205H Open 0 Custom Name field 4 - Read/Write u16
4206H Open 0 Custom Name field 5 - Read/Write u16
4207H Open 0 Custom Name field 6 - Read/Write u16
4208H Open 1 Custom Name field 1 - Read/Write u16 Open 1 custom name.
4209H Open 1 Custom Name field 2 - Read/Write u16 Length is 12bytes, high byte is
420AH Open 1 Custom Name field 3 - Read/Write u16 transmitted first.
420BH Open 1 Custom Name field 4 - Read/Write u16
420CH Open 1 Custom Name field 5 - Read/Write u16
420DH Open 1 Custom Name field 6 - Read/Write u16
……….
4268H Open 17 Custom Name - Read/Write u16 Open 17 custom name.
field 1 Length is 12bytes, high byte is
4269H Open 17 Custom Name - Read/Write u16 transmitted first.
field 2
426AH Open 17 Custom Name - Read/Write u16
field 3
426BH Open 17 Custom Name - Read/Write u16
field 4
426CH Open 17 Custom Name - Read/Write u16
field 5
426DH Open 17 Custom Name - Read/Write u16
field 6

Page 36 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
426EH ~ Reserved
42FFH

6.6 LVD Data


Register Description Unit Read/Write Type Remarks
4300H LVD inhibit time Sec Read/Write u16 [10, 30, 600]
4301H LVD1 control mode - Read/Write u16 Auto [0x14], Disable [0x15],
Manually connect [0x16],
Manually disconnect [0x17]
4302H LVD1 control confirm time Sec Read/Write u16 [10, 30, 600]
4303H LVD1 disable mode - Read/Write u16 Connect [0x00], Disconnect [0x01]
4304H LVD1 auto failure mode - Read/Write u16 Keep the status [0x00], Connect
[0x01], Disconnect [0x02]
4305H LVD1 self-recovery enable - Read/Write u16 Enable-0; Disable-1; Default-0
4306H LVD1 self-mode - Read/Write u16 Normally open with contact
[0x00]; Normally closed with
contact [0x01]; Normally open
without contact [0x02];
Normally closed without contact
[0x03]
4307H LVD1 connect voltage 0.01V Read/Write u16 [3500, 5000, 6000]
4308H LVD1 disconnect voltage 0.01V Read/Write u16 [3500, 4700, 6000]
4309H LVD1 AC connect enable - Read/Write u16 Enable [0x14]; Disable [0x15]
430AH LVD1 AC connect confirm Min Read/Write u16 [1, 30, 60000]
time
430BH LVD1 AC disconnect enable - Read/Write u16 Enable [0x14]; Disable [0x15]
430CH LVD1 AC disconnect Min Read/Write u16 [1, 30, 60000]
confirm time
430DH LVD1 auxiliary temp enable - Read/Write u16
430EH LVD2 control mode - Read/Write u16 Auto [0x14], Disable [0x15],
Manually connect [0x16],
Manually disconnect [0x17]
430FH LVD2 control confirm time Sec Read/Write u16 [10, 30, 600]
4310H LVD2 disable mode - Read/Write u16 Connect [0x00], Disconnect [0x01]
4311H LVD2 auto failure mode - Read/Write u16 Keep the status [0x00], Connect
[0x01], Disconnect [0x02]
4312H LVD2 self-recovery enable - Read/Write u16 Enable-0; Disable-1; Default-0
4313H LVD2 self-mode - Read/Write u16 Normally open with contact
[0x00]; Normally closed with
contact [0x01]; Normally open
without contact [0x02];
Normally closed without contact
[0x03]
4314H LVD2 connect voltage 0.01V Read/Write u16 [3500, 5000, 6000]
4315H LVD2 disconnect voltage 0.01V Read/Write u16 [3500, 4700, 6000]
4316H LVD2 AC connect enable - Read/Write u16 Enable [0x14]; Disable [0x15]
4317H LVD2 AC connect confirm Min Read/Write u16 [1, 30, 60000]
time
4318H LVD2 AC disconnect enable - Read/Write u16 Enable [0x14]; Disable [0x15]
4319H LVD2 AC disconnect Min Read/Write u16 [1, 30, 60000]
confirm time

Page 37 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
431AH LVD2 auxiliary temp enable - Read/Write u16
431BH Reserved
~ 43FFH

6.7 Rectifier Data


Register Description Unit Read/Write Type Remarks
4400H Preset Voltage 0.01V Read/Write u16 [4000, 5400, 6000]
4401H Output Current Limit 0.01A Read/Write u16
4402H AC Input Current Limit 0.01A Read/Write u16 [0, 10000, 10000]
4403H Rectifier Start Output Sec Read/Write u16 [1, 10, 100]
Delay Time
4404H Rectifier Output % Read/Write u16 [1, 20, 100]
Gradient %
4405H Rectifier Output 0.01V Read/Write u16 [4000, 5970, 6000]
Over-voltage Shutdown
Threshold
4406H Number of Rectifiers - Read/Write u16 [1, 24, 40]
4407H- Reserved
440DH
440EH Rectifier Start Control - Write - 1-40, corresponding to the 1-40
module start;
0 all modules boot;
Unconfigured module will return
03 error response
440FH Rectifier Shutdown Control - Write - 1-40, corresponding to 1-40
module shutdown;
85 (55H) all modules shut down,
Unconfigured module will return
03 error response
4410H Rectifier on/off control (#1 - Read/Write - The bit controls module on/off.
to #16) Shut down [0], power on [1]
Bit0: #1 module
Bit1: #2 module
......
Bit15: #16 module
4411H Rectifier on/off control - Read/Write - The bit controls module on/off.
(#17 to #32) Shut down [0], power on [1]
Bit0: #17 module
Bit1: #18 module
......
Bit15: #32 module
4412H Rectifier on/off control - Read/Write - The bit controls module on/off.
(#33 to #40) Shut down [0], power on [1]
Bit0: #33 module
Bit1: #34 module
......
Bit7: #40 module
Bit8-bit15: Reserved
4413H Rectifier on/off control - Read/Write - Reserved
(reserved)
4414H Rectifier LED control (#1 to - Read/Write - The bit manages LED control.

Page 38 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
#16) Shut down [0], power on [1]
Bit0: #1 module
Bit1: #2 module
......
Bit15: #16 module
4415H Rectifier LED control (#17 - Read/Write - The bit manages LED control.
to #32) Shut down [0], power on [1]
Bit0: #17 module
Bit1: #18 module
......
Bit15: #32 module
4416H Rectifier LED control (#33 - Read/Write - The bit manages LED control.
to #40) Shut down [0], power on [1]
Bit0: #33 module
Bit1: #34 module
......
Bit7: #40 module
Bit8-bit15: Reserved
4417H Rectifier LED control - Read/Write - Reserved
(reserved)
4418H- Reserved
441FH
4420H Rectifier Fault Masking - Read/Write - Enable [0x14]; Disable [0x15]
during AC Fault
4421H Module Walk-in time - Read/Write - Reserved
4422H Genset Enable - Read/Write - Enable [0x14]; Disable [0x15]
4423H Genset Delay - Read/Write - Reserved
4424H No. of redundant modules - Read/Write - Reserved
4425H No. of modules critical - Read/Write - Reserved
alarm
4426H No. of modules general - Read/Write - Reserved
alarm
4427H- Reserved
45FFH

6.8 Temperature Data


Register Description Unit Read/Write Type Remarks
4600H High Ambient Temperature 0.01oC Read/Write s16 [2000, 4000, 10000]
Threshold
4601H Low Ambient Temperature 0.01oC Read/Write s16 [-4000, 0, 2000]
Threshold
4602H High Batt Temperature 0.01oC Read/Write s16 [2000, 4000, 10000]
Threshold
4603H Low Batt Temperature 0.01oC Read/Write s16 [-4000, 0, 2000]
Threshold
4604H Ambient Over Temp - Read/Write u16 Enable [0x14]; Disable [0x15]
Shutdown Enable
4605H High Ambient Temperature 0.01oC Read/Write s16 [3000, 7000, 10000]
Shutdown Threshold
4606H High Ambient Temperature 0.01oC Read/Write s16 [0, 6000, 10000]
Start Threshold

Page 39 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
4607H Low Ambient Temperature 0.01oC Read/Write s16 [-4000, -500, 6000]
Shutdown Threshold
4608H Low Ambient Temperature 0.01oC Read/Write s16 [-4000, 0, 6000]
Start Threshold
4609H- Reserved
463FH

6.9 LBRS Data


Register Description Unit Read/Write Type Remarks
4640H Sleep Enable - Read/Write u16 Enable [0x14]; Disable [0x15]
4641H Battery Test before Sleep - Read/Write u16 Enable [0x14]; Disable [0x15]
Enable
4642H No of Sleep Rectifier Mode - Read/Write u16 N+0 [0x00]; N+1 [0x01]
4643H Sleep mode % power % Read/Write u16 [30, 90, 100]
upper limit
4644H Sleep mode % power % Read/Write u16 [0, 40, 70]
lower limit
4645H Sleep mode efficiency % Read/Write u16 [30, 65, 100]
operating point
4646H Rectifier module cycle Min Read/Write u16 [2, 1440, 60000]
interval
4647H Rectifier module Sec Read/Write u16 [10, 60, 60000]
changeover time
4648H Sleep mode action time Sec Read/Write u16 [10, 60, 6000]
4649H Sleep mode pause time Sec Read/Write u16 [10, 60, 60000]
464AH Sleep mode current limit Sec Read/Write u16 [3, 30, 6000]
analysis timer limit
464BH Module position #1- #8 - Read/Write u16 [bit0, bit1]: #1 module position
Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
[bit2, bit3]: #2 module position
Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
......
[bit14, bit15]: #8 module position
Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
464CH Module position #9- #16 - Read/Write u16 [bit0, bit1]: #9 module position
Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
[bit2, bit3]: #10 module position
Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
......
[bit14, bit15]: #16 module
position Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
464DH Module position #17- #24 - Read/Write u16 [bit0, bit1]: #17 module position
Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
[bit2, bit3]: #18 module position

Page 40 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
......
[bit14, bit15]: #24 module
position Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
464EH Module position #25- #32 - Read/Write u16 [bit0, bit1]: #25 module position
Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
[bit2, bit3]: #26 module position
Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
......
[bit14, bit15]: #32 module
position Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
464FH Module position #33- #40 Read/Write u16 [bit0, bit1]: #33 module position
Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
[bit2, bit3]: #34 module position
Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
......
[bit14, bit15]: #40 module
position Unmatched [0,0], A[1,0],
B[0,1],C[1,1]
4650H- Reserved
469FH

6.10 ADC Data


Register Description Unit Read/Write Type Remarks
4700H Custom 1 Channel 1 - Read/Write u16
4701H Custom 1 Channel 2 - Read/Write u16
4702H Custom 2 Channel 1 - Read/Write u16
4703H Custom 2 Channel 2 - Read/Write u16
4704H Custom 3 Channel 1 - Read/Write u16
4705H Custom 3 Channel 2 - Read/Write u16
4706H Custom 4 Channel 1 - Read/Write u16
4707H Custom 4 Channel 2 - Read/Write u16
4708H Current Enable - Read/Write u32 bit representation
4709H Bit0: Total battery current OFF [0],
ON [1]
Bit1: Batt bank 1 current OFF [0],
ON [1]
Bit2: Batt bank 2 current OFF [0],
ON [1]
Bit3: Batt bank 3 current OFF [0],
ON [1]
Bit4: Batt bank 4 current OFF [0],
ON [1]
Bit5: Total load current OFF [0],

Page 41 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
ON [1]
Bit6: Load 1 current OFF [0], ON
[1]
Bit7: Load 2 current OFF [0], ON
[1]
Bit8: Load 3 current OFF [0], ON
[1]
Bit9: Load 4 current OFF [0], ON
[1]
Bit10: Load 5 current OFF [0], ON
[1]
Bit11: Load 6 current OFF [0], ON
[1]
Bit12: Load 7 current OFF [0], ON
[1]
Bit13: Load 8 current OFF [0], ON
[1]
Bit14: Load 9 current OFF [0], ON
[1]
Bit15: Load 10 current OFF [0], ON
[1]
Bit16: Load 11 current OFF [0], ON
[1]
Bit17: Load 12 current OFF [0], ON
[1]
Bit18: Load 13 current OFF [0], ON
[1]
Bit19: Load 14 current OFF [0], ON
[1]
Bit20: Load 15 current OFF [0], ON
[1]
Bit21: Load 16 current OFF [0], ON
[1]
470AH Current channel 1 function - Read/Write u16 None [0x60]
definition Total load current [0x61]
Total battery current [0x62]
Total rectifier output current
[0x63]
Battery Bank 1 Current [0x64]
Battery Bank 2 Current [0x65]
Battery Bank 3 Current [0x66]
Battery Bank 4 Current [0x67]
Load 1 current [0x68]
Load 2 current [0x69]
Load 3 current [0x6A]
Load 4 current [0x6B]
Load 5 current [0x6C]
Load 6 current [0x6D]
Load 7 current [0x6E]
Load 8 current [0x6F]
Load 9 current [0x70]
Load 10 current [0x71]
Load 11 current [0x72]
Load 12 current [0x73]

Page 42 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
Load 13 current [0x74]
Load 14 current [0x75]
Load 15 current [0x76]
Load 16 current [0x77]
470BH Current channel 1 offset - Read/Write s16 Sample Value
470CH Batt channel 1 shunt A Read/Write u16 Current Parameters
specifications (current) [0, 100, 4000]
470DH Batt channel 1 shunt mV Read/Write u16 Voltage Parameters
specifications (voltage) [0, 50, 100]
470EH Current channel 1 +ve/-ve - Read/Write u16 Positive [0x00]; Negative [0x01]
470FH Current channel 2 function - Read/Write u16 None [0x60]
definition Total load current [0x61]
Total battery current [0x62]
Total rectifier output current
[0x63]
Battery Bank 1 Current [0x64]
Battery Bank 2 Current [0x65]
Battery Bank 3 Current [0x66]
Battery Bank 4 Current [0x67]
Load 1 current [0x68]
Load 2 current [0x69]
Load 3 current [0x6A]
Load 4 current [0x6B]
Load 5 current [0x6C]
Load 6 current [0x6D]
Load 7 current [0x6E]
Load 8 current [0x6F]
4710H Current channel 2 offset - Read/Write s16 Sample Value
4711H Batt channel 2 shunt A Read/Write u16 Current Parameters
specifications (current) [0, 100, 4000]
4712H Batt channel 2 shunt mV Read/Write u16 Voltage Parameters
specifications (voltage) [0, 50, 100]
4713H Current channel 2 +ve/-ve - Read/Write u16 Positive [0x00]; Negative [0x01]
4714H Current channel 3 function - Read/Write u16 Current channel 3 - 26 is the DC
definition sample box channel. See current
channel 1 function definition
4715H Current channel 4 function - Read/Write u16 Current channel 3 - 26 is the DC
definition sample box channel. See current
channel 1 function definition
4716H Current channel 5 function - Read/Write u16 Current channel 3 - 26 is the DC
definition sample box channel. See current
channel 1 function definition
4717H Current channel 6 function - Read/Write u16 Current channel 3 - 26 is the DC
definition sample box channel. See current
channel 1 function definition
4718H Current channel 7 function - Read/Write u16 Current channel 3 - 26 is the DC
definition sample box channel. See current
channel 1 function definition
4719H Current channel 8 function - Read/Write u16 Current channel 3 - 26 is the DC
definition sample box channel. See current
channel 1 function definition
471AH Current channel 9 function - Read/Write u16 Current channel 3 - 26 is the DC
definition sample box channel. See current

Page 43 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
channel 1 function definition
471BH Current channel 10 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
471CH Current channel 11 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
471DH Current channel 12 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
471EH Current channel 13 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
471FH Current channel 14 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
4720H Current channel 15 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
4721H Current channel 16 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
4722H Current channel 17 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
4723H Current channel 18 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
4724H Current channel 19 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
4725H Current channel 20 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
4726H Current channel 21 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
4727H Current channel 22 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
4728H Current channel 23 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
4729H Current channel 24 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
472AH Current channel 26 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
472BH Current channel 26 - Read/Write u16 Current channel 3 - 26 is the DC
function definition sample box channel. See current
channel 1 function definition
472CH Temperature channel 1 - Read/Write u16 None [0x00];

Page 44 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
function definition Battery temperature [0x01];
Ambient temperature [0x02]
472DH Temperature channel 2 - Read/Write u16 None [0x00];
function definition Battery temperature [0x01];
Ambient temperature [0x02]
472EH- Reserved
47FFH

6.11 Alarm Data


Register Description Unit Read/Write Type Remarks
4800H Self Fault alarm mapping - Read/Write u32 Bit0~-bit11 alarm mapping,
4801H and level corresponds to 18 channels of DO,
where DO0--DO5 @ main board
DO6--DO11 @ expansion board 1,
DO12--DO17 @expansion board 2
Bit0: DO0 mapping
Bit1: DO1 mapping
Bit2: DO2 mapping
Bit3: DO3 mapping
Bit4: DO4 mapping
Bit5: DO5 mapping
Bit6: DO6 mapping
Bit7: DO7 mapping
Bit8: DO8 mapping
Bit9: DO9 mapping
Bit10: DO10 mapping
Bit11: DO11 mapping
Bit12: DO12 mapping
Bit13: DO13 mapping
Bit14: DO14 mapping
Bit15: DO15 mapping
Bit16: DO16 mapping
Bit17: DO17 mapping
Bit18: Spk
Bit19: LVD1
Bit20: LVD2
Bit21: Trap
Bit22--bit28: Reserved
Bit29--bit31: alarm level
0x00: None
0x01: General (Minor)
0x02: Major
0x03: Critical
Self-alarm, only map DO0--DO5
4802H AC Incoming Line 1 Fault - Read/Write u32 "bit0~-bit11 alarm mapping,
4803H alarm mapping and level corresponds to 18 channels of DO,
where DO0--DO5 @ main board
DO6--DO11 @ expansion board 1,
DO12--DO17 @expansion board 2
Bit0: DO0 mapping
Bit1: DO1 mapping
Bit2: DO2 mapping

Page 45 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
Bit3: DO3 mapping
Bit4: DO4 mapping
Bit5: DO5 mapping
Bit6: DO6 mapping
Bit7: DO7 mapping
Bit8: DO8 mapping
Bit9: DO9 mapping
Bit10: DO10 mapping
Bit11: DO11 mapping
Bit12: DO12 mapping
Bit13: DO13 mapping
Bit14: DO14 mapping
Bit15: DO15 mapping
Bit16: DO16 mapping
Bit17: DO17 mapping
Bit18: Spk
Bit19: LVD1
Bit20: LVD2
Bit21: Trap
Bit22--bit28: Reserved
Bit29--bit31: Alarm level
0x00: None
0x01: General (Minor)
0x02: Major
0x03: Critical
4804H AC Incoming Line 1 Fault - Read/Write u32
4805H alarm mapping and level
4806H AC Phase Loss alarm - Read/Write u32
4807H mapping and level
4808H AC Incoming Line 1 Phase - Read/Write u32
4809H A overvoltage alarm
mapping and level
480AH AC Incoming Line 1 Phase - Read/Write u32
480BH B overvoltage alarm
mapping and level
480CH AC Incoming Line 1 Phase - Read/Write u32
480DH C overvoltage alarm
mapping and level
480EH AC Incoming Line 1 Phase - Read/Write u32
480FH A undervoltage alarm
mapping and level
4810H AC Incoming Line 1 Phase - Read/Write u32
4811H B undervoltage alarm
mapping and level
4812H AC Incoming Line 1 Phase - Read/Write u32
4813H C undervoltage alarm
mapping and level
4814H AC Incoming Line 1 Phase - Read/Write u32
4815H A missing phase alarm
mapping and level
4816H AC Incoming Line 1 Phase - Read/Write u32
4817H B missing phase alarm
mapping and level

Page 46 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
4818H AC Incoming Line 1 Phase - Read/Write u32
4819H C missing phase alarm
mapping and level
481AH AC Incoming Line 1 Phase - Read/Write u32
481BH A overcurrent alarm
mapping and level
481CH AC Incoming Line 1 Phase - Read/Write u32
481DH B overcurrent alarm
mapping and level
481EH AC Incoming Line 1 Phase - Read/Write u32
481FH C overcurrent alarm
mapping and level
4820H AC Incoming Line 1 high - Read/Write u32
4821H frequency alarm mapping
and level
4822H AC Incoming Line 1 low - Read/Write u32
4823H frequency alarm mapping
and level
4824H AC Incoming Line 2 Phase - Read/Write u32
4825H A overvoltage alarm
mapping and level
4826H AC Incoming Line 2 Phase - Read/Write u32
4827H B overvoltage alarm
mapping and level
4828H AC Incoming Line 2 Phase - Read/Write u32
4829H C overvoltage alarm
mapping and level
482AH AC Incoming Line 2 Phase - Read/Write u32
482BH A undervoltage alarm
mapping and level
482CH AC Incoming Line 2 Phase - Read/Write u32
482DH B undervoltage alarm
mapping and level
482EH AC Incoming Line 2 Phase - Read/Write u32
482FH C undervoltage alarm
mapping and level
4830H AC Incoming Line 2 Phase - Read/Write u32
4831H A missing phase alarm
mapping and level
4832H AC Incoming Line 2 Phase - Read/Write u32
4833H B missing phase alarm
mapping and level
4834H AC Incoming Line 2 Phase - Read/Write u32
4835H C missing phase alarm
mapping and level
4836H AC Incoming Line 2 Phase - Read/Write u32
4837H A overcurrent alarm
mapping and level
4838H AC Incoming Line 2 Phase - Read/Write u32
4839H B overcurrent alarm
mapping and level
483AH AC Incoming Line 2 Phase - Read/Write u32
483BH C overcurrent alarm

Page 47 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
mapping and level
483CH AC Incoming Line 2 high - Read/Write u32
483DH frequency alarm mapping
and level
483EH AC Incoming Line 2 low - Read/Write u32
483FH frequency alarm mapping
and level
4840H Bus Voltage low -1 alarm - Read/Write u32
4841H mapping and level
4842H Bus Voltage low -2 alarm - Read/Write u32
4843H mapping and level
4844H Bus Voltage high -1 alarm - Read/Write u32
4845H mapping and level
4846H Bus Voltage high -2 alarm - Read/Write u32
4847H mapping and level
4848H System Overload alarm - Read/Write u32
4849H mapping and level
484AH Single Rectifier Fault alarm - Read/Write u32
484BH mapping and level
484CH Multiple Rectifier Fault - Read/Write u32
484DH alarm mapping and level
484EH Single Rectifier Loss alarm - Read/Write u32
484FH mapping and level
4850H Multiple Rectifier Loss - Read/Write u32
4851H alarm mapping and level
4852H Rectifier No-load alarm - Read/Write u32
4853H mapping and level
4854H Rectifier Current Limit - Read/Write u32
4855H alarm mapping and level
4856H Rectifier Overtemperature - Read/Write u32
4857H alarm mapping and level
4858H All Rectifiers OFF alarm - Read/Write u32
4859H mapping and level
485AH Battery Test Failure alarm - Read/Write u32
485BH mapping and level
485CH Battery Overcurrent alarm - Read/Write u32
485DH mapping and level
485EH Battery Discharge alarm - Read/Write u32
485FH mapping and level
4860H Single Cell High Voltage - Read/Write u32
4861H alarm mapping and level
4862H Single Cell Low Voltage - Read/Write u32
4863H alarm mapping and level
4864H Battery Symmetry alarm - Read/Write u32
4865H mapping and level
4866H LVD1 Disconnect alarm - Read/Write u32
4867H mapping and level
4868H LVD2 Disconnect alarm - Read/Write u32
4869H mapping and level
486AH LVD1 Fault alarm mapping - Read/Write u32
486BH and level
486CH LVD2 Fault alarm mapping - Read/Write u32

Page 48 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
486DH and level
486EH Sensor Failure alarm - Read/Write u32
486FH mapping and level
4870H Bus Voltage Sensing Fault - Read/Write u32
4871H alarm mapping and level
4872H Current Sensor Fault alarm - Read/Write u32
4873H mapping and level
4874H Temp Sensor 1 Fault alarm - Read/Write u32
4875H mapping and level
4876H Temp Sensor 2 Fault alarm - Read/Write u32
4877H mapping and level
4878H Low Batt Temp alarm - Read/Write u32
4879H mapping and level
487AH High Batt Temp alarm - Read/Write u32
487BH mapping and level
487CH Low Ambient Temp alarm - Read/Write u32
487DH mapping and level
487EH High Ambient Temp alarm - Read/Write u32
487FH mapping and level
4880H Equalize Charge alarm - Read/Write u32
4881H mapping and level
4882H Battery Test alarm - Read/Write u32
4883H mapping and level
4884H Battery Current Limit - Read/Write u32
4885H alarm mapping and level
4886H Batt Fuse 1 Fault alarm - Read/Write u32
4887H mapping and level
4888H Batt Fuse 2 Fault alarm - Read/Write u32
4889H mapping and level
488AH Batt Fuse 3 Fault alarm - Read/Write u32
488BH mapping and level
488CH Batt Fuse 4 Fault alarm - Read/Write u32
488DH mapping and level
488EH Batt Fuse 5 Fault alarm - Read/Write u32
488FH mapping and level
4890H Batt Fuse 6 Fault alarm - Read/Write u32
4891H mapping and level
4892H Batt Fuse 7 Fault alarm - Read/Write u32
4893H mapping and level
4894H Batt Fuse 8 Fault alarm - Read/Write u32
4895H mapping and level
4896H Load Fuse -ve Fault alarm - Read/Write u32
4897H mapping and level
4898H Load Fuse +ve Fault alarm - Read/Write u32
4899H mapping and level
489AH MOV1 Fault alarm - Read/Write u32
489BH mapping and level
489CH MOV2 Fault alarm - Read/Write u32
489DH mapping and level
489EH ACD Failure alarm mapping - Read/Write u32
489FH and level
48A0H Custom Communication - Read/Write u32

Page 49 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
48A1H Failure
48A2H AC 1 Relay Disconnect - Read/Write u32
48A3H alarm mapping and level
48A4H AC 2 Relay Disconnect - Read/Write u32
48A5H alarm mapping and level
48A6H Digital Input (DI) 1 alarm - Read/Write u32
48A7H mapping and level
48A8H Digital Input (DI) 2 alarm - Read/Write u32
48A9H mapping and level
48AAH Digital Input (DI) 3 alarm - Read/Write u32
48ABH mapping and level
48ACH Digital Input (DI) 4 alarm - Read/Write u32
48ADH mapping and level
48AEH Digital Input (DI) 5 alarm - Read/Write u32
48AFH mapping and level
48B0H Digital Input (DI) 6 alarm - Read/Write u32
48B1H mapping and level
48B2H Digital Input (DI) 7 alarm - Read/Write u32
48B3H mapping and level
48B4H Digital Input (DI) 8 alarm - Read/Write u32
48B5H mapping and level
48B6H Digital Input (DI) 9 alarm - Read/Write u32
48B7H mapping and level
48B8H Digital Input (DI) 10 alarm - Read/Write u32
48B9H mapping and level
48BAH Digital Input (DI) 11 alarm - Read/Write u32
48BBH mapping and level
48BCH Digital Input (DI) 12 alarm - Read/Write u32
48BDH mapping and level
48BEH Digital Input (DI) 13 alarm - Read/Write u32
48BFH mapping and level
48C0H Digital Input (DI) 14 alarm - Read/Write u32
48C1H mapping and level
48C2H Digital Input (DI) 15 alarm - Read/Write u32
48C3H mapping and level
48C4H Digital Input (DI) 16 alarm - Read/Write u32
48C5H mapping and level
48C6H Digital Input (DI) 17 alarm - Read/Write u32
48C7H mapping and level
48C8H Digital Input (DI) 18 alarm - Read/Write u32
48C9H mapping and level
48CAH Digital Input (DI) 19 alarm - Read/Write u32
48CBH mapping and level
48CCH Digital Input (DI) 20 alarm - Read/Write u32
48CDH mapping and level
48CEH Digital Input (DI) 21 alarm - Read/Write u32
48CFH mapping and level
48D0H Digital Input (DI) 22 alarm - Read/Write u32
48D1H mapping and level
48D2H Digital Input (DI) 23 alarm - Read/Write u32
48D3H mapping and level
48D4H Digital Input (DI) 24 alarm - Read/Write u32

Page 50 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
48D5H mapping and level
48D6H Digital Input (DI) 25 alarm - Read/Write u32
48D7H mapping and level
48D8H Digital Input (DI) 26 alarm - Read/Write u32
48D9H mapping and level
48DAH Digital Input (DI) 27 alarm - Read/Write u32
48DBH mapping and level
48DCH Digital Input (DI) 28 alarm - Read/Write u32
48DDH mapping and level
48DEH Fan 1 Failure - Read/Write u32
48DFH
48E0H Fan 2 Failure - Read/Write u32
48E1H
48E2H Fan 3 Failure - Read/Write u32
48E3H
48E4H Fan 4 Failure - Read/Write u32
48E5H
48E6H Batt Sampling Unit 1 Loss - Read/Write u32
48E7H alarm mapping and level
48E8H Batt Sampling Unit 2 Loss - Read/Write u32
48E9H alarm mapping and level
48EAH Batt Sampling Unit 3 Loss - Read/Write u32
48EBH alarm mapping and level
48ECH Batt Sampling Unit 4 Loss - Read/Write u32
48EDH alarm mapping and level
48EEH Batt Sampling Unit 5 Loss - Read/Write u32
48EFH alarm mapping and level
48F0H Batt Sampling Unit 6 Loss - Read/Write u32
48F1H alarm mapping and level
48F2H Batt Sampling Unit 7 Loss - Read/Write u32
48F3H alarm mapping and level
48F4H Batt Sampling Unit 8 Loss - Read/Write u32
48F5H alarm mapping and level
48F6H Batt Sampling Unit 1 Fault - Read/Write u32
48F7H alarm mapping and level
48F8H Batt Sampling Unit 2 Fault - Read/Write u32
48F9H alarm mapping and level
48FAH Batt Sampling Unit 3 Fault - Read/Write u32
48FBH alarm mapping and level
48FCH Batt Sampling Unit 4 Fault - Read/Write u32
48FDH alarm mapping and level
48FEH Batt Sampling Unit 5 Fault - Read/Write u32
48FFH alarm mapping and level
4900H Batt Sampling Unit 6 Fault - Read/Write u32
4901H alarm mapping and level
4902H Batt Sampling Unit 7 Fault - Read/Write u32
4903H alarm mapping and level
4904H Batt Sampling Unit 8 Fault - Read/Write u32
4905H alarm mapping and level
4906H AC Sampling Unit 1 Loss - Read/Write u32
4907H alarm mapping and level
4908H AC Sampling Unit 2 Loss - Read/Write u32

Page 51 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
4909H alarm mapping and level
490AH AC Sampling Unit 1 Fault - Read/Write u32
490BH alarm mapping and level
490CH AC Sampling Unit 2 Fault - Read/Write u32
490DH alarm mapping and level
490EH DC Sampling Unit 1 Loss - Read/Write u32
490FH alarm mapping and level
4910H DC Sampling Unit 2 Loss - Read/Write u32
4911H alarm mapping and level
4912H DC Sampling Unit 1 Fault - Read/Write u32
4913H alarm mapping and level
4914H DC Sampling Unit 2 Fault - Read/Write u32
4915H alarm mapping and level
4916H IO Expansion Unit 1 Loss - Read/Write u32
4917H alarm mapping and level
4918H IO Expansion Unit 2 Loss - Read/Write u32
4919H alarm mapping and level
491AH Module Fan Failure alarm - Read/Write u32
491BH mapping and level
491CH- Reserved
49FFH

6.12 Fan Control Data


Register Description Unit Read/Write Type Remarks
4B00H Fan 1 Enable - Read/Write u16 Enable [0x14]; Disable [0x15]
4B01H Fan 1 low temp auto - Read/Write u16 Enable [0x14]; Disable [0x15]
shutdown fan enable
4B02H Fan 1 low temp turn OFF 0.01oC Read/Write s16
threshold
4B03H Fan 1 high temp turn ON 0.01oC Read/Write s16
threshold
4B04H Fan 1 start/stop difference 0.01oC Read/Write u16
4B05H Fan 1 minimum ON time Sec Read/Write u16
4B06H Fan 1 minimum fan speed % Read/Write u16
4B07H Fan 1 alarm clears - Write 0x5A5A: clear alarm
4B08H Fan 2 Enable - Read/Write u16 Enable [0x14]; Disable [0x15]
4B09H Fan 2 low temp auto - Read/Write u16 Enable [0x14]; Disable [0x15]
shutdown fan enable
4B0AH Fan 2 low temp turn OFF 0.01oC Read/Write s16
threshold
4B0BH Fan 2 high temp turn ON 0.01oC Read/Write s16
threshold
4B0CH Fan 2 start/stop difference 0.01oC Read/Write u16
4B0DH Fan 2 minimum ON time Sec Read/Write u16
4B0EH Fan 2 minimum fan speed % Read/Write u16
4B0FH Fan 2 alarm clears - Write 0x5A5A: clear alarm
4B10H Fan 3 Enable - Read/Write u16 Enable [0x14]; Disable [0x15]
4B11H Fan 3 low temp auto - Read/Write u16 Enable [0x14]; Disable [0x15]
shutdown fan enable
4B12H Fan 3 low temp turn OFF 0.01oC Read/Write s16

Page 52 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
threshold
4B13H Fan 3 high temp turn ON 0.01oC Read/Write s16
threshold
4B14H Fan 3 start/stop difference 0.01oC Read/Write u16
4B15H Fan 3 minimum ON time Sec Read/Write u16
4B16H Fan 3 minimum fan speed % Read/Write u16
4B17H Fan 3 alarm clears - Write 0x5A5A: clear alarm
4B18H Fan 4 Enable - Read/Write u16 Enable [0x14]; Disable [0x15]
4B19H Fan 4 low temp auto - Read/Write u16 Enable [0x14]; Disable [0x15]
shutdown fan enable
4B1AH Fan 4 low temp turn OFF 0.01oC Read/Write s16
threshold
4B1BH Fan 4 high temp turn ON 0.01oC Read/Write s16
threshold
4B1CH Fan 4 start/stop difference 0.01oC Read/Write u16
4B1DH Fan 4 minimum ON time Sec Read/Write u16
4B1EH Fan 4 minimum fan speed % Read/Write u16
4B1FH Fan 4 alarm clears - Write 0x5A5A: clear alarm
4B20H Reserved
~ 4BFFH

6.13 Position Setting Data


Register Description Unit Read/Write Type Remarks
4C00H Rectifier S/No (low) - Read/Write u16 Position 1 Serial Number Setting
4C01H Rectifier S/No (high) - Read/Write u16
4C02H Rectifier S/No (low) - Read/Write u16 Position 2 Serial Number Setting
4C03H Rectifier S/No (high) - Read/Write u16
4C04H Rectifier S/No (low) - Read/Write u16 Position 3 Serial Number Setting
4C05H Rectifier S/No (high) - Read/Write u16
4C06H Rectifier S/No (low) - Read/Write u16 Position 4 Serial Number Setting
4C07H Rectifier S/No (high) - Read/Write u16
4C08H Rectifier S/No (low) - Read/Write u16 Position 5 Serial Number Setting
4C09H Rectifier S/No (high) - Read/Write u16
4C0AH Rectifier S/No (low) - Read/Write u16 Position 6 Serial Number Setting
4C0BH Rectifier S/No (high) - Read/Write u16
4C0CH Rectifier S/No (low) - Read/Write u16 Position 7 Serial Number Setting
4C0DH Rectifier S/No (high) - Read/Write u16
4C0EH Rectifier S/No (low) - Read/Write u16 Position 8 Serial Number Setting
4C0FH Rectifier S/No (high) - Read/Write u16
4C10H Rectifier S/No (low) - Read/Write u16 Position 9 Serial Number Setting
4C11H Rectifier S/No (high) - Read/Write u16
4C12H Rectifier S/No (low) - Read/Write u16 Position 10 Serial Number Setting
4C13H Rectifier S/No (high) - Read/Write u16
4C14H Rectifier S/No (low) - Read/Write u16 Position 11 Serial Number Setting
4C15H Rectifier S/No (high) - Read/Write u16
4C16H Rectifier S/No (low) - Read/Write u16 Position 12 Serial Number Setting
4C17H Rectifier S/No (high) - Read/Write u16
4C18H Rectifier S/No (low) - Read/Write u16 Position 13 Serial Number Setting
4C19H Rectifier S/No (high) - Read/Write u16
4C1AH Rectifier S/No (low) - Read/Write u16 Position 14 Serial Number Setting

Page 53 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
4C1BH Rectifier S/No (high) - Read/Write u16
4C1CH Rectifier S/No (low) - Read/Write u16 Position 15 Serial Number Setting
4C1DH Rectifier S/No (high) - Read/Write u16
4C1EH Rectifier S/No (low) - Read/Write u16 Position 16 Serial Number Setting
4C1FH Rectifier S/No (high) - Read/Write u16
4C20H Rectifier S/No (low) - Read/Write u16 Position 17 Serial Number Setting
4C21H Rectifier S/No (high) - Read/Write u16
4C22H Rectifier S/No (low) - Read/Write u16 Position 18 Serial Number Setting
4C23H Rectifier S/No (high) - Read/Write u16
4C24H Rectifier S/No (low) - Read/Write u16 Position 19 Serial Number Setting
4C25H Rectifier S/No (high) - Read/Write u16
4C26H Rectifier S/No (low) - Read/Write u16 Position 20 Serial Number Setting
4C27H Rectifier S/No (high) - Read/Write u16
4C28H Rectifier S/No (low) - Read/Write u16 Position 21 Serial Number Setting
4C29H Rectifier S/No (high) - Read/Write u16
4C2AH Rectifier S/No (low) - Read/Write u16 Position 22 Serial Number Setting
4C2BH Rectifier S/No (high) - Read/Write u16
4C2CH Rectifier S/No (low) - Read/Write u16 Position 23 Serial Number Setting
4C2DH Rectifier S/No (high) - Read/Write u16
4C2EH Rectifier S/No (low) - Read/Write u16 Position 24 Serial Number Setting
4C2FH Rectifier S/No (high) - Read/Write u16
4C30H Rectifier S/No (low) - Read/Write u16 Position 25 Serial Number Setting
4C31H Rectifier S/No (high) - Read/Write u16
4C32H Rectifier S/No (low) - Read/Write u16 Position 26 Serial Number Setting
4C33H Rectifier S/No (high) - Read/Write u16
4C34H Rectifier S/No (low) - Read/Write u16 Position 27 Serial Number Setting
4C35H Rectifier S/No (high) - Read/Write u16
4C36H Rectifier S/No (low) - Read/Write u16 Position 28 Serial Number Setting
4C37H Rectifier S/No (high) - Read/Write u16
4C38H Rectifier S/No (low) - Read/Write u16 Position 29 Serial Number Setting
4C39H Rectifier S/No (high) - Read/Write u16
4C3AH Rectifier S/No (low) - Read/Write u16 Position 30 Serial Number Setting
4C3BH Rectifier S/No (high) - Read/Write u16
4C3CH Rectifier S/No (low) - Read/Write u16 Position 31 Serial Number Setting
4C3DH Rectifier S/No (high) - Read/Write u16
4C3EH Rectifier S/No (low) - Read/Write u16 Position 32 Serial Number Setting
4C3FH Rectifier S/No (high) - Read/Write u16
4C40H Rectifier S/No (low) - Read/Write u16 Position 33 Serial Number Setting
4C41H Rectifier S/No (high) - Read/Write u16
4C42H Rectifier S/No (low) - Read/Write u16 Position 34 Serial Number Setting
4C43H Rectifier S/No (high) - Read/Write u16
4C44H Rectifier S/No (low) - Read/Write u16 Position 35 Serial Number Setting
4C45H Rectifier S/No (high) - Read/Write u16
4C46H Rectifier S/No (low) - Read/Write u16 Position 36 Serial Number Setting
4C47H Rectifier S/No (high) - Read/Write u16
4C48H Rectifier S/No (low) - Read/Write u16 Position 37 Serial Number Setting
4C49H Rectifier S/No (high) - Read/Write u16
4C4AH Rectifier S/No (low) - Read/Write u16 Position 38 Serial Number Setting
4C4BH Rectifier S/No (high) - Read/Write u16
4C4CH Rectifier S/No (low) - Read/Write u16 Position 39 Serial Number Setting
4C4DH Rectifier S/No (high) - Read/Write u16
4C4EH Rectifier S/No (low) - Read/Write u16 Position 40 Serial Number Setting

Page 54 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
4C4FH Rectifier S/No (high) - Read/Write u16
4C50H Reserved
~ 4FFFH

6.14 Calibration Data


Register Description Unit Read/Write Type Remarks
5000H Temperature 1 calibration V Read/Write float Vref after Temperature 1
5001H parameter 1 (Vref) calibration
5002H Temperature 1 calibration V Read/Write float Vt after Temperature 1 calibration
5003H parameter 2 (Vt)
5004H Temperature 2 calibration V Read/Write float Vref after Temperature 2
5005H parameter 1 (Vref) calibration
5006H Temperature 2 calibration V Read/Write float Vt after Temperature 2 calibration
5007H parameter 2 (Vt)
5008H Bus Voltage calibration - Read/Write float Using float data type, the high
5009H parameter k subsection is transmitted first,
500AH Bus Voltage calibration - Read/Write float followed by the low byte
500BH parameter b
500CH Batt 1 midpoint voltage - Read/Write float
500DH calibration parameter k
500EH Batt 1 midpoint voltage - Read/Write float
500FH calibration parameter b
5010H Batt 2 midpoint voltage - Read/Write float
5011H calibration parameter k
5012H Batt 2 midpoint voltage - Read/Write float
5013H calibration parameter b
5014H Batt 3 midpoint voltage - Read/Write float
5015H calibration parameter k
5016H Batt 3 midpoint voltage - Read/Write float
5017H calibration parameter b
5018H Batt 4 midpoint voltage - Read/Write float
5019H calibration parameter k
501AH Batt 4 midpoint voltage - Read/Write float
501BH calibration parameter b
501CH Current 1 calibration - Read/Write float Using float data type, the high
501DH parameter k (+ve half) subsection is transmitted first,
501EH Current 1 calibration - Read/Write float followed by the low byte
501FH parameter b (+ve half)
5020H Current 1 calibration - Read/Write float
5021H parameter k (-ve half)
5022H Current 1 calibration - Read/Write float
5023H parameter b (-ve half)
5024H Current 2 calibration - Read/Write float
5025H parameter k (+ve half)
5026H Current 2 calibration - Read/Write float
5027H parameter b (+ve half)
5028H Current 2 calibration - Read/Write float
5029H parameter k (-ve half)
502AH Current 2 calibration - Read/Write float
502BH parameter b (-ve half)

Page 55 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
502CH Batt Fuse 1 open voltage - Read/Write float Using float data type, the high
502DH calibration parameter k subsection is transmitted first,
502EH Batt Fuse 1 open voltage - Read/Write float followed by the low byte
502FH calibration parameter b
5030H Batt Fuse 2 open voltage - Read/Write float
5031H calibration parameter k
5032H Batt Fuse 2 open voltage - Read/Write float
5033H calibration parameter b
5034H Batt Fuse 3 open voltage - Read/Write float
5035H calibration parameter k
5036H Batt Fuse 3 open voltage - Read/Write float
5037H calibration parameter b
5038H Batt Fuse 4 open voltage - Read/Write float
5039H calibration parameter k
503AH Batt Fuse 4 open voltage - Read/Write float
503BH calibration parameter b
503CH Batt Fuse 5 open voltage - Read/Write float
503DH calibration parameter k
503EH Batt Fuse 5 open voltage - Read/Write float
503FH calibration parameter b
5040H Batt Fuse 6 open voltage - Read/Write float
5041H calibration parameter k
5042H Batt Fuse 6 open voltage - Read/Write float
5043H calibration parameter b
5044H Batt Fuse 7 open voltage - Read/Write float
5045H calibration parameter k
5046H Batt Fuse 7 open voltage - Read/Write float
5047H calibration parameter b
5048H Batt Fuse 8 open voltage - Read/Write float
5049H calibration parameter k
504AH Batt Fuse 8 open voltage - Read/Write float
504BH calibration parameter b
504CH Reserved
~ 5FFFH

6.15 System Configuration Data


Register Description Unit Read/Write Type Remarks
6000H System Recovery – Default - Write u16 Restore default [0x5A5A]
6001H System Initialization - Write u16 Initialize [0x5A5A]
6002H System Type - Read/Write u16 AC-DC [0x00]; DC-DC [0x01]
6003H Buzzer Enable - Read/Write u16 Enable [0x14]; Disable [0x15]
6004H Screen Orientation - Read/Write u16 Horizontal [0x00]; Vertical [0x01]
6005H Backlight Time Min Read/Write u16
6006H Address - Read/Write u16
6007H Language - Read/Write - Simplified Chinese [0x00];
English [0x01];
Traditional Chinese [0x02]
6008H Temperature Unit - Read/Write u16 Celsius [0x00]; Fahrenheit [0x01]
6009H Position Enable - Read/Write u16 Enable [0x14]; Disable [0x15]
600AH Baud Rate - Read/Write u16 1200bps [0x00]; 2400bps [0x01];

Page 56 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
4800bps [0x02]; 9600bps [0x03];
19200bps [0x04]; 38400bps
[0x05]; 115200bps [0x06].
600BH No. of IO Sampling Units - Read/Write u16 [0, 0, 2]
600CH Master Alarm Timer Limit ms Read/Write u16
600DH AC Alarm Timer Limit ms Read/Write u16
600EH DC Alarm Timer Limit ms Read/Write u16
600FH Temp Alarm Timer Limit ms Read/Write u16
6010H LVD Alarm Timer Limit ms Read/Write u16
6011H ADC Alarm Timer Limit ms Read/Write u16
6012H DI Alarm Timer Limit ms Read/Write u16
6013H ALARM Alarm Timer Limit ms Read/Write u16
6014H REC Alarm Timer Limit ms Read/Write u16
6015H BAT Alarm Timer Limit ms Read/Write u16
6016H Batt Test Completion Time Sec Read/Write u16
Limit
6017H Batt Float to Equalize Sec Read/Write u16
Charge Confirm Time
6018H Battery Test Failed - Read/Write - Normal – 0; Failed – 1
6019H Module Comms Lost Reset - Read/Write - Not triggered – 0, Triggered – 1
6020H Reserved
~ 603FH

6.16 System Configuration Data


Register Description Unit Read/Write Type Remarks
6040H Controller Software - Read u16 Display according to
Version corresponding ASCII value.
Use in >Controller Information →
Software Version
6041H Controller S/No field 1 - Read/Write u16 Transfer the ASCII value of a
6042H Controller S/No field 2 - Read/Write u16 character.
6043H Controller S/No field 3 - Read/Write u16 Transfer the low byte, followed by
6044H Controller S/No field 4 - Read/Write u16 the high byte
6045H Controller S/No field 5 - Read/Write u16 Use in >Controller Information →
6046H Controller S/No field 6 - Read/Write u16 Serial Number
6047H Controller Sys ID field 1 - Read/Write u16 Transfer the low byte, followed by
6048H Controller Sys ID field 2 - Read/Write u16 the high byte
6049H Controller Sys ID field 3 - Read/Write u16 Use in >Controller Information →
604AH Controller Sys ID field 4 - Read/Write u16 Model
604BH Controller Sys ID field 5 - Read/Write u16
604CH Controller Sys ID field 6 - Read/Write u16
604DH Controller Sys ID field 7 - Read/Write u16
604EH Controller Sys ID field 8 - Read/Write u16
604FH Controller Sys Alias field 1 - Read/Write u16 Transfer the low byte, followed by
6050H Controller Sys Alias field 2 - Read/Write u16 the high byte
6051H Controller Sys Alias field 3 - Read/Write u16
6052H Controller Sys Alias field 4 - Read/Write u16
6053H Controller Sys Alias field 5 - Read/Write u16
6054H Controller Sys Alias field 6 - Read/Write u16
6055H Controller Sys Alias field 7 - Read/Write u16

Page 57 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
6056H Controller Sys Alias field 8 - Read/Write u16
6057H Controller Sys Alias field 9 - Read/Write u16
6058H Controller Sys Alias field 10 - Read/Write u16
6059H Controller Sys Alias field 11 - Read/Write u16
605AH Controller Sys Alias field 12 - Read/Write u16
605BH Controller Sys Alias field 13 - Read/Write u16
605CH Controller Sys Alias field 14 - Read/Write u16
605DH Controller Sys Alias field 15 - Read/Write u16
605EH Controller Sys Alias field 16 - Read/Write u16
605FH Installation Date - Read/Write u32
6060H
6061H Authorization Date - Read/Write u32
6062H
6063H Person-in-charge field 1 - Read/Write u16 Transfer the ASCII value of a
6064H Person-in-charge field 2 - Read/Write u16 character.
6065H Person-in-charge field 3 - Read/Write u16 Transfer the low byte, followed by
6066H Person-in-charge field 4 - Read/Write u16 the high byte
6067H Person-in-charge field 5 - Read/Write u16 Use in >Installation Information
6068H Person-in-charge field 6 - Read/Write u16 → Service Engineer
6069H Remark 1 field 1 - Read/Write u16 Transfer the ASCII value of a
606AH Remark 1 field 2 - Read/Write u16 character.
606BH Remark 1 field 3 - Read/Write u16 Transfer the low byte, followed by
606CH Remark 1 field 4 - Read/Write u16 the high byte
606DH Remark 1 field 5 - Read/Write u16 Use in >Installation Information
606EH Remark 1 field 6 - Read/Write u16 → Remarks
606FH Remark 1 field 7 - Read/Write u16
6070H Remark1 field 8 - Read/Write u16
6071H Remark 1 field 9 - Read/Write u16
6072H Remark 1 field 10 - Read/Write u16
6073H Remark 1 field 11 - Read/Write u16
6074H Remark 1 field 12 - Read/Write u16
6075H Remark 1 field 13 - Read/Write u16
6076H Remark 1 field 14 - Read/Write u16
6077H Remark 1 field 15 - Read/Write u16
6078H Remark 1 field 16 - Read/Write u16
6079H Remark 1 field 17 - Read/Write u16
607AH Remark 1 field 18 - Read/Write u16
607BH Remark 1 field 19 - Read/Write u16
607CH Remark 1 field 20 - Read/Write u16
607DH Remark 1 field 21 - Read/Write u16
607EH Remark 1 field 22 - Read/Write u16
607FH Remark 1 field 23 - Read/Write u16
6080H Remark 1 field 24 - Read/Write u16
6081H Remark 1 field 25 - Read/Write u16
6082H Remark 1 field 26 - Read/Write u16
6083H Remark 1 field 27 - Read/Write u16
6084H Remark 1 field 28 - Read/Write u16
6085H Remark 1 field 29 - Read/Write u16
6086H Remark 1 field 30 - Read/Write u16
6087H Remark 1 field 31 - Read/Write u16
6088H Remark 1 field 32 - Read/Write u16
6089H Remark 2 field 1 - Read/Write u16 Transfer the ASCII value of a

Page 58 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
608AH Remark 2 field 2 - Read/Write u16 character.
608BH Remark 2 field 3 - Read/Write u16 Transfer the low byte, followed by
608CH Remark 2 field 4 - Read/Write u16 the high byte
608DH Remark 2 field 5 - Read/Write u16 Use in >Installation Information
608EH Remark 2 field 6 - Read/Write u16 → Remarks
608FH Remark 2 field 7 - Read/Write u16
6090H Remark 2 field 8 - Read/Write u16
6091H Remark 2 field 9 - Read/Write u16
6092H Remark 2 field 10 - Read/Write u16
6093H Remark 2 field 11 - Read/Write u16
6094H Remark 2 field 12 - Read/Write u16
6095H Remark 2 field 13 - Read/Write u16
6096H Remark 2 field 14 - Read/Write u16
6097H Remark 2 field 15 - Read/Write u16
6098H Remark 2 field 16 - Read/Write u16
6099H Remark 2 field 17 - Read/Write u16
609AH Remark 2 field 18 - Read/Write u16
609BH Remark 2 field 19 - Read/Write u16
609CH Remark 2 field 20 - Read/Write u16
609DH Remark 2 field 21 - Read/Write u16
609EH Remark 2 field 22 - Read/Write u16
609FH Remark 2 field 23 - Read/Write u16
60A0H Remark 2 field 24 - Read/Write u16
60A1H Remark 2 field 25 - Read/Write u16
60A2H Remark 2 field 26 - Read/Write u16
60A3H Remark 2 field 27 - Read/Write u16
60A4H Remark 2 field 28 - Read/Write u16
60A5H Remark 2 field 29 - Read/Write u16
60A6H Remark 2 field 30 - Read/Write u16
60A7H Remark 2 field 31 - Read/Write u16
60A8H Remark 2 field 32 - Read/Write u16
60A9H Remark 3 field 1 - Read/Write u16 Transfer the ASCII value of a
60AAH Remark 3 field 2 - Read/Write u16 character.
60ABH Remark 3 field 3 - Read/Write u16 Transfer the low byte, followed by
60ACH Remark 3 field 4 - Read/Write u16 the high byte
60ADH Remark 3 field 5 - Read/Write u16 Use in >Installation Information
60AEH Remark 3 field 6 - Read/Write u16 → Remarks
60AFH Remark 3 field 7 - Read/Write u16
60B0H Remark 3 field 8 - Read/Write u16
60B1H Remark 3 field 9 - Read/Write u16
60B2H Remark 3 field 10 - Read/Write u16
60B3H Remark 3 field 11 - Read/Write u16
60B4H Remark 3 field 12 - Read/Write u16
60B5H Remark 3 field 13 - Read/Write u16
60B6H Remark 3 field 14 - Read/Write u16
60B7H Remark 3 field 15 - Read/Write u16
60B8H Remark 3 field 16 - Read/Write u16
60B9H Remark 3 field 17 - Read/Write u16
60BAH Remark 3 field 18 - Read/Write u16
60BBH Remark 3 field 19 - Read/Write u16
60BCH Remark 3 field 20 - Read/Write u16
60BDH Remark 3 field 21 - Read/Write u16

Page 59 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
60BEH Remark 3 field 22 - Read/Write u16
60BFH Remark 3 field 23 - Read/Write u16
60C0H Remark 3 field 24 - Read/Write u16
60C1H Remark 3 field 25 - Read/Write u16
60C2H Remark 3 field 26 - Read/Write u16
60C3H Remark 3 field 27 - Read/Write u16
60C4H Remark 3 field 28 - Read/Write u16
60C5H Remark 3 field 29 - Read/Write u16
60C6H Remark 3 field 30 - Read/Write u16
60C7H Remark 3 field 31 - Read/Write u16
60C8H Remark 3 field 32 - Read/Write u16
60C9H Remark 4 field 1 - Read/Write u16 Transfer the ASCII value of a
60CAH Remark 4 field 2 - Read/Write u16 character.
60CBH Remark 4 field 3 - Read/Write u16 Transfer the low byte, followed by
60CCH Remark 4 field 4 - Read/Write u16 the high byte
60CDH Remark 4 field 5 - Read/Write u16 Use in >Installation Information
60CEH Remark 4 field 6 - Read/Write u16 → Remarks
60CFH Remark 4 field 7 - Read/Write u16
6OD0H Remark 4 field 8 - Read/Write u16
60D1H Remark 4 field 9 - Read/Write u16
60D2H Remark 4 field 10 - Read/Write u16
60D3H Remark 4 field 11 - Read/Write u16
60D4H Remark 4 field 12 - Read/Write u16
60D5H Remark 4 field 13 - Read/Write u16
60D6H Remark 4 field 14 - Read/Write u16
60D7H Remark 4 field 15 - Read/Write u16
60D8H Remark 4 field 16 - Read/Write u16
60D9H Remark 4 field 17 - Read/Write u16
60DAH Remark 4 field 18 - Read/Write u16
60DBH Remark 4 field 19 - Read/Write u16
60DCH Remark 4 field 20 - Read/Write u16
60DDH Remark 4 field 21 - Read/Write u16
60DEH Remark 4 field 22 - Read/Write u16
60DFH Remark 4 field 23 - Read/Write u16
60E0H Remark 4 field 24 - Read/Write u16
60E1H Remark 4 field 25 - Read/Write u16
60E2H Remark 4 field 26 - Read/Write u16
60E3H Remark 4 field 27 - Read/Write u16
60E4H Remark 4 field 28 - Read/Write u16
60E5H Remark 4 field 29 - Read/Write u16
60E6H Remark 4 field 30 - Read/Write u16
60E7H Remark 4 field 31 - Read/Write u16
60E8H Remark 4 field 32 - Read/Write u16
60E9H ~ Reserved
60FFH
6100H Customer Name field 1 - Read/Write u16 Transfer the ASCII value of a
6101H Customer Name field 2 - Read/Write u16 character.
6102H Customer Name field 3 - Read/Write u16 Transfer the low byte, followed by
6103H Customer Name field 4 - Read/Write u16 the high byte
6104H Customer Name field 5 - Read/Write u16 Use in >System Information →
6105H Customer Name field 6 - Read/Write u16 Customer Name
6106H System S/No field 1 - Read/Write u16 Transfer the ASCII value of a

Page 60 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
6107H System S/No field 2 - Read/Write u16 character.
6108H System S/No field 3 - Read/Write u16 Transfer the low byte, followed by
6109H System S/No field 4 - Read/Write u16 the high byte
610AH System S/No field 5 - Read/Write u16 Use in >System Information →
610BH System S/No field 6 - Read/Write u16 Serial Number
610CH System ID field 1 - Read/Write u16 Transfer the ASCII value of a
610DH System ID field 2 - Read/Write u16 character.
610EH System ID field 3 - Read/Write u16 Transfer the low byte, followed by
610FH System ID field 4 - Read/Write u16 the high byte
6110H System ID field 5 - Read/Write u16 Use in >System Information →
6111H System ID field 6 - Read/Write u16 Model
6112H System ID field 7 - Read/Write u16
6113H System ID field 8 - Read/Write u16
6114H System Site ID field 1 - Read/Write u16 Transfer the ASCII value of a
6115H System Site ID field 2 - Read/Write u16 character.
6116H System Site ID field 3 - Read/Write u16 Transfer the low byte, followed by
6117H System Site ID field 4 - Read/Write u16 the high byte
6118H System Site ID field 5 - Read/Write u16 Use in >System Information →
6119H System Site ID field 6 - Read/Write u16 Site ID
611AH System Site ID field 7 - Read/Write u16
611BH System Site ID field 8 - Read/Write u16
611CH System Site ID field 9 - Read/Write u16
611DH System Site ID field 10 - Read/Write u16
611EH System Site ID field 11 - Read/Write u16
611FH System Site ID field 12 - Read/Write u16
6120H System Site ID field 13 - Read/Write u16
6121H System Site ID field 14 - Read/Write u16
6122H System Site ID field 15 - Read/Write u16
6123H System Site ID field 16 - Read/Write u16
6124H Reserved
~ 61FFH

6.17 Password Data


Register Description Unit Read/Write Type Remarks
7000H Use Level Password - Read/Write u32 Password is in HEX format
7001H 10305 corresponds to 0x2841
7002H Service Level Password - Read/Write u32 Password is in HEX format
7003H 10305 corresponds to 0x2841
7004H Factory Level Password - Read/Write u32 Password is in HEX format
7005H 10305 corresponds to 0x2841

6.18 System Data


Register Description Unit Read/Write Type Remarks
9000H Verify Time - Read/Write u32 Time_t (unit) only supports 10H
9001H commands
9002H Upgrade - Read/Write u16 0x5A5A upgrade
9003H Display IP address of ARM - Read/Write u32 Each byte represents a network
9004H segment i.e. c0 a8 01 c8

Page 61 Copyright Enetek Power Group Pte Ltd REV 2.0


Enetek Power Group Pte Ltd
represents an IP address of
192.168.1.200

6.19 Test Mode Data


Register Description Unit Read/Write Type Remarks
9100H Test Mode - Read/Write u16 Normal program [0x00]
Test program [0x01]
9101H Red LED - Read/Write u16 Trigger [0x01]; Off [0x00]
9102H Yellow LED - Read/Write u16 Trigger [0x01]; Off [0x00]
9103H Green LED - Read/Write u16 Trigger [0x01]; Off [0x00]
9104H Buzzer - Read/Write u16 Trigger [0x01]; Off [0x00]
9105H Test Communication Count - Read u32
9106H USART 1 Sent
9107H Test Communication Count - Read u32
9108H USART 1 Receive
9109H Test Communication Count - Read u32
910AH USART 2 Sent
910BH Test Communication Count - Read u32
910CH USART 2 Receive
910DH Test Communication Count - Read u32
910EH CAN Sent
910FH Test Communication Count - Read u32
9110H CAN Receive

Page 62 Copyright Enetek Power Group Pte Ltd REV 2.0

You might also like