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