Yesterday, 13:36
Hello,
I have to read (unfortunately) some modbus registers starting from 40000, at first I thought that they are Holding registers starting from N°0 but no...they start literally from 40000...
And thats the possible bug: if I set, for example, holding register 40056 in the JSON profile it doesn't read anything, but if I read it with luamodbus it works...I suspect that the modbus implementation take the 4 in 40056 as the function and so it reads the holding register 56...
is there a way to avoid making a custom script and use the built in modbus function?
thank you
I have to read (unfortunately) some modbus registers starting from 40000, at first I thought that they are Holding registers starting from N°0 but no...they start literally from 40000...
And thats the possible bug: if I set, for example, holding register 40056 in the JSON profile it doesn't read anything, but if I read it with luamodbus it works...I suspect that the modbus implementation take the 4 in 40056 as the function and so it reads the holding register 56...
is there a way to avoid making a custom script and use the built in modbus function?
thank you