Resistance → Temperature conversion : [SOLVER] [XV10K|XH10K] Resistance [R] [Temp]
Temperature → Resistance conversion : [SOLVER] [XV10K|XH10K] Temperature [Temp] [R]
MEM "R" : resistance [&Omega];
MEM "Tc" : temperature [°C]
… (1)
where,
RT : Resistance at T [Ω]
R25 : Nominal Resistance at T25 [Ω]
T25 : Nominal Temperature (25 °C)
T : Temperature [°C]
Table.1 Approximation coefficients for some NTC thermistors Part number B C D Rerr[%] Tmin [°C] Tmax [°C] Note NTSA0XV103E 3878.1 2.79999e-4 2.77985e-07 ±0.135472 -40 125 Discontinued 2016 NCP21XV103J 3866.37 3.74252e-4 -6.2382e-07 ±0.185954 -40 125 NCP15XH103D 3332.31 5.55745e-4 4.74033e-07 ±0.182184 -40 125 Applicable upto 139 °C The component-dependent coefficients B, C, and D in the three-coefficient approximation formula (1) were determined using a computer program to minimize the absolute error within the specified temperature range relative to the median value of each component.
Fig.1 Approximation error V.S. Temperature, Resistance V.S. Temperature
(DUT: NCP21XV103J, NCP15XH103D and NCU18HX103DS)
NTC10K — NTC thermistor approximate function for NTSA0XV103, NCP21XV103 and NCP15XH103, Rev.2.30 (March 18, 2025)Download 'A0XV' / 'P1XV' / 'P5XH' - raw program files for the Free42
NTSA0XV103 NCP21XV103 NCP15XH103 01 LBL "A0XV" 02 MVAR "Tc" 03 MVAR "R" 04 RCL "Tc" 05 25 06 - 07 ENTER 08 ENTER 09 ENTER 10 2.77985E-7 11 × 12 2.79999E-4 13 + 14 × 15 1 16 + 17 × 18 298.15 19 + 20 1/χ 21 298.15 22 1/χ 23 - 24 3878.1 25 × 26 E↑χ 27 1E4 28 × 29 RCL- "R" 30 .END.
01 LBL "P1XV" 02 MVAR "Tc" 03 MVAR "R" 04 RCL "Tc" 05 25 06 - 07 ENTER 08 ENTER 09 ENTER 10 -6.2382E-7 11 × 12 3.74252E-4 13 + 14 × 15 1 16 + 17 × 18 298.15 19 + 20 1/χ 21 298.15 22 1/χ 23 - 24 3866.37 25 × 26 E↑χ 27 1E4 28 × 29 RCL- "R" 30 .END.
01 LBL "P5XH" 02 MVAR "Tc" 03 MVAR "R" 04 RCL "Tc" 05 25 06 - 07 ENTER 08 ENTER 09 ENTER 10 4.74033E-7 11 × 12 5.55745E-4 13 + 14 × 15 1 16 + 17 × 18 298.15 19 + 20 1/χ 21 298.15 22 1/χ 23 - 24 3332.31 25 × 26 E↑χ 27 1E4 28 × 29 RCL- "R" 30 .END.