Re The app developer / SCADA using Modbus RTU looking at integrating a Mains harmonic meter for a test application
The data formats are :
32-bit float format - bit float type data follows IEEE 754 format.
16 bit integer format - Byte sequence of data adopts big endian mode.
32 bit long integer format - Byte sequence of data adopts big end mode.
Dose the Modbus component cope with these or do i have to get creative and read registers and put them back together ?

Steve