Actions

Difference between revisions of "Pipe Volume Pump"

From Unofficial Stationeers Wiki

(Marked this version for translation)
(13 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 +
[[Category:Atmospherics]]
 
<languages />
 
<languages />
 
<translate>
 
<translate>
Line 6: Line 7:
 
  | image      = [[File:ItemPipeVolumePump.png]]
 
  | image      = [[File:ItemPipeVolumePump.png]]
 
  | stacks      = 5
 
  | stacks      = 5
 +
| createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]
 +
| cost        = 5g [[Iron]], 2g [[Gold]], 3g [[Copper]]
 
}}
 
}}
  
Line 11: Line 14:
  
 
<!--T:3-->
 
<!--T:3-->
Used to pump gasses throughout a pipe, featuring an adjustable valve 0-100 Liters and requiring power. All the gasses in the pipes behind it will be completely pushed in front of it when powered.
+
Used to pump gasses throughout a pipe, featuring an adjustable valve 0-100 Liters and requiring power (2W 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 (presumably in Kelvin)
 +
 +
{{Data Network Header}}
 +
 +
{{Data Parameters}}
 +
{| class="wikitable"
 +
|-
 +
! Parameter Name !! Data Type !! Description
 +
|-
 +
| Lock || Boolean ||
 +
|-
 +
| Setting || Integer || Sets the flow rate between 0 - 100 Liters
 +
|-
 +
| On || Boolean ||
 +
|-
 +
|}
 +
 +
{{Data Outputs}}
 +
{| class="wikitable"
 +
|-
 +
! Output Name !! Data Type !! Description
 +
|-
 +
| Maximum ||
 +
|-
 +
| Lock || Boolean ||
 +
|-
 +
| Error ||
 +
|-
 +
| Setting ||
 +
|-
 +
| RequiredPower ||
 +
|-
 +
| Ratio ||
 +
|-
 +
| PrefabHash ||
 +
|-
 +
| Power ||
 +
|-
 +
| On ||
 +
|}
 
</translate>
 
</translate>

Revision as of 10:48, 10 June 2022

Other languages:
English
Pipe Volume Pump
ItemPipeVolumePump.png
Stacks 5
Recipe
Created With Hydraulic Pipe Bender, Fabricator
Cost 5g Iron, 2g Gold, 3g Copper


Description

Used to pump gasses throughout a pipe, featuring an adjustable valve 0-100 Liters and requiring power (2W 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 (presumably in Kelvin)

Data Network Properties

These are all Data Network properties of this device.

Data Parameters

These are all parameters, that can be written to with a Logic Writer, Batch Writer, or Integrated Circuit (IC10). The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.

Parameter Name Data Type Description
Lock Boolean
Setting Integer Sets the flow rate between 0 - 100 Liters
On Boolean

Data Outputs

These are all parameters, that can be read with a Logic Reader or a Slot Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.

Output Name Data Type Description
Maximum
Lock Boolean
Error
Setting
RequiredPower
Ratio
PrefabHash
Power
On