<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://legacy.stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Patistar</id>
		<title>Unofficial Stationeers Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://legacy.stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Patistar"/>
		<link rel="alternate" type="text/html" href="https://legacy.stationeers-wiki.com/Special:Contributions/Patistar"/>
		<updated>2026-04-12T06:31:24Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://legacy.stationeers-wiki.com/index.php?title=Logic_Toggle&amp;diff=6119</id>
		<title>Logic Toggle</title>
		<link rel="alternate" type="text/html" href="https://legacy.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;
'''Author:''' Patistar#8335&amp;lt;br&amp;gt;&lt;br /&gt;
'''Stationeers Version:''' 0.1.1567.7381&amp;lt;br&amp;gt;&lt;br /&gt;
'''Number of Components:''' 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;
* '''Enable Value Writer:''' IN: Button, OUT: Write Value, VAR: On&lt;br /&gt;
* '''Toggle Compare:''' 1: Toggle Value, 2: Logic 1, OUT: NotEqual&lt;br /&gt;
* '''Write Value:''' IN: Toggle Compare, OUT: Toggle Value, VAR: Settings&lt;br /&gt;
* '''Logic 1:''' VALUE: 1&lt;br /&gt;
&lt;br /&gt;
The '''Toggle Compare''' will compare the '''Toggle Value''' with 1. If the '''Toggle Value''' is 1, the '''Toggle Compare''' will output 0. If the '''Toggle Value''' is 0, the '''Toggle Compare''' will output 1. The '''Write Value''' writes output of the '''Toggle Compare''' to the '''Toggle Value''' Memory. As we do not want that value to be continuously changed, we are going to turn the '''Write Value''' component off. The '''Enable Value Writer''' will only turn the '''Write Value''' component on, while the '''Button''' is pressed. This will change the '''Toggle Value''' 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 '''Toggle Value''' 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. '''1:''' Logic 1, '''2:''' Toggle Value, '''OUT:''' 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://legacy.stationeers-wiki.com/index.php?title=Logic_Toggle&amp;diff=6118</id>
		<title>Logic Toggle</title>
		<link rel="alternate" type="text/html" href="https://legacy.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;
'''Author:''' Patistar#8335&amp;lt;br&amp;gt;&lt;br /&gt;
'''Stationeers Version:''' 0.1.1567.7381&amp;lt;br&amp;gt;&lt;br /&gt;
'''Number of Components:''' 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;
* '''Enable Value Writer:''' IN: Button, OUT: Write Value, VAR: On&lt;br /&gt;
* '''Toggle Compare:''' 1: Toggle Value, 2: Logic 1, OUT: NotEqual&lt;br /&gt;
* '''Write Value:''' IN: Toggle Compare, OUT: Toggle Value, VAR: Settings&lt;br /&gt;
* '''Logic 1:''' VALUE: 1&lt;br /&gt;
&lt;br /&gt;
The '''Toggle Compare''' will compare the '''Toggle Value''' with 1. If the '''Toggle Value''' is 1, the '''Toggle Compare''' will output 0. If the '''Toggle Value''' is 0, the '''Toggle Compare''' will output 1. The '''Write Value''' writes output of the '''Toggle Compare''' to the '''Toggle Value''' Memory. As we do not want that value to be continuously changed, we are going to turn the '''Write Value''' component off. The '''Enable Value Writer''' will only turn the '''Write Value''' component on, while the '''Button''' is pressed. This will change the '''Toggle Value''' 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 '''Toggle Value''' 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. '''1:''' Logic 1, '''2:''' Toggle Value, '''OUT:''' 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://legacy.stationeers-wiki.com/index.php?title=Logic_Toggle&amp;diff=6117</id>
		<title>Logic Toggle</title>
		<link rel="alternate" type="text/html" href="https://legacy.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;
'''Author:''' Patistar#8335&amp;lt;br&amp;gt;&lt;br /&gt;
'''Stationeers Version:''' 0.1.1567.7381&amp;lt;br&amp;gt;&lt;br /&gt;
'''Number of Components:''' 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;
* '''Enable Value Writer:''' IN: Button, OUT: Write Value, VAR: On&lt;br /&gt;
* '''Toggle Compare:''' 1: Toggle Value, 2: Logic 1, OUT: NotEqual&lt;br /&gt;
* '''Write Value:''' IN: Toggle Compare, OUT: Toggle Value, VAR: Settings&lt;br /&gt;
* '''Logic 1:''' VALUE: 1&lt;br /&gt;
&lt;br /&gt;
The '''Toggle Compare''' will compare the '''Toggle Value''' with 1. If the '''Toggle Value''' is 1, the '''Toggle Compare''' will output 0. If the '''Toggle Value''' is 0, the '''Toggle Compare''' will output 1. The '''Write Value''' writes output of the '''Toggle Compare''' to the '''Toggle Value''' Memory. As we do not want that value to be continuously changed, we are going to turn the '''Write Value''' component off. The '''Enable Value Writer''' will only turn the '''Write Value''' component on, while the '''Button''' is pressed. This will change the '''Toggle Value''' 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 '''Toggle Value''' 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. '''1:''' Logic 1, '''2:'''' Toggle Value, '''OUT:''' 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://legacy.stationeers-wiki.com/index.php?title=Logic_Toggle&amp;diff=6116</id>
		<title>Logic Toggle</title>
		<link rel="alternate" type="text/html" href="https://legacy.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;
'''Author:''' Patistar#8335&amp;lt;br&amp;gt;&lt;br /&gt;
'''Stationeers Version:''' 0.1.1567.7381&amp;lt;br&amp;gt;&lt;br /&gt;
'''Number of Components:''' 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;
* '''Enable Value Writer:''' IN: Button, OUT: Write Value, VAR: On&lt;br /&gt;
* '''Toggle Compare:''' 1: Toggle Value, 2: Logic 1, OUT: NotEqual&lt;br /&gt;
* '''Write Value:''' IN: Toggle Compare, OUT: Toggle Value, VAR: Settings&lt;br /&gt;
* '''Logic 1:''' VALUE: 1&lt;br /&gt;
&lt;br /&gt;
The '''Toggle Compare''' will compare the '''Toggle Value''' with 1. If the '''Toggle Value''' is 1, the '''Toggle Compare''' will output 0. If the '''Toggle Value''' is 0, the '''Toggle Compare''' will output 1. The '''Write Value''' writes output of the '''Toggle Compare''' to the '''Toggle Value''' Memory. As we do not want that value to be continuously changed, we are going to turn the '''Write Value''' component off. The '''Enable Value Writer''' will only turn the '''Write Value''' component on, while the '''Button''' is pressed. This will change the '''Toggle Value''' 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 '''Toggle Value''' 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. '''1:''' Logic 1, '''2:'''' Toggle Value, '''OUT:''' 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://legacy.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://legacy.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>