<?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=45.2.189.77</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=45.2.189.77"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/45.2.189.77"/>
	<updated>2026-04-04T16:45:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=14409</id>
		<title>Active Vent</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=14409"/>
		<updated>2023-01-15T01:26:17Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: removing incorrect information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Active Vent&lt;br /&gt;
 | image       = [[File:ItemActiveVent.png]]&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 5g [[Iron]], 1g [[Gold]], 5g [[Copper]]&lt;br /&gt;
 | stacks      = 5&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Active Vent&lt;br /&gt;
 | power_usage      = 100W&lt;br /&gt;
 | image            = [[File:StructureActiveVent.png]]&lt;br /&gt;
 | placed_with_item = [[Kit (Active Vent)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Active Vent)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Active vents use power to move gas from and to pipes and the exterior. Its functionality depends on its mode:&lt;br /&gt;
* in &amp;quot;Outward mode&amp;quot; (switch in blue), the vent increases the external pressure (by moving gas from the pipes to the exterior) up to &amp;quot;PressureExternal&amp;quot;, by default(*) equal to 101 kPa&lt;br /&gt;
* in &amp;quot;Inward mode&amp;quot; (switch in red), the vent decreases the external pressure (by moving gas from the exterior to the pipes) down to &amp;quot;PressureExternal&amp;quot;, by default(*) equal to 0 kPa&lt;br /&gt;
&lt;br /&gt;
&amp;quot;PressureExternal&amp;quot; and &amp;quot;PressureInternal&amp;quot; values should be modified programmatically via IC10 scripts, as they reset to default values on mode change. Values can be set through logic chips, if the value is modified after a mode change. Switching logic chips off then on will not modify values on the active vent, the values supplied to the chips must be altered for the values to be written.&lt;br /&gt;
&lt;br /&gt;
(*) This is the reason why airlocks need an internal pressure of at least 100 kPa to work correctly. This behavior can also be inconvenient on worlds like Loulan whose atmosphere is well above 101kPa.  Manually-operated &amp;quot;airlocks&amp;quot; for greenhouses can not pump back up to Loulan atmosphere during the exit cycle.  If the pressure is already &amp;gt;101kPa the vent will have no effect, and if it is &amp;lt;101kPa the vent will stop when it reaches 101kPa.&lt;br /&gt;
&lt;br /&gt;
To calculate the moles per tick, use the following equation:&lt;br /&gt;
n = (P * V) / (R * T)&lt;br /&gt;
(These do not take into account the constraints imposed by &amp;quot;PressureExternal&amp;quot; and &amp;quot;PressureInternal&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: In order to get the proper units out of this calculation you need to either use kPa and L, or Pa and M&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Where (Inward vent):&lt;br /&gt;
* P = Min(Room pressure, 10.1325 kPa)&lt;br /&gt;
* V = 8000 L&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Room temperature&lt;br /&gt;
&lt;br /&gt;
Where (Outward vent):&lt;br /&gt;
* P = Min(Pipe pressure, 10.1325 kPa)&lt;br /&gt;
* V = Pipe volume in L&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Pipe temperature&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: The insert slot currently takes any item and seems to have no effect.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
=== Mode Values ===&lt;br /&gt;
These lists the values and meanings for the &amp;quot;Mode&amp;quot; property of the Active Vent.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Value !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| 0 || &amp;quot;Outward&amp;quot; mode (Pumping gas from the connected pipe network to the outside.)&lt;br /&gt;
|-&lt;br /&gt;
| 1 || &amp;quot;Inward&amp;quot; mode (Pumping gas from the outside to the connected pipe network.)&lt;br /&gt;
|-&lt;br /&gt;
| 2 || (Unknown)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Does not function.&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Sets the Active Vent mode to the passed setting. (See [[#Mode_Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| PressureExternal || Float || Mode 0 maximum room pressure, Mode 1 minimum room pressure. Value is overwritten to 101.325 in Mode 0 and 0 in Mode 1 when mode is changed. The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Mode 0 minimum pipe pressure, Mode 1 maximum pipe pressure. Value is overwritten to 0 in Mode 0 and 50662.5 in Mode 1 when mode is changed. The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Active Vent, when set to 1. Unlocks it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Does not function.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Active Vent on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || Returns whether the Active Vent is receiving power and is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Returns whether the Active Vent is open. (0 for no, 1 for yes) (Untested)&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Returns the setting of the current mode of the Active Vent. (See [[#Mode_Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Active Vent is currently flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| PressureExternal || Float || Returns the desired external pressure of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Returns the desired internal pressure of the Active vent. (Untested)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Active Vent is locked. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Returns a range from 0.0 to 100.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || Integer || Returns 100. (Assumption) Returns the maximum throughput percentage of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || Returns a range from 0.0 to 1.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Active Vent is set to on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power needed for the Active Vent.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=14408</id>
		<title>Active Vent</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=14408"/>
		<updated>2023-01-15T01:23:45Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Active Vent&lt;br /&gt;
 | image       = [[File:ItemActiveVent.png]]&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 5g [[Iron]], 1g [[Gold]], 5g [[Copper]]&lt;br /&gt;
 | stacks      = 5&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Active Vent&lt;br /&gt;
 | power_usage      = 100W&lt;br /&gt;
 | image            = [[File:StructureActiveVent.png]]&lt;br /&gt;
 | placed_with_item = [[Kit (Active Vent)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Active Vent)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Active vents use power to move gas from and to pipes and the exterior. Its functionality depends on its mode:&lt;br /&gt;
* in &amp;quot;Outward mode&amp;quot; (switch in blue), the vent increases the external pressure (by moving gas from the pipes to the exterior) up to &amp;quot;PressureExternal&amp;quot;, by default(*) equal to 101 kPa&lt;br /&gt;
* in &amp;quot;Inward mode&amp;quot; (switch in red), the vent decreases the external pressure (by moving gas from the exterior to the pipes) down to &amp;quot;PressureExternal&amp;quot;, by default(*) equal to 0 kPa&lt;br /&gt;
&lt;br /&gt;
&amp;quot;PressureExternal&amp;quot; and &amp;quot;PressureInternal&amp;quot; values should be modified programmatically via IC10 scripts, as they reset to default values on mode change. Values can be set through logic chips, if the value is modified after a mode change. Switching logic chips off then on will not modify values on the active vent, the values supplied to the chips must be altered for the values to be written.&lt;br /&gt;
&lt;br /&gt;
(*) This is the reason why airlocks need an internal pressure of at least 100 kPa to work correctly. This behavior can also be inconvenient on worlds like Loulan whose atmosphere is well above 101kPa.  Manually-operated &amp;quot;airlocks&amp;quot; for greenhouses can not pump back up to Loulan atmosphere during the exit cycle.  If the pressure is already &amp;gt;101kPa the vent will have no effect, and if it is &amp;lt;101kPa the vent will stop when it reaches 101kPa.&lt;br /&gt;
&lt;br /&gt;
(**) Unwanted behavior can be corrected by storing desired pressure value to &#039;PressureExternal&#039; on every loop. Example:&amp;lt;br&amp;gt;&lt;br /&gt;
s dActiveVentInterior PressureExternal rInteriorPressure&amp;lt;br&amp;gt;&lt;br /&gt;
s dActiveVentExterior PressureExternal rExteriorPressure&lt;br /&gt;
&lt;br /&gt;
To calculate the moles per tick, use the following equation:&lt;br /&gt;
n = (P * V) / (R * T)&lt;br /&gt;
(These do not take into account the constraints imposed by &amp;quot;PressureExternal&amp;quot; and &amp;quot;PressureInternal&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: In order to get the proper units out of this calculation you need to either use kPa and L, or Pa and M&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Where (Inward vent):&lt;br /&gt;
* P = Min(Room pressure, 10.1325 kPa)&lt;br /&gt;
* V = 8000 L&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Room temperature&lt;br /&gt;
&lt;br /&gt;
Where (Outward vent):&lt;br /&gt;
* P = Min(Pipe pressure, 10.1325 kPa)&lt;br /&gt;
* V = Pipe volume in L&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Pipe temperature&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: The insert slot currently takes any item and seems to have no effect.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
=== Mode Values ===&lt;br /&gt;
These lists the values and meanings for the &amp;quot;Mode&amp;quot; property of the Active Vent.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Value !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| 0 || &amp;quot;Outward&amp;quot; mode (Pumping gas from the connected pipe network to the outside.)&lt;br /&gt;
|-&lt;br /&gt;
| 1 || &amp;quot;Inward&amp;quot; mode (Pumping gas from the outside to the connected pipe network.)&lt;br /&gt;
|-&lt;br /&gt;
| 2 || (Unknown)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Does not function.&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Sets the Active Vent mode to the passed setting. (See [[#Mode_Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| PressureExternal || Float || Mode 0 maximum room pressure, Mode 1 minimum room pressure. Value is overwritten to 101.325 in Mode 0 and 0 in Mode 1 when mode is changed. The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Mode 0 minimum pipe pressure, Mode 1 maximum pipe pressure. Value is overwritten to 0 in Mode 0 and 50662.5 in Mode 1 when mode is changed. The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Active Vent, when set to 1. Unlocks it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Does not function.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Active Vent on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || Returns whether the Active Vent is receiving power and is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Returns whether the Active Vent is open. (0 for no, 1 for yes) (Untested)&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Returns the setting of the current mode of the Active Vent. (See [[#Mode_Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Active Vent is currently flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| PressureExternal || Float || Returns the desired external pressure of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Returns the desired internal pressure of the Active vent. (Untested)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Active Vent is locked. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Returns a range from 0.0 to 100.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || Integer || Returns 100. (Assumption) Returns the maximum throughput percentage of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || Returns a range from 0.0 to 1.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Active Vent is set to on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power needed for the Active Vent.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=14407</id>
		<title>Active Vent</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=14407"/>
		<updated>2023-01-15T01:21:26Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: format correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Active Vent&lt;br /&gt;
 | image       = [[File:ItemActiveVent.png]]&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 5g [[Iron]], 1g [[Gold]], 5g [[Copper]]&lt;br /&gt;
 | stacks      = 5&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Active Vent&lt;br /&gt;
 | power_usage      = 100W&lt;br /&gt;
 | image            = [[File:StructureActiveVent.png]]&lt;br /&gt;
 | placed_with_item = [[Kit (Active Vent)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Active Vent)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Active vents use power to move gas from and to pipes and the exterior. Its functionality depends on its mode:&lt;br /&gt;
* in &amp;quot;Outward mode&amp;quot; (switch in blue), the vent increases the external pressure (by moving gas from the pipes to the exterior) up to &amp;quot;PressureExternal&amp;quot;, by default(*) equal to 101 kPa&lt;br /&gt;
* in &amp;quot;Inward mode&amp;quot; (switch in red), the vent decreases the external pressure (by moving gas from the exterior to the pipes) down to &amp;quot;PressureExternal&amp;quot;, by default(*) equal to 0 kPa&lt;br /&gt;
&lt;br /&gt;
&amp;quot;PressureExternal&amp;quot; and &amp;quot;PressureInternal&amp;quot; values should be modified programmatically via IC10 scripts, as they reset to default values on mode change. Values can be set through logic chips, if the value is modified after a mode change. Switching logic chips off then on will not modify values on the active vent, the values supplied to the chips must be altered for the values to be written.&lt;br /&gt;
&lt;br /&gt;
(*) This is the reason why airlocks need an internal pressure of at least 100 kPa to work correctly. This behavior can also be inconvenient on worlds like Loulan whose atmosphere is well above 101kPa.  Manually-operated &amp;quot;airlocks&amp;quot; for greenhouses can not pump back up to Loulan atmosphere during the exit cycle.  If the pressure is already &amp;gt;101kPa the vent will have no effect, and if it is &amp;lt;101kPa the vent will stop when it reaches 101kPa.&lt;br /&gt;
&lt;br /&gt;
(**) Unwanted behavior can be corrected by storing desired pressure value to &#039;PressureExternal&#039; on every loop. Example:&lt;br /&gt;
s dVentInterior PressureExternal rInteriorPressure&lt;br /&gt;
s dVentExterior PressureExternal rExteriorPressure&lt;br /&gt;
&lt;br /&gt;
To calculate the moles per tick, use the following equation:&lt;br /&gt;
n = (P * V) / (R * T)&lt;br /&gt;
(These do not take into account the constraints imposed by &amp;quot;PressureExternal&amp;quot; and &amp;quot;PressureInternal&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: In order to get the proper units out of this calculation you need to either use kPa and L, or Pa and M&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Where (Inward vent):&lt;br /&gt;
* P = Min(Room pressure, 10.1325 kPa)&lt;br /&gt;
* V = 8000 L&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Room temperature&lt;br /&gt;
&lt;br /&gt;
Where (Outward vent):&lt;br /&gt;
* P = Min(Pipe pressure, 10.1325 kPa)&lt;br /&gt;
* V = Pipe volume in L&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Pipe temperature&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: The insert slot currently takes any item and seems to have no effect.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
=== Mode Values ===&lt;br /&gt;
These lists the values and meanings for the &amp;quot;Mode&amp;quot; property of the Active Vent.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Value !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| 0 || &amp;quot;Outward&amp;quot; mode (Pumping gas from the connected pipe network to the outside.)&lt;br /&gt;
|-&lt;br /&gt;
| 1 || &amp;quot;Inward&amp;quot; mode (Pumping gas from the outside to the connected pipe network.)&lt;br /&gt;
|-&lt;br /&gt;
| 2 || (Unknown)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Does not function.&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Sets the Active Vent mode to the passed setting. (See [[#Mode_Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| PressureExternal || Float || Mode 0 maximum room pressure, Mode 1 minimum room pressure. Value is overwritten to 101.325 in Mode 0 and 0 in Mode 1 when mode is changed. The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Mode 0 minimum pipe pressure, Mode 1 maximum pipe pressure. Value is overwritten to 0 in Mode 0 and 50662.5 in Mode 1 when mode is changed. The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Active Vent, when set to 1. Unlocks it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Does not function.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Active Vent on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || Returns whether the Active Vent is receiving power and is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Returns whether the Active Vent is open. (0 for no, 1 for yes) (Untested)&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Returns the setting of the current mode of the Active Vent. (See [[#Mode_Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Active Vent is currently flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| PressureExternal || Float || Returns the desired external pressure of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Returns the desired internal pressure of the Active vent. (Untested)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Active Vent is locked. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Returns a range from 0.0 to 100.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || Integer || Returns 100. (Assumption) Returns the maximum throughput percentage of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || Returns a range from 0.0 to 1.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Active Vent is set to on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power needed for the Active Vent.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=14406</id>
		<title>Active Vent</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=14406"/>
		<updated>2023-01-15T01:20:39Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Active Vent&lt;br /&gt;
 | image       = [[File:ItemActiveVent.png]]&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 5g [[Iron]], 1g [[Gold]], 5g [[Copper]]&lt;br /&gt;
 | stacks      = 5&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Active Vent&lt;br /&gt;
 | power_usage      = 100W&lt;br /&gt;
 | image            = [[File:StructureActiveVent.png]]&lt;br /&gt;
 | placed_with_item = [[Kit (Active Vent)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Active Vent)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Active vents use power to move gas from and to pipes and the exterior. Its functionality depends on its mode:&lt;br /&gt;
* in &amp;quot;Outward mode&amp;quot; (switch in blue), the vent increases the external pressure (by moving gas from the pipes to the exterior) up to &amp;quot;PressureExternal&amp;quot;, by default(*) equal to 101 kPa&lt;br /&gt;
* in &amp;quot;Inward mode&amp;quot; (switch in red), the vent decreases the external pressure (by moving gas from the exterior to the pipes) down to &amp;quot;PressureExternal&amp;quot;, by default(*) equal to 0 kPa&lt;br /&gt;
&lt;br /&gt;
&amp;quot;PressureExternal&amp;quot; and &amp;quot;PressureInternal&amp;quot; values should be modified programmatically via IC10 scripts, as they reset to default values on mode change. Values can be set through logic chips, if the value is modified after a mode change. Switching logic chips off then on will not modify values on the active vent, the values supplied to the chips must be altered for the values to be written.&lt;br /&gt;
&lt;br /&gt;
(*) This is the reason why airlocks need an internal pressure of at least 100 kPa to work correctly. This behavior can also be inconvenient on worlds like Loulan whose atmosphere is well above 101kPa.  Manually-operated &amp;quot;airlocks&amp;quot; for greenhouses can not pump back up to Loulan atmosphere during the exit cycle.  If the pressure is already &amp;gt;101kPa the vent will have no effect, and if it is &amp;lt;101kPa the vent will stop when it reaches 101kPa.&lt;br /&gt;
&lt;br /&gt;
(**) Unwanted behavior can be corrected by storing desired pressure value to &#039;PressureExternal&#039; on every loop. Example:&lt;br /&gt;
&lt;br /&gt;
s dVentInterior PressureExternal rInteriorPressure&lt;br /&gt;
&lt;br /&gt;
s dVentExterior PressureExternal rExteriorPressure&lt;br /&gt;
&lt;br /&gt;
To calculate the moles per tick, use the following equation:&lt;br /&gt;
n = (P * V) / (R * T)&lt;br /&gt;
(These do not take into account the constraints imposed by &amp;quot;PressureExternal&amp;quot; and &amp;quot;PressureInternal&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: In order to get the proper units out of this calculation you need to either use kPa and L, or Pa and M&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Where (Inward vent):&lt;br /&gt;
* P = Min(Room pressure, 10.1325 kPa)&lt;br /&gt;
* V = 8000 L&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Room temperature&lt;br /&gt;
&lt;br /&gt;
Where (Outward vent):&lt;br /&gt;
* P = Min(Pipe pressure, 10.1325 kPa)&lt;br /&gt;
* V = Pipe volume in L&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Pipe temperature&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: The insert slot currently takes any item and seems to have no effect.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
=== Mode Values ===&lt;br /&gt;
These lists the values and meanings for the &amp;quot;Mode&amp;quot; property of the Active Vent.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Value !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| 0 || &amp;quot;Outward&amp;quot; mode (Pumping gas from the connected pipe network to the outside.)&lt;br /&gt;
|-&lt;br /&gt;
| 1 || &amp;quot;Inward&amp;quot; mode (Pumping gas from the outside to the connected pipe network.)&lt;br /&gt;
|-&lt;br /&gt;
| 2 || (Unknown)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Does not function.&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Sets the Active Vent mode to the passed setting. (See [[#Mode_Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| PressureExternal || Float || Mode 0 maximum room pressure, Mode 1 minimum room pressure. Value is overwritten to 101.325 in Mode 0 and 0 in Mode 1 when mode is changed. The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Mode 0 minimum pipe pressure, Mode 1 maximum pipe pressure. Value is overwritten to 0 in Mode 0 and 50662.5 in Mode 1 when mode is changed. The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Active Vent, when set to 1. Unlocks it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Does not function.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Active Vent on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || Returns whether the Active Vent is receiving power and is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Returns whether the Active Vent is open. (0 for no, 1 for yes) (Untested)&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Returns the setting of the current mode of the Active Vent. (See [[#Mode_Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Active Vent is currently flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| PressureExternal || Float || Returns the desired external pressure of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Returns the desired internal pressure of the Active vent. (Untested)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Active Vent is locked. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Returns a range from 0.0 to 100.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || Integer || Returns 100. (Assumption) Returns the maximum throughput percentage of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || Returns a range from 0.0 to 1.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Active Vent is set to on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power needed for the Active Vent.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=14405</id>
		<title>Active Vent</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=14405"/>
		<updated>2023-01-15T01:19:52Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Active Vent&lt;br /&gt;
 | image       = [[File:ItemActiveVent.png]]&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 5g [[Iron]], 1g [[Gold]], 5g [[Copper]]&lt;br /&gt;
 | stacks      = 5&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Active Vent&lt;br /&gt;
 | power_usage      = 100W&lt;br /&gt;
 | image            = [[File:StructureActiveVent.png]]&lt;br /&gt;
 | placed_with_item = [[Kit (Active Vent)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Active Vent)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Active vents use power to move gas from and to pipes and the exterior. Its functionality depends on its mode:&lt;br /&gt;
* in &amp;quot;Outward mode&amp;quot; (switch in blue), the vent increases the external pressure (by moving gas from the pipes to the exterior) up to &amp;quot;PressureExternal&amp;quot;, by default(*) equal to 101 kPa&lt;br /&gt;
* in &amp;quot;Inward mode&amp;quot; (switch in red), the vent decreases the external pressure (by moving gas from the exterior to the pipes) down to &amp;quot;PressureExternal&amp;quot;, by default(*) equal to 0 kPa&lt;br /&gt;
&lt;br /&gt;
&amp;quot;PressureExternal&amp;quot; and &amp;quot;PressureInternal&amp;quot; values should be modified programmatically via IC10 scripts, as they reset to default values on mode change. Values can be set through logic chips, if the value is modified after a mode change. Switching logic chips off then on will not modify values on the active vent, the values supplied to the chips must be altered for the values to be written.&lt;br /&gt;
&lt;br /&gt;
(*) This is the reason why airlocks need an internal pressure of at least 100 kPa to work correctly. This behavior can also be inconvenient on worlds like Loulan whose atmosphere is well above 101kPa.  Manually-operated &amp;quot;airlocks&amp;quot; for greenhouses can not pump back up to Loulan atmosphere during the exit cycle.  If the pressure is already &amp;gt;101kPa the vent will have no effect, and if it is &amp;lt;101kPa the vent will stop when it reaches 101kPa.&lt;br /&gt;
&lt;br /&gt;
(**) Unwanted behavior can be corrected by storing desired pressure value to &#039;PressureExternal&#039; on every loop. Example:&lt;br /&gt;
s dVentInterior PressureExternal rInteriorPressure&lt;br /&gt;
s dVentExterior PressureExternal rExteriorPressure&lt;br /&gt;
&lt;br /&gt;
To calculate the moles per tick, use the following equation:&lt;br /&gt;
n = (P * V) / (R * T)&lt;br /&gt;
(These do not take into account the constraints imposed by &amp;quot;PressureExternal&amp;quot; and &amp;quot;PressureInternal&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: In order to get the proper units out of this calculation you need to either use kPa and L, or Pa and M&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Where (Inward vent):&lt;br /&gt;
* P = Min(Room pressure, 10.1325 kPa)&lt;br /&gt;
* V = 8000 L&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Room temperature&lt;br /&gt;
&lt;br /&gt;
Where (Outward vent):&lt;br /&gt;
* P = Min(Pipe pressure, 10.1325 kPa)&lt;br /&gt;
* V = Pipe volume in L&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Pipe temperature&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: The insert slot currently takes any item and seems to have no effect.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
=== Mode Values ===&lt;br /&gt;
These lists the values and meanings for the &amp;quot;Mode&amp;quot; property of the Active Vent.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Value !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| 0 || &amp;quot;Outward&amp;quot; mode (Pumping gas from the connected pipe network to the outside.)&lt;br /&gt;
|-&lt;br /&gt;
| 1 || &amp;quot;Inward&amp;quot; mode (Pumping gas from the outside to the connected pipe network.)&lt;br /&gt;
|-&lt;br /&gt;
| 2 || (Unknown)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Does not function.&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Sets the Active Vent mode to the passed setting. (See [[#Mode_Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| PressureExternal || Float || Mode 0 maximum room pressure, Mode 1 minimum room pressure. Value is overwritten to 101.325 in Mode 0 and 0 in Mode 1 when mode is changed. The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Mode 0 minimum pipe pressure, Mode 1 maximum pipe pressure. Value is overwritten to 0 in Mode 0 and 50662.5 in Mode 1 when mode is changed. The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Active Vent, when set to 1. Unlocks it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Does not function.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Active Vent on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || Returns whether the Active Vent is receiving power and is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Returns whether the Active Vent is open. (0 for no, 1 for yes) (Untested)&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Returns the setting of the current mode of the Active Vent. (See [[#Mode_Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Active Vent is currently flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| PressureExternal || Float || Returns the desired external pressure of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Returns the desired internal pressure of the Active vent. (Untested)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Active Vent is locked. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Returns a range from 0.0 to 100.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || Integer || Returns 100. (Assumption) Returns the maximum throughput percentage of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || Returns a range from 0.0 to 1.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Active Vent is set to on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power needed for the Active Vent.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=14404</id>
		<title>Active Vent</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=14404"/>
		<updated>2023-01-15T01:12:04Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Active Vent&lt;br /&gt;
 | image       = [[File:ItemActiveVent.png]]&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 5g [[Iron]], 1g [[Gold]], 5g [[Copper]]&lt;br /&gt;
 | stacks      = 5&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Active Vent&lt;br /&gt;
 | power_usage      = 100W&lt;br /&gt;
 | image            = [[File:StructureActiveVent.png]]&lt;br /&gt;
 | placed_with_item = [[Kit (Active Vent)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Active Vent)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Active vents use power to move gas from and to pipes and the exterior. Its functionality depends on its mode:&lt;br /&gt;
* in &amp;quot;Outward mode&amp;quot; (switch in blue), the vent increases the external pressure (by moving gas from the pipes to the exterior) up to &amp;quot;PressureExternal&amp;quot;, by default(*) equal to 101 kPa&lt;br /&gt;
* in &amp;quot;Inward mode&amp;quot; (switch in red), the vent decreases the external pressure (by moving gas from the exterior to the pipes) down to &amp;quot;PressureExternal&amp;quot;, by default(*) equal to 0 kPa&lt;br /&gt;
&lt;br /&gt;
&amp;quot;PressureExternal&amp;quot; and &amp;quot;PressureInternal&amp;quot; values should be modified programmatically via IC10 scripts, as they reset to default values on mode change. Values can be set through logic chips, if the value is modified after a mode change. Switching logic chips off then on will not modify values on the active vent, the values supplied to the chips must be altered for the values to be written.&lt;br /&gt;
&lt;br /&gt;
(*) This is the reason why airlocks need an internal pressure of at least 100 kPa to work correctly. This behavior can also be inconvenient on worlds like Loulan whose atmosphere is well above 101kPa.  Manually-operated &amp;quot;airlocks&amp;quot; for greenhouses can not pump back up to Loulan atmosphere during the exit cycle.  If the pressure is already &amp;gt;101kPa the vent will have no effect, and if it is &amp;lt;101kPa the vent will stop when it reaches 101kPa.&lt;br /&gt;
&lt;br /&gt;
To calculate the moles per tick, use the following equation:&lt;br /&gt;
n = (P * V) / (R * T)&lt;br /&gt;
(These do not take into account the constraints imposed by &amp;quot;PressureExternal&amp;quot; and &amp;quot;PressureInternal&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: In order to get the proper units out of this calculation you need to either use kPa and L, or Pa and M&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Where (Inward vent):&lt;br /&gt;
* P = Min(Room pressure, 10.1325 kPa)&lt;br /&gt;
* V = 8000 L&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Room temperature&lt;br /&gt;
&lt;br /&gt;
Where (Outward vent):&lt;br /&gt;
* P = Min(Pipe pressure, 10.1325 kPa)&lt;br /&gt;
* V = Pipe volume in L&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Pipe temperature&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: The insert slot currently takes any item and seems to have no effect.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
=== Mode Values ===&lt;br /&gt;
These lists the values and meanings for the &amp;quot;Mode&amp;quot; property of the Active Vent.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Value !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| 0 || &amp;quot;Outward&amp;quot; mode (Pumping gas from the connected pipe network to the outside.)&lt;br /&gt;
|-&lt;br /&gt;
| 1 || &amp;quot;Inward&amp;quot; mode (Pumping gas from the outside to the connected pipe network.)&lt;br /&gt;
|-&lt;br /&gt;
| 2 || (Unknown)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Does not function.&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Sets the Active Vent mode to the passed setting. (See [[#Mode_Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| PressureExternal || Float || Mode 0 maximum room pressure, Mode 1 minimum room pressure. Value is overwritten to 101.325 in Mode 0 and 0 in Mode 1 when mode is changed. The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Mode 0 minimum pipe pressure, Mode 1 maximum pipe pressure. Value is overwritten to 0 in Mode 0 and 50662.5 in Mode 1 when mode is changed. The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Active Vent, when set to 1. Unlocks it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Does not function.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Active Vent on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || Returns whether the Active Vent is receiving power and is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Returns whether the Active Vent is open. (0 for no, 1 for yes) (Untested)&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Returns the setting of the current mode of the Active Vent. (See [[#Mode_Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Active Vent is currently flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| PressureExternal || Float || Returns the desired external pressure of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Returns the desired internal pressure of the Active vent. (Untested)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Active Vent is locked. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Returns a range from 0.0 to 100.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || Integer || Returns 100. (Assumption) Returns the maximum throughput percentage of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || Returns a range from 0.0 to 1.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Active Vent is set to on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power needed for the Active Vent.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=14403</id>
		<title>Active Vent</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=14403"/>
		<updated>2023-01-15T00:53:43Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: Added information about pressure settings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Active Vent&lt;br /&gt;
 | image       = [[File:ItemActiveVent.png]]&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 5g [[Iron]], 1g [[Gold]], 5g [[Copper]]&lt;br /&gt;
 | stacks      = 5&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Active Vent&lt;br /&gt;
 | power_usage      = 100W&lt;br /&gt;
 | image            = [[File:StructureActiveVent.png]]&lt;br /&gt;
 | placed_with_item = [[Kit (Active Vent)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Active Vent)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Active vents use power to move gas from and to pipes and the exterior. Its functionality depends on its mode:&lt;br /&gt;
* in &amp;quot;Outward mode&amp;quot; (switch in blue), the vent increases the external pressure (by moving gas from the pipes to the exterior) up to &amp;quot;PressureExternal&amp;quot;, by default(*) equal to 101 kPa&lt;br /&gt;
* in &amp;quot;Inward mode&amp;quot; (switch in red), the vent decreases the external pressure (by moving gas from the exterior to the pipes) down to &amp;quot;PressureExternal&amp;quot;, by default(*) equal to 0 kPa&lt;br /&gt;
&lt;br /&gt;
&amp;quot;PressureExternal&amp;quot; can only be modified programmatically via MIPS. It is set to its default values every time the mode switch is used and thus, when adjusting it in MIPS code, the Mode must be set before &amp;quot;PressureExternal&amp;quot; value.&lt;br /&gt;
&lt;br /&gt;
(*) This is the reason why airlocks need an internal pressure of at least 100 kPa to work correctly. This behavior can also be inconvenient on worlds like Loulan whose atmosphere is well above 101kPa.  Manually-operated &amp;quot;airlocks&amp;quot; for greenhouses can not pump back up to Loulan atmosphere during the exit cycle.  If the pressure is already &amp;gt;101kPa the vent will have no effect, and if it is &amp;lt;101kPa the vent will stop when it reaches 101kPa.&lt;br /&gt;
&lt;br /&gt;
To calculate the moles per tick, use the following equation:&lt;br /&gt;
n = (P * V) / (R * T)&lt;br /&gt;
(These do not take into account the constraints imposed by &amp;quot;PressureExternal&amp;quot; and &amp;quot;PressureInternal&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: In order to get the proper units out of this calculation you need to either use kPa and L, or Pa and M&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Where (Inward vent):&lt;br /&gt;
* P = Min(Room pressure, 10.1325 kPa)&lt;br /&gt;
* V = 8000 L&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Room temperature&lt;br /&gt;
&lt;br /&gt;
Where (Outward vent):&lt;br /&gt;
* P = Min(Pipe pressure, 10.1325 kPa)&lt;br /&gt;
* V = Pipe volume in L&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Pipe temperature&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: The insert slot currently takes any item and seems to have no effect.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
=== Mode Values ===&lt;br /&gt;
These lists the values and meanings for the &amp;quot;Mode&amp;quot; property of the Active Vent.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Value !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| 0 || &amp;quot;Outward&amp;quot; mode (Pumping gas from the connected pipe network to the outside.)&lt;br /&gt;
|-&lt;br /&gt;
| 1 || &amp;quot;Inward&amp;quot; mode (Pumping gas from the outside to the connected pipe network.)&lt;br /&gt;
|-&lt;br /&gt;
| 2 || (Unknown)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Does not function.&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Sets the Active Vent mode to the passed setting. (See [[#Mode_Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| PressureExternal || Float || Warning! Values written to an Active Vent, will be reset to 101.325 in mode 0 &amp;quot;Outward&amp;quot;(Blue), and 0 in mode 1 &amp;quot;Inward&amp;quot;(Red), when &#039;Mode&#039; value is changed. When in mode 0 &amp;quot;Outward&amp;quot;(Blue), value restricts the maximum pressure in kPa the active vent will pump the room up to. When in mode 1 &amp;quot;Inward&amp;quot;(Red), value restricts the minimum pressure in kPa the active vent will pump the room down to. The vent will continue to consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Warning! Values written to an Active Vent, will be reset to 0 in mode 0 &amp;quot;Outward&amp;quot;(Blue), and 50662.5 in mode 1 &amp;quot;Inward&amp;quot;(Red), when either &#039;Mode&#039; or &#039;On&#039; values are changed.&lt;br /&gt;
When in mode 0 &amp;quot;Outward&amp;quot;(Blue), value restricts the minimum pressure in kPa the active vent will pump the pipe network down to. When in mode 1 &amp;quot;Inward&amp;quot;(Red), value restricts maximum pressure in kPa the active vent will pump the pipe network up to. The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Active Vent, when set to 1. Unlocks it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Does not function.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Active Vent on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || Returns whether the Active Vent is receiving power and is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Returns whether the Active Vent is open. (0 for no, 1 for yes) (Untested)&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Returns the setting of the current mode of the Active Vent. (See [[#Mode_Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Active Vent is currently flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| PressureExternal || Float || Returns the desired external pressure of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Returns the desired internal pressure of the Active vent. (Untested)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Active Vent is locked. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Returns a range from 0.0 to 100.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || Integer || Returns 100. (Assumption) Returns the maximum throughput percentage of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || Returns a range from 0.0 to 1.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Active Vent is set to on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power needed for the Active Vent.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Helmet&amp;diff=14236</id>
		<title>Helmet</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Helmet&amp;diff=14236"/>
		<updated>2023-01-02T22:35:22Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Suits]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Space Helmet&lt;br /&gt;
 | image       = [[File:ItemSpaceHelmet.png]]&lt;br /&gt;
 | maxpressure = 202.65 kPa&lt;br /&gt;
 | volume      = 3L&lt;br /&gt;
 | createdwith = [[Fabricator]]; [[Tool Manufactory]]&lt;br /&gt;
 | cost        = 2g [[Copper]], 5g [[Gold]]&lt;br /&gt;
&lt;br /&gt;
}}  &lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Paired with an [[EVA Suit]], it provides a contained, portable, pressurized, breathable environment need for protection against the vacuum of space.&lt;br /&gt;
&lt;br /&gt;
The [[Space Helmet]] is the lighter of the two suit helmets available, with the other (much more expensive) one being the [[Hardsuit Helmet]].&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Your helmet must be worn with a suitable suit to function properly.  Your helmet functions can be accessed by pressing the Number &#039;&#039;&#039;&#039;1&#039;&#039;&#039;&#039; key.  This will bring up a panel showing the helmet&#039;s settings, as follows:&lt;br /&gt;
* &#039;&#039;&#039;Open / Close Mask&#039;&#039;&#039; - Open and close the glass visor of the helmet, venting or enclosing your suit atmosphere  &#039;&#039;(Keyboard shortcut - I)&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;Lock/Unlock Mask&#039;&#039;&#039; - Allow or prevent the opening of the visor (useful to avoid accidental opening)&lt;br /&gt;
** &#039;&#039;&#039;Light On / Off&#039;&#039;&#039; - Toggle the helmet&#039;s forward facing light on and off  &#039;&#039;(Keyboard shortcut - L)&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;Flush&#039;&#039;&#039; - Expels helmet&#039;s (and suit&#039;s) current atmosphere and replenishes from the air tank.&lt;br /&gt;
&lt;br /&gt;
The helmet&#039;s light draws power from your suit [[Battery_Cell|Battery]]. If damaged, your helmet can be patched by holding [[Duct Tape]] in your right hand and holding the right mouse button.  The colour of an (unworn) helmet can be changed using [[Spray Paint]].&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
* &#039;&#039;&#039;Caution:&#039;&#039;&#039; An open helmet allows exposure to the conditions outside of the suit&lt;br /&gt;
* &#039;&#039;&#039;Caution:&#039;&#039;&#039; The helmet can withstand an external pressure difference of ~1Mpa, higher pressures will cause damage to the helmet.&lt;br /&gt;
* &#039;&#039;&#039;Caution:&#039;&#039;&#039; When flushing your helmet, your Stationeer&#039;s lungs will receive 0.16 points of damage.&lt;br /&gt;
* If you open the helmet in a contaminated, external environment (and lack [[Filter]]s to process the contaminants), &#039;&#039;&#039;Flush&#039;&#039;&#039; the helmet&lt;br /&gt;
* It is theoretically possible to mix [[EVA Suit]] elements and [[Hardsuit]] elements, although this is relatively uncommon&lt;br /&gt;
* Damaged helmets can be recycled (assuming you have a new one to use!)&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Cryotube&amp;diff=14171</id>
		<title>Cryotube</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Cryotube&amp;diff=14171"/>
		<updated>2023-01-02T17:59:12Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: additional information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Machines]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Cryotube)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]] &#039;&#039;&#039;MK2&#039;&#039;&#039;&lt;br /&gt;
 | cost        = 10g [[Gold]], 10g [[Copper]], 10g [[Steel]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Cryotube&lt;br /&gt;
 | power_usage      = 400W&lt;br /&gt;
 | placed_with_item = [[Kit (Cryotube)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Cryotube)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Used to grow organs for players.&amp;lt;ref&amp;gt;[https://steamcommunity.com/app/544550/discussions/0/2592234299564035140/#c2592234299564086452| Steam Forums]&lt;br /&gt;
rocket2guns  [developer] 2 Jul, 2017 @ 4:28am &lt;br /&gt;
Cybernetics for organs are certain, as we already have the heart and lungs as functional organs in the game. We are making these &amp;quot;growable&amp;quot; in cryotubes, but having organs able to be manufactured is also something we want to do.&amp;lt;/ref&amp;gt;&lt;br /&gt;
as of 06/09/2020 I was able to enter a powered cryotube and &amp;quot;regrow&amp;quot; damage to my lungs.&lt;br /&gt;
&lt;br /&gt;
Cryo tube appears to have one gas input and one power input and one data input.  I have fed 10-20 C 80/20 oxygen nitrogen mix to the gas input.  I have not spent enough time in there to see if this caused CO2 to &amp;quot;back mix&amp;quot; into my oxygen supply.&lt;br /&gt;
&lt;br /&gt;
Since the Deep Miner/Centrifuge/Chute Update (9/20/22), the Cryotube&#039;s behavior appears to be that when filled with a gas, that gas will expel from the tube into the room when opened. It does not appear to backflow, nor does the player seem to convert the O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; to CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;, but that requires further testing. There is a single input for gas in the back, and it can accept &amp;lt;i&amp;gt;either&amp;lt;/i&amp;gt; O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; &amp;lt;i&amp;gt;or&amp;lt;/i&amp;gt; chilled N&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O. Testing indicates that even while unpowered, the tube &amp;quot;freezes&amp;quot; a player in time, stopping hunger/thirst/etc. When powered and supplied with O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;, it appears to heal the organs of living players. When powered and supplied with -150C N&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O, it can revive a dead co-player in a multiplayer setting. If a living player enters the -150C N&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O tube, they slowly die but stay &amp;quot;frozen&amp;quot; in the game, until the door is opened and the game recognizes the player has died.&lt;br /&gt;
&lt;br /&gt;
As of V0.2.3761.18233, December 22, 2022 hotfix, cryotubes with any breathable atmosphere heals lung damage.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Opens the CryoTube, when set to 1. Closes it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the CryoTube on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || Returns whether the CryoTube is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Returns whether the CryoTube is open. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the CryoTube is flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the CryoTube is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power, required by the CryoTube, in watts.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== References === &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Oxygen&amp;diff=11495</id>
		<title>Oxygen</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Oxygen&amp;diff=11495"/>
		<updated>2022-04-25T05:23:16Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: Correcting information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Gas]]&lt;br /&gt;
&lt;br /&gt;
== About == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
[[Oxygen]], also known as O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;, is the basic gas necessary for human survival.  It is is released when smelting certain ore (such as [[Ore_(Gold)|gold]]) or by melting [[Ice_(Oxite)|Oxite]]. It is also produced by plants in [[Hydroponic_Tray|hydroponic trays]] or the [[Hydroponic_Station|hydroponics station]] when they photosynthesize.&lt;br /&gt;
&lt;br /&gt;
Oxygen has a specific heat of 21.1 Joule / mol.&lt;br /&gt;
&lt;br /&gt;
Pure oxygen auto-ignites at 100c when in atmosphere, at sufficient pressure(tested at 100kPa), and when a burnable object(such as ores) are present.&lt;br /&gt;
&lt;br /&gt;
== Usage == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The main usage is in sustaining your life, either in the ambient atmosphere when your helmet is open, or in your suit&#039;s oxygen tank.  Aside from that it is used for combustion in the [[furnace]] and the [[Gas_Generator|gas generator]].&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
You can collect Oxygen from the following sources:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Source !! Amount&lt;br /&gt;
|-&lt;br /&gt;
| [[Ice_(Oxite)|Ice (Oxite)]] || 22.5 mol&lt;br /&gt;
|-&lt;br /&gt;
| [[Ore_(Gold)|Gold Ore]] || 0.2 mol&lt;br /&gt;
|-&lt;br /&gt;
| [[Ore_(Lead)|Lead Ore]] || 0.1 mol&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Volatiles&amp;diff=11459</id>
		<title>Volatiles</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Volatiles&amp;diff=11459"/>
		<updated>2022-04-03T17:08:43Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: Adding compound conjecture&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Gas]]&lt;br /&gt;
&lt;br /&gt;
== About == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
[[Volatiles]] is a combustible gas, likely chloromethane or other chloride based organic compound, that can be used in combination with [[Oxygen]] as a [[Fuel]]. The main source of Volatiles on most planets is in the form of [[Ice (Volatiles)]] that can be mined on the surface. It is the breathing gas of the Zrillian species. Although the game commonly labels Volatiles as H2, a hydrogen pair molecule, the saved files list X gas as chlorine, meaning to produce carbon dioxide and chlorine, and water, as a byproducts, the compound must contain all three elements.&lt;br /&gt;
&lt;br /&gt;
== Usage == &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
Different ratios of Volatiles and Oxygen will produce different temperatures and pressures during combustion. Combustion will create a large amount of Heat, pressure, and [[Carbon Dioxide]]. This reaction is useful inside a [[Furnace]] for smelting ores and creating alloys, but can be catastrophic when inside a [[Canister]] or a room.&lt;br /&gt;
Currently as of version v0.1.1089.5513, it is labeled in the atmospheric analyzer as H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;, but it is not Hydrogen.&amp;lt;ref&amp;gt;Stationeer&#039;s Discord https://discordapp.com/channels/276525882049429515/392785541411635201/393216103284998144&amp;lt;/ref&amp;gt;.  When burned, it produces heat, [[Pollutant]]s, and [[Carbon Dioxide]] in the following reaction:&lt;br /&gt;
&lt;br /&gt;
2 [Volatiles] + 1 O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; → 3 X + 6 CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; + Heat&lt;br /&gt;
&lt;br /&gt;
This reaction is inconsistent with volatiles being simple hydrocarbons (too much CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; is produced), but it may be consistent with more complex organic molecules.  The reaction appears to only take place with specific quantities of gas, so Oxygen is often left over even when there is an excess of volatiles.&lt;br /&gt;
&lt;br /&gt;
Volatiles have a specific heat of 20.4 Joule / mol.&lt;br /&gt;
&lt;br /&gt;
==Sources== &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
You can collect Hydrogen from the following sources:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Source !! Amount&lt;br /&gt;
|-&lt;br /&gt;
| [[Ice_(Volatiles)|Ice (Volatiles)]] || 22 mol&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Can be also obtainable by [[trading]].&lt;br /&gt;
&lt;br /&gt;
== Notes == &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
* Seems that a concentration of H2 greater than 6% in an atmosphere it is lethal to plants, keep attention on that designing a greenhouse, because [[Kit (Advanced Composter)|Advanced Composter]] will release H2 during the process.&lt;br /&gt;
&lt;br /&gt;
== References == &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&amp;lt;References /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Oxygen&amp;diff=11429</id>
		<title>Oxygen</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Oxygen&amp;diff=11429"/>
		<updated>2022-02-08T02:15:50Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: spell check&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Gas]]&lt;br /&gt;
&lt;br /&gt;
== About == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
[[Oxygen]], also known as O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;, is the basic gas necessary for human survival.  It is is released when smelting certain ore (such as [[Ore_(Gold)|gold]]) or by melting [[Ice_(Oxite)|Oxite]]. It is also produced by plants in [[Hydroponic_Tray|hydroponic trays]] or the [[Hydroponic_Station|hydroponics station]] when they photosynthesize.&lt;br /&gt;
&lt;br /&gt;
Oxygen has a specific heat of 21.1 Joule / mol.&lt;br /&gt;
&lt;br /&gt;
Pure oxygen auto-ignites at 100c when in atmosphere and at sufficient pressure(tested at 100kPa).&lt;br /&gt;
&lt;br /&gt;
== Usage == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The main usage is in sustaining your life, either in the ambient atmosphere when your helmet is open, or in your suit&#039;s oxygen tank.  Aside from that it is used for combustion in the [[furnace]] and the [[Gas_Generator|gas generator]].&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
You can collect Oxygen from the following sources:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Source !! Amount&lt;br /&gt;
|-&lt;br /&gt;
| [[Ice_(Oxite)|Ice (Oxite)]] || 22.5 mol&lt;br /&gt;
|-&lt;br /&gt;
| [[Ore_(Gold)|Gold Ore]] || 0.2 mol&lt;br /&gt;
|-&lt;br /&gt;
| [[Ore_(Lead)|Lead Ore]] || 0.1 mol&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Oxygen&amp;diff=11428</id>
		<title>Oxygen</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Oxygen&amp;diff=11428"/>
		<updated>2022-02-08T02:14:44Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: Included auto-ignition conditions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Gas]]&lt;br /&gt;
&lt;br /&gt;
== About == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
[[Oxygen]], also known as O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;, is the basic gas necessary for human survival.  It is is released when smelting certain ore (such as [[Ore_(Gold)|gold]]) or by melting [[Ice_(Oxite)|Oxite]]. It is also produced by plants in [[Hydroponic_Tray|hydroponic trays]] or the [[Hydroponic_Station|hydroponics station]] when they photosynthesize.&lt;br /&gt;
&lt;br /&gt;
Oxygen has a specific heat of 21.1 Joule / mol.&lt;br /&gt;
&lt;br /&gt;
Pure oxygen auto-ignitess at 100c when atmosphere and at sufficient pressure(tested at 100kPa).&lt;br /&gt;
&lt;br /&gt;
== Usage == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The main usage is in sustaining your life, either in the ambient atmosphere when your helmet is open, or in your suit&#039;s oxygen tank.  Aside from that it is used for combustion in the [[furnace]] and the [[Gas_Generator|gas generator]].&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
You can collect Oxygen from the following sources:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Source !! Amount&lt;br /&gt;
|-&lt;br /&gt;
| [[Ice_(Oxite)|Ice (Oxite)]] || 22.5 mol&lt;br /&gt;
|-&lt;br /&gt;
| [[Ore_(Gold)|Gold Ore]] || 0.2 mol&lt;br /&gt;
|-&lt;br /&gt;
| [[Ore_(Lead)|Lead Ore]] || 0.1 mol&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Pipe_Radiator&amp;diff=11420</id>
		<title>Pipe Radiator</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Pipe_Radiator&amp;diff=11420"/>
		<updated>2022-01-25T14:15:48Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = [[File:ItemPipeRadiator.png]]&lt;br /&gt;
 | name        = Kit (Radiator)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 3g [[Gold]], 2g [[Steel]]&lt;br /&gt;
 | stacks      = 5&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Pipe Radiator&lt;br /&gt;
 | image            = [[File:ItemPipeRadiator.png]]&lt;br /&gt;
 | power_usage      = &lt;br /&gt;
 | placed_with_item = [[Kit (Radiator)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Pipe Radiator]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Used to cool or warm the gasses within pipes. &lt;br /&gt;
*In an atmosphere the radiators will convert energy based on their temperature and the atmosphere. &lt;br /&gt;
**If the pipe has a higher temperature then they will transfer heat into the room. &lt;br /&gt;
**If the pipe has a lower temperature then they will receive heat from the room.&lt;br /&gt;
*Without an atmosphere they will radiate heat into space. Note that they will receive a little energy if the sun shines on them due to the solar constant (The ability for pipe radiators to absorb thermal energy in any environment in game is contested).&lt;br /&gt;
&lt;br /&gt;
In layman&#039;s terms you can think of the radiator as a &amp;quot;valve for heat&amp;quot;. It will allow heat (but no gases!) to be exchanged between the pipe it&#039;s attached to and the surrounding environment. This &amp;quot;valve&amp;quot; will work bidirectional (heat can flow in both directions). And heat will always flow from the hotter to the colder side.&lt;br /&gt;
&lt;br /&gt;
Pipes without radiators are actually capable to exchange heat with their surroundings the same way on their own. But a radiator will greatly accelerate how fast this exchange will happen. And the effect of multiple radiators on the same pipe system will be cumulative. So you can speed up the transfer even more by placing more than one radiator on the same pipe system. The &amp;quot;shape&amp;quot; of the pipe system is not relevant, though. So a straight pipe with a certain amount of radiators will have the same heat exchange than a pipe of equal length (same amount of pipe segments) and equal amount of radiators, that snakes around or forms any other imaginable shape.&lt;br /&gt;
&lt;br /&gt;
Another factor that will influence how well (and how much) heat will be transferred between the pipe/radiator and it&#039;s surroundings is the gas mixture inside both the pipe and it&#039;s surroundings. Gases differ in both the &amp;quot;speed&amp;quot; in which they can exchange heat and the &amp;quot;amount&amp;quot; of heat they can &amp;quot;absorb&amp;quot;. Pollutants (X) for example are able to exchange heat very quickly, but the &amp;quot;amount&amp;quot; of heat they can absorb is limited. Water (H2O) on the other hand will exchange heat slower that pollutants will, but the &amp;quot;amount&amp;quot; of heat water can absorb is significantly larger.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Pipe_Radiator&amp;diff=11419</id>
		<title>Pipe Radiator</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Pipe_Radiator&amp;diff=11419"/>
		<updated>2022-01-25T14:15:09Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = [[File:ItemPipeRadiator.png]]&lt;br /&gt;
 | name        = Kit (Radiator)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 3g [[Gold]], 2g [[Steel]]&lt;br /&gt;
 | stacks      = 5&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Pipe Radiator&lt;br /&gt;
 | image            = [[File:ItemPipeRadiator.png]]&lt;br /&gt;
 | power_usage      = &lt;br /&gt;
 | placed_with_item = [[Kit (Radiator)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Pipe Radiator]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Used to cool or warm the gasses within pipes. &lt;br /&gt;
*In an atmosphere the radiators will convert energy based on their temperature and the atmosphere. &lt;br /&gt;
**If the pipe has a higher temperature then they will transfer heat into the room. &lt;br /&gt;
**If the pipe has a lower temperature then they will receive heat from the room.&lt;br /&gt;
*Without an atmosphere they will radiate heat into space. Note that they will receive a little energy if the sun shines on them due to the solar constant (The ability for pipe radiators to absorb thermal energy in a environment in game is contested).&lt;br /&gt;
&lt;br /&gt;
In layman&#039;s terms you can think of the radiator as a &amp;quot;valve for heat&amp;quot;. It will allow heat (but no gases!) to be exchanged between the pipe it&#039;s attached to and the surrounding environment. This &amp;quot;valve&amp;quot; will work bidirectional (heat can flow in both directions). And heat will always flow from the hotter to the colder side.&lt;br /&gt;
&lt;br /&gt;
Pipes without radiators are actually capable to exchange heat with their surroundings the same way on their own. But a radiator will greatly accellerate how fast this exchange will happen. And the effect of multiple radiators on the same pipe system will be cumulative. So you can speed up the transfer even more by placing more than one radiator on the same pipe system. The &amp;quot;shape&amp;quot; of the pipe system is not relevant, though. So a straight pipe with a certain amount of radiators will have the same heat exchange than a pipe of equal length (same amount of pipe segments) and equal amount of radiators, that snakes around or forms any other imaginable shape.&lt;br /&gt;
&lt;br /&gt;
Another factor that will influence how well (and how much) heat will be transfered between the pipe/radiator and it&#039;s surroundings is the gas mixture inside both the pipe and it&#039;s surroundings. Gases differ in both the &amp;quot;speed&amp;quot; in which they can exchange heat and the &amp;quot;amount&amp;quot; of heat they can &amp;quot;absorb&amp;quot;. Pollutants (X) for example are able to exchange heat very quickly, but the &amp;quot;amount&amp;quot; of heat they can absorb is limited. Water (H2O) on the other hand will exchange heat slower that pollutants will, but the &amp;quot;amount&amp;quot; of heat water can absorb is significantly larger.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Pipe_Radiator&amp;diff=11418</id>
		<title>Pipe Radiator</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Pipe_Radiator&amp;diff=11418"/>
		<updated>2022-01-25T14:13:20Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = [[File:ItemPipeRadiator.png]]&lt;br /&gt;
 | name        = Kit (Radiator)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 3g [[Gold]], 2g [[Steel]]&lt;br /&gt;
 | stacks      = 5&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Pipe Radiator&lt;br /&gt;
 | image            = [[File:ItemPipeRadiator.png]]&lt;br /&gt;
 | power_usage      = &lt;br /&gt;
 | placed_with_item = [[Kit (Radiator)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Pipe Radiator]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Used to cool or warm the gasses within pipes. &lt;br /&gt;
*In an atmosphere the radiators will convert energy based on their temperature and the atmosphere. &lt;br /&gt;
**If the pipe has a higher temperature then they will transfer heat into the room. &lt;br /&gt;
**If the pipe has a lower temperature then they will receive heat from the room.&lt;br /&gt;
*Without an atmosphere they will radiate heat into space. Note that they will receive a little energy if the sun shines on them due to the solar constant (The accuracy of this game mechanic is contested).&lt;br /&gt;
&lt;br /&gt;
In layman&#039;s terms you can think of the radiator as a &amp;quot;valve for heat&amp;quot;. It will allow heat (but no gases!) to be exchanged between the pipe it&#039;s attached to and the surrounding environment. This &amp;quot;valve&amp;quot; will work bidirectional (heat can flow in both directions). And heat will always flow from the hotter to the colder side.&lt;br /&gt;
&lt;br /&gt;
Pipes without radiators are actually capable to exchange heat with their surroundings the same way on their own. But a radiator will greatly accellerate how fast this exchange will happen. And the effect of multiple radiators on the same pipe system will be cumulative. So you can speed up the transfer even more by placing more than one radiator on the same pipe system. The &amp;quot;shape&amp;quot; of the pipe system is not relevant, though. So a straight pipe with a certain amount of radiators will have the same heat exchange than a pipe of equal length (same amount of pipe segments) and equal amount of radiators, that snakes around or forms any other imaginable shape.&lt;br /&gt;
&lt;br /&gt;
Another factor that will influence how well (and how much) heat will be transfered between the pipe/radiator and it&#039;s surroundings is the gas mixture inside both the pipe and it&#039;s surroundings. Gases differ in both the &amp;quot;speed&amp;quot; in which they can exchange heat and the &amp;quot;amount&amp;quot; of heat they can &amp;quot;absorb&amp;quot;. Pollutants (X) for example are able to exchange heat very quickly, but the &amp;quot;amount&amp;quot; of heat they can absorb is limited. Water (H2O) on the other hand will exchange heat slower that pollutants will, but the &amp;quot;amount&amp;quot; of heat water can absorb is significantly larger.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Talk:Pipe_Radiator&amp;diff=11417</id>
		<title>Talk:Pipe Radiator</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Talk:Pipe_Radiator&amp;diff=11417"/>
		<updated>2022-01-25T14:11:20Z</updated>

		<summary type="html">&lt;p&gt;45.2.189.77: Pipe Radiators do not appear to absorb any thermal energy from the &amp;quot;sun.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pipe Radiators do not appear to absorb any thermal energy from the &amp;quot;sun.&amp;quot; Placed on isolated pipe segments facing, separately, all four cardinal direction, despite the &amp;quot;sun&amp;quot; shining directly on a radiator, the pipe network temperature continued to fall at the same rate as a shaded radiator. Enclosed in a glass corridor, the trapped atmosphere absorbed more &amp;quot;thermal radiation&amp;quot; then the pipe radiators.&lt;/div&gt;</summary>
		<author><name>45.2.189.77</name></author>
	</entry>
</feed>