19.10.2023, 06:54
U32 (uint32) is 4 byte unsigned integer, U16 (uint16) is 2 byte unsigned integer. Default swap in LM is w (word). Use read test to check if you a different swap is needed.
You might need to use a different datatype like 4 byte floating point on LM side if the register value is scaled (x10, x100 etc). Otherwise the fractional part will be lost when using an integer data type.
You might need to use a different datatype like 4 byte floating point on LM side if the register value is scaled (x10, x100 etc). Otherwise the fractional part will be lost when using an integer data type.