Hello,
I have a problem regarding a laser distance sensor connected to a robot over ProfiNet. I need to read the distance value and then make some calculations with it in Karel.
The thing is that the sensor returns the distance as a 32-bit value and the robot only accepts 16-bit analog or group inputs. Any experience on converting a 32-bit value and then using it for calculations in a Karel program?