Page 1 of 1

Temperature Sensor Curve

Posted: Thu 30. Sep 2010, 17:09
by mdenton
I have just been adding the Curve function for the two sensors on the MicroMod board, NTC & PT1000. The table for the PT1000 has some errors. There is no value for 2°C, and some of the values seem mixed up:

Code: Select all

30   455
35   424
40   598
45   555
If the sensor is linear, then I would presume values 30,35 and 40,45 should be transposed?

Re: Temperature Sensor Curve

Posted: Fri 1. Oct 2010, 16:10
by M.Gerber
Hello Matt!

You're right, there are some wrong values in the table.

Code: Select all

Temp  PT1000
35    524 (was 424)
45    668 (was 558)
Further more the initially missing digit value for 2 °C is 36.

Here's the table for the PT1000 with corrected and added values:

Code: Select all

Temp  PT1000
0        2
2       36
5       89
10     164
15     235
20     310
25     380
30     455
35     524
40     598
45     668
50     742
55     812
60     886
65     956
70    1023
Thank you for discovering and reporting this "bug" in the documentation. A revised user manual will be released soon.

Greetings
Mark

Re: Temperature Sensor Curve

Posted: Fri 1. Oct 2010, 16:43
by mdenton
No problem,

thanks for the update.