<?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=E-rwan</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=E-rwan"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/E-rwan"/>
	<updated>2026-04-05T14:54:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Integrated_Circuit_(IC10)&amp;diff=22483</id>
		<title>Integrated Circuit (IC10)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Integrated_Circuit_(IC10)&amp;diff=22483"/>
		<updated>2025-03-10T21:35:28Z</updated>

		<summary type="html">&lt;p&gt;E-rwan: 90 charatcer long&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:Circuits]]&lt;br /&gt;
[[Category:IC10 Programming]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Integrated Circuit (IC10)&lt;br /&gt;
 | image       = [[File:IC 10.png|thumb|IC Housing and IC10 disassembled]]&lt;br /&gt;
 | createdwith = [[Electronics Printer]]&lt;br /&gt;
 | cost        = 10 [[Gold]], 4 [[Steel]], 5 [[Electrum]], 2 [[Solder]]&lt;br /&gt;
 | stacks      = No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
A chip that is programmed with a [[computer]]. Place the circuit in a [[Kit (IC Housing)|IC Housing]] or directly into the programmable slot of certain devices, e.g. [[Kit (Atmospherics)|Atmospherics]].  The [[IC10]] language is used.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Where to get programs =&lt;br /&gt;
* Write one by yourself using the [[computer]] or [[Laptop]].&lt;br /&gt;
* Paste whatever you have found on the internet into your [[computer]].&lt;br /&gt;
* Load from your private library program you have saved previously (even from different savegame).&lt;br /&gt;
* Get one from Steam Workshop (first subscribe in steam, then in game it will be available in &amp;quot;library&amp;quot; on computer).&lt;br /&gt;
&lt;br /&gt;
= How to create programs =&lt;br /&gt;
== You&#039;ll need ==&lt;br /&gt;
# Basic knowledge about math and logic&lt;br /&gt;
# Whatever you&#039;re intending to program (e.g.: cycling airlock) you must be learnt to do manually (e.g.: close doors, turn on vents, etc)&lt;br /&gt;
# (Optional) Learn some of the basics of the MIPS programming language. MIPS is real world low-level (i.e. close to hardware) programming language. IC10 is MIPS with some Stationeers flavor added. It is fairly simple and compact. Due to its simplicity MIPS is not suitable for big programs but you really not going to develop those in the game anyways.&lt;br /&gt;
&lt;br /&gt;
== How to start getting in IC10 programing ==&lt;br /&gt;
Get some simple program (even 10 lines will do), run it in Stationeers to see what it does and then read the text. Look into ingame editor help pages to decrypt keywords. IC10 keywords are abbreviations of English words and mostly make sense, eg. &amp;lt;code&amp;gt;beqz r0 foobar&amp;lt;/code&amp;gt; means &amp;quot;&#039;&#039;&#039;B&#039;&#039;&#039;ranch (jump) to line labeled foobar if r0 &#039;&#039;&#039;EQ&#039;&#039;&#039;uals to &#039;&#039;&#039;Z&#039;&#039;&#039;ero&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= How to flash program onto the IC chip =&lt;br /&gt;
# Setup a [[Computer]], wire it to power.&lt;br /&gt;
# Insert a [[Motherboard (IC Editor)]] in it.&lt;br /&gt;
# Place [[Kit (IC Housing)|IC Housing]].&lt;br /&gt;
# Wire DATA (green, right) port of the computer to DATA (green, bottom) port on the IC Housing.&lt;br /&gt;
## Unless you&#039;re going to actually use/test your program in this particular IC Housing you do not need to power it.&lt;br /&gt;
# Insert [[Integrated Circuit (IC10)]] into [[Kit (IC Housing)|IC Housing]].&lt;br /&gt;
# Turn on the Computer, look at its screen and see if your IC Housing is listed and selected in the drop-down selector. You can have several IC Housings on the same data network, in that case better be renaming them using [[Labeller]]. The IC10 Integrated Circuit itself can also be labeled (and painted).&lt;br /&gt;
## Optional: click &amp;quot;Import&amp;quot; to retrieve a program from the [[Integrated Circuit (IC10)]] into the computer.&lt;br /&gt;
# Click &amp;quot;Edit&amp;quot; to open the code editor. Write/load from &amp;quot;Library&amp;quot;/paste your program, click &amp;quot;Confirm&amp;quot;.&lt;br /&gt;
# Now Computer contains the new program and Integrated Circuit still contains old one (or empty program). Click &amp;quot;Export&amp;quot; on the computer to copy the program into the Circuit. If the IC housing is powered the program will immediately run. You can repeat &amp;quot;Export&amp;quot; as many times as you want and reuse old Circuits.&lt;br /&gt;
# When Circuit is picked up size of the stored program in bytes is shown.&lt;br /&gt;
&lt;br /&gt;
Note: Steps 1-6 can be used with a [[Laptop]] now as well.  The laptop includes an IC housing so you don&#039;t have to place your own and wire it to edit chips.  This is limited to editing chips that are in the laptop (1 at a time) and cannot be used to edit chips already on the network.&lt;br /&gt;
&lt;br /&gt;
= How to make use of programmed IC Integrated Circuit =&lt;br /&gt;
# Place [[Kit (IC Housing)|IC Housing]], wire it to power, insert the Circuit&lt;br /&gt;
# Connect DATA (green, bottom) port on the IC Housing to machines you want to control. Some machines like an [[Autolathe]] have a DATA port, you need to use it (or both DATA and POWER). Some machines like a [[Stacker]] only have &amp;quot;universal&amp;quot; port.&lt;br /&gt;
# Unless you&#039;re going to modify/debug your program on place you do not require a [[Computer]] here.&lt;br /&gt;
# Using [[Screwdriver]] adjust six (or less) screws according to program description/purpose. Many programs do assign labels to screws using &amp;lt;code&amp;gt;alias&amp;lt;/code&amp;gt; command (that&#039;s considered good style), to take benefit of it you can turn on IC Housing for a short time (that way it will blink yellow, it&#039;s okay). If all screws are set to &amp;quot;None&amp;quot; a misconfigured program can do no harm.&lt;br /&gt;
# Turn on the IC Housing.&lt;br /&gt;
&lt;br /&gt;
= How large a program can be =&lt;br /&gt;
There are 128 lines each being 90 characters long. Each character takes 1 byte. Line breaks take 2 bytes. The Maximum size an IC chip can be is limited to 4096 bytes.&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[IC10]] — basic info and command reference&lt;br /&gt;
* [[Advanced IC10 Programming]]&lt;br /&gt;
* [[WebEditor]] - Various web simulators and editors for IC10. Support partially simulating presence of different devices.&lt;br /&gt;
** [https://stationeering.com/tools/ic stationeering.com] by Melair - IC simulator and a web version of the in-game guidebook&lt;br /&gt;
** [https://ic10.dev/ ic10.dev] by Traineratwot&lt;br /&gt;
** [https://ic10emu.dev ic10emu.dev] by Ryex&lt;br /&gt;
* Syntax highlighting plugins for various editors&lt;br /&gt;
** [https://marketplace.visualstudio.com/items?itemName=Traineratwot.stationeers-ic10 Visual Studio Code] - (Dec 12th 2023)&lt;br /&gt;
** [https://pastebin.com/6Uw1KSRN KDE kwrite/kate text editor] - (Oct 5th 2020)&lt;br /&gt;
** [https://pastebin.com/3kmGy0NN Notepad++] - (Mar 23rd 2024)&lt;br /&gt;
** [https://drive.google.com/file/d/1Xrv5U0ZI5jDcPv7yX7EAAxaGk5hKP0xO/view?usp=sharing Notepad++] - (Aug 11th 2022)&lt;br /&gt;
** [https://drive.google.com/file/d/1yEsJ-u94OkuMQ8K6fY7Ja1HNpLcAdjo_/view Notepad++] - (Dec 1st 2018)&lt;br /&gt;
* [https://github.com/exca/Stationeers-IC10-Automation/tree/main/Basic-IC10 BASIC compiler] A BASIC compiler for Stationeers MIPS IC10 code, developed in C#, in Unity, by Exca&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>E-rwan</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Ice_Crusher&amp;diff=22481</id>
		<title>Ice Crusher</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Ice_Crusher&amp;diff=22481"/>
		<updated>2025-03-08T09:45:52Z</updated>

		<summary type="html">&lt;p&gt;E-rwan: /* Notes */ ice crusher are capped at 0°C&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Items]]&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Ice Crusher)&lt;br /&gt;
 | image       = [[File:ItemKitIceCrusher.png]]&lt;br /&gt;
 | maxpressure = &lt;br /&gt;
 | volume      = &lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]]&lt;br /&gt;
 | cost        = 3g [[Iron Ingot]], 1g [[Gold Ingot]], 1g [[Copper Ingot]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Ice Crusher&lt;br /&gt;
 | image            = [[File:StructureIceCrusher.png]]&lt;br /&gt;
 | power_usage      = 10W standby + 1.0kW crushing&lt;br /&gt;
 | build states     = Three&lt;br /&gt;
 | placed_with_item = [[Kit (Ice Crusher)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | const_with_tool1 = [[Welding Torch]]&lt;br /&gt;
 | const_with_item1 = 1x [[Iron Sheets]]&lt;br /&gt;
 | const_with_item2 = 2x [[Cable Coil]]&lt;br /&gt;
}}&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Overall Ice Crusher Cost/Requirements &lt;br /&gt;
 | image       = [[File:StructureIceCrusher.png]]&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Autolathe]]&lt;br /&gt;
 | cost        = 1g [[Gold Ingot]], 2g [[Copper Ingot]], 5g [[Iron Ingot]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This kit is used to crush ice into liquids and/or gases. The Ice Crusher has two outputs at the back. The top port can be connected to [[Pipes]] (yellow) and the bottom port can be connected to [[Liquid Pipe]] (blue) to extract the products. The top output is for Gas outputs, and the bottom output is for Liquids. Different kinds of Ice can be crushed:&lt;br /&gt;
:[[Ice (Water)]] produces liquid Water and [[Nitrogen]] gas (80% water, 20% nitrogen)&lt;br /&gt;
:[[Ice (Oxite)]] produces [[Oxygen]] and [[Nitrogen]] gas (90% Oxygen, 10% nitrogen)&lt;br /&gt;
:[[Ice (Volatiles)]] produces [[Hydrogen]] gas (100% Hydrogen)&lt;br /&gt;
:[[Ice (Nitrice)]] produces [[Nitrogen]] and [[Nitrous_Oxide]] gas (90% Nitrogen, 10% Nitrous Oxide)&lt;br /&gt;
&lt;br /&gt;
==Refilling Water Bottles Early Game==&lt;br /&gt;
The ice crusher can be used to get drinkable water early on, by connecting it to a [[Water Bottle Filler]] using [[Liquid Pipe]] and piping the [[Nitrogen]] out with a pump or an [[Active Vent]] to avoid blocking the ice crusher. Note however that if done inside, this could lead to pressure accumulating over time, which could be dangerous if not eventually upgraded to a more robust gas handling system.&lt;br /&gt;
&lt;br /&gt;
[[File:Ice Crusher Front View.jpg|thumb|Ice Crusher Front View (Caution: Water pipe should be connected to bottom output, not as shown here)]]&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 || One(1) is locked, where as zero(0) is not locked&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Integer || Temperature of the output in degrees kelvin&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || One(1) is On, where as zero(0) is off&lt;br /&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;
| Maximum || Integer ||&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || One(1) is locked, where as zero(0) is not locked&lt;br /&gt;
|-&lt;br /&gt;
| ImportCount || Integer ||&lt;br /&gt;
|-&lt;br /&gt;
| Error || &lt;br /&gt;
|-&lt;br /&gt;
| Activate || &lt;br /&gt;
|-&lt;br /&gt;
| Setting || Integer || Temperature of the output in degrees kelvin&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer ||&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Integer ||&lt;br /&gt;
|-&lt;br /&gt;
| Prefabhash || - || 443849486&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || One(1) is on, where as zero (0) is off&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean  || One(1) is on, where as zero (0) is off&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
* It can be safely used in higher temperature environments if the ice is transferred instantly into the crusher from the mining belt.&lt;br /&gt;
* When using it for crushing [[Ice (Water)]], 20% [[Nitrogen]] gas is still produced, and care must be taken to avoid overpressurization over time.&lt;br /&gt;
* It is not insulated, so the gases and/or liquids it contains will equalize temperature with the environment.&lt;br /&gt;
* Must be kept turned on to release the liquids and/or gases it contains.&lt;br /&gt;
* Has an internal capacity of 200L.&lt;br /&gt;
* Will not explode from overpressure of its internal capacity, but will stop crushing ice and flash an error if its internal pressure exceeds 125 MPa.  It will resume crushing once its internal pressure drops below approximately 121 MPa.&lt;br /&gt;
* Outputs gas at a maximum rate of 9.231 MPa per tick into a single pipe segment (exactly 20 MPa into 6 pipe segments every 13 ticks), stopping once its internal pressure equals the pressure of the output port.  This drops its internal pressure by 0.4615 MPa per tick.&lt;br /&gt;
* Can generate gas from crushing ice substantially faster than its maximum gas output rate, at a rate of approximately 5 MPa to its internal capacity per tick spent crushing ice.&lt;br /&gt;
* Changing the &#039;Setting&#039; Value (represented in degrees kelvin) with IC/Logic circuits can dramatically speed up crushing times. For example, I changed my volatiles crusher from the default value to 273k(ice crusher are capped at 0°C/273.5k) and was able to process a stack of 50 volatiles in only 5 seconds.&lt;/div&gt;</summary>
		<author><name>E-rwan</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Vending_Machine_Refrigerated)&amp;diff=22479</id>
		<title>Kit (Vending Machine Refrigerated)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Vending_Machine_Refrigerated)&amp;diff=22479"/>
		<updated>2025-03-06T19:53:51Z</updated>

		<summary type="html">&lt;p&gt;E-rwan: Correction to frontal dial usage description.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Machines]]&lt;br /&gt;
[[Category:Import/Export]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
| name = Kit (Vending Machine Refrigerated)&lt;br /&gt;
| image = [[File:ItemKitVendingMachineRefrigerated.png]]&lt;br /&gt;
| prefabhash = -1867508561&lt;br /&gt;
| prefabname = ItemKitVendingMachineRefrigerated&lt;br /&gt;
| stacks = 1&lt;br /&gt;
| slot_class = SlotClass.None&lt;br /&gt;
| sorting_class = SortingClass.Kits&lt;br /&gt;
| recipe_machine1 = Electronics Printer (Tier Two)&lt;br /&gt;
| recipe_cost1 = 60g [[Gold]], 40g [[Steel]], 80g [[Electrum]], 30g [[Solder]]       &lt;br /&gt;
| constructs = [[Refrigerated Vending Machine]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name = Refrigerated Vending Machine&lt;br /&gt;
| image = [[File:StructureRefrigeratedVendingMachine.png]]&lt;br /&gt;
| power_usage      = ?? W&lt;br /&gt;
| prefab_hash = -1577831321&lt;br /&gt;
| prefab_name = StructureRefrigeratedVendingMachine&lt;br /&gt;
| placed_on_grid = Small Grid&lt;br /&gt;
| decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
| placed_with_item = [[Kit (Vending Machine Refrigerated)]]&lt;br /&gt;
| item_rec1 = [[Kit (Vending Machine Refrigerated)]]&lt;br /&gt;
| decon_with_tool2 = [[Crowbar]]&lt;br /&gt;
| const_with_item1 = 2 x [[Plastic Sheets]]&lt;br /&gt;
| item_rec2 = 2 x [[Plastic Sheets]]&lt;br /&gt;
| decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
| const_with_tool2 = [[Screwdriver]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
The [[Vending Machine Refrigerated]] is a machine used to dispense items to players. The machine can hold up to 100 individual stacks of items. The machine&#039;s easy to use interface lets the user choose an item (displayed in the picture window) and dispense it with the press of a button. Differently from the standard [[Vending Machine]], will reduce the spoil time of organic items inside of it.&lt;br /&gt;
&lt;br /&gt;
It has a frontal dial used to manually adjust the stack sizes of ADDED items. The stacksize setting is not a data parameter accessible to logic.&lt;br /&gt;
&amp;lt;br&amp;gt;Can be also used to get the items purchased or sold to [[Traders]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;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;
| Activate || Boolean || Not functional on this device&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the device for player interaction when set to 1. Unlocks it, when set to 0. &lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the device on, when set &amp;gt;= 1. Turns it off, when set to &amp;lt;1.&lt;br /&gt;
|-&lt;br /&gt;
| RequestHash || Integer || Write [[ItemHash]] to device to immediate output&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 device is turned on and receives power. (0 for no, 1 for yes).&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the device is flashing an error. (0 for no, 1 for yes).&lt;br /&gt;
|-&lt;br /&gt;
| Activate || Boolean || Not functional on this device.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Reads if the device is locked.&lt;br /&gt;
|-&lt;br /&gt;
| ImportCount|| Integer || Incremented each time an item stack enter by the Import slot&lt;br /&gt;
|-&lt;br /&gt;
| ExportCount|| Integer || Incremented each time an item stack exit by the Export Slot&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Integer || Storage space used in percentage.&lt;br /&gt;
|-&lt;br /&gt;
| Quantity || Integer || Storage space used in whole numbers.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash|| Integer || Returns [[ItemHash]] of device&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the device is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power, required by the device, in watts.&lt;br /&gt;
|-&lt;br /&gt;
| RequestHash || Integer || 0 unless actively written to&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygen || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of oxygen in the [[Vending Machine Refrigerated]].&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxide || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of carbon dioxide in the [[Vending Machine Refrigerated]].&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogen || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of nitrogen in the [[Vending Machine Refrigerated]].&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutant || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of pollutant in the [[Vending Machine Refrigerated]].&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatiles || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of volatiles in the [[Vending Machine Refrigerated]].&lt;br /&gt;
|-&lt;br /&gt;
| RatioWater || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of water in the [[Vending Machine Refrigerated]].&lt;br /&gt;
|-&lt;br /&gt;
| Temperature || Float || Returns the temperature in the [[Vending Machine Refrigerated]].&lt;br /&gt;
|-&lt;br /&gt;
| TotalMoles || Float || Totale moles inside the [[Vending Machine Refrigerated]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Data Slots ====&lt;br /&gt;
These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Slots_Reader|Slots Reader]]. The outputs are listed in the order a Slots Reader&#039;s &amp;quot;VAR&amp;quot; setting cycles through them.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Number || Name !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0 || Import || Import slot.&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Export || Export slot.&lt;br /&gt;
|-&lt;br /&gt;
| 2-101 || Storage || Internal storage slots.o&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Occupied || Boolean || Returns whether the slot occupied. (0 for no, 1 for yes).&lt;br /&gt;
|-&lt;br /&gt;
| OccupantHash|| Integer || Returns [[ItemHash]] of item in slot.&lt;br /&gt;
|-&lt;br /&gt;
| Quantity || Integer || Size of stack.&lt;br /&gt;
|-&lt;br /&gt;
| Damage || Integer || Item durability in percent.&lt;br /&gt;
|-&lt;br /&gt;
| Class || Integer || Item class ID.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Notes== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Seems that the inside temperature and atmosphere are fixed on 142K and vacuum atmosphere.&lt;/div&gt;</summary>
		<author><name>E-rwan</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Cartridge&amp;diff=22445</id>
		<title>Cartridge</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Cartridge&amp;diff=22445"/>
		<updated>2025-02-16T14:38:50Z</updated>

		<summary type="html">&lt;p&gt;E-rwan: &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 (Access Controller)&lt;br /&gt;
 | image       = [[File:ItemCartridge.png]]&lt;br /&gt;
 | stacks      = No&lt;br /&gt;
 | createdwith = [[Security Printer]]&lt;br /&gt;
 | cost        = 1g [[Iron]], 5g [[Gold]], 5g [[Copper]]&lt;br /&gt;
}}&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Cartridge (Atmos Analyzer)&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;
{{Itembox&lt;br /&gt;
 | name        = Cartridge (Medical Analyzer)&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;
{{Itembox&lt;br /&gt;
 | name        = Cartridge (eReader)&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;
{{Itembox&lt;br /&gt;
 | name        = Cartridge (GPS)&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;
{{Itembox&lt;br /&gt;
 | name        = Cartridge (Network Analyzer)&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;
{{Itembox&lt;br /&gt;
 | name        = Cartridge (Configuration)&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;
{{Itembox&lt;br /&gt;
 | name        = Cartridge (Ore Scanner)&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;
{{Itembox&lt;br /&gt;
 | name        = Cartridge (Ore Scanner (Color))&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]], 10g [[Electrum]], 10g [[Invar]], 5g [[Constantan]], 5g [[Solder]], 5g [[Silicon]]&lt;br /&gt;
}}&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Cartridge (Tracker)&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;!----&amp;gt;&lt;br /&gt;
== Description == &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
Cartridges are used in [[Handheld Tablet|Handheld Tablets]], which can carry one, and [[Advanced Tablet|Advanced Tablets]], which can carry two. Their functionality changes depending on the cartridge.&lt;br /&gt;
&lt;br /&gt;
Cartridges are made in the [[Electronics Printer]] and in the [[Security Printer]] (Cartridge (Access Controller)) and the player starts will several of them in their [[Starting Gear]].&lt;br /&gt;
&lt;br /&gt;
== Access Controller == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Access Control cartridge allows the user to see and change the access of manufacturing machines like the [[Autolathe]], [[Kit_(Door)|Doors]] or [[Power_Controller|Area Power Controllers]]. By default, everything placed will have no access controls set. When one or more controls are present, the controlled object will be unavailable to any stationeer without the prerequisite [[Access_Card|Access Card]]. This can be crafted at the [[Kit_(Security_Printer)|Security Printer]].&lt;br /&gt;
&lt;br /&gt;
See the page [[Access Controller]] for more details.&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;
== 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;
== GPS == &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This cartridge displays your current location in X,Y,Z Coordinates.&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;
== Configuration == &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Configuration cartridge will read off the [[:Category:Data Network|Data Network]] values within an appliance or structure.&lt;br /&gt;
&lt;br /&gt;
== Ore Scanner == &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ore scanner cartridges are used with the [[Handheld Tablet]] to scan for minerals underground. Mineral types are not identified and output is shown as black and white.&lt;br /&gt;
&lt;br /&gt;
== Ore Scanner (Color) == &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ore scanner cartridges are used with the [[Handheld Tablet]] to scan for minerals underground. Mineral types are displayed in different colors:&lt;br /&gt;
&lt;br /&gt;
* Red = [[Ice (Volatiles)]]&lt;br /&gt;
* Orange = [[Ore (Copper)]]&lt;br /&gt;
* Yellow = [[Ore (Gold)]], [[Ore (Lead)]], [[Ore (Nickel)]]&lt;br /&gt;
* Magenta = [[Ore (Iron)]]&lt;br /&gt;
* Mallow = [[Ore (Cobalt)]]&lt;br /&gt;
* Cyan = [[Ice (Nitrice)]], [[Ice (Oxite)]]&lt;br /&gt;
* Green = [[Ore (Uranium)]]&lt;br /&gt;
* White = [[Ore (Silver)]], [[Silicon]], [[Ice (Water)]]&lt;br /&gt;
* Grey= [[Coal]]&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]] or a portable [[Tracking 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;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>E-rwan</name></author>
	</entry>
</feed>