...
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 It is necessary to convert the data from decimal to hexadecimal format. | Example |
---|---|---|---|
1 | Smart battery's physical ID | Two digits only 1 >> 01 | 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 It is necessary to convert the addresses from decimal to hexadecimal format. | |
4 | Amount of Registers | Four digits only 1 >> 0001 |
...