Gas Tank Storage
From Unofficial Stationeers Wiki
Recipe | |
---|---|
Created With | Hydraulic Pipe Bender, Fabricator |
Cost | 5g Iron |
Construction | |
---|---|
Placed with | Kit (Pipe Utility Gas) |
Placed on | Small Grid, On Frames |
Stage 1 | |
Deconstruction | |
Deconstructed with | Wrench |
Item received | Kit (Pipe Utility Gas) |
Gas tank storage is a part of piping that allows Gas Canister filling and storage.
Usage[edit]
Mount on an Iron Frame connected to the pipe, insert Gas Canister inside, connect through piping to any gas output (such as Furnace rear output).
Data Network Properties[edit]
These are all Data Network properties of this device.
Data Parameters[edit]
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
Data Outputs[edit]
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 |
---|---|---|
Pressure | Float | Returns the amount of pressure in the Gas Canister in the Gas Tank Storage, in kiloPascals. |
Temperature | Float | Returns the temperature of the gasses inside a Gas Canister in the Gas Tank Storage, in Kelvin. |
RatioOxygen | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of oxygen in the gasses in a Gas Canister in the Gas Tank Storage. |
RatioCarbonDioxide | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of carbon dioxide in the gasses in a Gas Canister in the Gas Tank Storage. |
RatioNitrogen | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of nitrogen in the gasses in a Gas Canister in the Gas Tank Storage. |
RatioPollutant | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of pollutant in the gasses in a Gas Canister in the Gas Tank Storage. |
RatioVolatiles | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of volatiles in the gasses in a Gas Canister in the Gas Tank Storage. |
RatioWater | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of water in the gasses in a Gas Canister in the Gas Tank Storage. |
RatioNitrousOxide | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of nitrousoxide in the gasses in a Gas Canister in the Gas Tank Storage. |
Quantity | Float | Returns number of moles of gas in the canister |
PrefabHash | Integer | Returns ItemHash of device. |
Data Slots[edit]
These are all parameters, that can be read with a Slots Reader. The outputs are listed in the order a Slots Reader's "VAR" setting cycles through them.
Number | Name | Description |
---|---|---|
0 | Canister |
Name | Data Type | Description |
---|---|---|
Occupied | Boolean | Returns whether the slot occupied. (0 for no, 1 for yes). |
OccupantHash | Integer | Returns ItemHash of item in slot. |
MaxQuantity | Integer | Max Size of stack. |
Pressure | Integer | Returns the pressure in the Gas Canister, in Pascals. |
Damage | Integer | Item durability in percent. |
Class | Integer | Item class ID. |
Quantity | Integer | Size of stack. |
PrefabHash | Integer | Returns ItemHash of canister in slot. |