Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. In order to obtain the parameters that you require from the smart battery, you must enter a Modbus command in the "Data (HEX)" box. It is important to note that each Modbus command has a unique structure that will be derived from the parameters that will be taken from the smart battery's configuration settings.

...

Code Part

Parameter

Notes

(warning) It is necessary to convert the data from decimal to hexadecimal format.

Decimal to Hexadecimal converter

Example

1

Smart battery's physical ID

Two digits only

1 >> 01

(warning) The image is only for illustration purposes; please do not separate the numbers with spaces

2

Register command number

Two digits only

4 >> 04

3

Register address number

Four digits only

1 >> 0001

(warning) It is necessary to convert the addresses from decimal to hexadecimal format.

Decimal to Hexadecimal converter

4

Amount of Registers

Four digits only

1 >> 0001

...