<?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=80.167.131.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=80.167.131.77"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/80.167.131.77"/>
	<updated>2026-04-04T08:53:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Basic_Chutes&amp;diff=13725</id>
		<title>Basic Chutes</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Basic_Chutes&amp;diff=13725"/>
		<updated>2022-11-05T19:24:50Z</updated>

		<summary type="html">&lt;p&gt;80.167.131.77: Added descrition of each of the chutes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Itembox&lt;br /&gt;
 | image       = [[File:ItemKitChute.png]]&lt;br /&gt;
 | name        = Kit (Chutes)&lt;br /&gt;
 | createdwith = [[Autolathe]], [[Fabricator]], [[Hydraulic Pipe Bender]]&lt;br /&gt;
 | cost        = 1g [[Iron]]*&lt;br /&gt;
 | stacks      = 10&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Chute&lt;br /&gt;
 | placed_with_item = [[Kit (Chutes)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Kit (Chutes)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Chute =&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Used to transport items. The Kit can be used to create 9 different variants, some of them are able to connect to power and logic network.&lt;br /&gt;
&lt;br /&gt;
* Straight chute: transports items on a straight line&lt;br /&gt;
* Window chute: transports items on a straight line, and the items are visible inside the chute&lt;br /&gt;
* Corner chute: transports items on a perpendicular line&lt;br /&gt;
* Junction (consumes two kits): transports items on a straight and perpendicular line (merges two lines into one)&lt;br /&gt;
* Flip flop Splitter: alternates between transporting an item on a straight and perpendicular line (splits one line in two)&lt;br /&gt;
* Chute Valve: transports items on a straight line. Can be open and closed&lt;br /&gt;
* Chute overflow: transports items on a straight and perpendicular line, where priority is given to the straight line (similar to a flip flop, but instead of 50%, it only goes perpendicular if straight is full)&lt;br /&gt;
* Chute inlet: items can be dropped on it and will transport them on a perpendicular line&lt;br /&gt;
* Chute outlet: items are dropped from the chute to the floor&lt;br /&gt;
&lt;br /&gt;
== Recipes ==&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
{{Recipe&lt;br /&gt;
|{{Recipe/row |machine = Autolathe |mats = 3g [[Iron]] |time = 5 |energy = 500}}&lt;br /&gt;
|{{Recipe/row |machine = Fabricator |mats = 1g [[Iron]] |time = 1 |energy = 500}}&lt;br /&gt;
|{{Recipe/row |machine = Hydraulic Pipe Bender |mats = 3g [[Iron]] |time = 5 |energy = 500}}&lt;br /&gt;
|{{Recipe/row |machine = Recycler |mats = 1,5g [[Iron]] |time = 5 |energy = 1000}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Chute Bin =&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 Chute Bin, when set to 1. Closes it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Chute Bin on when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Prevents the player from pulling the lever on the Chute Bin. 1 = Locked, 0 = Unlocked.&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 Chute Bin is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Returns whether the Chute Bin is open. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Chute Bin is flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Chute Bin 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 Chute Bin, in watts.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Chute Outlet =&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 Chute Outlet when set to 1.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Chute Outlet when set to 1. Unlocks it, 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;
| Open || Boolean || Returns whether the Chute Outlet is open. (0 for no, 1 for yes) This only returns 1 briefly, when the Chute Outlet opens.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Chute Outlet is locked. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| ImportQuantity || Integer || Returns the number of items, the Chute Outlet is holding, in grams.&lt;br /&gt;
|-&lt;br /&gt;
| ImportSlotOccupant || Boolean || Returns whether the Chute Outlet is holding an item. (0 for no, 1 for yes)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Chute Inlet =&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters|empty}}&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;
| Lock || Boolean || 1 if the inlet is locked, 0 if it is not.  &lt;br /&gt;
|-&lt;br /&gt;
| ImportCount || Integer || Returns the number of stacks imported by the inlet.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || Returns a hash. (Chute Inlet ItemID?)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>80.167.131.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=13222</id>
		<title>Active Vent</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=13222"/>
		<updated>2022-10-02T07:48:42Z</updated>

		<summary type="html">&lt;p&gt;80.167.131.77: Fixed error&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 || 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>80.167.131.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=13221</id>
		<title>Active Vent</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=13221"/>
		<updated>2022-10-02T07:48:01Z</updated>

		<summary type="html">&lt;p&gt;80.167.131.77: Added switch color of each mode&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 red), 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 blue), 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 || 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>80.167.131.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=13220</id>
		<title>Active Vent</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=13220"/>
		<updated>2022-10-02T07:43:14Z</updated>

		<summary type="html">&lt;p&gt;80.167.131.77: Fixed typo&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;, 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;, 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 || 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>80.167.131.77</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=13219</id>
		<title>Active Vent</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Active_Vent&amp;diff=13219"/>
		<updated>2022-10-02T07:27:32Z</updated>

		<summary type="html">&lt;p&gt;80.167.131.77: Improved description&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;, the vent will increase 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;Outward mode&amp;quot;, the vent will decrease 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 || 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>80.167.131.77</name></author>
	</entry>
</feed>