Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vt2sgf$20cf0$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vt2sgf$20cf0$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: chrisq <devzero@nospam.com>
Newsgroups: sci.electronics.design
Subject: Re: Converting a NTC voltage into temperature in Celcius
Date: Tue, 8 Apr 2025 11:07:11 +0100
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <vt2sgf$20cf0$1@dont-email.me>
References: <67f4f23c$0$11449$426a74cc@news.free.fr>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 08 Apr 2025 12:07:12 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="2fe9b8b6fd58eb8249d18646ebed24c3";
	logging-data="2109920"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX184SYFmpEv16HTZRIJ2DvvQ"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:w2TIF47d/91sYsTGoBTMoDYTXfo=
In-Reply-To: <67f4f23c$0$11449$426a74cc@news.free.fr>
Content-Language: en-US

On 4/8/25 10:54, Jean-Pierre Coulon wrote:
> The resistance vs temperature relation is well known. But we are using 
> one with an industrial controller that sends 100 uA into it and provides 
> the corresponding voltage.
> 
> Are there any cheap converters on the market, to convert this voltage 
> into a nice linear voltage vs temperature relation ? Then there there 
> are many voltage-to-display converters.
> 
> Bye,
> 

Use a lookup table in software, major points, then interpolate between
them, to required accuracy.

Chris