Data processing
- Modbus Bytes to single
-
Create a single-precision floating-point number (data type
Float32
) from two 16-bit integers (data typeUInt16
). - Modbus Single to bytes
-
Create a vector consisting of two 16-bit integers (data type
UInt16
) from a single-precision floating-point number (data typeFloat32
).