Turbo Volume Pump (Gas): Difference between revisions
More actions
Emilgardis (talk | contribs) No edit summary |
m clarify turbopump direction based on turbopump button names |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Atmospherics]] | [[Category:Atmospherics]] | ||
{{Itembox | {{Itembox | ||
| name = Kit (Turbo Volume Pump - Gas) | | name = Kit (Turbo Volume Pump - Gas) | ||
| Line 20: | Line 19: | ||
| prefab_hash = 1310794736 | | prefab_hash = 1310794736 | ||
| prefab_name = StructureTurboVolumePump | | prefab_name = StructureTurboVolumePump | ||
| power_usage = | | power_usage = 200W + Setting * 6W | ||
| placed_on_grid = Small Grid | | placed_on_grid = Small Grid | ||
| decon_with_tool1 = [[Hand Drill]] | | decon_with_tool1 = [[Hand Drill]] | ||
| Line 30: | Line 29: | ||
'''- Stationpedia'''</blockquote> | '''- Stationpedia'''</blockquote> | ||
== Description == | == Description == | ||
Used to pump gasses both-ways throughout a pipe up to 10x faster than a standard [[Pipe_Volume_Pump|Volume Pump]], featuring an adjustable valve 0-100 Liters and requiring power (200W base, + 6 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 both-ways throughout a pipe up to 10x faster than a standard [[Pipe_Volume_Pump|Volume Pump]], featuring an adjustable valve 0-100 Liters and requiring power (200W base, + 6 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 50: | Line 47: | ||
{{Data Parameters| | {{Data Parameters| | ||
{{Data Parameters/row|Power|Boolean|w=0|Can be read to return if the Turbo Volume Pump (Gas) is correctly powered or not, set via the power system, return 1 if powered and 0 if not|multiple=2|0|Unpowered|1|Powered}} | {{Data Parameters/row|Power|Boolean|w=0|Can be read to return if the Turbo Volume Pump (Gas) is correctly powered or not, set via the power system, return 1 if powered and 0 if not|multiple=2|0|Unpowered|1|Powered}} | ||
{{Data Parameters/row|Mode|Integer|The mode of the Turbo Volume Pump (Gas).|multiple=2|0|Right|1|Left}} | {{Data Parameters/row|Mode|Integer|The mode of the Turbo Volume Pump (Gas). Is set to Right when Button3 is pressed, and Left when Button4 is pressed.|multiple=2|0|Right|1|Left}} | ||
{{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|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 Turbo Volume Pump (Gas).|multiple=2|0|Unlocked|1|Locked}} | {{Data Parameters/row|Lock|Boolean|Disable manual operation of the Turbo Volume Pump (Gas).|multiple=2|0|Unlocked|1|Locked}} | ||
| Line 62: | Line 59: | ||
{{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 20:34, 21 August 2026
![]() | |
| Constructing Options | Turbo Volume Pump (Gas) |
|---|---|
| Properties | |
| Stacks | Yes (10) |
| Paintable | No |
| Recipes | |
| Hydraulic Pipe Bender (Tier Two) | 4g Gold, 4g Copper, 5g Steel, 5g Electrum |
| Logic | |
| Item Hash | -1248429712 |
| Item Name | ItemKitTurboVolumePump |
| Logic Classes |
SlotClass.None SortingClass.Default |
![]() | |
| Operation | |
|---|---|
| Power Usage | 200W + Setting * 6W |
| Prefab Hash | 1310794736 |
| Prefab Name | StructureTurboVolumePump |
| Construction | |
| Placed with | Kit (Turbo Volume Pump - Gas) |
| Placed on | Small Grid |
| Paintable | No |
| Stage 1 | |
| Deconstruction | |
| Deconstructed with | Hand Drill |
| Item received | Kit (Turbo Volume Pump - Gas) |
Shifts 10 times more gas than a basic Volume Pump, with a mode that can be set to flow in either direction.
- Stationpedia
Description
Used to pump gasses both-ways throughout a pipe up to 10x faster than a standard Volume Pump, featuring an adjustable valve 0-100 Liters and requiring power (200W base, + 6 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
- V = The volume you set
- 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 Turbo Volume Pump (Gas) is correctly powered or not, set via the power system, return 1 if powered and 0 if not | |
| 1 | Powered | |||||
| Mode | Integer | Read Write
|
0 | Right | The mode of the Turbo Volume Pump (Gas). Is set to Right when Button3 is pressed, and Left when Button4 is pressed. | |
| 1 | Left | |||||
| 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 Turbo Volume Pump (Gas). | |
| 1 | Locked | |||||
| Setting | Integer | Read Write
|
0.0 to 100.0 | |||
| Maximum | Float | Read
|
||||
| Ratio | Float | Read
|
0.0 to 1.0 | |||
| On | Boolean | Read Write
|
0 | Off | The current state of the Turbo Volume Pump (Gas). | |
| 1 | On | |||||
| RequiredPower | Integer | Read
|
||||
| PrefabHash | Integer | Read
|
||||
| ReferenceId | Integer | Read
|
||||
| NameHash | Integer | Read
|
||||

