This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Modbus TCP profile issue
#1
Hi

New to the world of LM trying out modbus TCP. When doing a "Read test" everything works just fine but when i try it as an modbus profile i get a different, not correct, result.
The read test shows the line voltage at aproximatly 230V but when using the profile it shows just about any value.


Code:
{
  "manufacturer": "Ferroamp",
  "description": "Energyhub",
  "mapping": [
    { "name": "V L1", "bus_datatype": "float32", "type": "inputregister", "address": 2032, "units": "V", "read_swap": "n" }
  ]
}

Attached Files Thumbnail(s)
   
Reply
#2
Profile entry is missing "datatype": "float32"
Reply
#3
(07.12.2022, 06:29)admin Wrote: Profile entry is missing "datatype": "float32"

Ah! God damnit, felt like i double checked everything. Super thanks!
Reply


Forum Jump: