History
Current version
3/8/2026, 10:06:50 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:32:21 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:32:21 PM
Pipe Volume Pump
## Kit (Volume Pump) :::infobox | Property | Value | |----------|-------| | Stacks | 5 | | Prefab Hash | -1766301997 | | Prefab Name | ItemPipeVolumePump | | Slot Class | SlotClass.None | | Sorting Class | SortingClass.Kits | | Recipe Machine | Hydraulic Pipe Bender | | Recipe Cost | 5g [Iron](/wiki/iron), 2g [Gold](/wiki/gold), 3g [Copper](/wiki/copper) | | Constructs | [[Pipe_Volume_Pump |  ::: ## Volume Pump :::infobox | Property | Value | |----------|-------| | Prefab Hash | -321403609 | | Prefab Name | StructureVolumePump | | Power Usage | Setting * 20W | | Placed With | [Kit (Volume Pump)](/wiki/kit-volume-pump) | | Placed On | Small Grid |  ::: ### Deconstruction Steps | Step | Tool | Recovered Item | |---|---|---| | 1 | [Hand Drill](/wiki/hand-drill) | [Kit (Volume Pump)](/wiki/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 | Parameter | Type | Access | Description | |---|---|---|---| | Power | Boolean | Read | 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 | | Error | Boolean | Read | 1 if device is in error state, otherwise 0 | | Lock | Boolean | Read/Write | Disable manual operation of the Volume Pump. | | Setting | Integer | Read/Write | Sets the flow rate in liters | | Maximum | Float | Read | Maximum setting of the Volume Pump | | Ratio | Float | Read | Setting / Maximum | | On | Boolean | Read/Write | The current state of the Volume Pump. | | 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. |