You are on page 1of 35

NetCol5000-A 25 kW Air Cooled In-row Precision

Air Conditioner

Modbus Protocol (300 mm


Width)

Issue 02

Date 2017-08-07

HUAWEI TECHNOLOGIES CO., LTD.


Copyright © Huawei Technologies Co., Ltd. 2017. All rights reserved.
No part of this document may be reproduced or transmitted in any form or by any means without prior
written consent of Huawei Technologies Co., Ltd.

Trademarks and Permissions

and other Huawei trademarks are trademarks of Huawei Technologies Co., Ltd.
All other trademarks and trade names mentioned in this document are the property of their respective
holders.

Notice
The purchased products, services and features are stipulated by the contract made between Huawei and
the customer. All or part of the products, services and features described in this document may not be
within the purchase scope or the usage scope. Unless otherwise specified in the contract, all statements,
information, and recommendations in this document are provided "AS IS" without warranties, guarantees or
representations of any kind, either express or implied.
The information in this document is subject to change without notice. Every effort has been made in the
preparation of this document to ensure accuracy of the contents, but all statements, information, and
recommendations in this document do not constitute a warranty of any kind, express or implied.

Huawei Technologies Co., Ltd.


Address: Huawei Industrial Base
Bantian, Longgang
Shenzhen 518129
People's Republic of China

Website: http://e.huawei.com

Issue 02 (2017-08-07) Huawei Proprietary and Confidential i


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) Contents

Contents

1 Description ..................................................................................................................................... 1
1.1 Protocol Planning Description ...................................................................................................................................... 1
1.2 Protocol Description ..................................................................................................................................................... 1

2 Terms ............................................................................................................................................... 2
3 Physical Ports ................................................................................................................................. 3
3.1 Serial Communications Port Electrical Standards ........................................................................................................ 3
3.2 Information Transmission Methods .............................................................................................................................. 3
3.3 Data Transmission Speed .............................................................................................................................................. 3
3.4 Collection Period .......................................................................................................................................................... 3

4 Communications Mode at the Physical Layer ......................................................................... 4


4.1 Basic Process ................................................................................................................................................................ 4

5 Command Types and Formats at the Application Layer ....................................................... 5


5.1 Function Code List ....................................................................................................................................................... 5
5.2 Read Command Formats .............................................................................................................................................. 5
5.3 Command Formats for Writing into a Single Register.................................................................................................. 6
5.4 Command Formats for Writing into Multiple Registers ............................................................................................... 6
5.5 Abnormal Response Frames ......................................................................................................................................... 7
5.5.1 Frame Format............................................................................................................................................................. 7
5.5.2 Error Code Definitions............................................................................................................................................... 7

6 Data Types and CRC Algorithms .............................................................................................. 9


6.1 Data Types .................................................................................................................................................................... 9
6.2 CRC Algorithm ............................................................................................................................................................. 9

7 Register Configurations ............................................................................................................. 11


7.1 Collection and Configuration...................................................................................................................................... 11
7.2 Alarms ......................................................................................................................................................................... 26

Issue 02 (2017-08-07) Huawei Proprietary and Confidential ii


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 1 Description

1 Description

1.1 Protocol Planning Description


In the Modbus protocol, register addresses are represented using 16 bits. The register
addresses range from 0x0000 to 0xFFFF, and are described in decimal mode.

1.2 Protocol Description


The protocol describes command control and data exchange between the NMS and air
conditioners.
Functions defined in the protocol include:
1. The NMS obtains the air conditioner information by sending a read command.
2. The NMS configures relevant parameters and controls actions by sending a write
command.
The NMS is the host in the communication process. The information exchange is done by a
question-and-answer method. The information and parameters of the slave server use the
target registers as storage addresses. The host executes the read/write command by accessing
the registers. This protocol supports one host networked with multiple slave servers. The slave
servers are distinguished by address. The address range is between 1 and 255. Different slave
nodes correspond to different addresses. The slave nodes connecting to the same
communication bus must not have the same address.

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 1


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 2 Terms

2 Terms

Master node: the NMS, runs on the dedicated back-end server and is responsible for
communication with slave nodes.
Slave node: air conditioner
RS485: Indicates a two-wire serial communications standard, which supports the half duplex
serial short-range communication.
Read command: The command is sent from the master node to the slave nodes, and the slave
nodes return the relevant register content.
Write command: The relevant parameters are packed at the master node and sent to the slave
nodes for configuration.
Register address: Every signal or parameter of the slave units corresponds to a two-byte
address. The master unit obtains the relevant information or configures the relevant
parameters by accessing these register addresses.
The slave node addresses range from 1 to 255.

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 2


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 3 Physical Ports

3 Physical Ports

3.1 Serial Communications Port Electrical Standards


The slave nodes communicate with the master node through the RS485 serial ports.

3.2 Information Transmission Methods


1. Use the RTU transmission mode of the Modbus.
2. The transmission mode for the character information is asynchronous mode using a
frame format of one start bit, eight data bits (information byte), and one stop bit (10 bits
in total). No odd or even parity bit.

3.3 Data Transmission Speed


The baud rate can be set to 9600 bit/s or 19200 bit/s, and is set to 9600 bit/s by default.

3.4 Collection Period


The register is read continuously by default. You are advised to set the collection period of
each air condition to at least 4s.

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 3


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 4 Communications Mode at the Physical Layer

4 Communications Mode at the Physical


Layer

4.1 Basic Process


After the slave nodes are powered on or reset and run steadily, the slave nodes respond to the
read or write commands. Upon receiving a command, the slave nodes return the requested
information to the master node under normal conditions and return appropriate error codes
under abnormal conditions.

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 4


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 5 Command Types and Formats at the Application Layer

5 Command Types and Formats at the


Application Layer

5.1 Function Code List


Function Sub-Functio Meaning Remarks
Code n Code
0x03 - Read command Continuously reads a
single register or multiple
registers.
0x06 - Single-register write Writes into a single
command register.
0x10 - Multiple-register write Continuously writes into
command multiple registers.

5.2 Read Command Formats


Command frames:

0 1 2 3 4 5 6 7
ADDR CMD MSB LSB MSB LSB LSB MSB
Controll Comman Register starting Number of registers CRC
er d type address (n)
address

Response frames:

0 1 2 3 4 5 6 ... L+1 L+2 L+3 L+4


AD CM Leng MSB LSB MSB LSB ... MSB LSB LSB MSB

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 5


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 5 Command Types and Formats at the Application Layer

0 1 2 3 4 5 6 ... L+1 L+2 L+3 L+4


DR D th
Cont Com Data First register Second ... Last register CRC
rolle man lengt value register value
r d hL value
addr type =nx
ess 2

5.3 Command Formats for Writing into a Single Register


Command frames:

0 1 2 3 4 5 6 7
ADDR CMD MSB LSB MSB LSB LSB MSB
Controll Comman Register address Data CRC
er d type
address

Response frames:

0 1 2 3 4 5 6 7

ADDR CMD MSB LSB MSB LSB LSB MSB


Controll Comman Register address Data CRC
er d type
address

5.4 Command Formats for Writing into Multiple Registers


Command frames:

0 1 2 3 4 5 6 7 8 9 10 ... L+ L+ L+ L+
5 6 7 8
A C M LS M LS Le M LS M LS ... M LS LS M
D M SB B SB B ngt SB B SB B SB B B SB
D D h
R
Co Co Register Number Da First Second ... nth CRC
ntr m starting of ta register register register
oll ma address registers len value value value

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 6


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 5 Command Types and Formats at the Application Layer

0 1 2 3 4 5 6 7 8 9 10 ... L+ L+ L+ L+
5 6 7 8
er nd (n) gth
ad typ L
dre e =n
ss x2

Response frames:

0 1 2 3 4 5 6 7
ADDR CMD MSB LSB MSB LSB LSB MSB
Controll Comman Register starting Number of registers CRC
er d type address
address

5.5 Abnormal Response Frames


5.5.1 Frame Format
0 1 2 3 4
ADDR CMD ErrCode LSB MSB
Controller Command type Error code CRC
address + 0x80

1. The command type is read or write.


2. The CRC covers all bytes in front of the CRC field.

5.5.2 Error Code Definitions


Exception codes returned (0x00–0x8F are for common exception codes).

Code Item Meaning NMS Handling

0x01 Illegal function The function code received in the


query is not an allowable action for
the slave node. This may be that the
function code is only applicable to
new devices, and cannot be
implemented in the unit selected. It
may also indicate that the slave node
is in the wrong state to process a

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 7


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 5 Command Types and Formats at the Application Layer

Code Item Meaning NMS Handling


request of this type, for example
because it is not configured and is
asked to return register values.
0x02 Illegal data The data address received in the
address query is not an allowable address for
slave node. Specifically, the
combination of the reference number
and transfer length is invalid. For a
controller with 100 registers, if a
request is submitted with a starting
register address of 96 and a quantity
of 4 registers, then this request will
successfully operate. If a request is
submitted with a starting register
address of 96 and a quantity of 5
registers, then this request will fail
with Exception Code 02.
0x03 Illegal data A value contained in the query data
value field is not an allowable value for the
slave node. The value indicates a
fault in the structure of the remainder
of a complex request, such as that
the implied length is incorrect. It
specifically does not mean that a
data item submitted for storage in a
register has a value outside the
expectation of the application
program since the Modbus protocol
is unaware of the significance of any
particular value of any particular
register.
0x04 Slave device An unrecoverable error occurred
failure while the slave node was attempting
to perform the requested action.
0x06 Slave device The slave node does not accept a
busy ModBus request PDU. A client
application determines when to
retransmit the request.

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 8


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 6 Data Types and CRC Algorithms

6 Data Types and CRC Algorithms

6.1 Data Types


None

6.2 CRC Algorithm


unsigned short count_CRC(unsigned char *addr, int num)
{
unsigned short CRC = 0xFFFF;
int i;
while (num--)
{
CRC ^= *addr++;
for (i = 0; i < 8; i++)
{
if (CRC & 1)
{
CRC >>= 1;
CRC ^= 0xA001;
}
else
{
CRC >>= 1;
}
}

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 9


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 6 Data Types and CRC Algorithms

}
return CRC;
}

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 10


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

7 Register Configurations

7.1 Collection and Configuration


No. Item Value Range Unit Register Number R/W Remarks
Address of Attri
Registers bute
1 Software version of 0 1 R
Control board
2 Hardware version of 1 1 R
Control board
3 Equip Type 0xA031: ACC 2 1 R
4 Factory Info Contains 30 3 10 R
characters (add 0 at
the end if the
version number is
not 30-character
long), and must be
read at one time.
5 LED Blink 0x5A5A: Start 91 1 W
6 Number of indoor 256 1 R
fans
7 Number of 257 1 R
compressors
8 Number of heaters 258 1 R
9 Number of 259 1 R
humidifiers
10 Number of cond 260 1 R
pumps
11 Number of PSU 262 1 R
12 Number of alarms 512 1 R Number of

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 11


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute
act. alarms
13 Product type 1. NETCOL5000A 631 2 R
2. NETCOL5000C
3. NETCOL8000A
4. NETCOL8000C
5.
NETCOL5000A_R2
6. NETCOL5000CF
7.
NETCOL5000A_H
CV
8.
NETCOL5000SSM
B
14 System Run status 0: Normal mode 633 1 R
1: Board FT Mode
2: Cabinet FT Mode
15 Version 640 15 R Contains 30
characters
(add 0 at the
end if the
version
number is not
30-character
long), and
must be read
at one time.
16 Compressor total s 4096 2 R Displayed by
runtime hour (round
up the
quotient of
total
runtime/3600)
on the NMS.
17 Indoor fan 1 total s 4104 2 R Displayed by
runtime hour (round
up the
quotient of
total
runtime/3600)
on the NMS.
18 Indoor fan 2 total s 4106 2 R Displayed by
runtime hour (round
up the

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 12


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute
quotient of
total
runtime/3600)
on the NMS.
19 Indoor fan 3 total s 4108 2 R Displayed by
runtime hour (round
up the
quotient of
total
runtime/3600)
on the NMS.
20 Indoor fan 4 total s 4110 2 R Displayed by
runtime hour (round
up the
quotient of
total
runtime/3600)
on the NMS.
21 Indoor fan 5 total s 4112 2 R Displayed by
runtime hour (round
up the
quotient of
total
runtime/3600)
on the NMS.
22 Indoor fan 6 total s 4114 2 R Displayed by
runtime hour (round
up the
quotient of
total
runtime/3600)
on the NMS.
23 Humidifier total s 4136 2 R Displayed by
runtime hour (round
up the
quotient of
total
runtime/3600)
on the NMS.
Huawei
humidifier
total runtime.
24 Elec heater total s 4144 2 R Displayed by
runtime hour (round
up the
quotient of
total

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 13


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute
runtime/3600)
on the NMS.
25 Cond pump total s 4152 2 R Displayed by
runtime hour (round
up the
quotient of
total
runtime/3600)
on the NMS.
26 Air filter total s 4160 2 R Displayed by
runtime hour (round
up the
quotient of
total
runtime/3600)
on the NMS.
27 Unit on/off status 0: Off 6144 1 R
1: On.
28 On/off status on 0: Off 6145 1 R
remote 1: On.
29 Cool outp 0-100 % 6146 1 R
30 Fan outp 0-100 % 6147 1 R
31 Humid outp 0-100 % 6148 1 R
32 Heat outp 0-100 % 6149 1 R
33 Outdoor fan control 0: Dry contact 6156 1 R
mode 1: Communicate
34 Teamwork status 0: Invalid 6208 1 R
1: Cool
2: Heat
3: Dehumid
4: Humid
5: Cool & humid
6: Heat & dehumid
7: Heat & humid
8: Cool & dehumid
35 Total number of 0-32 6209 1 R
actual units
36 Number of active 0-32 6210 1 R

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 14


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute
units
37 Number of standby 0-32 6211 1 R
units
38 Total number of 1-32 6212 1 R
units
39 Number of running 1-32 6213 1 R
units
40 Avg temp -99 to +99 (x 10) ℃ 6214 1 R
41 Avg humidity 0-99 (x 10) %RH 6215 1 R
42 Required cooling -5000 to +5000 % 6216 1 R
capacity
43 Required humidity -5000 to +5000 % 6217 1 R
44 Teamwork Address 0-32 6220 1 R
45 On/off status on 0: Off 6272 1 R/W
EMS 1: On
46 Baud rate 0: 9600 6273 1 R/W
1: 19200
47 Comm address 1–255 6274 1 R/W
48 Teamwork mode 0: Smart 6288 1 R/W
1: Icooling
49 Phase A voltage 0–1000; invalid V 8193 1 R
value: 0xFFFF
50 Phase B voltage 0–1000; invalid V 8194 1 R
value: 0xFFFF
51 Phase C voltage 0–1000; invalid V 8195 1 R
value: 0xFFFF
52 Power frequency 0–200; invalid Hz 8196 1 R
value: 0xFF
53 PSU 1 input type 0: DC 8704 1 R
1: AC
54 PSU 1 input voltage 0–300 V 8705 1 R
55 PSU 1 input current 0–10 (x 100) A 8706 1 R
56 PSU 1 output 0–70 (x 10) V 8707 1 R
voltage

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 15


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute

57 PSU 1 output 0–30 (x 100) A 8708 1 R


current
58 PSU 1 input power 0–3000 W 8709 1 R
59 PSU 2 input type 0: DC 8720 1 R
1: AC
60 PSU 2 input voltage 0–300 V 8721 1 R
61 PSU 2 input current 0–10 (x 100) A 8722 1 R
62 PSU 2 output 0–70 (x 10) V 8723 1 R
voltage
63 PSU 2 output 0–30 (x 100) A 8724 1 R
current
64 PSU 2 input power 0–3000 W 8725 1 R
65 T/H control type 0: Return-air 10240 1 R
1: Supply-air
2: Cold aisle
3: Hot aisle
66 Current temp -50 to +150 (x 10) ℃ 10241 1 R Control point
temperature
67 Current humid 0–100 (x 10) %RH 10242 1 R Control point
humidity
68 Supply-air avg temp -50 to +150 (x ℃ 10243 1 R
10) ; invalid value:
0xFFF
69 Return-air avg temp -50 to +150 (x ℃ 10244 1 R
10) ; invalid value:
0xFFF
70 Cold-aisle avg temp -50 to +150 (x ℃ 10245 1 R
10) ; invalid value:
0xFFF
71 Hot-aisle avg temp -50 to +150 (x ℃ 10246 1 R
10) ; invalid value:
0x7FFF
72 Supply-air avg 0–100 (x 10) ; %RH 10247 1 R
humid invalid value:
0x7FFF
73 Return-air avg 0–100 (x 10) ; %RH 10248 1 R
humid invalid value:
0x7FFF

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 16


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute

74 Cold-aisle avg 0–100 (x 10) ; %RH 10249 1 R


humid invalid value:
0x7FFF
75 Hot-aisle avg humid 0–100 (x 10) ; %RH 10250 1 R
invalid value:
0x7FFF
76 Supply-air 1 temp -50 to +150 (x ℃ 10251 1 R
10) ; invalid value:
0x7FFF
77 Supply-air 2 temp -50 to +150 (x ℃ 10252 1 R
10) ; invalid value:
0x7FFF
78 Return-air 1 temp -50 to +150 (x ℃ 10257 1 R
10) ; invalid value:
0x7FFF
79 Return-air 2 temp -50 to +150 (x ℃ 10258 1 R
10) ; invalid value:
0x7FFF
80 Return-air 2 humid 0–100 (x 10) ; %RH 10261 1 R
invalid value:
0x7FFF
81 Cold-aisle 1 temp -50 to +150 (x 10) ; ℃ 10263 1 R
invalid value:
0x7FFF
82 Cold-aisle 2 temp -50 to +150 (x 10) ; ℃ 10264 1 R
invalid value:
0x7FFF
83 Cold-aisle 3 temp -50 to +150 (x 10) ; ℃ 10265 1 R
invalid value:
0x7FFF
84 Cold-aisle 1 humid 0–100 (x 10) ; %RH 10273 1 R
invalid value:
0x7FFF
85 Cold-aisle 2 humid 0–100 (x 10) ; %RH 10274 1 R
invalid value:
0x7FFF
86 Cold-aisle 3 humid 0–100 (x 10) ; %RH 10275 1 R
invalid value:
0x7FFF
87 Hot-aisle 1 temp -50 to +150 (x 10) ; ℃ 10283 1 R
invalid value:

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 17


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute
0x7FFF
88 Hot-aisle 2 temp -50 to +150 (x 10) ; ℃ 10284 1 R
invalid value:
0x7FFF
89 Hot-aisle 3 temp -50 to +150 (x 10) ; ℃ 10285 1 R
invalid value:
0x7FFF
90 Hot-aisle 1 humid 0–100 (x 10) ; %RH 10293 1 R
invalid value:
0x7FFF
91 Hot-aisle 2 humid 0–100 (x 10) ; %RH 10294 1 R
invalid value:
0x7FFF
92 Hot-aisle 3 humid 0–100 (x 10) ; %RH 10295 1 R
invalid value:
0x7FFF
93 Return-air temp set 18–45 (x 10) ℃ 10368 1 R/W
point
94 Supply-air temp set 15–35 (x 10) ℃ 10369 1 R/W
point
95 Cold-aisle temp set 15–35 (x 10) ℃ 10370 1 R/W
point
96 Hot-aisle temp set 18–45 (x 10) ℃ 10371 1 R/W
point
97 Return-air humid set 15–80 (x 10) %RH 10372 1 R/W
point
98 Supply-air humid set 15–80 (x 10) %RH 10373 1 R/W
point
99 Cold-aisle humid set 15–80 (x 10) %RH 10374 1 R/W
point
100 Hot-aisle humid set 15–80 (x 10) %RH 10375 1 R/W
point
101 Return-air HT 35–55 (x 10) ℃ 10376 1 R/W
threshold
102 Return-air LT 5–20 (x 10) ℃ 10377 1 R/W
threshold
103 Supply-air HT 20–50 (x 10) ℃ 10378 1 R/W
threshold
104 Supply-air LT 5–15 (x 10) ℃ 10379 1 R/W

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 18


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute
threshold
105 Cold-aisle HT 20–50 (x 10) ℃ 10380 1 R/W
threshold
106 Hot-aisle HT 35–55 (x 10) ℃ 10382 1 R/W
threshold
107 Humid high 65–95 (x 10) %RH 10384 1 R/W
threshold
108 Humid low 5–35 (x 10) %RH 10385 1 R/W
threshold
109 Return-air HT action 0: Disallow 10386 1 R/W
1: Block
2: Allow
110 Return-air LT action 0: Disallow 10387 1 R/W
1: Block
2: Allow
111 Supply-air HT 0: Disallow 10388 1 R/W
action 1: Block
2: Allow
112 Supply-air LT action 0: Disallow 10389 1 R/W
1: Block
2: Allow
113 Cold-aisle HT action 0: Disallow 10390 1 R/W
1: Block
2: Allow
114 Hot-aisle HT action 0: Disallow 10392 1 R/W
1: Block
2: Allow
115 High humidity 0: Disallow 10394 1 R/W
action 1: Block
2: Allow
116 Low humidity action 0: Disallow 10395 1 R/W
1: Block
2: Allow
117 Comp run status 0–10000 rpm 14336 1 R
118 Dehumid solenoid 0: Off 14338 1 R

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 19


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute
control stat 1: On
119 Comp exceed 20000–40000h h 14464 2 R/W The unit of
runtime threshold the NE
readings is
second (s),
and the value
displayed on
the NMS is
the quotient
of the
reading/3600.
120 Indoor fan 1 run 0–10000 rpm 16384 1 R EC fan
status (0xFFFF is
sent when
reading at the
AC fan).
121 Indoor fan 2 run 0–10000 rpm 16385 1 R EC fan
status (0xFFFF is
sent when
reading at the
AC fan).
122 Indoor fan 3 run 0–10000 rpm 16386 1 R EC fan
status (0xFFFF is
sent when
reading at the
AC fan).
123 Indoor fan 4 run 0–10000 rpm 16387 1 R EC fan
status (0xFFFF is
sent when
reading at the
AC fan).
124 Indoor fan 5 run 0–10000 rpm 16388 1 R EC fan
status (0xFFFF is
sent when
reading at the
AC fan).
125 Indoor fan 6 run 0–10000 rpm 16389 1 R EC fan
status (0xFFFF is
sent when
reading at the
AC fan).
126 Indoor fan ctrl status 0–100 % 16400 1 R EC fan
(0xFFFF is
sent when
reading at the

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 20


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute
AC fan).
127 Outdoor fan ctrl 0: Off 18432 1 R
status 1: On
128 Outdoor fan run 0–100 % 18433 1 R It is null
status when outdoor
unit is
controlled by
dry contact.
129 Water inlet solenoid 20496 1 R Huawei
control status humidifier
130 Drainage solenoid 20497 1 R Huawei
control status humidifier
131 Cylinder 2000–5000h h 20613 1 R/W
maintenance due
threshold
132 Cylinder 2000–5000h h 20614 1 R/W
replacement due
threshold
133 Elec heater ctrl 0: Off 22528 1 R
status 1: On
134 Elec heater exceed 20000–40000h s 22656 2 R/W The unit of
runtime threshold the NE
readings is
second (s),
and the value
displayed on
the NMS is
the quotient
of the
reading/3600.
135 Cond pump ctrl 0: Off 24576 1 R
status 1: On.
136 Cond pump exceed 1000–50000h h 24704 2 R/W Displayed by
runtime threshold hour (round
up the
quotient of
total
runtime/3600)
on the NMS.
137 EEV control status 0–1000 step 30720 1 R
138 EEV run status 0–1000 step 30721 1 R

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 21


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute

139 Module No. 0–255 28672 1 R/W L1/L2


140 Data type 0–255 28673 1 R/W L1/L2
141 Frame No. 0–255 28674 1 R/W L1/L2
142 Number of cabinet 0–255 28675 1 R/W L1/L2
143 aisle structure 0: Single 28676 1 R/W L1/L2
1: Double
144 aisle width 0–65535, Precision mm 28677 1 R/W L1/L2
±10mm
145 aisle seal type 0–255, 0: seal Cold 28678 1 R/W L1/L2
aisle, 1: seal Hot
aisle
146 Module No. 0–255 28736 1 R/W L1/L2
147 Data type 0–255 28737 1 R/W L1/L2
148 Cabinet No. 0–255 28738 1 R/W L1/L2
149 Frame No. 0–255 28739 1 R/W L1/L2
150 Cabinet type 0–255, 0:Load 28740 1 R/W L1/L2
cabinet,
1:Airconditon,
2:PDU, 3:UPS,
4:Battery, 5. Empty
Cabinet
151 Cabinet width 0–65535, mm 28741 1 R/W L1/L2
Precision±10mm
152 Cabinet 0–255, Current use 28742 1 R/W L1/L2
position(row) 0–1
153 Cabinet 0–255 28743 1 R/W L1/L2
position(column)
154 AC cabinet modbus 1–0x255 28744 1 R/W L1/L2
address
155 AC Teamwork 0–32, 0 Teamwork 28745 1 R/W L1/L2
Address not work
156 Module No. 0–255 28800 1 R/W L1/L2
157 Data type 0–255 28801 1 R/W L1/L2
158 Cabinet No. 0–255 28802 1 R/W L1/L2
159 Frame No. 0–255 28803 1 R/W L1/L2

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 22


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute

160 Cabinet input power 0–65535; ±500 W kW 28804 1 R/W L1/L2


(accurate to the first
decimal place; the
value filled in: the
actual number x 10
kW; counted as 100
W if the value < 100
W); invalid value:
0xFFFF
161 Cabinet heat power 0–65535; ±500 W kW 28805 1 R/W L1/L2
(accurate to the first
decimal place; the
value filled in: the
actual number x 10
kW; counted as 100
W if the value < 100
W); invalid value:
0xFFFF
162 Cabinet avg air –32768 to +32767; ℃ 28806 1 R/W L1/L2
intake temp (x 10; accurate to
the first decimal
place); invalid
value: 0x7FFF
163 Cabinet min air –32768 to +32767; ℃ 28807 1 R/W L1/L2
intake temp (x 10; accurate to
the first decimal
place); invalid
value: 0x7FFF
164 Cabinet max air –32768 to +32767; ℃ 28808 1 R/W L1/L2
intake temp (x 10; accurate to
the first decimal
place); invalid
value: 0x7FFF
165 Upper limit of –32768 to +32767; ℃ 28809 1 R/W L1/L2
cabinet air intake (x 10; accurate to
temp the first decimal
place); invalid
value: 0x7FFF
166 Lower limit of –32768 to +32767; ℃ 28810 1 R/W L1/L2
cabinet air intake (x 10; accurate to
temp the first decimal
place); invalid
value: 0x7FFF
167 Cabinet avg air –32768 to +32767; % 28811 1 R/W L1/L2
intake humidity (x 10; accurate to
the first decimal

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 23


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute
place); invalid
value: 0x7FFF
168 Cabinet min air –32768 to +32767; % 28812 1 R/W L1/L2
intake humidity (x 10; accurate to
the first decimal
place); invalid
value: 0x7FFF
169 Cabinet max air –32768 to +32767; % 28813 1 R/W L1/L2
intake humidity (x 10; accurate to
the first decimal
place); invalid
value: 0x7FFF
170 Upper limit of –32768 to +32767; % 28814 1 R/W L1/L2
cabinet air intake (x 10; accurate to
humidity the first decimal
place); invalid
value: 0x7FFF
171 Lower limit of –32768 to +32767; % 28815 1 R/W L1/L2
cabinet air intake (x 10; accurate to
humidity the first decimal
place); invalid
value: 0x7FFF
172 Cabinet avg airout –32768 to +32767; ℃ 28816 1 R/W L1/L2
temp (x 10; accurate to
the first decimal
place); invalid
value: 0x7FFF
173 Cabinet min airout –32768 to +32767; ℃ 28817 1 R/W L1/L2
temp (x 10; accurate to
the first decimal
place); invalid
value: 0x7FFF
174 Cabinet max airout –32768 to +32767; ℃ 28818 1 R/W L1/L2
temp (x 10; accurate to
the first decimal
place); invalid
value: 0x7FFF
175 Upper limit of –32768 to +32767; ℃ 28819 1 R/W L1/L2
cabinet airout (x 10; accurate to
humidity the first decimal
place); invalid
value: 0x7FFF
176 Lower limit of –32768 to +32767; ℃ 28820 1 R/W L1/L2
cabinet airout (x 10; accurate to
the first decimal

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 24


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute
humidity place); invalid
value: 0x7FFF
177 Host tag 0–255, 0:slave, 29056 1 R L1/L2
1:mater
178 Config received tag 0–255; 0: 29057 1 R L1/L2
unreceived, 1:
received
179 Max cooling 0–65535; ±2500 W kW 29060 1 R L1/L2
capacity (accurate to the first
decimal place; the
value filled in: the
actual number x 10
kW; counted as 100
W if the value < 100
W); invalid value:
0xFFFF
180 Current cooling 0–65535; ±2500 W kW 29061 1 R Reserved
capacity (accurate to the first
decimal place; the
value filled in: the
actual number x 10
kW; counted as 100
W if the value < 100
W); invalid value:
0xFFFF
181 Current COP 0–65535; precision: 29062 1 R Reserved
0.1 (x 10; accurate
to the first decimal
place); invalid
value: 0x7FFF
182 iCooling abnormal bit 0: L0/L1 linkage 29064 1 R/W L1/L2
flag condition unmet (0:
met, 1: unmet); bit
1: L1/L2 linkage
condition unmet (0:
met, 1: unmet)
183 L0/L1 linkage 0: disabled; 1: 29065 1 R/W L1/L2
enable flag enabled
184 L0/L1 linkage 15–45 (x 10; ℃ 29066 1 R/W L1/L2
Target temperature accurate to the first
decimal place);
invalid value:
0x7FFF
185 L0/L1 linkage 20–80 (x 10; % 29067 1 R/W L1/L2
accurate to the first

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 25


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Value Range Unit Register Number R/W Remarks


Address of Attri
Registers bute
Target humidity decimal place);
invalid value:
0x7FFF

7.2 Alarms
No. Item Alarm Alarm Register Bit R/W Remarks
Severity Cause ID Address Attri
bute
1 Power loss Warning a027 2048 0 R
2 Remote shutdown Critical a042 2048 1 R
3 Teamwork networking failed Major a045 2048 2 R
4 iCooling communication fault Major a116 2048 5 R
5 Group units number not match Major a117 2048 6 R
6 L1/L2 linkage condition not met Major a119 2048 7 R
7 A/C abnormal L1/L2 disconnect Major a120 2048 8 R
8 L1/L2 linkage humidity not met Major a175 2048 9 R
9 Humidity invalid L1/L2 interrupt Major a177 2048 10 R
10 Air filter exceed runtime Warning a026 2052 5 R
11 Air filter blocked Warning a025 2052 6 R
12 Smoke detected Critical a044 2052 7 R
13 Floor water overflow Critical a043 2052 8 R
14 Main power off Major a118 2052 14 R
15 Power phase reverse Major a037 2053 0 R
16 Power overfreq Major a034 2053 1 R
17 Power underfreq Major a035 2053 2 R
18 Power phase A overvolt Major a028 2053 3 R
19 Power phase B overvolt Major a029 2053 4 R
20 Power phase C overvolt Major a030 2053 5 R
21 Power phase A undervolt Major a031 2053 6 R

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 26


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Alarm Alarm Register Bit R/W Remarks


Severity Cause ID Address Attri
bute

22 Power phase B undervolt Major a032 2053 7 R


23 Power phase C undervolt Major a033 2053 8 R
24 Power phase A open Critical a169 2053 11 R
25 Power phase B open Critical a170 2053 12 R
26 Power phase C open Critical a171 2053 13 R
27 SPD 3-phase test board comm Major a172 2053 14 R
fault
28 SPD failed Major a174 2054 0 R
29 Secondary power 24V Major a168 2054 10 R
undervoltage
30 Secondary power 24V Major a167 2054 11 R
overvoltage
31 Transformer HT Critical a189 2054 12 R Only for
208 V
32 Power phase B open locked Critical a192 2054 13 R Only for
208 V
33 Supply-air HT Critical a048 2056 0 R
34 Supply-air LT Warning a049 2056 1 R
35 Cold-aisle HT Critical a050 2056 2 R
36 Hot-aisle HT Critical a051 2056 4 R
37 Return-air HT Critical a002 2056 6 R
38 Return-air LT Warning a003 2056 7 R
39 High humidity Warning a093 2056 8 R
40 Low humidity Warning a094 2056 9 R
41 Return-air 1 temp invalid Major a001 2056 10 R
42 Return-air 2 temp invalid Major a001 2056 11 R
43 Return-air 2 humid invalid Major a004 2056 14 R
44 Return-air 2 T/H brd comm failed Major a007 2057 1 R
45 Supply-air 1 temp invalid Major a052 2057 3 R
46 Supply-air 2 temp invalid Major a052 2057 4 R
47 Cold-aisle 1 T/H brd comm failed Major a110 2057 12 R
48 Cold-aisle 2 T/H brd comm failed Major a110 2057 13 R

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 27


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Alarm Alarm Register Bit R/W Remarks


Severity Cause ID Address Attri
bute

49 Cold-aisle 3 T/H brd comm failed Major a110 2057 14 R


50 Cold-aisle 1 temp invalid Major a108 2058 1 R
51 Cold-aisle 2 temp invalid Major a108 2058 2 R
52 Cold-aisle 3 temp invalid Major a108 2058 3 R
53 Hot-aisle 1 T/H brd comm failed Major a113 2058 6 R
54 Hot-aisle 2 T/H brd comm failed Major a113 2058 7 R
55 Hot-aisle 3 T/H brd comm failed Major a113 2058 8 R
56 Hot-aisle 1 temp invalid Major a111 2058 11 R
57 Hot-aisle 2 temp invalid Major a111 2058 12 R
58 Hot-aisle 3 temp invalid Major a111 2058 13 R
59 Cold-aisle 1 humid invalid Major a109 2059 0 R
60 Cold-aisle 2 humid invalid Major a109 2059 1 R
61 Cold-aisle 3 humid invalid Major a109 2059 2 R
62 Hot-aisle 1 humid invalid Major a112 2059 5 R
63 Hot-aisle 2 humid invalid Major a112 2059 6 R
64 Hot-aisle 3 humid invalid Major a112 2059 7 R
65 Ctrl point sensor disabled Major a039 2059 10 R
66 Discharge temp sensor fault Major a055 2060 0 R
67 Comp discharge HT Major a012 2060 1 R
68 Comp discharge HT lock Critical a013 2060 2 R
69 Comp HP switch Major a008 2060 3 R
70 Comp HP switch lock Critical a009 2060 4 R
71 Discharge pressure sensor fault Major a056 2060 5 R
72 Comp discharge HP Major a057 2060 6 R
73 Comp discharge HP lock Critical a058 2060 7 R
74 Suction pressure sensor fault Major a059 2060 8 R
75 Comp suction LP Major a060 2060 9 R
76 Comp suction LP lock Critical a061 2060 10 R
77 Comp drive alarm Major a062 2060 11 R

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 28


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Alarm Alarm Register Bit R/W Remarks


Severity Cause ID Address Attri
bute

78 Comp drive comm failed Critical a063 2060 12 R


79 Comp exceed runtime Warning a015 2060 13 R
80 Comp drive lock Critical a064 2060 14 R
81 Comp drive DC overvolt Major a065 2060 15 R
82 Comp drive DC undervolt Major a066 2061 0 R
83 Comp drive overload Major a067 2061 1 R
84 Comp drive overcurrent Major a068 2061 2 R
85 Comp startup failed Major a069 2061 3 R
86 Comp drive fan fault Major a070 2061 4 R
87 Comp drive module overheat Major a071 2061 5 R
88 Comp drive U phase loss Major a072 2061 6 R
89 Comp drive V phase loss Major a073 2061 7 R
90 Comp drive W phase loss Major a074 2061 8 R
91 Comp phase current alarm Major a075 2061 9 R
92 Comp drive short period Critical a095 2061 10 R
93 Comp freeze point protection Major a046 2061 11 R
94 Liquid pipe temp sensor fault Major a038 2061 12 R
95 Comp speed limit Major a089 2061 13 R
96 Suction temp sensor fault Major a134 2061 14 R
97 Compressor Preheating Alarm Warning a184 2062 3 R
98 Indoor fan 1 fault Major a077 2076 0 R
99 Indoor fan 1 exceed runtime Warning a018 2076 1 R
100 Indoor fan 2 fault Major a077 2076 2 R
101 Indoor fan 2 exceed runtime Warning a018 2076 3 R
102 Indoor fan 3 fault Major a077 2076 4 R
103 Indoor fan 3 exceed runtime Warning a018 2076 5 R
104 Indoor fan 4 fault Major a077 2076 6 R
105 Indoor fan 4 exceed runtime Warning a018 2076 7 R
106 Indoor fan 5 fault Major a077 2076 8 R

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 29


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Alarm Alarm Register Bit R/W Remarks


Severity Cause ID Address Attri
bute

107 Indoor fan 5 exceed runtime Warning a018 2076 9 R


108 Indoor fan 6 fault Major a077 2076 10 R
109 Indoor fan 6 exceed runtime Warning a018 2076 11 R
110 Indoor fan 1 overspeed Major a102 2077 0 R
111 Indoor fan 2 overspeed Major a102 2077 1 R
112 Indoor fan 3 overspeed Major a102 2077 2 R
113 Indoor fan 4 overspeed Major a102 2077 3 R
114 Indoor fan 5 overspeed Major a102 2077 4 R
115 Indoor fan 6 overspeed Major a102 2077 5 R
116 Indoor fan failure Critical a105 2077 8 R
117 Insufficient water supply Warning a122 2149 0 R
118 High conductivity Major a123 2149 1 R
119 Low conductivity Warning a124 2149 2 R
120 High water level in cylinder Warning a125 2149 3 R
121 Drainage failure Major a126 2149 4 R
122 Cylinder overcurrent Major a127 2149 5 R
123 Cylinder undercurrent Major a128 2149 6 R
124 Water inlet solenoid fault Major a130 2149 8 R
125 Drainage solenoid fault Major a131 2149 9 R
126 Cylinder maintenance due Warning a132 2149 10 R
127 Cylinder replacement due Major a133 2149 11 R
128 Cylinder overcurrent locked Major a129 2149 12 R
129 Insufficient water supply locked Major a176 2149 13 R
130 Elec heater HT Major a023 2156 0 R
131 Elec heater exceed runtime Warning a024 2156 1 R
132 Full water Critical a078 2172 0 R
133 Drain abnormal Major a079 2172 1 R
134 Cond pump fault Major a041 2172 2 R
135 Cond pump exceed runtime Warning a090 2172 3 R

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 30


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Alarm Alarm Register Bit R/W Remarks


Severity Cause ID Address Attri
bute

136 PSU 1 power input failure Warning a040 2180 0 R


137 PSU 1 fault Major a053 2180 1 R
138 PSU 1 comm interrupt Major a054 2180 2 R
139 PSU 2 power input failure Warning a040 2180 8 R
140 PSU 2 fault Major a053 2180 9 R
141 PSU 2 comm interrupt Major a054 2180 10 R
142 EEV low overheating degree Major a136 2192 0 R
143 EEV low overheating locked Critical a137 2192 1 R
144 EEV high overheating degree Major a138 2192 2 R
145 EEV high overheating locked Critical a139 2192 3 R
146 EEV auto control fault Critical a140 2192 4 R
147 EEV driver comm. fault Major a141 2192 5 R
148 EEV driver fault Major a142 2192 6 R
149 EEV driver fault locked Critical a186 2192 7 R
150 EEV driver power off Critical a191 2192 8 R
151 Outdoor fan communication Major a143 2208 0 R
failure
152 Outdoor fan run overtime Warning a144 2208 1 R
153 Outdoor fan Dr hardware protect Major a145 2208 2 R
154 Outdoor fan blocked Major a146 2208 3 R
155 Outdoor fan Dr OP open phase Major a147 2208 4 R
156 R/W fail of outdoor fan Dr Critical a148 2208 5 R
157 Outdoor fan Dr 12V undervolt Major a149 2208 6 R
158 Outdoor fan grid overvolt Major a150 2208 7 R
159 Grid undervolt or phase open Major a151 2208 8 R
160 Outdoor fan driver fault Warning a152 2208 9 R
161 Outdoor fan Dr DC bus undervol Major a153 2208 10 R
162 Outdoor fan Dr DC bus overvolt Major a154 2208 11 R
163 Inverter power module overtemp Major a155 2208 12 R
164 Inverter output U overcurrent Major a156 2208 13 R

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 31


Copyright © Huawei Technologies Co., Ltd.
NetCol5000-A 25 kW Air Cooled In-row Precision Air
Conditioner
Modbus Protocol (300 mm Width) 7 Register Configurations

No. Item Alarm Alarm Register Bit R/W Remarks


Severity Cause ID Address Attri
bute

165 Inverter output V overcurrent Major a157 2208 14 R


166 Inverter output W overcurrent Major a158 2208 15 R
167 Outdoor fan Dr. sampling drift Major a159 2209 0 R
168 Outdoor fan Dr OP ground fault Major a160 2209 1 R
169 Outdoor fan output current Imb Major a161 2209 2 R
170 Outdoor fan pres sensor fault Warning a162 2209 3 R
171 Outdoor fan overtemp Major a163 2209 4 R
172 High temp in outdoor fan Dr Warning a164 2209 5 R
electric control box
173 Outdoor fan power freq error Major a165 2209 6 R
174 Outdoor fan driver fault Major a166 2209 7 R
175 Outdoor fan driver fault locked Critical a190 2209 11 R

Issue 02 (2017-08-07) Huawei Proprietary and Confidential 32


Copyright © Huawei Technologies Co., Ltd.

You might also like