<?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=ArwynFr</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=ArwynFr"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/ArwynFr"/>
	<updated>2026-04-05T11:29:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=User:ArwynFr&amp;diff=8689</id>
		<title>User:ArwynFr</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=User:ArwynFr&amp;diff=8689"/>
		<updated>2019-09-21T13:22:28Z</updated>

		<summary type="html">&lt;p&gt;ArwynFr: Created page with &amp;quot; &amp;#039;&amp;#039;&amp;#039;Welcome on my Unofficial Stationeers Wiki profile page !&amp;#039;&amp;#039;&amp;#039;  I&amp;#039;m a french engineer and experienced wiki editor.  My edits are mainly focused on fixing game mechanics.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&#039;&#039;&#039;Welcome on my Unofficial Stationeers Wiki profile page !&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I&#039;m a french engineer and experienced wiki editor.&lt;br /&gt;
&lt;br /&gt;
My edits are mainly focused on fixing game mechanics.&lt;/div&gt;</summary>
		<author><name>ArwynFr</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Sensors&amp;diff=8688</id>
		<title>Sensors</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Sensors&amp;diff=8688"/>
		<updated>2019-09-21T13:07:51Z</updated>

		<summary type="html">&lt;p&gt;ArwynFr: Fixed sensor modes behavior&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:ItemKitSensor.png]]&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 sensor turns green when sunny. The orientation of the daylight sensor is important, it will read different angle values depending on the orientation.&lt;br /&gt;
&lt;br /&gt;
The daylight sensor now has a mode 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;
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;
&lt;br /&gt;
In vertical mode, the sensor behaves exactly like horizontal mode, but the projection occurs on the plane that splits the sensor between the tip and the network connector. The reference vector is the normal vector of the sensor. Positive values designate angles counter-clockwise when looking the sensor from above (opposite of the network connector). Like horizontal mode, the sensor will range between -180 and +180.&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, but the tooltip will not display the angle if the sensor does not have sunlight.&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&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&lt;br /&gt;
|-&lt;br /&gt;
| Activate || ||&lt;br /&gt;
|-&lt;br /&gt;
| SolarAngle || ||&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>ArwynFr</name></author>
	</entry>
</feed>