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 cyclic writes
#1
Hi,

I have a modbus slave on which i want to write a register periodically. Can this be done via the Modbus UI? I have the following profile prepared:
Code:
{
    "manufacturer": "IDM",
    "description": "Heat Pump Injection",
    "mapping": [        
        {
            "name": "Current Injection",
            "bus_datatype": "float32",
            "type": "register",
            "address": 74,            
            "writable": 1,
            "write_only": 1,
            "datatype": "float32",
            "units": "Kw",
            "read_swap": true,
    "value_multiplier": "0.001"
        }
    ]
}

But i have no clue when the value will be written? Is it only on mapped address change? Of can it be set to update no matter what every 30 seconds? If so, how? Or should this be done differently? 

Thanks for the help!
Reply


Messages In This Thread
Modbus cyclic writes - by Smeagol - 21.07.2025, 12:24
RE: Modbus cyclic writes - by Daniel - 21.07.2025, 12:34
RE: Modbus cyclic writes - by admin - 21.07.2025, 12:35
RE: Modbus cyclic writes - by Smeagol - 21.07.2025, 12:56
RE: Modbus cyclic writes - by Smeagol - 21.07.2025, 14:39
RE: Modbus cyclic writes - by admin - 21.07.2025, 14:53

Forum Jump: