<?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=Patistar</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=Patistar"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/Patistar"/>
	<updated>2026-04-04T10:28:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Logic_Toggle&amp;diff=6119</id>
		<title>Logic Toggle</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Logic_Toggle&amp;diff=6119"/>
		<updated>2018-08-04T09:25:55Z</updated>

		<summary type="html">&lt;p&gt;Patistar: Fix number of components&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= Logic Toggle =&lt;br /&gt;
&#039;&#039;&#039;Author:&#039;&#039;&#039; Patistar#8335&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Stationeers Version:&#039;&#039;&#039; 0.1.1567.7381&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Number of Components:&#039;&#039;&#039; 5&lt;br /&gt;
&lt;br /&gt;
== Design ==&lt;br /&gt;
* 1 [[Kit (Switch)]]&lt;br /&gt;
* 2 [[Kit (Logic I/O)]]&lt;br /&gt;
* 1 [[Kit (Logic Processor)]]&lt;br /&gt;
* 1 [[Kit (Logic Memory)]]&lt;br /&gt;
&lt;br /&gt;
[[File:Logic Toggle.png]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Enable Value Writer:&#039;&#039;&#039; IN: Button, OUT: Write Value, VAR: On&lt;br /&gt;
* &#039;&#039;&#039;Toggle Compare:&#039;&#039;&#039; 1: Toggle Value, 2: Logic 1, OUT: NotEqual&lt;br /&gt;
* &#039;&#039;&#039;Write Value:&#039;&#039;&#039; IN: Toggle Compare, OUT: Toggle Value, VAR: Settings&lt;br /&gt;
* &#039;&#039;&#039;Logic 1:&#039;&#039;&#039; VALUE: 1&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; will compare the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; with 1. If the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; is 1, the &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; will output 0. If the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; is 0, the &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; will output 1. The &#039;&#039;&#039;Write Value&#039;&#039;&#039; writes output of the &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; to the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; Memory. As we do not want that value to be continuously changed, we are going to turn the &#039;&#039;&#039;Write Value&#039;&#039;&#039; component off. The &#039;&#039;&#039;Enable Value Writer&#039;&#039;&#039; will only turn the &#039;&#039;&#039;Write Value&#039;&#039;&#039; component on, while the &#039;&#039;&#039;Button&#039;&#039;&#039; is pressed. This will change the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; once, and therefore flip it either from 1 to 0 or from 0 to 1.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
* If you want to control any component with this circuit, just use any Logic Writer (Batch, Slot, ...) and set the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; as your Input.&lt;br /&gt;
* If you want your toggle to work with multiple Buttons, you need to replace the Button in the circuit above with a Batch Reader and set it to read all your Buttons.&lt;br /&gt;
* You could also replace the Logic Compare with a Logic Math and set it to always calculate 1 - Toggle Value. &#039;&#039;&#039;1:&#039;&#039;&#039; Logic 1, &#039;&#039;&#039;2:&#039;&#039;&#039; Toggle Value, &#039;&#039;&#039;OUT:&#039;&#039;&#039; Subtract. For this setup you must to make sure your Toggle Value is initially either set to zero or one.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Patistar</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Logic_Toggle&amp;diff=6118</id>
		<title>Logic Toggle</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Logic_Toggle&amp;diff=6118"/>
		<updated>2018-08-04T09:25:06Z</updated>

		<summary type="html">&lt;p&gt;Patistar: Fix formatting issue&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= Logic Toggle =&lt;br /&gt;
&#039;&#039;&#039;Author:&#039;&#039;&#039; Patistar#8335&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Stationeers Version:&#039;&#039;&#039; 0.1.1567.7381&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Number of Components:&#039;&#039;&#039; 2&lt;br /&gt;
&lt;br /&gt;
== Design ==&lt;br /&gt;
* 1 [[Kit (Switch)]]&lt;br /&gt;
* 2 [[Kit (Logic I/O)]]&lt;br /&gt;
* 1 [[Kit (Logic Processor)]]&lt;br /&gt;
* 1 [[Kit (Logic Memory)]]&lt;br /&gt;
&lt;br /&gt;
[[File:Logic Toggle.png]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Enable Value Writer:&#039;&#039;&#039; IN: Button, OUT: Write Value, VAR: On&lt;br /&gt;
* &#039;&#039;&#039;Toggle Compare:&#039;&#039;&#039; 1: Toggle Value, 2: Logic 1, OUT: NotEqual&lt;br /&gt;
* &#039;&#039;&#039;Write Value:&#039;&#039;&#039; IN: Toggle Compare, OUT: Toggle Value, VAR: Settings&lt;br /&gt;
* &#039;&#039;&#039;Logic 1:&#039;&#039;&#039; VALUE: 1&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; will compare the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; with 1. If the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; is 1, the &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; will output 0. If the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; is 0, the &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; will output 1. The &#039;&#039;&#039;Write Value&#039;&#039;&#039; writes output of the &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; to the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; Memory. As we do not want that value to be continuously changed, we are going to turn the &#039;&#039;&#039;Write Value&#039;&#039;&#039; component off. The &#039;&#039;&#039;Enable Value Writer&#039;&#039;&#039; will only turn the &#039;&#039;&#039;Write Value&#039;&#039;&#039; component on, while the &#039;&#039;&#039;Button&#039;&#039;&#039; is pressed. This will change the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; once, and therefore flip it either from 1 to 0 or from 0 to 1.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
* If you want to control any component with this circuit, just use any Logic Writer (Batch, Slot, ...) and set the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; as your Input.&lt;br /&gt;
* If you want your toggle to work with multiple Buttons, you need to replace the Button in the circuit above with a Batch Reader and set it to read all your Buttons.&lt;br /&gt;
* You could also replace the Logic Compare with a Logic Math and set it to always calculate 1 - Toggle Value. &#039;&#039;&#039;1:&#039;&#039;&#039; Logic 1, &#039;&#039;&#039;2:&#039;&#039;&#039; Toggle Value, &#039;&#039;&#039;OUT:&#039;&#039;&#039; Subtract. For this setup you must to make sure your Toggle Value is initially either set to zero or one.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Patistar</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Logic_Toggle&amp;diff=6117</id>
		<title>Logic Toggle</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Logic_Toggle&amp;diff=6117"/>
		<updated>2018-08-04T09:23:42Z</updated>

		<summary type="html">&lt;p&gt;Patistar: Fix image displayed as thumb&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= Logic Toggle =&lt;br /&gt;
&#039;&#039;&#039;Author:&#039;&#039;&#039; Patistar#8335&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Stationeers Version:&#039;&#039;&#039; 0.1.1567.7381&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Number of Components:&#039;&#039;&#039; 2&lt;br /&gt;
&lt;br /&gt;
== Design ==&lt;br /&gt;
* 1 [[Kit (Switch)]]&lt;br /&gt;
* 2 [[Kit (Logic I/O)]]&lt;br /&gt;
* 1 [[Kit (Logic Processor)]]&lt;br /&gt;
* 1 [[Kit (Logic Memory)]]&lt;br /&gt;
&lt;br /&gt;
[[File:Logic Toggle.png]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Enable Value Writer:&#039;&#039;&#039; IN: Button, OUT: Write Value, VAR: On&lt;br /&gt;
* &#039;&#039;&#039;Toggle Compare:&#039;&#039;&#039; 1: Toggle Value, 2: Logic 1, OUT: NotEqual&lt;br /&gt;
* &#039;&#039;&#039;Write Value:&#039;&#039;&#039; IN: Toggle Compare, OUT: Toggle Value, VAR: Settings&lt;br /&gt;
* &#039;&#039;&#039;Logic 1:&#039;&#039;&#039; VALUE: 1&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; will compare the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; with 1. If the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; is 1, the &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; will output 0. If the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; is 0, the &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; will output 1. The &#039;&#039;&#039;Write Value&#039;&#039;&#039; writes output of the &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; to the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; Memory. As we do not want that value to be continuously changed, we are going to turn the &#039;&#039;&#039;Write Value&#039;&#039;&#039; component off. The &#039;&#039;&#039;Enable Value Writer&#039;&#039;&#039; will only turn the &#039;&#039;&#039;Write Value&#039;&#039;&#039; component on, while the &#039;&#039;&#039;Button&#039;&#039;&#039; is pressed. This will change the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; once, and therefore flip it either from 1 to 0 or from 0 to 1.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
* If you want to control any component with this circuit, just use any Logic Writer (Batch, Slot, ...) and set the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; as your Input.&lt;br /&gt;
* If you want your toggle to work with multiple Buttons, you need to replace the Button in the circuit above with a Batch Reader and set it to read all your Buttons.&lt;br /&gt;
* You could also replace the Logic Compare with a Logic Math and set it to always calculate 1 - Toggle Value. &#039;&#039;&#039;1:&#039;&#039;&#039; Logic 1, &#039;&#039;&#039;2:&#039;&#039;&#039;&#039; Toggle Value, &#039;&#039;&#039;OUT:&#039;&#039;&#039; Subtract. For this setup you must to make sure your Toggle Value is initially either set to zero or one.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Patistar</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Logic_Toggle&amp;diff=6116</id>
		<title>Logic Toggle</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Logic_Toggle&amp;diff=6116"/>
		<updated>2018-08-04T09:22:20Z</updated>

		<summary type="html">&lt;p&gt;Patistar: Create tutorial how to create a toggle&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= Logic Toggle =&lt;br /&gt;
&#039;&#039;&#039;Author:&#039;&#039;&#039; Patistar#8335&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Stationeers Version:&#039;&#039;&#039; 0.1.1567.7381&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Number of Components:&#039;&#039;&#039; 2&lt;br /&gt;
&lt;br /&gt;
== Design ==&lt;br /&gt;
* 1 [[Kit (Switch)]]&lt;br /&gt;
* 2 [[Kit (Logic I/O)]]&lt;br /&gt;
* 1 [[Kit (Logic Processor)]]&lt;br /&gt;
* 1 [[Kit (Logic Memory)]]&lt;br /&gt;
&lt;br /&gt;
[[File:Logic Toggle.png|thumb]]&lt;br /&gt;
* &#039;&#039;&#039;Enable Value Writer:&#039;&#039;&#039; IN: Button, OUT: Write Value, VAR: On&lt;br /&gt;
* &#039;&#039;&#039;Toggle Compare:&#039;&#039;&#039; 1: Toggle Value, 2: Logic 1, OUT: NotEqual&lt;br /&gt;
* &#039;&#039;&#039;Write Value:&#039;&#039;&#039; IN: Toggle Compare, OUT: Toggle Value, VAR: Settings&lt;br /&gt;
* &#039;&#039;&#039;Logic 1:&#039;&#039;&#039; VALUE: 1&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; will compare the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; with 1. If the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; is 1, the &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; will output 0. If the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; is 0, the &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; will output 1. The &#039;&#039;&#039;Write Value&#039;&#039;&#039; writes output of the &#039;&#039;&#039;Toggle Compare&#039;&#039;&#039; to the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; Memory. As we do not want that value to be continuously changed, we are going to turn the &#039;&#039;&#039;Write Value&#039;&#039;&#039; component off. The &#039;&#039;&#039;Enable Value Writer&#039;&#039;&#039; will only turn the &#039;&#039;&#039;Write Value&#039;&#039;&#039; component on, while the &#039;&#039;&#039;Button&#039;&#039;&#039; is pressed. This will change the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; once, and therefore flip it either from 1 to 0 or from 0 to 1.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
* If you want to control any component with this circuit, just use any Logic Writer (Batch, Slot, ...) and set the &#039;&#039;&#039;Toggle Value&#039;&#039;&#039; as your Input.&lt;br /&gt;
* If you want your toggle to work with multiple Buttons, you need to replace the Button in the circuit above with a Batch Reader and set it to read all your Buttons.&lt;br /&gt;
* You could also replace the Logic Compare with a Logic Math and set it to always calculate 1 - Toggle Value. &#039;&#039;&#039;1:&#039;&#039;&#039; Logic 1, &#039;&#039;&#039;2:&#039;&#039;&#039;&#039; Toggle Value, &#039;&#039;&#039;OUT:&#039;&#039;&#039; Subtract. For this setup you must to make sure your Toggle Value is initially either set to zero or one.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Patistar</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Logic_Toggle.png&amp;diff=6115</id>
		<title>File:Logic Toggle.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Logic_Toggle.png&amp;diff=6115"/>
		<updated>2018-08-04T09:10:05Z</updated>

		<summary type="html">&lt;p&gt;Patistar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The circuit for the Logic Toggle. It will toggle the value every time the button is pressed.&lt;/div&gt;</summary>
		<author><name>Patistar</name></author>
	</entry>
</feed>