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.

8Byte Modbus Herholdt Controls ECS
#1
Hello everybody

I've been trying to read out an Optec energy meter (Heroldt Controls ECS) using Modbus for a while. 
In principle, this also works without any problems. However, it does not work properly with the 8byte objects. 

In the code excerpt you can see it in the addresses 4322 and 4326. 
In the manual page 6, point 3.4.4. Reading a 8 bytes value listed as it should work. Unfortunately I don't know what to do next.
How do you have to do this conversion in the profile? Can this conversion be calculated directly in a Modbus profile?
Thank you Bidi


Code:
{
    "product_code": "M3PRO",
    "manufacturer": "Optec (Herholdt Controls)",
    "name": "M3PRO reduziert",
      "product_range": "Energiezähler",
      "description": "Energiezähler M3PRO",
      "mapping": [   
        { "bus_datatype": 14, "datatype": "float32", "read_swap": "bw","address": 4152, "type": "register", "units": "kW","name": "Wirkleistung L1"},
        { "bus_datatype": 14, "datatype": "float64", "read_swap": "bw","address": 4322, "type": "register", "units": "kWh","name": "Wirkenergie Bezug T1+T2 total"},
        { "bus_datatype": 14, "datatype": "float64", "read_swap": "bw","address": 4326, "type": "register", "units": "kWh","name": "Wirkenergie Lieferung T1+T2 total"}
        ]
}
Reply


Messages In This Thread
8Byte Modbus Herholdt Controls ECS - by BidiCH - 01.06.2021, 00:14

Forum Jump: