ClassicDIY / ModbusTool

A modbus master and slave test tool with import and export functionality, supports TCP, UDP and RTU.
Apache License 2.0
640 stars 193 forks source link

Which Adresse i have to type into the field "start-Adress" and "size"? #37

Open thoath2 opened 5 months ago

thoath2 commented 5 months ago

Hello, I have problems to know, what i have to type into the fields "start-Adress" and "size". I use the energy-meter-device B+G DS100 30B. The Adresses are in the file. Which adresses i have to give in, when i want to get for example values for the first register (31025). Is there a documentation? Best regards Thomas

BundG DS100 30B

thoblerone commented 5 months ago

The ModbusTool is about the Modbus Registers. The register numbers are specified in decimal number, your data sheet is using hexadecimal number. Thus you should type a start address of 1024 and use Integer data format.