KNOT modbus 64-bit
Posted: Thu Jan 23, 2025 5:38 pm
With Mikrotik KNOT, it is possible to successfully read int16 from Modbus RTU. There are devices whose values consist of 64 bits. How can this be read using a script? I understand that it can be done by reading each int16 separately and then combining them, but how can this be implemented in a script? Maybe someone has experience with this?