Actions

Difference between revisions of "Pressure Regulator"

From Unofficial Stationeers Wiki

(addin network infos for the pressure regulator)
(Added a picture of the Pipe Regulator, It's not exactly the right photo, because it's the regulator kit, but it's better than it was.)
 
(14 intermediate revisions by 11 users not shown)
Line 1: Line 1:
[[Category:Atmospherics]]
+
{{Structurebox
{{Itembox
+
| name = Pressure Regulator
| name       = Pressure Regulator
+
| image = [[File:ItemKitRegulator.png ]]
| image       = [[File:{{#setmainimage:ItemKitRegulator.png}}]]
+
| prefab_hash = 209854039
| stacks      = Yes, 5x
+
| prefab_name = StructurePressureRegulator
| createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]
+
| power_usage = 100W
| cost        = 5g [[Iron Ingot|Iron]], 1g [[Gold Ingot|Gold]], 2g [[Copper Ingot|Copper]]
+
| placed_on_grid = Small Grid
 +
| decon_with_tool1 = [[Hand Drill]]
 +
| placed_with_item = [[Kit (Pressure Regulator)]]
 +
| item_rec1 = [[Kit (Pressure Regulator)]]
 
}}
 
}}
=Construction Kit (Pressure Regulator)=
 
== Description ==
 
[[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.
 
  
The maximum pressure that can be set is 20265 kPa, which is double the maximum pressure for most gas-related elements like [[Canister]]s.
+
==Description==
 
+
<blockquote><q>Controlling the flow of gas between two pipe networks, pressure regulators shift gas until a set pressure on the outlet side is achieved, or the gas supply is exhausted. The back pressure regulator, by contrast, will only operate when pressure on the intake side exceeds the set value. With a max pressure of over 20,000kPa, it requires power to operate.</q><br>
Pressure regulator needs power to operate (100 W). When unpowered it shuts off. That means it can be used as [[Pipe Digital Valve]]
+
'''- Stationpedia'''</blockquote>
  
== Use ==
 
Use left-click while in active hands to place.
 
Scroll to change to other variants.
 
  
=Pressure Regulator=
+
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:
==Description==
+
* Passive check valve: Gas is never allowed to pass "the wrong way", from output to input, even if the Regulator is switched off or unpowered. (It does not allow gas to pass at all when switched off or unpowered)
The standard Pressure Regulator will pass through gases until the pressure on its output side reaches the set value.
+
* 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]].
 +
* Regulator: Gas will only pass when the pressure at the output is below the Regulator's setting.
 +
* Compressor: While active, the Regulator will move ''all'' 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.)
  
{{Data Network Header}}
+
The maximum pressure that can be set is 60795 kPa.
  
{{Data Parameters}}
+
To calculate the moles per tick, use the following equation:
{| class="wikitable"
+
n = (P * V) / (R * T)
|-
 
! Parameter Name !! Data Type !! Description
 
|-
 
| Lock || Boolean ||
 
|-
 
| Setting || float ||
 
|-
 
| On || Boolean ||
 
|}
 
  
{{Data Outputs}}
+
Where:
{| class="wikitable"
+
* P = Min(Input pressure, 101.325)
|-
+
* V = (OutputPipeVolume / InputPipeVolume) * 100
! Output Name !! Data Type !! Description
+
* n = Moles per tick
|-
+
* R = Gas constant (8.3144)
| Power || Boolean ||
+
* T = Input temperature
|-
 
| Error || Boolean ||
 
|-
 
| Lock || Boolean ||
 
|-
 
| Setting || float || Contains the current threshold set on the regulator, in kPa
 
|-
 
| Maximum || float || Value of 20265kPa
 
|-
 
| Ratio || Float || Fixed to 1
 
|-
 
| On || Boolean ||
 
|-
 
| Requiredpower || Integer || In Watts. The Pressure Regulator require 100W of power to function
 
|-
 
|}
 
 
 
=Back Pressure Regulator=
 
==Description==
 
The Back Pressure Regulator will only pass through gases once the pressure on its intake side exceeds the set value. (Not good as emergency dump very slow flow rate.)
 
  
 
{{Data Network Header}}
 
{{Data Network Header}}
 
+
{{Data Parameters|
{{Data Parameters}}
+
{{Data Parameters/row|Power|Boolean|w=0|Can be read to return if the Pressure Regulator is correctly powered or not, set via the power system, return 1 if powered and 0 if not|multiple=2|0|Unpowered|1|Powered}}
{| class="wikitable"
+
{{Data Parameters/row|Error|Boolean|w=0|1 if device is in error state, otherwise 0|multiple=2|0|<p></p>|1|Error}}
|-
+
{{Data Parameters/row|Lock|Boolean|Disable manual operation of the Pressure Regulator.|multiple=2|0|Unlocked|1|Locked}}
! Parameter Name !! Data Type !! Description
+
{{Data Parameters/row|Setting|Integer|A variable setting that can be read or written.|0.0 to 60795.0}}
|}
+
{{Data Parameters/row|Maximum|Float|w=0|Maximum setting of the Pressure Regulator}}
 
+
{{Data Parameters/row|Ratio|Float|w=0|Context specific value depending on device, 0 to 1 based ratio|0.0 to 1.0}}
{{Data Outputs}}
+
{{Data Parameters/row|On|Boolean|The current state of the Pressure Regulator.|multiple=2|0|Off|1|On}}
{| class="wikitable"
+
{{Data Parameters/row|RequiredPower|Integer|w=0|Idle operating power quantity, does not necessarily include extra demand power}}
|-
+
{{Data Parameters/row|PrefabHash|Integer|w=0|The hash of the structure}}
! Output Name !! Data Type !! Description
+
{{Data Parameters/row|ReferenceId|Integer|w=0|Unique Reference Identifier for this object}}
|}
+
{{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}}
 +
}}
 +
[[Category:Atmospherics]]

Latest revision as of 19:37, 4 August 2024

Pressure Regulator
ItemKitRegulator.png
Operation
Power Usage 100W
Prefab Hash 209854039
Prefab Name StructurePressureRegulator
Construction
Placed with Kit (Pressure Regulator)
Placed on Small Grid
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Pressure Regulator)



Description[edit]

Controlling the flow of gas between two pipe networks, pressure regulators shift gas until a set pressure on the outlet side is achieved, or the gas supply is exhausted. The back pressure regulator, by contrast, will only operate when pressure on the intake side exceeds the set value. With a max pressure of over 20,000kPa, it requires power to operate.
- Stationpedia


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:

  • Passive check valve: Gas is never allowed to pass "the wrong way", from output to input, even if the Regulator is switched off or unpowered. (It does not allow gas to pass at all when switched off or unpowered)
  • 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.
  • Regulator: Gas will only pass when the pressure at the output is below the Regulator's setting.
  • Compressor: While active, the Regulator will move all 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.)

The maximum pressure that can be set is 60795 kPa.

To calculate the moles per tick, use the following equation: n = (P * V) / (R * T)

Where:

  • P = Min(Input pressure, 101.325)
  • V = (OutputPipeVolume / InputPipeVolume) * 100
  • n = Moles per tick
  • R = Gas constant (8.3144)
  • T = Input temperature

Data Network Properties[edit]

These are all Data Network properties of this device.

Data Parameters[edit]

These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10), and can be read with a Logic Reader, Batch Reader, or Integrated Circuit (IC10).

Click here to see/hide all the data network properties
Parameter Name Data Type Access Value Description
Power Boolean
Read
0 Unpowered Can be read to return if the Pressure Regulator is correctly powered or not, set via the power system, return 1 if powered and 0 if not
1 Powered
Error Boolean
Read
0

1 if device is in error state, otherwise 0
1 Error
Lock Boolean
Read Write
0 Unlocked Disable manual operation of the Pressure Regulator.
1 Locked
Setting Integer
Read Write
0.0 to 60795.0 A variable setting that can be read or written.
Maximum Float
Read
Maximum setting of the Pressure Regulator
Ratio Float
Read
0.0 to 1.0 Context specific value depending on device, 0 to 1 based ratio
On Boolean
Read Write
0 Off The current state of the Pressure Regulator.
1 On
RequiredPower Integer
Read
Idle operating power quantity, does not necessarily include extra demand power
PrefabHash Integer
Read
The hash of the structure
ReferenceId Integer
Read
Unique Reference Identifier for this object
NameHash Integer
Read
Provides the hash value for the name of the object as a 32 bit integer.