Author Topic: Questions on pt100 probes  (Read 1187 times)

mzzj, Kofen and 2 Guests are viewing this topic.

Offline YuuTopic starter

  • Regular Contributor
  • *
  • Posts: 53
  • Country: us
Questions on pt100 probes
« on: July 05, 2024, 01:11:56 pm »
Hello all,

I'm going to put together a simple pt100 circuit with an ADS122C04 soon and I had some questions about pt100 probes.
What is the best way to program resistance interpretations? There's really three things I could do:
1. utilize 0.3850 ohm/C
2. utilize polynomial fit (1 but more complex)
3. use a lookup table

Downloading a pt100 csv table from fluke and comparing that to values obtained using 0.3850 ohm/C, I calculate at times an end temp difference of 0.38 C which is significant.
So if I want this to be as accurate as possible over my temp range (0 to 100C) then it's clear options 2/3 are more accurate.

Here's another thing I don't understand. They give these probes classifications and mine is a class A meaning
\( \pm 0.15 C \pm 0.002 |T_C|. \)
Does that uncertainty in temp assume the user is using the resistance measurements in one way or another? In other words, are they assuming you're using a linear fit or polynomial fit for ideal pt100 curve?
 

Offline mendip_discovery

  • Frequent Contributor
  • **
  • Posts: 917
  • Country: gb
Re: Questions on pt100 probes
« Reply #1 on: July 05, 2024, 02:15:41 pm »
You might want to look up IEC 60751 which is the standard that defines them.

0.15 + (0.002 x Temp °C) = Tolerance
so
0.15 + (0.002 x 100 °C) = 0.35 °C

Classes are,
AA = ± (0.1 + 0.0017 x °C)
A = ± (0.15 + 0.002 x °C)
B = ± (0.3 + 0.005 x °C)
C = ± (0.6 + 0.01 x °C)

Formulas for the calculating,
For the range - 200 °C to  0 °C:
$$ R_{t} = R_{0}[1+At+Bt^{2}+C(t-100 °C)t^{3} $$
For the range of 0 °C to 850 °C:
$$ R_{t} = R_{0}(1+At+Bt^{2}) $$
where
\$ R_{t} \$ is the resistance at the temperature \$ t \$;
\$ R_{0} \$ is the resistance at \$ t = 0 °C\$

The constants in these equations are:
A = 3.9083 x 10-3 °C-1
B = -5.775 x 10-7 °C-2
C = -4.183 x 10-12 °C-4

EDIT: To clean up text and to fix errors.
« Last Edit: July 05, 2024, 07:53:47 pm by mendip_discovery »
Motorcyclist, Nerd, and I work in a Calibration Lab :-)
--
So everyone is clear, Calibration = Taking Measurement against a known source, Verification = Checking Calibration against Specification, Adjustment = Adjusting the unit to be within specifications.
 
The following users thanked this post: EC8010, Yuu

Offline YuuTopic starter

  • Regular Contributor
  • *
  • Posts: 53
  • Country: us
Re: Questions on pt100 probes
« Reply #2 on: July 05, 2024, 04:31:11 pm »
Ahh okay. So they make their table with the following polynomial fit for ideal pt100 curve:
\[ R_t = R_0 (1 + At + Bt^2)\]
and that's also how they "interact" with their tolerance for the 0 to 850 C range.

Meaning, given a measured resistance, you calculate temp using either a lookup table (generated from above) or via math. Then, for that calculated temp, the actual temperature should be \(\pm (0.15 + 0.002 \cdot |T|)\) for Class A. Where that uncertainty stems from the fact the probe isn't an ideal pt100 probe (e.g. may contain impurities) and its resistance curve may drift from the ideal curve.
 

Offline mendip_discovery

  • Frequent Contributor
  • **
  • Posts: 917
  • Country: gb
Re: Questions on pt100 probes
« Reply #3 on: July 05, 2024, 05:06:52 pm »
I would think of it as the probe tolerance, much like a resistor rather than an uncertainty. However, it would make up a part of an uncertainty if you were to try and account for most of the errors in the system. Probe + reader etc.

Motorcyclist, Nerd, and I work in a Calibration Lab :-)
--
So everyone is clear, Calibration = Taking Measurement against a known source, Verification = Checking Calibration against Specification, Adjustment = Adjusting the unit to be within specifications.
 
The following users thanked this post: Yuu

Offline EC8010

  • Regular Contributor
  • *
  • Posts: 108
  • Country: gb
Re: Questions on pt100 probes
« Reply #4 on: July 05, 2024, 05:14:29 pm »
Exactly what I was going to say. It's a resistor. I had a couple of Farnell 219-1840 Class A PT100 probes measured for resistance at the triple point of water and whilst they were within 0.4% of 100 ohm, they weren't spot-on. That tolerance is probably the major player in the uncertainties.

Interestingly, the triple point of water is determined acoustically - at that temperature there are crackling noises. One day, that might be the deciding point in a pub quiz. Probably need to be a pub near a scientific establishment, though.  ;D
 
The following users thanked this post: mendip_discovery, Yuu

Offline YuuTopic starter

  • Regular Contributor
  • *
  • Posts: 53
  • Country: us
Re: Questions on pt100 probes
« Reply #5 on: July 05, 2024, 07:12:49 pm »

A = 3.9083 x 10-3 °C-1
B = 5.775 x 10-7 °C-2
C = 4.183 x 10-12 °C-4

I'm seeing negatives in front of B and C, see attachment.
Hehe, you know it sucks I can't access probably more up-to-date standards without paying for them for some reason. Who does that??? That's like me having to use "alternate methods" to access research papers because journals want to charge you even though you know they get enough fake money from universities anyway.
« Last Edit: July 05, 2024, 07:23:35 pm by Yuu »
 

Offline mendip_discovery

  • Frequent Contributor
  • **
  • Posts: 917
  • Country: gb
Re: Questions on pt100 probes
« Reply #6 on: July 05, 2024, 07:37:59 pm »
Oops, my mistake. I missed that bit when typing it up.

It's scary how expensive standards are, especially when you are just looking. I find pdf's while having a coffee.com handy for that. However, I usually end up buying them in the end as it is for work.
Motorcyclist, Nerd, and I work in a Calibration Lab :-)
--
So everyone is clear, Calibration = Taking Measurement against a known source, Verification = Checking Calibration against Specification, Adjustment = Adjusting the unit to be within specifications.
 
The following users thanked this post: Yuu

Offline Sensorcat

  • Regular Contributor
  • *
  • Posts: 65
  • Country: de
  • Freelance Sensor Consultant
    • Sensorberatung
Re: Questions on pt100 probes
« Reply #7 on: July 05, 2024, 08:38:54 pm »
I had a couple of Farnell 219-1840 Class A PT100 probes measured for resistance at the triple point of water and whilst they were within 0.4% of 100 ohm, they weren't spot-on. That tolerance is probably the major player in the uncertainties.
One thing to consider is that this measurement is not easy. For an accurate result, one has to:
  • Reach the triple point.
  • Maintain that point, at least for one integration interval.
  • Make sure that the resistor grid is at the same temperaure of the water, even though there is a barrier between both, which has thermal resistance.
  • Make sure that the resistor grid is at the same temperaure of the water, even though there is an electrical connection to the outside, which also conducts thermally.
  • Take self-heating of the resistor into account.
  • Preferably use Kelvin-connection, since the other constraints favor long electrical connections.
Since I don't know your work, I'm not saying that you did not achieve a very accurate measurement. But even the first condition alone is tricky: How do you make sure that your entire water reservoir is at triple point? How do you detect if slight variations in water temperature exist inside the reservoir? If you detect the triple point, how do you know which part of the water body has it? Did you have access to a proven triple-point cell for the measurement?
 

Online mzzj

  • Super Contributor
  • ***
  • Posts: 1268
  • Country: fi
Re: Questions on pt100 probes
« Reply #8 on: July 05, 2024, 08:43:00 pm »

Interestingly, the triple point of water is determined acoustically - at that temperature there are crackling noises. One day, that might be the deciding point in a pub quiz. Probably need to be a pub near a scientific establishment, though.  ;D
temperature is not determined acoustically, only the physical integrity or level of vacuum in the triple point cell.
Triple point cell makes nerve-wracking  cracks and clicks if you "slosh" the water inside it but it happens also at room temperature.

Once triple point conditions have formed inside the cell and the ice is annealed it sits quietly without making any noise.
 
The following users thanked this post: TUMEMBER, EC8010

Online mzzj

  • Super Contributor
  • ***
  • Posts: 1268
  • Country: fi
Re: Questions on pt100 probes
« Reply #9 on: July 05, 2024, 08:47:32 pm »

One thing to consider is that this measurement is not easy. For an accurate result, one has to:
  • Reach the triple point.
  • Maintain that point, at least for one integration interval.
  • Make sure that the resistor grid is at the same temperaure of the water, even though there is a barrier between both, which has thermal resistance.
  • Make sure that the resistor grid is at the same temperaure of the water, even though there is an electrical connection to the outside, which also conducts thermally.
  • Take self-heating of the resistor into account.
  • Preferably use Kelvin-connection, since the other constraints favor long electrical connections.
Since I don't know your work, I'm not saying that you did not achieve a very accurate measurement. But even the first condition alone is tricky: How do you make sure that your entire water reservoir is at triple point? How do you detect if slight variations in water temperature exist inside the reservoir? If you detect the triple point, how do you know which part of the water body has it? Did you have access to a proven triple-point cell for the measurement?

No need to make it overly complicated if you don't work in primary laboratory with 10000 eur SPRT's
Properly prepared ice-water bath is easily better than 0,005 Cel accuracy and with some care 0,002Cel accuracy is quite possible. All you need is 10 eur thermos flask and 1 eur worth of distilled water. (ok, also some means to freeze the water but most of us have freezer)
 
The following users thanked this post: TUMEMBER

Offline Sensorcat

  • Regular Contributor
  • *
  • Posts: 65
  • Country: de
  • Freelance Sensor Consultant
    • Sensorberatung
Re: Questions on pt100 probes
« Reply #10 on: July 05, 2024, 09:20:24 pm »
Properly prepared ice-water bath is easily better than 0,005 Cel accuracy and with some care 0,002Cel accuracy is quite possible. All you need is 10 eur thermos flask and 1 eur worth of distilled water. (ok, also some means to freeze the water but most of us have freezer)
I have measured 1°C temperature differences in an ice-water bath, perhaps more. It's a myth that an ice-water bath as such has uniform temperature. There's gravity and convection, and there is a surface and a bottom, wich means that an open bath has no thermal symmetry. How do you prepare your bath to get this surprising accuracy? And how do you verify that? Now irony intended, if you have a way to reach that accuracy with simple means, and proper verification, I would like to learn how. Please note that I view this from an industrial perspective, which means you have to put your claims into a data sheet, and if it's wrong, an unsatisfied customer is the minimum consequence.
 

Offline mendip_discovery

  • Frequent Contributor
  • **
  • Posts: 917
  • Country: gb
Re: Questions on pt100 probes
« Reply #11 on: July 05, 2024, 09:29:04 pm »
Properly prepared ice-water bath is easily better than 0,005 Cel accuracy and with some care 0,002Cel accuracy is quite possible. All you need is 10 eur thermos flask and 1 eur worth of distilled water. (ok, also some means to freeze the water but most of us have freezer)
I have measured 1°C temperature differences in an ice-water bath, perhaps more. It's a myth that an ice-water bath as such has uniform temperature. There's gravity and convection, and there is a surface and a bottom, wich means that an open bath has no thermal symmetry. How do you prepare your bath to get this surprising accuracy? And how do you verify that? Now irony intended, if you have a way to reach that accuracy with simple means, and proper verification, I would like to learn how. Please note that I view this from an industrial perspective, which means you have to put your claims into a data sheet, and if it's wrong, an unsatisfied customer is the minimum consequence.

I know a lab near to me that has 17025 for temp and they use the ice in a thermos perfectly fine for 0.035 °C k=2 at 0 °C. I don't have 17025 yet but I have an IsoTech Venus with the ability to do -55 °C to 140°C. Its my project for the next year, when I am not onsite.
Motorcyclist, Nerd, and I work in a Calibration Lab :-)
--
So everyone is clear, Calibration = Taking Measurement against a known source, Verification = Checking Calibration against Specification, Adjustment = Adjusting the unit to be within specifications.
 

Online mzzj

  • Super Contributor
  • ***
  • Posts: 1268
  • Country: fi
Re: Questions on pt100 probes
« Reply #12 on: July 05, 2024, 10:33:55 pm »
Properly prepared ice-water bath is easily better than 0,005 Cel accuracy and with some care 0,002Cel accuracy is quite possible. All you need is 10 eur thermos flask and 1 eur worth of distilled water. (ok, also some means to freeze the water but most of us have freezer)
I have measured 1°C temperature differences in an ice-water bath, perhaps more. It's a myth that an ice-water bath as such has uniform temperature. There's gravity and convection, and there is a surface and a bottom, wich means that an open bath has no thermal symmetry. How do you prepare your bath to get this surprising accuracy? And how do you verify that? Now irony intended, if you have a way to reach that accuracy with simple means, and proper verification, I would like to learn how. Please note that I view this from an industrial perspective, which means you have to put your claims into a data sheet, and if it's wrong, an unsatisfied customer is the minimum consequence.
Easy, fill the whole container with crushed ice and some water, making sure that ice is not floating on top of water. Or if there is water layer in the bottom don't insert your thermometer so deep that it reaches water-only part of the bath.
(Alternatively use circulating mixer)
NIST, BIPM and NZ national standards labs have some good guides:
https://www.measurement.govt.nz/resources/#collapse-control-1-5
https://nvlpubs.nist.gov/nistpubs/Legacy/TN/nbstechnicalnote1411.pdf
https://www.bipm.org/documents/20126/41773843/Specialized-FPs-above-0C.pdf/10265617-c79f-0ea5-8da9-8d359e21c6be

If I needed to verify the ice bath I have 3 resistance bridges, 5 triple point cells and close to dozen SPRT's at my disposal.
But if the ice bath is prepped according to above guides I'd suspect anything else before the ice bath. Haven't seen ice bath deviate more than 0.003C in my career if it is prepped properly.
« Last Edit: July 05, 2024, 10:37:11 pm by mzzj »
 
The following users thanked this post: tooki, TUMEMBER, EC8010, Yuu, BarrowBoy

Online mzzj

  • Super Contributor
  • ***
  • Posts: 1268
  • Country: fi
Re: Questions on pt100 probes
« Reply #13 on: July 05, 2024, 10:35:32 pm »
"The melting point of water is a very simple, effective and inexpensive temperature
reference. As shown in Figure 12, the melting point of pure water at atmospheric
pressure of 101325 Pa is near 0.0024 C. However, this is not the ice point as it is used
as a temperature reference. The practical ice point is the equilibrium temperature of ice
and air-saturated water, which occurs at a pressure of 101.325 kPa at the lower
temperature of 0.0 C almost exactly. The 0.0024 C difference is caused by dissolved
air in the water and ice.
Historically the ice point was the defining point for many temperature scales until
the more precise water triple-point cells were developed. It still has a major role in
thermometry since it is a fixed point that can be readily achieved by almost any
laboratory with a minimal cost. The main advantage of the ice point is that it can be
made very simply and cheaply and, so long as the basic principles are followed [ASTM
2002, Nicholas and White 2001], it is relatively easy to achieve uncertainties of 10 mK,
and with a little care it can be realised with an uncertainty of 1 mK, and with great care
with an uncertainty of about 100 K [Harvey et al. 2012]."
 
The following users thanked this post: TUMEMBER

Offline YuuTopic starter

  • Regular Contributor
  • *
  • Posts: 53
  • Country: us
Re: Questions on pt100 probes
« Reply #14 on: July 05, 2024, 11:00:58 pm »

NIST, BIPM and NZ national standards labs have some good guides:
https://www.measurement.govt.nz/resources/#collapse-control-1-5
https://nvlpubs.nist.gov/nistpubs/Legacy/TN/nbstechnicalnote1411.pdf
https://www.bipm.org/documents/20126/41773843/Specialized-FPs-above-0C.pdf/10265617-c79f-0ea5-8da9-8d359e21c6be

If I needed to verify the ice bath I have 3 resistance bridges, 5 triple point cells and close to dozen SPRT's at my disposal.
But if the ice bath is prepped according to above guides I'd suspect anything else before the ice bath. Haven't seen ice bath deviate more than 0.003C in my career if it is prepped properly.

Thank you for posting these.
 

Offline Sensorcat

  • Regular Contributor
  • *
  • Posts: 65
  • Country: de
  • Freelance Sensor Consultant
    • Sensorberatung
Re: Questions on pt100 probes
« Reply #15 on: July 05, 2024, 11:34:02 pm »
Properly prepared ice-water bath is easily better than 0,005 Cel accuracy and with some care 0,002Cel accuracy is quite possible. All you need is 10 eur thermos flask and 1 eur worth of distilled water.
Some quotes from the third document you linked:
Quote
However, for steel-sheathed thermometers, such as industrial platinum resistance thermometers, fine ice is essential if uncertainties below 0.01°C are to be achieved. The ice maybe shaved using commercial ice shavers ...
Quote
... care should be taken not to contaminate the ice adjacent to the thermometer. Errors due to contamination of the ice can easily be several tens of millikelvin.
Quote
For steel-sheathed resistance thermometers, it may be necessary to compress the ice quite firmly to achieve an uncertainty below 0.01 °C.

Yeah, easy. 11€. If we get to know what compressing quite firmly is, we can do that on the kitchen table, and guarantee not to exceed 5mK error. Just that we don't know what we have, unless we can practice with a proven standard, which exceeds the BOM of 11€ quite a bit.

 

Online mzzj

  • Super Contributor
  • ***
  • Posts: 1268
  • Country: fi
Re: Questions on pt100 probes
« Reply #16 on: July 06, 2024, 07:57:47 am »
YMMV.  Opinions and experiences wary from your 1000mK to 0.1mK

In my experience ice bath compaction or fine ice is not that critical if you have enough immersion depth. 30xD or 40xD usually takes care of that.
And we use "Slush method" mentioned in next chapter that is not so picky about ice fineness or compaction.   

Contamination and water purity is critical point but easily taken care by using distilled water and not washing your face with the ice bath.
Typical tap water around here has ~5mK lower freezing point due to dissolved salts.   
« Last Edit: July 06, 2024, 08:28:58 am by mzzj »
 
The following users thanked this post: TUMEMBER

Offline mendip_discovery

  • Frequent Contributor
  • **
  • Posts: 917
  • Country: gb
Re: Questions on pt100 probes
« Reply #17 on: July 06, 2024, 09:19:38 am »
Also worth reading is,
Euromet Guides - No. 13 | Guidelines on the Calibration of Temperature Block Calibrators | TC-T | Version 4.0, 09/2017
https://www.euramet.org/publications-media-centre/calibration-guidelines

While it is easy to do the maths to go from Temp to Ohms, doing the ohm to temp is another issue. I like maths but I don't know it well enough to work out the best way to do it, and of course any documentation I find is always assuming I understand coding and maths to a level beyond my comprehension.
Motorcyclist, Nerd, and I work in a Calibration Lab :-)
--
So everyone is clear, Calibration = Taking Measurement against a known source, Verification = Checking Calibration against Specification, Adjustment = Adjusting the unit to be within specifications.
 

Offline EC8010

  • Regular Contributor
  • *
  • Posts: 108
  • Country: gb
Re: Questions on pt100 probes
« Reply #18 on: July 06, 2024, 09:30:54 am »
OK. Two posters have queried a couple of my comments. Fair enough. I had my two PT100 sensors calibrated at water triple point in a calibration laboratory. I know they had in-calibration 3458A available (and almost certainly used) but I didn't make a note of the water bath apparatus used (which I was shown). In discussion with the head of the laboratory, he mentioned the crackling. Perhaps I misinterpreted his comment, but I took it to mean that the crackling was an indication that the triple point had been achieved. I know for sure that the PT100 connection was a Kelvin connection since I provided that. I assume that (as a calibration laboratory) that they knew that considerable time is required to achieve stability. Hope that helps.

I shall read the ice bath preparations - then I can do a calibration good enough for my needs at home.

The various comments made have reaffirmed my conviction that it's quite difficult to measure temperature accurately. I glue small PT100 sensors to whatever I want to measure and make an effort to keep the glue film as thin as possible because of the temoperature drop across it. I also insulate the outside of the sensor to maximise thermal resistance to the environment to minimise the thermal potential divider effect. But in doing so, I must slightly change the cooling of the measurand. Like I said, measuring temperature is tricky. But whilst my measurements may not have perfect accuracy, they do reveal small changes repeatably, and that's often more important.
« Last Edit: July 06, 2024, 09:37:11 am by EC8010 »
 
The following users thanked this post: Sensorcat

Online nfmax

  • Super Contributor
  • ***
  • Posts: 1578
  • Country: gb
Re: Questions on pt100 probes
« Reply #19 on: July 06, 2024, 09:48:26 am »
Also worth reading is,
Euromet Guides - No. 13 | Guidelines on the Calibration of Temperature Block Calibrators | TC-T | Version 4.0, 09/2017
https://www.euramet.org/publications-media-centre/calibration-guidelines

While it is easy to do the maths to go from Temp to Ohms, doing the ohm to temp is another issue. I like maths but I don't know it well enough to work out the best way to do it, and of course any documentation I find is always assuming I understand coding and maths to a level beyond my comprehension.

A recommended way to do this is given in Nicholas & White on page 242. They use a recursive technique: an initial approximate solution is improved by repeated application of a 'polishing' function.

Given a measured resistance ratio W(t), i.e. the ratio of the measured resistance to the resistance at 0˚C (nominally 100Ω, but you can use a measured calibration value) and the PRT100 formula constants A, B, and C, calculate an initial temperature estimate t0 (in ˚C) using the quadratic formula on the equation:

W(t) = 1 + A*t0 + B* t0^2

Then use the calculated t0 to calculate t1:

t1 = (W(t) - 1)/(A + B*t0 + C*t0^2*(t0 - 100))

(the C term is only required if t0 > 0 ˚C)

For 'normal' temperatures, one application of the iteration is 'good enough', but you can repeat it to claculate t2 in terms of 1, etc.

This is simple enough to set up in Excel: then you can play with it and compare the results with published PRT tables, to convince yourself it works!
 

Offline mendip_discovery

  • Frequent Contributor
  • **
  • Posts: 917
  • Country: gb
Re: Questions on pt100 probes
« Reply #20 on: July 06, 2024, 12:56:33 pm »
Well I have got the maths working, it's not neat but it does the job. I just did a loop until it gets the same value as the resistance. I am sure there is a better way to do it but meh.

@Yuu I will post the maths to github as I used python to do it and you can use what you need to do what you need. I am still playing with it at the moment so I will post later.

My motivations is partly due to the MD at work telling me that he would like me to get 17025 accreditation for temperature so I am interested in the maths as well.
Motorcyclist, Nerd, and I work in a Calibration Lab :-)
--
So everyone is clear, Calibration = Taking Measurement against a known source, Verification = Checking Calibration against Specification, Adjustment = Adjusting the unit to be within specifications.
 

Online mzzj

  • Super Contributor
  • ***
  • Posts: 1268
  • Country: fi
Re: Questions on pt100 probes
« Reply #21 on: July 06, 2024, 04:03:08 pm »
Also worth reading is,
Euromet Guides - No. 13 | Guidelines on the Calibration of Temperature Block Calibrators | TC-T | Version 4.0, 09/2017
https://www.euramet.org/publications-media-centre/calibration-guidelines

While it is easy to do the maths to go from Temp to Ohms, doing the ohm to temp is another issue. I like maths but I don't know it well enough to work out the best way to do it, and of course any documentation I find is always assuming I understand coding and maths to a level beyond my comprehension.

I have used approximate inverse function of the reference function. Was fairly straightforward task to do even with excel and the 6th degree function I have been using is accurate to 0,003mK mOhm.
For some reason there is no commonly used or "approved" inverse polynomial function for IEC60751.  (ITS-90 SPRT's and thermocouples have published reference functions and their inverse polynomials)
Not the best way to do it on small microcontroller but even slowly 8 bit AVR can crank the 6-th degree polynomial probably in 10-20milliseconds.
« Last Edit: July 06, 2024, 04:05:56 pm by mzzj »
 
The following users thanked this post: TUMEMBER

Offline YuuTopic starter

  • Regular Contributor
  • *
  • Posts: 53
  • Country: us
Re: Questions on pt100 probes
« Reply #22 on: July 06, 2024, 04:03:51 pm »
Well I have got the maths working, it's not neat but it does the job. I just did a loop until it gets the same value as the resistance. I am sure there is a better way to do it but meh.

@Yuu I will post the maths to github as I used python to do it and you can use what you need to do what you need. I am still playing with it at the moment so I will post later.

My motivations is partly due to the MD at work telling me that he would like me to get 17025 accreditation for temperature so I am interested in the maths as well.

Oh cool. Thanks. It'll probably be a week or two until I get the pcbs, get them soldered, etc... etc.. but I'll let you know what I end up doing when programming the calculations. I'm pretty good at math so hopefully it'll turn out nice hehe.
 

Offline TUMEMBER

  • Contributor
  • Posts: 41
  • Country: pl
Re: Questions on pt100 probes
« Reply #23 on: July 06, 2024, 04:25:16 pm »
 Sensorcat
You know, you made a trivial mistake then. The ice is supposed to be moist/moistened and not swim in "cold water". Water has the highest density at 4 degrees Celsius. This causes ice to "dribble to the bottom of the vessel", while ice has a lower density at approximately 0 degrees Celsius, so it "floats". This is one of the reasons why fish survive in lakes in winter. The ice in the thermos must be constantly "drained" of excess water - this is NECESSARY in such an implementation. The sensor is not meant to be "pushed to the very bottom of the vessel". The sensor is to be in the "middle part of the snow block" - pressed.
There is a very nice pdf explaining how to do this on the New Zeland National Laboratory website.


« Last Edit: July 06, 2024, 04:47:50 pm by TUMEMBER »
 
The following users thanked this post: mzzj

Offline mendip_discovery

  • Frequent Contributor
  • **
  • Posts: 917
  • Country: gb
Re: Questions on pt100 probes
« Reply #24 on: July 06, 2024, 06:27:24 pm »
For those that are interested,
https://github.com/mendip-defender/conversion_calculators/

It is not perfect, but its better than nothing.

I need to learn how to make interactive Jyputer Notebooks that way people can play with it a little more.

Note: Already updated to correct a small error > to a >=
« Last Edit: July 07, 2024, 07:38:20 am by mendip_discovery »
Motorcyclist, Nerd, and I work in a Calibration Lab :-)
--
So everyone is clear, Calibration = Taking Measurement against a known source, Verification = Checking Calibration against Specification, Adjustment = Adjusting the unit to be within specifications.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf