Temperature Sensor Curve

Application-specific PCAN-MicroMod Motherboards
Post Reply
mdenton
Posts: 19
Joined: Thu 23. Sep 2010, 16:04

Temperature Sensor Curve

Post by mdenton » Thu 30. Sep 2010, 17:09

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?
Matt Denton

Micromagic Systems - www.micromagicsystems.com
Hexapod Robot - www.hexapodrobot.com

User avatar
M.Gerber
Design & Documentation
Design & Documentation
Posts: 68
Joined: Mon 13. Sep 2010, 16:34

Re: Temperature Sensor Curve

Post by M.Gerber » Fri 1. Oct 2010, 16:10

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

mdenton
Posts: 19
Joined: Thu 23. Sep 2010, 16:04

Re: Temperature Sensor Curve

Post by mdenton » Fri 1. Oct 2010, 16:43

No problem,

thanks for the update.
Matt Denton

Micromagic Systems - www.micromagicsystems.com
Hexapod Robot - www.hexapodrobot.com

Post Reply