Difference between revisions of "Gas Tank Storage"
From Unofficial Stationeers Wiki
KikkiHiiri (talk | contribs) (Add category Atmospherics) |
F1r3w4rr10r (talk | contribs) m (Change description and add logic properties) |
||
Line 11: | Line 11: | ||
| placement = [[Iron Frames]] | | placement = [[Iron Frames]] | ||
}} | }} | ||
− | Gas tank storage is a part of piping that allows | + | Gas tank storage is a part of piping that allows [[Gas Canister]] filling and storage. |
==Usage== | ==Usage== | ||
Mount on an [[Iron Frames|Iron Frame]] connected to the pipe, insert [[Gas Canister]] inside, connect through piping to any gas output (such as [[Furnace]] rear output). | Mount on an [[Iron Frames|Iron Frame]] connected to the pipe, insert [[Gas Canister]] inside, connect through piping to any gas output (such as [[Furnace]] rear output). | ||
+ | |||
+ | == Logic Properties == | ||
+ | These are all logic properties of this device. | ||
+ | |||
+ | === Logic Outputs === | ||
+ | These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Logic_Reader|Logic Reader]]. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them. | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! 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 gas 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 a gas 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 a gas 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 a gas 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 a gas 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 a gas 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 a gas in a Gas Canister in the Gas Tank Storage. | ||
+ | |- | ||
+ | | Quantity || Float || (Unknown, full tank shows 150, assumed is amount of gas in liters.) | ||
+ | |} |
Revision as of 11:06, 7 April 2018
Recipe | |
---|---|
Created With | Hydraulic Pipe Bender |
Cost | 5g Iron |
Construction | |
---|---|
Placed with | {{{placed_with_item}}} |
Placed on | {{{placed_on_grid}}} |
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).
Logic Properties
These are all logic properties of this device.
Logic Outputs
These are all parameters, that can be read with a Logic 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 gas 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 a gas 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 a gas 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 a gas 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 a gas 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 a gas 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 a gas in a Gas Canister in the Gas Tank Storage. |
Quantity | Float | (Unknown, full tank shows 150, assumed is amount of gas in liters.) |