Pipe Volume Pump: Difference between revisions
More actions
Starviking (talk | contribs) Fixed link on Volume pump item box |
m Fix broken headlines from translation cleanup |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Atmospherics]] | [[Category:Atmospherics]] | ||
{{Itembox | {{Itembox | ||
| name = Kit (Volume Pump) | | name = Kit (Volume Pump) | ||
| Line 30: | Line 29: | ||
'''- Stationpedia'''</blockquote> | '''- Stationpedia'''</blockquote> | ||
== Description == | == Description == | ||
Used to pump gasses throughout a pipe, featuring an adjustable valve 0-10 Liters and requiring power (20W 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. | Used to pump gasses throughout a pipe, featuring an adjustable valve 0-10 Liters and requiring power (20W 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. | ||
| Line 41: | Line 38: | ||
Where: | Where: | ||
* P = Input pressure | * P = Input pressure (in KPa) | ||
* V = The volume you set | * V = The volume you set (in L) | ||
* n = Moles per tick | * n = Moles per tick | ||
* R = Gas constant (8.3144) | * R = Gas constant (8.3144) | ||
* T = Input temperature (in Kelvin) | * T = Input temperature (in Kelvin) | ||
Ex: ~4 Moles per tick = (1,000KPa * 10L) / (8.3144 * 300K) | |||
{{Data Network Header}} | {{Data Network Header}} | ||
{{Data Parameters| | {{Data Parameters| | ||
| Line 61: | Line 60: | ||
{{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}} | {{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}} | ||
}} | }} | ||
Latest revision as of 17:40, 8 March 2026
![]() | |
| Constructing Options | Volume Pump |
|---|---|
| Properties | |
| Stacks | Yes (5) |
| Recipes | |
| Hydraulic Pipe Bender | 5g Iron, 2g Gold, 3g Copper |
| Logic | |
| Item Hash | -1766301997 |
| Item Name | ItemPipeVolumePump |
| Logic Classes |
SlotClass.None SortingClass.Kits |
![]() | |
| Operation | |
|---|---|
| Power Usage | Setting * 20W |
| Prefab Hash | -321403609 |
| Prefab Name | StructureVolumePump |
| Construction | |
| Placed with | Kit (Volume Pump) |
| Placed on | Small Grid |
| Stage 1 | |
| Deconstruction | |
| Deconstructed with | Hand Drill |
| Item received | Kit (Volume Pump) |
The volume pump pumps pumpable gases. It also separates out pipe networks into separate networks.
- Stationpedia
Description
Used to pump gasses throughout a pipe, featuring an adjustable valve 0-10 Liters and requiring power (20W 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.
Note that valve settings are for the rate at which the pump operates, in volume per tick (0.5 seconds).
To calculate the moles per tick, use the following equation: n = (P * V) / (R * T)
Where:
- P = Input pressure (in KPa)
- V = The volume you set (in L)
- n = Moles per tick
- R = Gas constant (8.3144)
- T = Input temperature (in Kelvin)
Ex: ~4 Moles per tick = (1,000KPa * 10L) / (8.3144 * 300K)
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 Volume Pump 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 Volume Pump. | |
| 1 | Locked | |||||
| Setting | Integer | Read Write
|
0.0 to 10.0 | |||
| Maximum | Float | Read
|
||||
| Ratio | Float | Read
|
0.0 to 1.0 | |||
| On | Boolean | Read Write
|
0 | Off | The current state of the Volume Pump. | |
| 1 | On | |||||
| RequiredPower | Integer | Read
|
||||
| PrefabHash | Integer | Read
|
||||
| ReferenceId | Integer | Read
|
||||
| NameHash | Integer | Read
|
||||
