<?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=47.4.246.112</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=47.4.246.112"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/47.4.246.112"/>
	<updated>2026-04-04T10:47:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Pipe_Gas_Mixer&amp;diff=13459</id>
		<title>Pipe Gas Mixer</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Pipe_Gas_Mixer&amp;diff=13459"/>
		<updated>2022-10-27T13:52:49Z</updated>

		<summary type="html">&lt;p&gt;47.4.246.112: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&gt;
[[Category:Items]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Gas Mixer)&lt;br /&gt;
 | image       = [[File:ItemPipeGasMixer.png]]&lt;br /&gt;
 | stacks      = Yes (5)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 2g [[Iron]], 2g [[Gold]], 2g [[Copper]] &amp;lt;!-- cost Ok as of 29.6.2022 --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name        = Pipe Gas Mixer&lt;br /&gt;
| paintable   = Yes&lt;br /&gt;
| power_usage      =  100W&lt;br /&gt;
| placed_with_item  = Kit (Gas Mixer)&lt;br /&gt;
| placed_on_grid = Small Grid&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Used to mix two gases in proportions ranging from 0-100%. A must have for the [[Furnace]]. Input 1 is the straight thorough route, and Input 2 is the side entry.&lt;br /&gt;
&lt;br /&gt;
== Setting ==&lt;br /&gt;
The setting wheel is set in percent of input 1.  Holding &#039;c&#039; allows you to set the dial in 1 percent increments.  It&#039;s possible to set the ratio with an arbitrary precision using the labeler or a [[Kit (Logic I/O)|Logic Writer]], but the dial will always show rounded to the nearest percent when you look at it.&lt;br /&gt;
&lt;br /&gt;
== Temperature Dependence ==&lt;br /&gt;
The gas mixer will mix the input gases based on moles of gas in the ratio provided by the setting, but only if the gases at input 1 and input 2 are at the same temperature.  This means if you&#039;re trying to mix [[Volatiles]] and [[Oxygen]] at a 2:1 ratio, make sure both input gases are at the same temperature.&lt;br /&gt;
&lt;br /&gt;
While the gas mixer ignores input pressures, the mixer will take more moles of the colder gas than you would expect.  For instance, if you set the gas mixer to a 1:1 ratio and both inputs contain just [[Carbon Dioxide]], input 1 at 2000 K and input 2 at 1000K, it will take twice as much of the gas from input 2, so your resultant gas will be Carbon Dioxide at 1333.33 K.&lt;br /&gt;
&lt;br /&gt;
Assuming you&#039;re mixing two identical gases with different temperatures, and the temperature of the hot gas at input 1 is &amp;quot;T1&amp;quot;, the temperature of the cold gas at input 2 is &amp;quot;T2&amp;quot; and the mixer is set to &amp;quot;S&amp;quot; percent, then the resulting gas temperature will be given by this formula:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;Tout = (T1 x 100) / (S + (100-S) x T1 / T2)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you know your two input temperatures and your desired output temperature (which must be between T1 and T2), you can re-arrange this to solve for &amp;quot;S&amp;quot;, which will tell you what to set the dial to in order to get the desired temperature:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;S = (100/(T2-T1)) x ((T1 x T2 / Tout) - T1)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Precision gas mixing ==&lt;br /&gt;
&lt;br /&gt;
When you want to achieve a precise output ratio (r&#039;) you must take into account the temperatures of the inputs when calculating the setting of the gas mixer (r).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;r = (r&#039;T1) / ((1-r&#039;)T2+r&#039;T1)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If there is already gas in the output pipe network (m1 + m2), it is possible to calculate the goal (r&#039;) of the gas mixer which can be added to the pipe network to achieve a target gas ratio (r&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;b=(1-r&amp;quot;)m1 - r&amp;quot; x m2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;r&#039; = (b x T2 - r&amp;quot; x V x 12.2) / ( b x (T2-T1) - V x 12.2)&amp;lt;/code&amp;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;
| Lock || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Setting || float || Correspond to the percentage value of the Input 1&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &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 ||&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean ||&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Setting || float || Contains the current Input 1 value in percent (60.5 for example)&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || float || Value of 100&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || Contains the ratio corresponding to the Input 1 value (0.605, for the 60.5 value above)&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Requiredpower || Integer || In Watts. The Gas Mixer require 100W of power to function&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [https://youtu.be/0CQL88PXkeE Precision Gas Mixing (youtube)]&lt;br /&gt;
* [http://www.purplefrog.com/~thoth/art/stationeers-furnace/gas-mixer.html precision gas mixing mathematical derivation]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>47.4.246.112</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Pipe_Gas_Mixer&amp;diff=13458</id>
		<title>Pipe Gas Mixer</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Pipe_Gas_Mixer&amp;diff=13458"/>
		<updated>2022-10-27T13:52:13Z</updated>

		<summary type="html">&lt;p&gt;47.4.246.112: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&gt;
[[Category:Items]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Gas Mixer)&lt;br /&gt;
 | image       = [[File:ItemPipeGasMixer.png]]&lt;br /&gt;
 | stacks      = Yes (5)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 2g [[Iron]], 2g [[Gold]], 2g [[Copper]] &amp;lt;!-- cost Ok as of 29.6.2022 --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name        = Pipe Gas Mixer&lt;br /&gt;
| paintable   = Yes&lt;br /&gt;
| power_usage      =  100W&lt;br /&gt;
| placed_with_item  = Kit (Gas Mixer)&lt;br /&gt;
| placed_on_grid = Small Grid&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Used to mix two gases in proportions ranging from 0-100%. A must have for the [[Furnace]]. Input 1 is the straight thorough route, and Input 2 is the side entry.&lt;br /&gt;
&lt;br /&gt;
== Setting ==&lt;br /&gt;
The setting wheel is set in percent of input 1.  Holding &#039;c&#039; allows you to set the dial in 1 percent increments.  It&#039;s possible to set the ratio with an arbitrary precision using the labeler or a [[Kit (Logic I/O)|Logic Writer]], but the dial will always show rounded to the nearest percent when you look at it.&lt;br /&gt;
&lt;br /&gt;
== Temperature Dependence ==&lt;br /&gt;
The gas mixer will mix the input gases based on moles of gas in the ratio provided by the setting, but only if the gases at input 1 and input 2 are at the same temperature.  This means if you&#039;re trying to mix [[Volatiles]] and [[Oxygen]] at a 2:1 ratio, make sure both input gases are at the same temperature.&lt;br /&gt;
&lt;br /&gt;
While the gas mixer ignores input pressures, the mixer will take more moles of the colder gas than you would expect.  For instance, if you set the gas mixer to a 1:1 ratio and both inputs contain just [[Carbon Dioxide]], input 1 at 2000 K and input 2 at 1000K, it will take twice as much of the gas from input 2, so your resultant gas will be Carbon Dioxide at 1333.33 K.&lt;br /&gt;
&lt;br /&gt;
Assuming you&#039;re mixing two identical gases with different temperatures, and the temperature of the hot gas at input 1 is &amp;quot;T1&amp;quot;, the temperature of the cold gas at input 2 is &amp;quot;T2&amp;quot; and the mixer is set to &amp;quot;S&amp;quot; percent, then the resulting gas temperature will be given by this formula:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;Tout = (T1 x 100) / (S + (100-S) x T1 / T2)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you know your two input temperatures and your desired output temperature (which must be between T1 and T2), you can re-arrange this to solve for &amp;quot;S&amp;quot;, which will tell you what to set the dial to in order to get the desired temperature:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;S = (100/(T2-T1)) x ((T1 x T2 / Tout) - T1)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Precision gas mixing ==&lt;br /&gt;
&lt;br /&gt;
When you want to achieve a precise output ratio (r&#039;) you must take into account the temperatures of the inputs when calculating the setting of the gas mixer (r).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;r = (r&#039;T1) / ((1-r&#039;)T2+r&#039;T1)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If there is already gas in the output pipe network (m1 + m2), it is possible to calculate the goal (r&#039;) of the gas mixer which can be added to the pipe network to achieve a target gas ratio (r&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;b=(1-r&amp;quot;)m1 - r&amp;quot; x m2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;r&#039; = (b x T2 - r&amp;quot; x V x 12.2) / ( b x (T2-T1) - V x 12.2)&amp;lt;/code&amp;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;
| Lock || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Setting || float || Correspond to the percentage value of the Input 1&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &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 ||&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean ||&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Setting || float || Contains the current Input 1 value in percent (60.5 for example)&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || float || Value of 100&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || Contains the ratio corresponding to the Input 1 value (0.605, for the 60.5 value above)&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Requiredpower || Integer || In Watts. The Gas Mixer require 100W of power to function&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
[https://youtu.be/0CQL88PXkeE Precision Gas Mixing (youtube)]&lt;br /&gt;
[http://www.purplefrog.com/~thoth/art/stationeers-furnace/gas-mixer.html precision gas mixing mathematical derivation]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>47.4.246.112</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Autolathe&amp;diff=9129</id>
		<title>Autolathe</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Autolathe&amp;diff=9129"/>
		<updated>2020-01-30T21:06:53Z</updated>

		<summary type="html">&lt;p&gt;47.4.246.112: &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;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Machines]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Autolathe)&lt;br /&gt;
 | image       = [[File:ItemKitAutolathe.png]]&lt;br /&gt;
 | createdwith = [[Autolathe]], [[Fabricator]]&lt;br /&gt;
 | cost        = 20g [[Iron]], 10g [[Copper]], 2g [[Gold]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Autolathe&lt;br /&gt;
 | image            = [[File:Autolathe.jpg]]&lt;br /&gt;
 | power_usage      = 100W + Recipe Usage&lt;br /&gt;
 | placed_with_item = [[Kit (Autolathe)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Autolathe)]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Autolathe mk2&lt;br /&gt;
 | image            = [[File:Autolathemk2.png]]&lt;br /&gt;
 | power_usage      = 100W + Recipe Usage&lt;br /&gt;
 | placed_with_item = [[Autolathe Printer Mod]]&lt;br /&gt;
 | placed_on_grid   = Small Grid with Autolathe&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Autolathe Printer Mod]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Used to craft a variety of items. Takes ingots in the left and spits product out of the right. Power button toggles machine power state. Lever will eject materials inside if machine is powered. Arrow buttons select recipe, push the square button in between to craft. Magnifying glass button below the craft button opens a search interface for easier recipe selection.&lt;br /&gt;
&lt;br /&gt;
To complete construction you will need 2 [[Iron Sheets]], 4 [[Cable Coil]]s, and 2 [[Plastic Sheets]] and a [[Welder]] tool.&lt;br /&gt;
&lt;br /&gt;
Since December 2019 there is an option to upgrade the Autolathe to a MK2 Version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Warning: Machine will continue to craft until button is pushed again, machine is turned off or loses power.&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:auto; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Recipes == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Expand to see the recipes.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Item&#039;&#039;&#039;&lt;br /&gt;
! &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
! &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Cable Coil]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Copper|0.5}}&lt;br /&gt;
| {{Icon|cable coil|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Chutes]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|3}}&lt;br /&gt;
| {{Icon|chutes|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Pipe]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|0.5}}&lt;br /&gt;
| {{Icon|pipes|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Glass Sheets]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Silicon|2}}&lt;br /&gt;
| {{Icon|glass sheets|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Iron Frames]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|4}}&lt;br /&gt;
| {{Icon|iron frames|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Iron Sheets]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|1}}&lt;br /&gt;
| {{Icon|iron sheets|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Kit (Arc Furnace)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|20}} {{Icon|Copper|5}}&lt;br /&gt;
| {{Icon|arc furnace|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Autolathe|Kit (Autolathe)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|20}} {{Icon|Copper|10}} {{Icon|Gold|2}}&lt;br /&gt;
| {{Icon|autolathe|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Kit (Centrifuge)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|20}} {{Icon|Copper|5}}&lt;br /&gt;
| {{Icon|centrifuge|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Cladding|Kit (Cladding)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|1}}&lt;br /&gt;
| {{Icon|kit cladding|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Kit (Container Mount)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|10}}&lt;br /&gt;
| {{Icon|kit container mount|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Kit (Crate)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|10}}&lt;br /&gt;
| {{Icon|kit crate|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Kit (Door)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|7}} {{Icon|Copper|3}}&lt;br /&gt;
| {{Icon|kit door|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Electronics Printer|Kit (Electronics Printer)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|20}} {{Icon|Copper|10}} {{Icon|Gold|2}}&lt;br /&gt;
| {{Icon|electronics printer|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Floor Grating |Kit (Floor Grating)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|2}}&lt;br /&gt;
| {{Icon|floor grating|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Furnace|Kit (Furnace)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|30}} {{Icon|Copper|10}}&lt;br /&gt;
| {{Icon|furnace|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Hydraulic Pipe Bender|Kit (Hydraulic Pipe Bender)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|20}} {{Icon|Copper|10}} {{Icon|Gold|2}}&lt;br /&gt;
| {{Icon|hydraulic pipe bender|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Iron Walls|Kit (Iron Wall)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|1}}&lt;br /&gt;
| {{Icon|iron walls|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Kit (Lights)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|1}} {{Icon|Copper|2}} {{Icon|Silicon|1}}&lt;br /&gt;
| {{Icon|wall light|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Locker|Kit (Locker)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|10}}&lt;br /&gt;
| {{Icon|locker|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Kit (Sign)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|3}}&lt;br /&gt;
| {{Icon|sign|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Stacker|Kit (Stacker)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|10}} {{Icon|Copper|2}}&lt;br /&gt;
| {{Icon|stacker|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Stairs|Kit (Stairs)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|15}}&lt;br /&gt;
| {{Icon|stairs|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Tool Manufactory|Kit (Tool Manufactory)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Iron|20}} {{Icon|Copper|10}}&lt;br /&gt;
| {{Icon|tool manufactory|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Kit (Wall)]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Steel|1}}&lt;br /&gt;
| {{Icon|walls|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Steel Frames]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Steel|2}}&lt;br /&gt;
| {{Icon|steel frames|1}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | &#039;&#039;&#039;[[Steel Sheets]]&#039;&#039;&#039;&lt;br /&gt;
| {{Icon|Steel|0.5}}&lt;br /&gt;
| {{Icon|steel sheets|1}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:auto; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
Expand to see the properties.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;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;
| Open || Boolean || Opens the Autolathe, when set to 1. Closes the Autolathe, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Activate || Boolean || Activates the Autolathe, when set to 1. Deactivates the Autolathe, when set to 0. &#039;&#039;&#039;Note&#039;&#039;&#039;: This can cause a minor bug to occur. (See [[#Bugs|Bugs]])&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Autolathe on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| [[RecipeHash]] || Integer || Set machine to recipe &amp;lt;small&amp;gt;Number is calculated using hash on prefabname&amp;lt;/small&amp;gt;&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 Autolathe is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Returns whether the Autolathe is open. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Autolathe is flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Activate || Boolean || Returns whether the Autolathe is active. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Reagents || Integer || Returns the total amount of all contents, in the Autolathe, in grams.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Autolathe is on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| ImportQuantity || (Unknown) || (Unknown)&lt;br /&gt;
|-&lt;br /&gt;
| ImportSlotOccupant || Boolean || Returns whether there is something in the Autolathe import slot. (0 for no, 1 for yes) This outputs 1 only briefly, every time something is inserted in the Autolathe.&lt;br /&gt;
|-&lt;br /&gt;
| ExportQuantity || Integer || Returns how many items are in the export slot. This will usually only briefly turn 1, shortly before dropping something out of the export slot.&lt;br /&gt;
|-&lt;br /&gt;
| ExportSlotOccupant || Boolean || Returns whether there is something in the Autolathe export slot. (0 for no, 1 for yes) This will usually only briefly turn 1, shortly before dropping something out of the export slot.&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power, required by the Autolathe, in Watts. &#039;&#039;&#039;Note&#039;&#039;&#039;: This will not update when active (See [[#Bugs|Bugs]]).&lt;br /&gt;
|-&lt;br /&gt;
| [[RecipeHash]] || Integer || Reads recipehash of selected recipe &amp;lt;small&amp;gt;Number is calculated using hash on prefabname&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
* Setting the &amp;quot;Activate&amp;quot; parameter to 1, can cause the Autolathe to activate, even when it is empty. Nothing is dropped from the output, once the production is finished in this case and the Autolathe will stop after one production run.&lt;br /&gt;
* The &amp;quot;RequiredPower&amp;quot; output only ever outputs 5, when the Autolathe is turned on, 0 otherwise. It does not take into account the raised power required when active. (Still present in version 0.1.1234.6112)&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>47.4.246.112</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Cartridge&amp;diff=9128</id>
		<title>Cartridge</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Cartridge&amp;diff=9128"/>
		<updated>2020-01-30T20:00:38Z</updated>

		<summary type="html">&lt;p&gt;47.4.246.112: &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;
{{Itembox&lt;br /&gt;
 | name        = Cartridge (&#039;&#039;type&#039;&#039;)&lt;br /&gt;
 | image       = [[File:ItemCartridge.png]]&lt;br /&gt;
 | stacks      = No&lt;br /&gt;
 | createdwith = [[Electronics Printer]]&lt;br /&gt;
 | cost        = 1g [[Iron]], 5g [[Gold]], 5g [[Copper]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
Cartridges are used in [[Handheld Tablet|Handheld Tablets]]. Their functionality changes depending on the cartridge.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Cartridges are made in the [[Electronics Printer]] and the player starts will several of them in their [[Starting Gear]].&lt;br /&gt;
&lt;br /&gt;
== Atmos Analyzer == &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The atmos analyzer cartridge allows the tablet to inspect the atmosphere of the current room, giving pressure, concentrations of each gas, as well as the molar quantity of the gasses. This information applies to the large-grid cube of atmosphere the tablet is in. Pointing the tablet at a pipe or tank will give the same information for either the contents of the tank or the contents of the entire pipe network.&lt;br /&gt;
&lt;br /&gt;
== Medical Analyzer == &amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Scans the users organs for their health state.&lt;br /&gt;
&lt;br /&gt;
== Tracker == &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The tracker cartridge will enable the tablet to point the direction and provide the distance to a beacon that is on or to another player. Using the scroll wheel will allow different targets to be selected.&lt;br /&gt;
&lt;br /&gt;
== eReader == &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The eReader provides a database of items and recipes to create. It also provides the information as to which machine is needed, power consumed to craft, and temperature/pressure required (furnace recipes). Using the scroll wheel will scroll through the items. There are a lot of items and there is not currently a search function.&lt;br /&gt;
&lt;br /&gt;
== Network Analyzer == &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The network analyzer cartridge is used to monitor the current, potential, and actual wattage of a line.&lt;br /&gt;
And list the connected devices on a network.&lt;br /&gt;
&lt;br /&gt;
== Ore Scanner == &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ore scanner cartridges are used with the [[Ground Penetrating Radar]] to scan for minerals underground. Mineral types are not identified.&lt;br /&gt;
&lt;br /&gt;
== Ore Scanner (Color) == &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ore scanner cartridges are used with the [[Ground Penetrating Radar]] to scan for minerals underground. Mineral types are displayed in different colors.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Minerals !! Color&lt;br /&gt;
|-&lt;br /&gt;
| Iron || Red&lt;br /&gt;
|-&lt;br /&gt;
| Copper || Yellow&lt;br /&gt;
|-&lt;br /&gt;
| Coal || Purple&lt;br /&gt;
|-&lt;br /&gt;
| Gold || Green&lt;br /&gt;
|-&lt;br /&gt;
| Silver || Green&lt;br /&gt;
|-&lt;br /&gt;
| Lead || Example&lt;br /&gt;
|-&lt;br /&gt;
| Nickel || Example&lt;br /&gt;
|-&lt;br /&gt;
| Silicon || Purple&lt;br /&gt;
|-&lt;br /&gt;
| Ice (Oxite) || Yellow&lt;br /&gt;
|-&lt;br /&gt;
| Ice (Volatiles) || White&lt;br /&gt;
|-&lt;br /&gt;
| Ice (Water) || Cyan&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>47.4.246.112</name></author>
	</entry>
</feed>