-
Notifications
You must be signed in to change notification settings - Fork 13
Adapt the CTP7 modules for the OH modifications #138
Comments
Here is the datasheet for the new PT1000; it is an Heraeus PRTD SMD 1206 (part 32207595). The manufacturer does not provide specific calibration, but it follows the DIN EN 60751 2009-05 standard, class F 0.3. Moreover I would recommended to use polynomial approximation for converting the resistance to a temperature (see this webpage for example). The coefficients should be the same for both the PT100 and PT1000. |
What do you think about |
I think that's good. Maybe
As we discussed during the meeting sending the median and quartiles is a good idea. Of course it depends on how you want to use the data later. For example the DAC scans take 100 measurements and return only the average: ctp7_modules/src/calibration_routines.cpp Lines 1211 to 1247 in 92eeadc
|
If my understanding is correct that the |
Yes On the unmodified OHs the input might still be used for current source calibration but that would require careful evaluation. Indeed it is connected to GND with two parallel paths: one from the ADC input to GND through the 1 kOhm resistor and the other one from the ADC input to GND through a 3 kOhm resistor and capacitors. Since DC current should be blocked by the capacitors the current source measurement may give useful results. In any case changing the alias matches the intend of the ADC input for all OptoHybrids. |
OK, right, thanks for the reminder. |
As sais in the first post, here is a table with the trace resistance for the different ADC sensors:
It is clear there is significant board-to-board variation, but it should be taken into account for the PT100. Indeed the bias due to the trace resistance can be as high as ~3°C for the [Yes, |
Brief summary of issue
The temperature measured by the PT100 in the original version of the OH showed a large bias (more than 10°C), at least on some boards. This was traced back to three factors :
Three decisions have been taken to mitigate this issue :
Due to timing constraints all the OHs are not modified. Three variants will exists :
This information will be available in the database.
Another detected issue is the noise. On the following plot the distribution of 250 measurements of the 1 kOhm precision resistor is shown :
It is clear there is a large variation, higher than the 1 LSB quantization error of the SCA ADC. In order to get sensitive data the final value should then average multiple measurements. There is obviously a trade-off between the measurement time and the acceptable uncertainty, so a configurable number of measurement would be ideal.
Types of issue
Expected Behavior
Theses new informations should be taken into account into the RPC module :
ADC_V1P8
enum value should be renamed and used according to its new real use. TheVTTX_CSC_PT100
may be renamed since there are not always PT100.The text was updated successfully, but these errors were encountered: