Back Pressure Regulator
From Unofficial Stationeers Wiki
Revision as of 05:59, 10 July 2024 by Emilgardis (talk | contribs) (rework back pressure regulator page)
File:StructureBackPressureRegulator.png | |
Operation | |
---|---|
Power Usage | 100W |
Prefab Hash | -1149857558 |
Prefab Name | StructureBackPressureRegulator |
Construction | |
Placed with | Kit (Pressure Regulator) |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Pressure Regulator) |
Description
Unlike the Pressure Regulator, which closes when the input exceeds a given pressure, the back pressure regulator opens when input pressure reaches a given value.
- Stationpedia
The Back Pressure Regulator will only pass through gases when the pressure on its intake side exceeds the set value. In other words, the standard Regulator defaults open and closes when the output is overpressured, while the Back Pressure Regulator defaults closed and opens when the input is overpressured.
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).
Its low flow rate makes it not suitable for being used as an emergency dump valve.
To calculate the moles per tick, use the following equation: n = (P * V) / (R * T)
Where:
- P = Min(Input pressure, 101.325)
- V = 100
- n = Moles per tick
- R = Gas constant (8.3144)
- T = Input temperature
Data Network Properties
These are all Data Network properties of this device.
Data Parameters
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).
Parameter Name | Data Type | Access | Value | Description | ||
---|---|---|---|---|---|---|
Power | Boolean | Read
|
0 | Unpowered | Can be read to return if the Back 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 Back Pressure Regulator. | |
1 | Locked | |||||
Setting | Integer | Read Write
|
0.0 to 60795.0 | |||
Maximum | Float | Read
|
||||
Ratio | Float | Read
|
0.0 to 1.0 | |||
On | Boolean | Read Write
|
0 | Off | The current state of the Back Pressure Regulator. | |
1 | On | |||||
RequiredPower | Integer | Read
|
||||
PrefabHash | Integer | Read
|
||||
ReferenceId | Integer | Read
|
||||
NameHash | Integer | Read
|