Actions

Editing Active Vent

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 4: Line 4:
 
[[Category:Atmospherics]]
 
[[Category:Atmospherics]]
 
{{Itembox
 
{{Itembox
  | name        = Kit (Active Vent)
+
  | name        = Active Vent
 
  | image      = [[File:ItemActiveVent.png]]
 
  | image      = [[File:ItemActiveVent.png]]
  | createdwith = [[Hydraulic Pipe Bender]]
+
  | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]
  | cost        = {{Icon|Iron|5}}{{Icon|Copper|5}}{{Icon|Gold|1}}{{Icon|Energy|500}}
+
  | cost        = 5g [[Iron]], 1g [[Gold]], 5g [[Copper]]
| stacks      = {{Icon|Active Vent|5}}
+
  | stacks      = 5
| paintable  = Yes
 
| hashid      = -842048328
 
}}
 
{{Structurebox
 
| name            = Active Vent
 
| power_usage      = {{Icon|Energy|100}} (100 W)
 
| image            = [[File:StructureActiveVent.png]]
 
| paintable        = Yes
 
| placed_with_item = [[Kit (Active Vent)]]
 
| placed_on_grid  = Small Grid
 
| decon_with_tool1 = [[Hand Drill]]
 
  | item_rec1        = [[Kit (Active Vent)]]
 
 
}}
 
}}
  
 
== Description == <!--T:2-->
 
== Description == <!--T:2-->
 
+
Used to move gasses from pipes, by using its inward or outward switches. It needs to be powered to function.
The Active Vent moves gas between the connected [[Pipe Network]] and the atmosphere surrounding the active vent.
 
It requires electric power to work (100 Watt).
 
 
 
The "PressureExternal" value is a measure of the atmosphere surrounding the active vent.
 
The "PressureInternal" value is a measure of the pressure inside the active vent pipe network.
 
 
 
Its functionality depends on the selected mode but when used manually both modes only use the "PressureExternal":
 
* In "Outward mode" (switch in blue), the active vent increases the external pressure by moving gas from the pipe network to the surrounding atmosphere, up to "PressureExternal", by default equal to 101 kPa
 
* In "Inward mode" (switch in red), the active vent decreases the external pressure by moving gas from the surrounding atmosphere to the pipe network, down to "PressureExternal", by default equal to 0 kPa
 
 
 
The "PressureExternal" value is set to 100 kPa when the [[Circuitboard (Airlock Control)|Circuitboard (Airlock Control)]] is used in a [[console|Console]]. This is the reason why the airlock is unable to pressurise when the atmosphere surrounding the active vent is unable to reach 100 kPa within the airlock.
 
 
 
The "PressureExternal" values can also be inconvenient on worlds like Loulan whose atmosphere is well above 101kPa. Manually-operated airlocks can not equalise the pressure within the airlock during the exit cycle to the Loulan atmosphere pressures. Without equal pressures you can not prevent wind currents from occurring when opening airlock doors. The active vent has no effect when the external pressure within the airlock surrounding the active vent is already >101kPa. When the pressure is <101kPa the vent will stop when it reaches 101kPa.
 
 
 
The "PressureExternal" and "PressureInternal" values can be modified using [[Kit (Logic I/O)|logic chips]] or programmatically via IC10 scripts.
 
 
 
'''Note''': These values reset to default values on mode change. Values can be set through logic chips, if the value is modified after a mode change.
 
 
 
'''Note''': 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.
 
 
 
 
 
To calculate the moles per tick, use the following equation:
 
 
 
n = (P * V) / (R * T)
 
 
 
Where (Inward vent):
 
* P = Min(Room pressure, 10.1325 kPa)
 
* V = 8000 litres
 
* n = Moles per tick
 
* R = Gas constant (8.3144)
 
* T = Room temperature
 
 
 
Where (Outward vent):
 
* P = Min(Pipe pressure, 10.1325 kPa)
 
* V = Pipe volume in litres
 
* n = Moles per tick
 
* R = Gas constant (8.3144)
 
* T = Pipe temperature
 
 
 
(These do not take into account the constraints imposed by "PressureExternal" and "PressureInternal")
 
 
 
'''Note''': In order to get the proper units out of this calculation you need to use either kilopascal (kPa) and litre (l), or Pascal (Pa) and cubic meters (m<sup>3</sup>).
 
 
 
'''Note''': The insert slot currently takes any item and seems to have no effect.
 
 
 
{{Data Network Header}}
 
=== Mode Values ===
 
These lists the values and meanings for the "Mode" property of the Active Vent.
 
{| class="wikitable"
 
|-
 
! Value !! Meaning
 
|-
 
| 0 || "Outward" mode (Moves gas from the connected pipe network to the surrounding atmosphere.)
 
|-
 
| 1 || "Inward" mode (Moves gas from the surrounding atmosphere to the connected pipe network.)
 
|}
 
 
 
{{Data Parameters}}
 
{| class="wikitable"
 
|-
 
! Parameter Name  !! Data Type !! Description
 
|-
 
| Open            || Boolean  || Does not function.
 
|-
 
| Mode            || Integer  || Set the Active Vent mode. (See [[#Mode_Values|Mode Values]])
 
|-
 
| PressureExternal || Float    || "Outward" mode: Maximum pressure of the surrounding atmosphere. The default value is 101.325 (kPa).<br>"Inward" mode: Minimum pressure of the surrounding atmosphere. The default value is 0 (kPa).
 
|-
 
| PressureInternal || Float    || "Outward" mode: Minimum pipe network pressure. The default value is 0 (kPa).<br>"Inward" mode: Maximum pipe network pressure. The default value is 50662.5 (kPa).
 
|-
 
| Lock            || Boolean  || Lock the Active Vent when set to 1. Manual operation is not possible while locked.
 
|-
 
| Setting          || Float    || Does not function.
 
|-
 
| On              || Boolean  || Turn on the Active Vent when set to 1.
 
|}
 
 
 
'''Note''': The value of "PressureExternal" and "PressureInternal" will be reset to the default when changing modes.
 
 
 
'''Note''': If turned on, the vent will still consume energy when the target pressure is reached.
 
 
 
{{Data Outputs}}
 
{| class="wikitable"
 
|-
 
! Output Name      !! Data Type !! Description
 
|-
 
| Power            || Boolean  || Returns whether the Active Vent is receiving power and is turned on. (0 for no, 1 for yes)
 
|-
 
| Open            || Boolean  || Returns whether the Active Vent is open. (0 for no, 1 for yes) (Untested)
 
|-
 
| Mode            || Integer  || Returns the current mode of the Active Vent. (See [[#Mode_Values|Mode Values]])
 
|-
 
| Error            || Boolean  || Returns whether the Active Vent is currently flashing an error. (0 for no, 1 for yes)
 
|-
 
| PressureExternal || Float    || Returns the desired external pressure of the Active Vent.
 
|-
 
| PressureInternal || Float    || Returns the desired internal pressure of the Active vent. (Untested)
 
|-
 
| Lock            || Boolean  || Returns whether the Active Vent is locked. (0 for no, 1 for yes)
 
|-
 
| Setting          || Float    || Returns a range from 0.0 to 100.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.
 
|-
 
| Maximum          || Integer  || Returns 100. (Assumption) Returns the maximum throughput percentage of the Active Vent.
 
|-
 
| Ratio            || Float    || Returns a range from 0.0 to 1.0. (Assumption) Returns the percentage amount of pumping throughput of the Active Vent.
 
|-
 
| On              || Boolean  || Returns whether the Active Vent is set to on. (0 for no, 1 for yes)
 
|-
 
| RequiredPower    || Integer  || Returns the current amount of power needed for the Active Vent.
 
|}
 
 
</translate>
 
</translate>

Please note that all contributions to Unofficial Stationeers Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unofficial Stationeers Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)