<?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=89.45.224.40</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=89.45.224.40"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/89.45.224.40"/>
	<updated>2026-04-03T23:54:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=10766</id>
		<title>Active Vent</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=10766"/>
		<updated>2021-05-30T22:38:08Z</updated>

		<summary type="html">&lt;p&gt;89.45.224.40: &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;
 | placed_with_item = [[Active Vent (Item)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Active Vent (Item)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Used to move gasses from pipes, by using its inward or outward switches. It needs to be powered to function.&lt;br /&gt;
&lt;br /&gt;
Active vents have a build-in pressure sensor and will use it to try to set the room pressure to the value of the &amp;quot;PressureExternal&amp;quot; parameter.  A vent operating in Outward mode will stop when the pressure is greater than or equal to this value.  A vent operating in Inward mode will stop when the pressure is less than or equal to this value.  It seems to be very good about hitting the target pressure.  This parameter is set to its default values every time the mode switch is used, so when adjusting it in MIPS code remember to set the Mode first, and then set PressureExternal. Default values are 101kPa for Outward and 0kPa for Inward.&lt;br /&gt;
&lt;br /&gt;
This reset behavior can 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;
Where (Inward vent):&lt;br /&gt;
* P = Min(Room pressure, 10.1325)&lt;br /&gt;
* V = 8000&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)&lt;br /&gt;
* V = Pipe volume&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 || Sets the desired room pressure.  The vent will stop pumping in order to not go &amp;quot;beyond&amp;quot; this value (where &amp;quot;beyond&amp;quot; has opposite meanings for Inward/Outward). The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Sets the desired pipe pressure.  The vent will stop pumping in order to not go &amp;quot;beyond&amp;quot; this value (where &amp;quot;beyond&amp;quot; has opposite meanings for Inward/Outward). 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>89.45.224.40</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=10765</id>
		<title>Active Vent</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=10765"/>
		<updated>2021-05-30T22:35:02Z</updated>

		<summary type="html">&lt;p&gt;89.45.224.40: &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;
 | placed_with_item = [[Active Vent (Item)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Active Vent (Item)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Used to move gasses from pipes, by using its inward or outward switches. It needs to be powered to function.&lt;br /&gt;
&lt;br /&gt;
Active vents have a build-in pressure sensor and will use it to try to set the room pressure to the value of the &amp;quot;PressureExternal&amp;quot; parameter.  A vent operating in Outward mode will stop when the pressure is greater than or equal to this value.  A vent operating in Inward mode will stop when the pressure is less than or equal to this value.  It seems to be very good about hitting the target pressure.  This parameter is set to its default values every time the mode switch is used, so when adjusting it in MIPS code remember to set the Mode first, and then set PressureExternal. Default values are 101kPa for Outward and 0kPa for Inward.&lt;br /&gt;
&lt;br /&gt;
This reset behavior can 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;
&lt;br /&gt;
Where (Inward vent):&lt;br /&gt;
* P = Min(Room pressure, 10.1325)&lt;br /&gt;
* V = 8000&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)&lt;br /&gt;
* V = Pipe volume&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 || Sets the desired room pressure.  The vent will stop pumping in order to not go &amp;quot;beyond&amp;quot; this value (where &amp;quot;beyond&amp;quot; has opposite meanings for Inward/Outward). The vent will still consume energy when pressure is reached.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInternal || Float || Sets the desired pipe pressure.  The vent will stop pumping in order to not go &amp;quot;beyond&amp;quot; this value (where &amp;quot;beyond&amp;quot; has opposite meanings for Inward/Outward). 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>89.45.224.40</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Pressure_Regulator&amp;diff=10764</id>
		<title>Pressure Regulator</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Pressure_Regulator&amp;diff=10764"/>
		<updated>2021-05-30T22:27:20Z</updated>

		<summary type="html">&lt;p&gt;89.45.224.40: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Pressure Regulator&lt;br /&gt;
 | image       =  [[File:{{#setmainimage:ItemKitRegulator.png}}]]&lt;br /&gt;
 | stacks      = Yes, 5x&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 5g [[Iron Ingot|Iron]], 1g [[Gold Ingot|Gold]], 2g [[Copper Ingot|Copper]]&lt;br /&gt;
}}&lt;br /&gt;
=Construction Kit (Pressure Regulator)=&lt;br /&gt;
== Description ==&lt;br /&gt;
[[Pressure Regulator]] is used throughout [[Atmospherics]] networks to manage [[Pressure]]. Pressure Regulators comes in two variants: Standard and back-pressure regulators. They can be used to regulate the pressure between two pipe networks.&lt;br /&gt;
&lt;br /&gt;
The maximum pressure that can be set is 20265 kPa, which is double the maximum pressure for most gas-related elements like [[Canister]]s.&lt;br /&gt;
&lt;br /&gt;
Pressure regulator needs power to operate (100 W).&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;
&lt;br /&gt;
Where:&lt;br /&gt;
* P = Min(Input pressure, 101.325)&lt;br /&gt;
* V = (OutputPipeVolume / InputPipeVolume) * 100&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Input temperature&lt;br /&gt;
&lt;br /&gt;
== Use ==&lt;br /&gt;
Use left-click while in active hands to place.&lt;br /&gt;
Scroll to change to other variants.&lt;br /&gt;
&lt;br /&gt;
=Pressure Regulator=&lt;br /&gt;
==Description==&lt;br /&gt;
The standard Pressure Regulator will pass through gases, in one direction, while the pressure on its output side is below the set value. It combines several functions:&lt;br /&gt;
* Passive check valve: Gas is never allowed to pass &amp;quot;the wrong way&amp;quot;, from output to input, even if the Regulator is switched off or unpowered.&lt;br /&gt;
* Switched valve: Gas will not pass at all if the Regulator is switched off or unpowered. This is a similar function to the [[Pipe Digital Valve]].&lt;br /&gt;
* Regulator: Gas will only pass when the pressure at the output is below the Regulator&#039;s setting.&lt;br /&gt;
* Compressor: While active, the Regulator will move &#039;&#039;all&#039;&#039; available gas from input to output, up to the set pressure. (Contrast with, for example, a [[Pipe Valve]] which simply equalizes pressure and then stops.)&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;
| Lock || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Setting || float || &lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &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 ||&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean ||&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Setting || float || Contains the current threshold set on the regulator, in kPa&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || float || Value of 20265kPa&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || The ratio between the Setting and the Maximum. As in Ratio = Setting / 20265&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Requiredpower || Integer || In Watts. The Pressure Regulator require 100W of power to function&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Back Pressure Regulator=&lt;br /&gt;
==Description==&lt;br /&gt;
The Back Pressure Regulator variant will only pass through gases when the pressure on its intake side exceeds the set value. In other words, the standard Regulator defaults &#039;&#039;&#039;open&#039;&#039;&#039; and closes when the &#039;&#039;output&#039;&#039; is overpressured, while the Back Pressure Regulator defaults &#039;&#039;&#039;closed&#039;&#039;&#039; and opens when the &#039;&#039;input&#039;&#039; is overpressured.&lt;br /&gt;
&lt;br /&gt;
Like the standard Regulator, the Back Pressure Regulator also acts as a check valve, switched valve, and compressor (i.e., input gas will move even if the output is already a higher pressure).&lt;br /&gt;
&lt;br /&gt;
Its low flow rate makes it not suitable for being used as an emergency dump valve.&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;
&lt;br /&gt;
Where:&lt;br /&gt;
* P = Min(Input pressure, 101.325)&lt;br /&gt;
* V = 100&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Input temperature&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
Back Pressure Regulator has exactly the same Network properties as the Pressure Regulator.&lt;/div&gt;</summary>
		<author><name>89.45.224.40</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Pipe_Volume_Pump&amp;diff=10763</id>
		<title>Pipe Volume Pump</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Pipe_Volume_Pump&amp;diff=10763"/>
		<updated>2021-05-30T22:17:21Z</updated>

		<summary type="html">&lt;p&gt;89.45.224.40: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&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;
{{Itembox&lt;br /&gt;
 | name        = Pipe Volume Pump&lt;br /&gt;
 | image       = [[File:ItemPipeVolumePump.png]]&lt;br /&gt;
 | stacks      = 5&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 5g [[Iron]], 2g [[Gold]], 3g [[Copper]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
Used to pump gasses throughout a pipe, featuring an adjustable valve 0-100 Liters and requiring power (8W per Liter). All the gasses in the pipes behind it will be completely pushed in front of it when powered, and blocks any flow of gasses in either direction when unpowered.&lt;br /&gt;
&lt;br /&gt;
Note that valve settings are for the rate at which the pump operates, in volume per tick (0.5 seconds).&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;
&lt;br /&gt;
Where:&lt;br /&gt;
* P = Input pressure&lt;br /&gt;
* V = The volume you set&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas constant (8.3144)&lt;br /&gt;
* T = Input temperature&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;
| Lock || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Setting ||&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &lt;br /&gt;
|-&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;
| Maximum || &lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean ||&lt;br /&gt;
|-&lt;br /&gt;
| Error || &lt;br /&gt;
|-&lt;br /&gt;
| Setting || &lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || &lt;br /&gt;
|-&lt;br /&gt;
| Ratio ||&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || &lt;br /&gt;
|-&lt;br /&gt;
| Power || &lt;br /&gt;
|-&lt;br /&gt;
| On ||&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>89.45.224.40</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Pipe_Volume_Pump&amp;diff=10762</id>
		<title>Pipe Volume Pump</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Pipe_Volume_Pump&amp;diff=10762"/>
		<updated>2021-05-30T22:16:43Z</updated>

		<summary type="html">&lt;p&gt;89.45.224.40: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&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;
{{Itembox&lt;br /&gt;
 | name        = Pipe Volume Pump&lt;br /&gt;
 | image       = [[File:ItemPipeVolumePump.png]]&lt;br /&gt;
 | stacks      = 5&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 5g [[Iron]], 2g [[Gold]], 3g [[Copper]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
Used to pump gasses throughout a pipe, featuring an adjustable valve 0-100 Liters and requiring power (8W per Liter). All the gasses in the pipes behind it will be completely pushed in front of it when powered, and blocks any flow of gasses in either direction when unpowered.&lt;br /&gt;
&lt;br /&gt;
Note that valve settings are for the rate at which the pump operates, in volume per tick (0.5 seconds).&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;
&lt;br /&gt;
Where:&lt;br /&gt;
* P = Input pressure&lt;br /&gt;
* V = The volume you set&lt;br /&gt;
* n = Moles per tick&lt;br /&gt;
* R = Gas Constant (8.3144)&lt;br /&gt;
* T = Input temperature&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;
| Lock || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Setting ||&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &lt;br /&gt;
|-&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;
| Maximum || &lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean ||&lt;br /&gt;
|-&lt;br /&gt;
| Error || &lt;br /&gt;
|-&lt;br /&gt;
| Setting || &lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || &lt;br /&gt;
|-&lt;br /&gt;
| Ratio ||&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || &lt;br /&gt;
|-&lt;br /&gt;
| Power || &lt;br /&gt;
|-&lt;br /&gt;
| On ||&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>89.45.224.40</name></author>
	</entry>
</feed>