<?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=83.208.68.51</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=83.208.68.51"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/83.208.68.51"/>
	<updated>2026-04-04T10:46:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Circuits&amp;diff=2355</id>
		<title>Circuits</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Circuits&amp;diff=2355"/>
		<updated>2018-01-04T06:19:55Z</updated>

		<summary type="html">&lt;p&gt;83.208.68.51: Fix link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See:&lt;br /&gt;
* [[Kit (Logic Processor)]]&lt;br /&gt;
* [[Kit (Logic I/O)]]&lt;br /&gt;
* [[Kit (Logic Memory)]]&lt;/div&gt;</summary>
		<author><name>83.208.68.51</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Logic_Processor&amp;diff=2354</id>
		<title>Logic Processor</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Logic_Processor&amp;diff=2354"/>
		<updated>2018-01-04T06:17:54Z</updated>

		<summary type="html">&lt;p&gt;83.208.68.51: /* Min/Max Unit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Logic Processor is a multi-purpose Logic Circuit unit that has variants, all related to some mathematical operation.&lt;br /&gt;
&lt;br /&gt;
== Math Unit ==&lt;br /&gt;
&lt;br /&gt;
[[File:MathUnit.png|Logic Processor Variation: Math Unit]]&lt;br /&gt;
&lt;br /&gt;
=== Connectors ===&lt;br /&gt;
&lt;br /&gt;
* Top: Power&lt;br /&gt;
* Left: Input 1&lt;br /&gt;
* Right: Input 2&lt;br /&gt;
* Bottom: Output&lt;br /&gt;
&lt;br /&gt;
=== Screws (options) ===&lt;br /&gt;
&lt;br /&gt;
* Left: Input 1 Selector. Click with screwdriver to select the &amp;quot;left&amp;quot; operand&lt;br /&gt;
* Right: Input 2 Selector. Click with screwdriver to select the &amp;quot;right&amp;quot; operand&lt;br /&gt;
* Bottom: Operation Selector. Click with screwdriver to select what operation to run on the 2 inputs.&lt;br /&gt;
&lt;br /&gt;
=== Available Operations ===&lt;br /&gt;
&lt;br /&gt;
* Add: Adds the two inputs together. (output = i1 + i2)&lt;br /&gt;
* Subtract: Substract the right operand from the left one. (output: i1 - i2)&lt;br /&gt;
* Multiply: Multiplies the two inputs (output = i1 x i2)&lt;br /&gt;
* Divide: Divides the left operand by the right operand (output = i1 / i2)&lt;br /&gt;
* Mod: Runs the modulo function such that output = i1 % i2, where the output is the remainder of the division of the left operand by the right operand.&lt;br /&gt;
&lt;br /&gt;
== Unary Math Unit ==&lt;br /&gt;
&lt;br /&gt;
[[File:MathUnary.png|Logic Processor Variation: Unary Math Unit]]&lt;br /&gt;
&lt;br /&gt;
=== Connectors ===&lt;br /&gt;
&lt;br /&gt;
* Top: Power&lt;br /&gt;
* Left: Input&lt;br /&gt;
* Right: Output&lt;br /&gt;
&lt;br /&gt;
=== Screws (options) ===&lt;br /&gt;
&lt;br /&gt;
* Left: Input Selector. Click with the Screwdriver to select the input data.&lt;br /&gt;
* Right: Operation Selector. Click with Screwdriver to select what operation to run on the Input.&lt;br /&gt;
&lt;br /&gt;
=== Available Operations ===&lt;br /&gt;
&lt;br /&gt;
* Ceil: Rounds the input &#039;&#039;&#039;Up&#039;&#039;&#039; to the closest whole integer.&lt;br /&gt;
* Floor: Rounds the input &#039;&#039;&#039;Down&#039;&#039;&#039; to the closest whole integer.&lt;br /&gt;
* Abs: Ensures the input is Positive and not Negative (converts -1 to 1, -123.456 to 123.456, etc). Has not effect on positive numbers.&lt;br /&gt;
* Log: The natural logarithm of the input. The natural logarithm of x is the power to which e (Euler&#039;s number) would have to be raised to equal x. &lt;br /&gt;
* Exp: The natural exponential function of the input. e raised to the power of the input. &lt;br /&gt;
* Round: Rounds the input to the closest whole integer.&lt;br /&gt;
&lt;br /&gt;
== Min/Max Unit ==&lt;br /&gt;
&lt;br /&gt;
[[File:MinMaxUnit.png|Logic Processor Variation: Min/Max Unit]]&lt;br /&gt;
&lt;br /&gt;
=== Connectors ===&lt;br /&gt;
&lt;br /&gt;
* Top: Power&lt;br /&gt;
* Left: Input 1&lt;br /&gt;
* Right: Input 2&lt;br /&gt;
* Bottom: Output&lt;br /&gt;
&lt;br /&gt;
=== Screws (options) ===&lt;br /&gt;
&lt;br /&gt;
* Bottom Left: Input 1 Selector. Click with screwdriver to select the &amp;quot;left&amp;quot; operand&lt;br /&gt;
* Bottom Right: Input 2 Selector. Click with screwdriver to select the &amp;quot;right&amp;quot; operand&lt;br /&gt;
* Bottom Center: Operation Selector. Click with screwdriver to select what operation to run on the 2 inputs.&lt;br /&gt;
&lt;br /&gt;
=== Available Operations ===&lt;br /&gt;
&lt;br /&gt;
* Less: &#039;&#039;&#039;Outputs Input 1 if Input 1 is less than Input 2, otherwise outputs Input 2&#039;&#039;&#039;&lt;br /&gt;
* Greater: &#039;&#039;&#039;Outputs Input 1 if Input 1 is greater than Input 2, otherwise outputs Input 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Logic Select Unit == &lt;br /&gt;
&lt;br /&gt;
[[File:SelectUnit.png|Logic Processor Variant: Select Unit]]&lt;br /&gt;
&lt;br /&gt;
=== Connectors ===&lt;br /&gt;
&lt;br /&gt;
* Top: Power and Selector Input&lt;br /&gt;
* Left: Input 1&lt;br /&gt;
* Right: Input 2&lt;br /&gt;
* Bottom: Output&lt;br /&gt;
&lt;br /&gt;
=== Screws (options) ===&lt;br /&gt;
&lt;br /&gt;
* Top: Selector Input. Use Screwdriver to select what input is used to flip the selection. This should usually be a unit that outputs a true/false value (0 for false, 1 for true), such as a Logic Compare unit.&lt;br /&gt;
* Bottom Left: Input 1 Selector. Use Screwdriver to select what value to use when the Selector Input value is 0 (false).&lt;br /&gt;
* Bottom Right: Input 2 Selector. Use Screwdriver to select what value to use when the Selector Input value is 1 (true).&lt;br /&gt;
&lt;br /&gt;
== Compare Unit ==&lt;br /&gt;
&lt;br /&gt;
[[File:CompareUnit.png|Logic Processor Variant: Compare Unit]]&lt;br /&gt;
&lt;br /&gt;
=== Connectors ===&lt;br /&gt;
&lt;br /&gt;
* Top: Power&lt;br /&gt;
* Left: Input 1&lt;br /&gt;
* Right: Input 2&lt;br /&gt;
* Bottom: Output&lt;br /&gt;
&lt;br /&gt;
=== Screws (options) ===&lt;br /&gt;
&lt;br /&gt;
* Bottom Left: Input 1 Selector. Click with screwdriver to select the &amp;quot;left&amp;quot; operand&lt;br /&gt;
* Bottom Right: Input 2 Selector. Click with screwdriver to select the &amp;quot;right&amp;quot; operand&lt;br /&gt;
* Bottom Center: Operation Selector. Click with screwdriver to select what operation to run on the 2 inputs.&lt;br /&gt;
&lt;br /&gt;
=== Available Operations ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This is a floating point comparison and is very precise!&lt;br /&gt;
&lt;br /&gt;
* Equals: Outputs 1 (true) if Input 1 is exactly equal to Input 2, otherwise outputs 0 (false).&lt;br /&gt;
* NotEquals: Outputs 1 (true) if Input 1 has a different value than Input 2, otherwise outputs 0 (false).&lt;br /&gt;
* Greater: Outputs 1 (true) if Input 1 is greater than Input 2, otherwise outputs 0 (false).&lt;br /&gt;
* Lesser: Outputs 1 (true) if Input 1 is smaller/lesser than Input 2, otherwise outputs 0 (false).&lt;/div&gt;</summary>
		<author><name>83.208.68.51</name></author>
	</entry>
</feed>