<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Phuzzy</id>
	<title>Stationeers Community Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Phuzzy"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/Phuzzy"/>
	<updated>2026-04-04T21:12:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Automated_Temperature_Regulation&amp;diff=15775</id>
		<title>Automated Temperature Regulation</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Automated_Temperature_Regulation&amp;diff=15775"/>
		<updated>2023-05-30T21:34:17Z</updated>

		<summary type="html">&lt;p&gt;Phuzzy: add a note that temps are in Kelvin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Automated temperature regulation using logic chips&#039;&#039;&#039;&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Author:&#039;&#039;&#039; Jaffa&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
This logic will allow you to automatically keep your atmos temperature within a minimum and maximum temperature without annoying clicking. This setup assumes that your [[Wall Cooler|Wall Coolers]] and [[Wall Heater|Wall Heaters]] are on a separate network for the room you want to control the temperature of. This also assumes your atmosphere isn&#039;t highly flammable. Network separation can be obtained through a [[Transformer]] or [[Area Power Controller]].&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Resources needed:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
* 1 [[Gas Sensor]]&lt;br /&gt;
* 3 [[Kit (Logic I/O)]]&lt;br /&gt;
* 4 [[Kit (Logic Processor)]]&lt;br /&gt;
* 3 [[Kit (Logic Memory)]]&lt;br /&gt;
* At least 1 [[Wall Heater]]&lt;br /&gt;
* At least 1 [[Wall Cooler]]&lt;br /&gt;
* Many [[Cables|Cable coils]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Crude_Temperature_Regulation_Logic_Diagram.png|thumb|The picture above shows all the Kit (Logic) components as well as their connections and also the components that make up the setup.]]&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;big&amp;gt;Steps to placing the setup&amp;lt;/big&amp;gt;&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
# Place the [[Gas Sensor]] in the middle of the room you want to control&lt;br /&gt;
# Place the [[Wall Heater|Wall Heaters]] along a wall of the room&lt;br /&gt;
# Place the [[Wall Cooler|Wall Coolers]] along a wall of the room&lt;br /&gt;
# Place 1 [[Kit_(Logic_I/O)|Kit (Logic I/O)]] &#039;Logic Reader&#039; variant&lt;br /&gt;
# Label the logic reader as &amp;quot;Temp Reader&amp;quot;&lt;br /&gt;
# Place 1 [[Kit (Logic Processor)]] &#039;Logic Select&#039; variant for cooling&amp;lt;br&amp;gt; Label this: &amp;quot;Cooling Select&amp;quot;&lt;br /&gt;
# Place 1 [[Kit (Logic Processor)]] &#039;Logic Compare&#039; variant for cooling&amp;lt;br&amp;gt; Label this: &amp;quot;Cooling Compare&amp;quot;&lt;br /&gt;
# Place 1 [[Kit (Logic I/O)]] &#039;Batch Writer&#039; variant&amp;lt;br&amp;gt; Label this: &amp;quot;Cooling Writer&amp;quot;&lt;br /&gt;
# Place 1 [[Kit (Logic Processor)]] &#039;Logic Select&#039; variant&amp;lt;br&amp;gt; Label this: &amp;quot;Heating Select&amp;quot;&lt;br /&gt;
# Place 1 [[Kit (Logic Processor)]] &#039;Logic Compare&#039; variant&amp;lt;br&amp;gt; Label this: &amp;quot;Heating Compare&amp;quot;&lt;br /&gt;
# Place 1 [[Kit (Logic I/O)]] &#039;Batch Writer&#039; variant&amp;lt;br&amp;gt; Label this: &amp;quot;Heating Writer&amp;quot;&lt;br /&gt;
# Place all 3 [[Kit (Logic Memory)]] units nearby&amp;lt;br&amp;gt;Label these as &amp;quot;Temp Min&amp;quot;, &amp;quot;Temp Mid&amp;quot; and &amp;quot;Temp Max&amp;quot; and set your desired temperatures in kelvin&lt;br /&gt;
# Wire all units together&lt;br /&gt;
# &amp;quot;Temp Reader&amp;quot; should be set to read &amp;quot;Temperature&amp;quot; from your Gas sensor (Note: Temperature from sensor is in Kelvin)&lt;br /&gt;
# Configure your &amp;quot;Cooling Select&amp;quot;;&amp;lt;br&amp;gt;Select: &amp;quot;Cooling Compare&amp;quot;&amp;lt;br&amp;gt;Input 1: &amp;quot;Max Temp&amp;quot;&amp;lt;br&amp;gt;Input 2: &amp;quot;Mid Temp&amp;quot;&lt;br /&gt;
# Configure your &amp;quot;Cooling Compare&amp;quot;;&amp;lt;br&amp;gt;Input 1: &amp;quot;Temp Reader&amp;quot;&amp;lt;br&amp;gt;Mode: Greater&amp;lt;br&amp;gt;Input 2: &amp;quot;Cooling Select&amp;quot;&lt;br /&gt;
# Configure your &amp;quot;Cooling Writer&amp;quot;;&amp;lt;br&amp;gt;Input: &amp;quot;Cooling Compare&amp;quot;&amp;lt;br&amp;gt;Output: Wall Cooler&amp;lt;br&amp;gt;Setting: On&lt;br /&gt;
# Configure your &amp;quot;Heating Select&amp;quot;;&amp;lt;br&amp;gt;Select: &amp;quot;Heating Compare&amp;quot;&amp;lt;br&amp;gt;Input 1: &amp;quot;Min Temp&amp;quot;&amp;lt;br&amp;gt;Input 2: &amp;quot;Mid Temp&amp;quot;&lt;br /&gt;
# Configure your &amp;quot;Heating Compare&amp;quot;;&amp;lt;br&amp;gt;Input 1: &amp;quot;Temp Reader&amp;quot;&amp;lt;br&amp;gt;Mode: Less&amp;lt;br&amp;gt;Input 2: &amp;quot;Heating Select&amp;quot;&lt;br /&gt;
# Configure your &amp;quot;Heating Writer&amp;quot;;&amp;lt;br&amp;gt;Input: &amp;quot;Heating Compare&amp;quot;&amp;lt;br&amp;gt;Output: Wall Heater&amp;lt;br&amp;gt;Setting: On&lt;br /&gt;
# Finally, turn on the logic chips in the following order:&amp;lt;br&amp;gt;Logic Reader&amp;lt;br&amp;gt;Select Unit&amp;lt;br&amp;gt;Logic Compare&amp;lt;br&amp;gt;Batch Writer&lt;/div&gt;</summary>
		<author><name>Phuzzy</name></author>
	</entry>
</feed>