Modbus heatpump readout
-
Dear,
I have a heat pump with modbus and I would like to read it. With "modscan" I manage to read various values, but not with "mango". The data from "modscan" is Modbus RTU Decimal.
As an example I used address 1026. The value of this point is 50 (degrees).
Can someone help me with this?
-
Hi Mark,
The Modbus read data tool in Mango displays the register result in hexadecimal, so 0x37 is 55. Might the value have changed between the readings? You can use the point locator test tool if you want to decode the register by describing the type of data in the register. Another part of the mystery is that Mango begins its addressing at 0, where associating the values in 1025 and 1026 may suggest modscan uses a base address of 1.
Edit: Also, I find it strange you say Modbus RTU when the screenshot from Mango is of an IP data source.