Hi Martin
in the future i will create a simpler programme only with sensor i hope it will work for me too.
I think I'm on the right track to build a very good temperature logger with flowcode.
I have to build a logger which during 2 minutes
the temperature at 8 positions and record it.
During this time I measure with 10hz and expect a temperature of 20 degrees up to 50 degrees. I want to measure with a resolution of 0.1 degree
it's working at the moment. But there is still a small problem.
I do a simple test and touch the sensor
When I read out the 16 bit integer I get a resolution of 1 degree celsius. This is not useful.
If I read float I get much more accurate values. I use 10Hz samplerate
but even with float there are large jumps and the values remain the same during some measurements.
This MPC9600 has many settings. How can I adjust these or know what they are set to?
Samplerate and resolution:

- 2024-05-17_14-04-04.PNG (100.26 KiB) Viewed 5538 times
read 16bit:

- 2024-05-17_13-00-02.PNG (53.72 KiB) Viewed 5538 times
read Float:

- 2024-05-17_13-07-55.PNG (51.34 KiB) Viewed 5538 times