07.09.2021, 11:32
You can use "Read test" to check the values before creating the profile. You might need to apply a read swap because float32 is two registers.
bus_datatype is only relevant to the object that you are mapping it to. The register will be read using the datatype field value and if you don't specify it then only a single register will be read which is not correct for float32.
bus_datatype and datatype can be different. For example if the register contains value x 100 and the object is a floating point type that displays the actual value.
bus_datatype is only relevant to the object that you are mapping it to. The register will be read using the datatype field value and if you don't specify it then only a single register will be read which is not correct for float32.
bus_datatype and datatype can be different. For example if the register contains value x 100 and the object is a floating point type that displays the actual value.