Changes for page 5.2 Modbus protocol

Last modified by Admin on 2026/04/24 10:30

From version 8.2
edited by Admin
on 2025/02/04 10:03
Change comment: There is no comment for this version
To version 5.3
edited by Admin
on 2024/12/04 10:50
Change comment: Update document after refactoring.

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -Battery management systems.BMS Main 2\.1.5\. Communication protocols.WebHome
1 +drafts.BMS Main 2\.1.5\. Communication protocols.WebHome
Content
... ... @@ -1,11 +1,5 @@
1 -(% data-numbered-headings-start="5" style="--numbered-headings-start: 4;font-size: 0px;color: rgba(0, 0, 0, 0.0);margin-bottom: 0px; margin-top: 0px;" %)
2 -= Communication protocols =
1 +== 4.2.1 General information ==
3 3  
4 -(% data-numbered-headings-start="2" style="--numbered-headings-start: 1;font-size: 0px;color: rgba(0, 0, 0, 0.0);margin-bottom: 0px; margin-top: 0px;" %)
5 -== Modbus protocol ==
6 -
7 -=== General information ===
8 -
9 9  The BMS Main 2.x device provides the information about the battery system using Modbus protocol. The BMS is a Modbus-server and it responds to the Modbus-client’s commands.
10 10  
11 11  Interaction with the device is performed over the RS-485 bus (Modbus RTU) or the Ethernet network (Modbus TCP).
... ... @@ -34,7 +34,7 @@
34 34  
35 35  Words are in the **little endian**.
36 36  
37 -=== Input registers ===
31 +== 4.2.2 Input registers ==
38 38  
39 39  (% style="width:651px" %)
40 40  |(% style="width:92px" %)**Register address**|(% style="width:94px" %)**Number of registers**|(% style="width:368px" %)**Content**|(% style="width:96px" %)**Type**
... ... @@ -268,7 +268,7 @@
268 268  
269 269  bits 4-15 — not used.
270 270  )))|(% style="width:96px" %)U16
271 -|(% style="width:92px" %)**0x200E-0x200F**|(% style="width:94px" %)2|(% style="width:368px" %)(((
265 +|(% style="width:92px" %)**0x200E**|(% style="width:94px" %)2|(% style="width:368px" %)(((
272 272  Errors 2 (bitfield):
273 273  
274 274  bit 0 – "Low CH temperature", temperature is too low for charging;
... ... @@ -353,19 +353,13 @@
353 353  |(% style="width:92px" %)**0x20F4**|(% style="width:94px" %)1|(% style="width:368px" %)(((
354 354  Discrete input signals 2 (bitfield):
355 355  
356 -bit 0 “Fuse 2”;
350 +bit 0 “Fuse 2”;
357 357  
358 -bit 1 “Fuse 3”;
352 +bit 1 “Fuse 3”;
359 359  
360 -bit 2 “Circuit breaker status”;
354 +bit 2 “Circuit breaker status”;
361 361  
362 -bit 3 — signal "Balancing request";
363 -
364 -bit 4 — signal "Close Main contactor";
365 -
366 -bit 5 — signal "Close External 1";
367 -
368 -bits 6-15 — not used.
356 +bits 3-15 – reserved.
369 369  )))|(% style="width:96px" %)U16
370 370  |(% style="width:92px" %)**0x2100-0x2101**|(% style="width:94px" %)2|(% style="width:368px" %)Battery state of charge (SOC), %|(% style="width:96px" %)REAL32
371 371  |(% style="width:92px" %)**0x2102**|(% style="width:94px" %)1|(% style="width:368px" %)Number of BMS Logic devices|(% style="width:96px" %)U16
... ... @@ -492,7 +492,7 @@
492 492  |(% style="width:92px" %)**0x2426**|(% style="width:94px" %)2|(% style="width:368px" %)Maximum charge current, A|(% style="width:96px" %)REAL32
493 493  |(% style="width:92px" %)**0x2428**|(% style="width:94px" %)2|(% style="width:368px" %)Maximum discharge current, A|(% style="width:96px" %)REAL32
494 494  
495 -=== Holding registers ===
483 +== 4.2.3 Holding registers ==
496 496  
497 497  (% style="width:653px" %)
498 498  |(% style="width:92px" %)**Register address**|(% style="width:94px" %)**Number of registers**|(% style="width:368px" %)**Content**|(% style="width:96px" %)**Type**