linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: temperature standard - global config option?
@ 2001-06-21 12:06 Randal, Phil
  2001-06-21 12:56 ` Richard B. Johnson
  0 siblings, 1 reply; 76+ messages in thread
From: Randal, Phil @ 2001-06-21 12:06 UTC (permalink / raw)
  To: linux-kernel

Jonathan Morton wrote:

> I should instead write 59 ±2°C, since that is the most precision
> I can possibly know it to.  With some advanced measuring techniques
> it *may* be acceptable to write 59.43 ±2°C *at most*, and then only
> if you really know why you need the extra information.

It's easy to conceive of a device which, for whatever reason, gives
an "absolute" reading accurate ±2°C, but which tracks temperature
changes somewhat more accurately.  And hence a small difference
between successive readings still has significance.  A real-world
example is a mercury thermometer in which the glass has been
physically shifted relative to an adjacent scale.  So 18°C reads as
20°C, etc.

Cheers,

Phil

---------------------------------------------
Phil Randal
Network Engineer
Herefordshire Council
Hereford, UK

^ permalink raw reply	[flat|nested] 76+ messages in thread
* Re: temperature standard - global config option?
@ 2001-06-21 12:45 Richard J Moore
  2001-06-21 16:59 ` Lauri Tischler
  2001-06-21 19:14 ` Kai Henningsen
  0 siblings, 2 replies; 76+ messages in thread
From: Richard J Moore @ 2001-06-21 12:45 UTC (permalink / raw)
  To: Jonathan Morton; +Cc: Kai Henningsen, linux-kernel


> 59.42886726469 ±2°C is obviously ludicrous, even if that's
> what my calculator gives me.  I should instead write 59 ±2°C, since

So, if I follow you argument then shouldn't you be writing 58 ±2°C or
should it be 60 ±2°C ?


Richard Moore -  RAS Project Lead - Linux Technology Centre (ATS-PIC).
http://oss.software.ibm.com/developerworks/opensource/linux
Office: (+44) (0)1962-817072, Mobile: (+44) (0)7768-298183
IBM UK Ltd,  MP135 Galileo Centre, Hursley Park, Winchester, SO21 2JN, UK


^ permalink raw reply	[flat|nested] 76+ messages in thread
* RE: temperature standard - global config option?
@ 2001-06-08 21:33 Leif Sawyer
  2001-06-08 23:50 ` Michael H. Warfield
  2001-06-09  9:30 ` L. K.
  0 siblings, 2 replies; 76+ messages in thread
From: Leif Sawyer @ 2001-06-08 21:33 UTC (permalink / raw)
  To: L. K., linux-kernel

> From: L. K. [mailto:lk@Aniela.EU.ORG]
> I really do not belive that for a CPU or a motherboard +- 1 
> degree would make any difference.

You haven't pushed your system, or run it in a hostile
environment then.  There are many places where systems are run
right up to the edge of thermal breakdown, and it's a firm
requirement to know exactly what that edge is.

 
> If a CPU runs fine at, say, 37 degrees C, I do not belive it 
> will have any problems running at 38 or 36 degrees. I support
> the ideea of having very good sensors for temperature
> monitoring, but CPU and motherboard temperature do not depend
> on the rise of the temperature of 1 degree, but when the
> temperature rises 10 or more degrees. I hope you understand
> what I want to say.

I have a CPU that runs great up to 43C, and shuts down hard at 44C
so I obviously want to know how close I am to that.  I don't want
rounding errors to get in the way, and I don't want changes
between kernel revs to affect it either.

If we've got the bitspace, keep the counters as granular as
possible within the useable range that we're designing for.

counter = .01 * degrees kelvin



^ permalink raw reply	[flat|nested] 76+ messages in thread
* Re: temperature standard - global config option?
@ 2001-06-07 22:10 Chris Adams
  0 siblings, 0 replies; 76+ messages in thread
From: Chris Adams @ 2001-06-07 22:10 UTC (permalink / raw)
  To: linux-kernel

Once upon a time, L. K. <lk@Aniela.EU.ORG> said:
>On Thu, 7 Jun 2001, Albert D. Cahalan wrote:
>> Negative temperatures do not really exist.
>
>Are you really sure about this ?

He's positive!

<ducks>
-- 
Chris Adams <cmadams@hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.

^ permalink raw reply	[flat|nested] 76+ messages in thread
* temperature standard - global config option?
@ 2001-06-06 12:27 David N. Welton
  2001-06-06 13:50 ` Pavel Machek
                   ` (3 more replies)
  0 siblings, 4 replies; 76+ messages in thread
From: David N. Welton @ 2001-06-06 12:27 UTC (permalink / raw)
  To: linux-kernel


[ please CC replies to me ]

Perusing the kernel sources while investigating watchdog drivers, I
notice that in some places, Fahrenheit is used, and in some places,
Celsius.  It would seem logical to me to have a global config option,
so that you *know* that you talk devices either in F or C.

I searched the archives for discussions regarding this, but didn't
find anything, apologies if I missed something.

-- 
David N. Welton
Free Software: http://people.debian.org/~davidw/
   Apache Tcl: http://tcl.apache.org/
     Personal: http://www.efn.org/~davidw/
         Work: http://www.innominate.com/

^ permalink raw reply	[flat|nested] 76+ messages in thread

end of thread, other threads:[~2001-06-21 20:21 UTC | newest]

Thread overview: 76+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-21 12:06 temperature standard - global config option? Randal, Phil
2001-06-21 12:56 ` Richard B. Johnson
  -- strict thread matches above, loose matches on Subject: below --
2001-06-21 12:45 Richard J Moore
2001-06-21 16:59 ` Lauri Tischler
2001-06-21 19:14 ` Kai Henningsen
2001-06-21 20:19   ` Lauri Tischler
2001-06-08 21:33 Leif Sawyer
2001-06-08 23:50 ` Michael H. Warfield
2001-06-09  9:30 ` L. K.
2001-06-07 22:10 Chris Adams
2001-06-06 12:27 David N. Welton
2001-06-06 13:50 ` Pavel Machek
2001-06-06 16:06   ` Chris Boot
2001-06-06 16:16     ` Peter Svensson
2001-06-06 16:58       ` Bill Pringlemeir
2001-06-06 20:47       ` H. Peter Anvin
2001-06-06 21:40         ` Kipp Cannon
2001-06-06 23:02           ` Maciej Zenczykowski
2001-06-06 23:27             ` David Flynn
2001-06-08 20:04           ` Pavel Machek
     [not found]       ` <9fm4sc@cesium.transmeta.com>
2001-06-08 20:06         ` Pavel Machek
2001-06-06 19:32     ` Matthias Urlichs
2001-06-06 19:44     ` José Luis Domingo López
2001-06-07  3:50       ` watermodem
2001-06-06 20:42     ` Pavel Machek
2001-06-06 21:52       ` J . A . Magallon
2001-06-07 10:05         ` Philips
2001-06-07 12:20           ` L. K.
2001-06-07 16:44             ` David Rees
2001-06-07 21:37               ` Chris Boot
2001-06-08  0:03                 ` Albert D. Cahalan
2001-06-08  0:54                   ` Michael H. Warfield
2001-06-07 21:02             ` Albert D. Cahalan
2001-06-07 21:23               ` L. K.
2001-06-07 21:30                 ` mirabilos {Thorsten Glaser}
2001-06-08  1:21                   ` Michael H. Warfield
2001-06-08 11:30                     ` Thomas Speck
2001-06-08 17:33                     ` Chris Boot
2001-06-08 18:05                       ` Michael H. Warfield
2001-06-08 18:43                         ` J . A . Magallon
2001-06-08 18:56                           ` Michael H. Warfield
2001-06-08 19:00                             ` J . A . Magallon
2001-06-08 21:16                         ` Albert D. Cahalan
2001-06-08 21:22                           ` L. K.
2001-06-08 21:38                             ` Albert D. Cahalan
2001-06-08 21:28                           ` Chris Boot
2001-06-09  7:55                             ` H. Peter Anvin
2001-06-21 11:18                             ` Jonathan Morton
2001-06-21 15:39                               ` Kurt Roeckx
2001-06-08 23:16                           ` Michael H. Warfield
2001-06-08 23:53                             ` John Chris Wren
2001-06-09  3:52                               ` Albert D. Cahalan
2001-06-09  7:58                                 ` H. Peter Anvin
2001-06-09  9:17                                   ` James Sutherland
2001-06-09 15:06                                     ` Charles Cazabon
2001-06-09  0:13                             ` Bill Pringlemeir
2001-06-09 10:11                               ` L. K.
2001-06-09 10:20                                 ` Steffen Persvold
2001-06-09 17:21                                 ` Chris Boot
2001-06-09  5:45                             ` Albert D. Cahalan
2001-06-09  7:57                             ` H. Peter Anvin
2001-06-09  8:00                             ` Albert D. Cahalan
2001-06-09  8:43                               ` H. Peter Anvin
2001-06-21  7:33                           ` Kai Henningsen
2001-06-08  6:48                   ` L. K.
2001-06-06 14:06 ` john slee
2001-06-06 19:19   ` J . A . Magallon
2001-06-06 19:01 ` Dr. Kelsey Hudson
2001-06-06 19:08 ` Alan Cox
2001-06-06 19:26   ` J . A . Magallon
2001-06-06 21:00     ` Paul Fulghum
2001-06-06 21:01     ` Harald Arnesen
2001-06-06 21:05       ` Alan Cox
2001-06-07 10:43         ` David N. Welton
2001-06-06 20:45   ` Pavel Machek
2001-06-06 21:04     ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).