26.09.2019, 08:10
Can you read raw value with RTU read test? Try setting bus datatype as a number without quotes:
Make sure to create new device from scratch when uploading new profile. Because existing devices will still use old profile data.
Code:
{
"name": "load_output", "bus_datatype": 14, "type": "register", "address": 175, "value_multiplier": 0.1, "writable": true
}
Make sure to create new device from scratch when uploading new profile. Because existing devices will still use old profile data.