12.06.2024, 09:54
(12.06.2024, 09:39)admin Wrote: TCP implementation on certain Modbus devices is very buggy. Usually only a limited amount of connections can be created and it takes some time for the device to detect disconnect and free up a used connection. Sometimes this can be fixed by enabling the "Persistent connection" mode.
At the moment value delta minimum is 0.2. This had to be done because a lot of installations are overloaded by not setting the delta properly.
Ok, but timeouts are on RS485 line not on modbus TCP connections (at least in my case...) and I've not noticed it in previous firmwares...
Have you seen someting on float32 values in profiles? The value read as uint32 (1093664768 ) correponds to the value in float32 format (11.0) so It seems that's a conversion issue, isn't it?
Thanks.