Difference between revisions of "Gas Sensor"
From Unofficial Stationeers Wiki
F1r3w4rr10r (talk | contribs) (Update to use the new Structurebox syntax) |
|||
Line 3: | Line 3: | ||
<!--T:1--> | <!--T:1--> | ||
[[Category:Atmospherics]] | [[Category:Atmospherics]] | ||
+ | {{Itembox | ||
+ | | name = [[Kit (Sensors)]] | ||
+ | | createdwith = [[Electronics Printer]], [[Fabricator]] | ||
+ | | cost = 3g [[Iron]], 1g [[Gold]], 1g [[Copper]] | ||
+ | }} | ||
{{Structurebox | {{Structurebox | ||
| name = Gas Sensor | | name = Gas Sensor | ||
| image = [[File:ItemGasSensor.png]] | | image = [[File:ItemGasSensor.png]] | ||
| power_usage = 10W | | power_usage = 10W | ||
− | |||
| placed_on_grid = Small Grid, On Frames | | placed_on_grid = Small Grid, On Frames | ||
| decon_with_tool1 = [[Hand Drill]] | | decon_with_tool1 = [[Hand Drill]] | ||
Line 15: | Line 19: | ||
==Description== <!--T:2--> | ==Description== <!--T:2--> | ||
The gas sensor will report information about the gas in the current atmosphere, such as pressure, contents and temperature when used in conjunction with a console. | The gas sensor will report information about the gas in the current atmosphere, such as pressure, contents and temperature when used in conjunction with a console. | ||
+ | |||
+ | {{Data Network Header}} | ||
+ | |||
+ | === Data Parameters === | ||
+ | The gas sensor has no Input parameters, it's a read only device. | ||
+ | |||
+ | {{Data Outputs}} | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Output Name !! Data Type !! Description | ||
+ | |- | ||
+ | | Pressure || Float || In kPa | ||
+ | |- | ||
+ | | Temperature || Float || In Kelvin | ||
+ | |- | ||
+ | | RatioOxygen || Float || The ratio of oxygen in the atmosphere. A value between 0 (no oxygen at all, or 0%) and 1 ( pure oxygen atmosphere, or 100%) | ||
+ | |- | ||
+ | | RatioCarbonDioxide || Float || | ||
+ | |- | ||
+ | | RatioNitrogen || Float || | ||
+ | |- | ||
+ | | RatioPollutant || Float || | ||
+ | |- | ||
+ | | RatioVolatiles || Float || | ||
+ | |- | ||
+ | | RatioWater || Float || | ||
+ | |} | ||
+ | |||
</translate> | </translate> |
Revision as of 16:04, 11 October 2018
Recipe | |
---|---|
Created With | Electronics Printer, Fabricator |
Cost | 3g Iron, 1g Gold, 1g Copper |
Operation | |
---|---|
Power Usage | 10W |
Construction | |
Placed with | {{{placed_with_item}}} |
Placed on | Small Grid, On Frames |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Sensors) |
Description
The gas sensor will report information about the gas in the current atmosphere, such as pressure, contents and temperature when used in conjunction with a console.
Data Network Properties
These are all Data Network properties of this device.
Data Parameters
The gas sensor has no Input parameters, it's a read only device.
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 | In kPa |
Temperature | Float | In Kelvin |
RatioOxygen | Float | The ratio of oxygen in the atmosphere. A value between 0 (no oxygen at all, or 0%) and 1 ( pure oxygen atmosphere, or 100%) |
RatioCarbonDioxide | Float | |
RatioNitrogen | Float | |
RatioPollutant | Float | |
RatioVolatiles | Float | |
RatioWater | Float |