Difference between revisions of "Sensors"
From Unofficial Stationeers Wiki
(→Gas Sensor) |
F1r3w4rr10r (talk | contribs) (Update to use the new Structurebox syntax) |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
{{Itembox | {{Itembox | ||
− | | name = | + | | name = Kit (Sensors) |
| image = {{{image|[[File:ItemSensorKit.png]]}}} | | image = {{{image|[[File:ItemSensorKit.png]]}}} | ||
| stacks = 5x | | stacks = 5x | ||
Line 10: | Line 10: | ||
}} | }} | ||
{{Structurebox | {{Structurebox | ||
− | | name = Daylight Sensor | + | | name = Daylight Sensor |
− | | image | + | | image = [[File:ItemKitSensor.png]] |
− | | | + | | power_usage = 10W |
− | | | + | | placed_with_item = [[Kit (Sensors)]] |
+ | | placed_on_grid = Small Grid, On Frames | ||
+ | | decon_with_tool1 = [[Hand Drill]] | ||
+ | | item_rec1 = [[Kit (Sensors)]] | ||
}} | }} | ||
{{Structurebox | {{Structurebox | ||
− | | name = Gas Sensor | + | | name = Gas Sensor |
− | | image = | + | | image = [[File:ItemGasSensor.png]] |
− | | | + | | power_usage = 10W |
− | | | + | | placed_with_item = [[Kit (Sensors)]] |
+ | | placed_on_grid = Small Grid, On Frames | ||
+ | | decon_with_tool1 = [[Hand Drill]] | ||
+ | | item_rec1 = [[Kit (Sensors)]] | ||
}} | }} | ||
{{Structurebox | {{Structurebox | ||
− | | name = Motion Sensor | + | | name = Motion Sensor |
− | | image = | + | | image = [[File:ItemMotionSensor.png]] |
− | | | + | | power_usage = 10W |
− | | | + | | placed_with_item = [[Kit (Sensors)]] |
+ | | placed_on_grid = Small Grid, On Frames | ||
+ | | decon_with_tool1 = [[Hand Drill]] | ||
+ | | item_rec1 = [[Kit (Sensors)]] | ||
}} | }} | ||
+ | |||
== Description == <!--T:1--> | == Description == <!--T:1--> | ||
[[Sensors]] are used to detect different conditions of the world. They can be read by the [[Logic]] [[Computer]]s as well as used when correctly configured by some devices, such as a [[Console]] with a [[Circuitboard (Airlock Control)]]. | [[Sensors]] are used to detect different conditions of the world. They can be read by the [[Logic]] [[Computer]]s as well as used when correctly configured by some devices, such as a [[Console]] with a [[Circuitboard (Airlock Control)]]. | ||
Line 54: | Line 64: | ||
Celsius + 273.15 = Kelvin | Celsius + 273.15 = Kelvin | ||
− | |||
</translate> | </translate> |
Revision as of 13:10, 1 July 2018
Constructing Options | Daylight, Motion or Gas Sensor |
---|---|
Properties | |
Stacks | 5x |
Recipe | |
Created With | Electronics Printer, Fabricator |
Cost | 1g Copper, 1g Gold |
Operation | |
---|---|
Power Usage | 10W |
Construction | |
Placed with | Kit (Sensors) |
Placed on | Small Grid, On Frames |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Sensors) |
Operation | |
---|---|
Power Usage | 10W |
Construction | |
Placed with | Kit (Sensors) |
Placed on | Small Grid, On Frames |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Sensors) |
Operation | |
---|---|
Power Usage | 10W |
Construction | |
Placed with | Kit (Sensors) |
Placed on | Small Grid, On Frames |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Sensors) |
Description
Sensors are used to detect different conditions of the world. They can be read by the Logic Computers as well as used when correctly configured by some devices, such as a Console with a Circuitboard (Airlock Control).
Daylight Sensor
The daylight sensor reports whether the sun hits the large grid the sensor is in, as well as the angle (relative to the normal angle of the sensor).
The sensor reports the angle even during the night. The fact, whether the sensor is really exposed to sunlight or hidden, as well as rotation of the sensor is irrelevant (as of current version).
Examples:
- If the daylight sensor is fixed on the floor, it will report 90 degrees at sunrise, up to 0 degrees at noon, back to 90 degrees at sunset, to 180 degrees at midnight, and back to 90 at sunrise.
- If fixed on a ceiling the cycle will be opposite, i.e.: 90 -> 180 -> 90 -> 0 -> 90.
- If fixed to an east facing wall, the cycle from sunrise is: 0 -> 90 -> 180 -> 90 -> 0.
- If fixed to a west facing wall, the cycle is opposite, i.e.: 180 -> 90 -> 0 -> 90 -> 180.
- If fixed to a north or south facing wall it will stay at 90 degrees all the time.
Motion Sensor
The motion sensor activates when a player enters the large grid square where the sensor is, and it will deactivate when no more players are in the area.
Gas Sensor
The gas sensor will report information about the gas in the current atmosphere, such as pressure, contents and temperature.
Note: Temperature is given in Kelvin, while your suit gives a readout in Celsius.
Celsius + 273.15 = Kelvin