Jump to content

Temperature Display possible?


Recommended Posts

Since our only means of detecting temperature in the game is a temperature sensor, and the sensors output is either GREEN or RED, we can only detect a threshold at a specific temperature point.  I think one would have to design a mux of some type that took inputs from, say, 99 temperature sensors, then convert that into an appropriate output to correctly drive a double-digit 7-segment display.  It could  then accurately display temperature (within 1 degree) between 0 and 99c.  I bet it would take up a lot of map space -- the temperature sensors alone require a 10x10 block area.  I'm not entirely certain how I would do the logic for it, but since you're taking 100 different binary signals.. but you can eliminate a lot of logic simply by the fact that for a given temperature to be true, all temperatures beneath it must also be true.

 

3 hours ago, KittenIsAGeek said:

Since our only means of detecting temperature in the game is a temperature sensor, and the sensors output is either GREEN or RED, we can only detect a threshold at a specific temperature point. 

Actually, you can do the following: Take a sample, heat it up or cool it down until it hits a threshold (temperature-sensor defined). Count the time until there. This would be sort of a single-slope A/D converter. It would not be linear, it would take a lot of effort and it would be exceptionally slow.

3 hours ago, Gurgel said:

Take a sample, heat it up or cool it down until it hits a threshold (temperature-sensor defined). Count the time until there.

Hmm.. I suppose a differential equation could be worked out.. maybe drop a sample into a puddle of super coolant.  Have a pair of thermo sensors set to a small range of temperature change, calculate how long it takes to reach one side of the other, use your equation to determine the original temperature of the sample.  Remove the sample, reset the super coolant's temperature via a large reservoir or something.... this has possibilities.

10 hours ago, Rhogar said:

 

@SharraShimada, what's the display for?

For now general purpose. I just wanted to have a display on certain spots of my base to see temps while scrolling along, to get an overview, and not have to click every sensor, or hover over with the mouse. 

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...