Difference between revisions of "Gas Tank Storage"
From Unofficial Stationeers Wiki
m (Added fabricator for creating Kit (Canister Storage)) |
|||
Line 27: | Line 27: | ||
! Output Name !! Data Type !! Description | ! Output Name !! Data Type !! Description | ||
|- | |- | ||
− | | Pressure || Float || Returns the amount of pressure of the Gas Canister in the Gas Tank Storage, in | + | | Pressure || Float || Returns the amount of pressure of the Gas Canister in the Gas Tank Storage, in Pascal. |
|- | |- | ||
− | | Temperature || Float || Returns the temperature of the | + | | 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 | + | | 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 | + | | 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 | + | | 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 | + | | 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 | + | | 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 | + | | 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. |
|- | |- | ||
− | | Quantity || Float || Returns number of moles of gas in the canister ( | + | | 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 ==== | ||
+ | These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Slots_Reader|Slots Reader]]. The outputs are listed in the order a Slots Reader's "VAR" setting cycles through them. | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Number || Name !! Description | ||
+ | |- | ||
+ | | 0 || Canister || | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! 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. | ||
+ | |- | ||
+ | | Damage || Integer || Item durability in percent. | ||
+ | |- | ||
+ | | Class || Integer || Item class ID. | ||
+ | |- | ||
+ | | Quantity || Integer || Size of stack. | ||
+ | |- | ||
+ | | PrefabHash || Integer || Returns [[ItemHash]] of canister in slot. | ||
|} | |} |
Revision as of 08:45, 26 August 2020
Recipe | |
---|---|
Created With | Hydraulic Pipe Bender, Fabricator |
Cost | 5g Iron |
Construction | |
---|---|
Placed with | Kit (Canister Storage) |
Placed on | Small Grid, On Frames |
Stage 1 | |
Deconstruction | |
Deconstructed with | Wrench |
Item received | Kit (Canister Storage) |
Gas tank storage is a part of piping that allows Gas Canister filling and storage.
Usage
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
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 |
---|
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 |
---|---|---|
Pressure | Float | Returns the amount of pressure of the Gas Canister in the Gas Tank Storage, in Pascal. |
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
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. |
Damage | Integer | Item durability in percent. |
Class | Integer | Item class ID. |
Quantity | Integer | Size of stack. |
PrefabHash | Integer | Returns ItemHash of canister in slot. |