Versions Compared

Key

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

The Cut Trough Through via Modbus Over RS485 allows you to get data and even set it depending on the data types.

...

(warning) Please note that before starting the process, you must verify whether the parameters you are interested in can be set.

Cut

...

Through Progress

  1. Open the Power Center >> Connect to the Elara gateway via serial/OTA connection >> Click on “Read Configuration” >> Click on “Status” >> Click on “Configuration” tab. Now you can see all the information about the smart battery.

...

Depending on how you write the command, you will either “get” or “set” parameters.

...

Code Part

Parameter

Notes

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

Decimal to Hexadecimal converter

Example

1

Inverter physical ID

Convert the inverter physical ID to Hexadecimal and write it in two digits only

1 >> 01

 

 

 

Image Modified

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

2

Register command number

Convert the register command number to Hexadecimal and write it in two digits only

3 >> 03

3

Register address number

Convert the register address number to Hexadecimal and write it in four digits only

512 >> 0200

4

Amount of Registers

Convert the amount of registers to Hexadecimal and write it in four digits only

1 >> 0002

4. To get the smart battery's data about this specific register, click "Send

...

As you can see in the picture below, we are able to get the value of the smart battery "Temperature 2". The value that we receive from the cut trough Through is "301", now we need to take this value and convert it to the ratio given next to the type of register [1:10], meaning that the battery temperature is 30.1 degrees Celsius.

...

Set Parameters

  1. Complete all the steps in this article and proceed to the next step once you have read the parameters.

  2. In order to set parameters, change the “Register command number” to “06” (Always) and the “Amount of Registers” to the value that you want to set.

    Image Removed


Code Part


Parameter

Notes

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

Decimal to Hexadecimal converter


Example

1

Inverter physical ID

The physical ID of the inverter should remain unchanged

 

Image Added


2


Register command number

The register command number should be changed to 06 (always)

03 >> 06

3

Register address number

The register agrees number should remain unchanged


4


Value to set

Change the amount of registers parameter to the value that you wish to set in Hexadecimal and write it in four digits only.

0003 >> 0007

3. Click “Send”