<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bahrooce</id>
	<title>Stationeers Community Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bahrooce"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/Bahrooce"/>
	<updated>2026-04-04T05:50:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Sensors&amp;diff=10635</id>
		<title>Sensors</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Sensors&amp;diff=10635"/>
		<updated>2021-04-27T01:38:29Z</updated>

		<summary type="html">&lt;p&gt;Bahrooce: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= Description = &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Sensors)&lt;br /&gt;
 | image       =  {{{image|[[File:ItemSensorKit.png]]}}}&lt;br /&gt;
 | stacks      = 5x&lt;br /&gt;
 | constructs  = Daylight, Motion or Gas Sensor&lt;br /&gt;
 | createdwith = [[Electronics Printer]], [[Fabricator]], [[Hydraulic Pipe Bender]]&lt;br /&gt;
 | cost        = 3g [[Iron]], 1g [[Gold]], 1g [[Copper]] &amp;lt;br&amp;gt;&amp;lt;small&amp;gt;Hydraulic Pipe Bender has an altered recipe 1g iron instead of 3g&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[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)]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Daylight_sensor.jpg|In-game view of daylight sensor&lt;br /&gt;
File:Gas_sensor.jpg|In-game view of gas sensor&lt;br /&gt;
File:Motion_sensor.jpg|In-game view of motion sensor&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Daylight Sensor = &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Daylight Sensor&lt;br /&gt;
 | image            = [[File:Daylight_sensor.jpg]] &lt;br /&gt;
 | placed_with_item = [[Kit (Sensors)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid, On Frames&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Sensors)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The daylight sensor reports whether the sun hits the large grid the sensor is in, as well as the solar angle. Looking at the sensor will provide a tool-tip readout of this information, even when not connected to the network.  The orientation of the daylight sensor is important, it will read different angle values depending on the orientation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update&#039;&#039;&#039;: While the &amp;lt;kbd&amp;gt;Mode&amp;lt;/kbd&amp;gt; and &amp;lt;kbd&amp;gt;SolarAngle&amp;lt;/kbd&amp;gt; properties described below are still available, they are being deprecated in favor of &amp;lt;kbd&amp;gt;Horizontal&amp;lt;/kbd&amp;gt; and &amp;lt;kbd&amp;gt;Vertical&amp;lt;/kbd&amp;gt; data properties, returning the same as their &amp;lt;kbd&amp;gt;Mode&amp;lt;/kbd&amp;gt; counterparts.&lt;br /&gt;
&lt;br /&gt;
The daylight sensor has a &amp;lt;kbd&amp;gt;Mode&amp;lt;/kbd&amp;gt; property which can be set with logic writer and memory chip, 0 = default, 1 = horizontal, 2 = vertical. Other values will throw an index-out-of-range error in console if you mouse-over the sensor. Each mode defines a specific behavior for how the solar angle is calculated.&lt;br /&gt;
&lt;br /&gt;
== Modes ==&lt;br /&gt;
In default mode, the sensor will return the absolute value of the angle formed by the source of light and the normal vector of the sensor (towards which the grey/green part is facing). 0 means the source of light is facing to the sensor, 90 means it is aligned with the surface the sensor was laid on, and 180 means the source of light is in the back of the sensor. The angle is always a positive value between 0 and 180.&lt;br /&gt;
&lt;br /&gt;
[[File:Daylight sensor horizontal.png|200x150px|thumb|daylight sensor in horizontal mode]]&lt;br /&gt;
In horizontal mode, the sensor will return the angle formed by the reference vector (opposites the network connector) and the projection of the source of light on the surface the sensor was laid on. Positive values designate angles counter-clockwise when facing the sensor. The angle can be negative, ranging between -180 and +180.&lt;br /&gt;
[[File:Daylight sensor vertical.png|200x150px|thumb|daylight sensor in vertical mode]]&lt;br /&gt;
In vertical mode, the sensor measures the angle between the normal of the surface the sensor was laid on and the position of the sun. &lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
Solar panel work using clockwise reference angles, which means depending of the situation you may have to invert the values returned by sensors&#039; horizontal or vertical modes.&lt;br /&gt;
&lt;br /&gt;
The sensor always reports an angle to a logic reader at all times.&lt;br /&gt;
&lt;br /&gt;
See https://stationeers-wiki.com/Solar_Logic_Circuits_Guide for more solar panel logic discussion.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
On the moon/space :&lt;br /&gt;
* 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.&lt;br /&gt;
* If fixed on a ceiling the cycle will be opposite, i.e.: 90 -&amp;gt; 180 -&amp;gt; 90 -&amp;gt; 0 -&amp;gt; 90.&lt;br /&gt;
* If fixed to an east facing wall, the cycle from sunrise is: 0 -&amp;gt; 90 -&amp;gt; 180 -&amp;gt; 90 -&amp;gt; 0.&lt;br /&gt;
* If fixed to a west facing wall, the cycle is opposite, i.e.: 180 -&amp;gt; 90 -&amp;gt; 0 -&amp;gt; 90 -&amp;gt; 180.&lt;br /&gt;
* If fixed to a north or south facing wall it will stay at 90 degrees all the time.&lt;br /&gt;
&lt;br /&gt;
Other :&lt;br /&gt;
* If you lay a sensor on the ground, facing upwards, connector towards south,configured in horizontal mode, it will work like a compass with 0 = north, 90 = east, 180 = south and -90 = west&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Mode || || 0 = Default, 1 = Horizontal, 2 = Vertical (Warning! In IC Horizontal and Vertical are the other way around for some reason.)&lt;br /&gt;
|-&lt;br /&gt;
| Activate || ||&lt;br /&gt;
|-&lt;br /&gt;
| On || ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Mode || || 0 = Default, 1 = Horizontal, 2 = Vertical (Warning! In IC Horizontal and Vertical are the other way around for some reason.)&lt;br /&gt;
|-&lt;br /&gt;
| Horizontal || || Same as &amp;lt;kbd&amp;gt;SolarAngle&amp;lt;/kbd&amp;gt; reported for &amp;lt;kbd&amp;gt;Horizontal&amp;lt;/kbd&amp;gt; mode&lt;br /&gt;
|-&lt;br /&gt;
| Vertical || || Same as &amp;lt;kbd&amp;gt;SolarAngle&amp;lt;/kbd&amp;gt; reported for &amp;lt;kbd&amp;gt;Vertical&amp;lt;/kbd&amp;gt; mode&lt;br /&gt;
|-&lt;br /&gt;
| Activate || ||&lt;br /&gt;
|-&lt;br /&gt;
| SolarAngle || || Probably soon deprecated in favor of &amp;lt;kbd&amp;gt;Horizontal&amp;lt;/kbd&amp;gt; and &amp;lt;kbd&amp;gt;Vertical&amp;lt;/kbd&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| On || ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Motion Sensor =&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Motion Sensor&lt;br /&gt;
 | image            = [[File:ItemMotionSensor.png]]&lt;br /&gt;
 | power_usage      = 10W&lt;br /&gt;
 | placed_with_item = [[Kit (Sensors)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid, On Frames&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Sensors)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The motion sensor activates when a player or object enters the large grid square where the sensor is, and it will deactivate when no more players or objects are in the area.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Gas Sensor =&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Gas Sensor&lt;br /&gt;
 | image            = [[File:ItemGasSensor.png]]&lt;br /&gt;
 | power_usage      = 10W&lt;br /&gt;
 | placed_with_item = [[Kit (Sensors)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid, On Frames&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Sensors)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The gas sensor will report information about the gas in the current atmosphere, such as pressure, contents and temperature.&lt;br /&gt;
&lt;br /&gt;
Note: Temperature is given in Kelvin, while your suit gives a readout in Celsius.&lt;br /&gt;
&lt;br /&gt;
Celsius + 273.15 = Kelvin&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
=== Data Parameters ===&lt;br /&gt;
The gas sensor has no Input parameters, it&#039;s a read only device.&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Pressure || Float || In kPa&lt;br /&gt;
|-&lt;br /&gt;
| Temperature || Float || In Kelvin&lt;br /&gt;
|-&lt;br /&gt;
| 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%)&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxide || Float ||&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogen || Float ||&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutant || Float ||&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatiles || Float ||&lt;br /&gt;
|-&lt;br /&gt;
| RatioWater || Float ||&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bahrooce</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Daylight_sensor.jpg&amp;diff=10634</id>
		<title>File:Daylight sensor.jpg</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Daylight_sensor.jpg&amp;diff=10634"/>
		<updated>2021-04-27T01:33:24Z</updated>

		<summary type="html">&lt;p&gt;Bahrooce: Bahrooce uploaded a new version of File:Daylight sensor.jpg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bahrooce</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Daylight_sensor.jpg&amp;diff=10633</id>
		<title>File:Daylight sensor.jpg</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Daylight_sensor.jpg&amp;diff=10633"/>
		<updated>2021-04-27T01:29:08Z</updated>

		<summary type="html">&lt;p&gt;Bahrooce: Bahrooce uploaded a new version of File:Daylight sensor.jpg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bahrooce</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Console&amp;diff=10632</id>
		<title>Console</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Console&amp;diff=10632"/>
		<updated>2021-04-27T01:26:51Z</updated>

		<summary type="html">&lt;p&gt;Bahrooce: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
[[Category:Machines]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Consoles)&lt;br /&gt;
 | image       = [[File:ItemKitConsole.png]]&lt;br /&gt;
 | createdwith = [[Electronics Printer]], [[Fabricator]]&lt;br /&gt;
 | cost        = 2g [[Iron]], 5g [[Copper]], 3g [[Gold]]&lt;br /&gt;
 | stacks      = 5&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Console&lt;br /&gt;
 | image            = [[File:Console.jpg]]&lt;br /&gt;
 | power_usage      = 50W&lt;br /&gt;
 | placed_with_item = [[Kit (Consoles)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid, On Frames&lt;br /&gt;
 | const_with_item1 = [[Circuitboard]]&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Consoles)]]&lt;br /&gt;
 | const_with_item2 = [[Glass Sheets|Glass Sheet]]&lt;br /&gt;
 | item_rec2        = [[Circuitboard]]&lt;br /&gt;
 | decon_with_tool3 = [[Crowbar]]&lt;br /&gt;
 | item_rec3        = [[Glass Sheets|Glass Sheet]]&lt;br /&gt;
}}&lt;br /&gt;
= Console =&lt;br /&gt;
== Information == &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
The console is one device of the Console item kit. The console can be fitted with a [[Circuitboard]]. When putting in a data disk, the console can be configured after being fully constructed with a circuitboard. After putting out the data disk it runs like previously configured.&lt;br /&gt;
There is the Console (Variant 1 of the kit) which has a mixed input (data and energy) and the Console Dual (Variant 2 of the kit) which has two inputs (one for energy and one for data).&lt;br /&gt;
&lt;br /&gt;
== Example set up == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
For example one can set it to pressure measurement (requires gas circuit board inside) which allows one to read out the actual pressure value of a connected gas [[sensors|sensor]]. (Setup shown in picture)&lt;br /&gt;
&lt;br /&gt;
== Tips == &amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
* You need to insert a Circuit Board and then put a sheet of glass over it to complete construction.&lt;br /&gt;
* To display general readings, only the Graph Display Circuit Board will find all the devices which are connected to your power grid. Any available readings will be shown on the select list.&lt;br /&gt;
* For other specialized Circuit Boards (Gas, Power, etc.) the only values that can be displayed are those related to the function of that board.&lt;br /&gt;
&lt;br /&gt;
== Deconstruction == &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
First remove the glass sheet with a [[Crowbar]]. The device itself is deconstructed with the [[Hand Drill]].&lt;br /&gt;
&lt;br /&gt;
= Console, Console Dual and Console Monitor =&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || (Unknown)&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Console on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || Returns whether the Console is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || (Unknown)&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Console is flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Console is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power required by the Console, in watts.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= LED Display (Small, Medium and Large) =&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
=== Mode Values ===&lt;br /&gt;
These lists the values and meanings for the &amp;quot;Mode&amp;quot; property of the LED Display.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Value !! Meaning !! &amp;quot;Setting&amp;quot; parameter interpretation&lt;br /&gt;
|-&lt;br /&gt;
| 0 || Normal number display || Direct display as a number.&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Percentage number display || Input range of 0.0 to 1.0 is interpolated and displayed as the range 0% to 100%&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Power display || Adds a watt suffix (W) to the number. Also divides the number as needed and adds a metric unit prefix to the suffix. (e.g. kW)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Sets the display mode of the LED Display to the passed value. (See [[#Mode Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Sets the raw number to display on the LED Display.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the LED Display on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Color || Integer || Sets the color of the text on the LED Display. (See [[Data Network Colors]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || Returns whether the LED Display is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Returns the mode of the LED Display. (See [[#Mode Values|Mode Values]])&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the LED Display is flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || Returns the &amp;quot;Setting&amp;quot; value of the LED Display.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the LED Display is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power, required by the LED Display, in watts.&lt;br /&gt;
|-&lt;br /&gt;
| Color || Integer || Returns the color setting of the LED Display. (See [[Data Network Colors]])&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bahrooce</name></author>
	</entry>
</feed>