<?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=91.221.218.22</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=91.221.218.22"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/91.221.218.22"/>
	<updated>2026-04-04T07:10:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=AIMEe&amp;diff=21436</id>
		<title>AIMEe</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=AIMEe&amp;diff=21436"/>
		<updated>2024-06-22T11:12:07Z</updated>

		<summary type="html">&lt;p&gt;91.221.218.22: /* Data Slots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:IC10 Programming]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
| name = Kit (AIMeE)&lt;br /&gt;
| image = [[File:ItemKitAIMeE.png]]&lt;br /&gt;
| prefabhash = 496830914&lt;br /&gt;
| prefabname = ItemKitAIMeE&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 = 5g [[Gold]], 5g [[Copper]], 22g [[Steel]], 15g [[Electrum]], 7g [[Invar]], 8g [[Constantan]], 10g [[Astroloy]]&lt;br /&gt;
| constructs = [[AIMeE Bot]]&lt;br /&gt;
}}&lt;br /&gt;
{{Itembox&lt;br /&gt;
| name = AIMeE Bot&lt;br /&gt;
| image = [[File:Robot.png]]&lt;br /&gt;
| prefabhash = 434786784&lt;br /&gt;
| prefabname = Robot&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;q&amp;gt;Designed by - presumably drunk - [[Norsec (Faction)|Norsec]] roboticists, AIMeE (or Automated Independent Mechanical Entity) can be a [[Stationeers|Stationeer&#039;s]] best friend, or tiresome nemesis, or both several times in the same day.&lt;br /&gt;
&lt;br /&gt;
Intended to unearth and retrieve ores automatically, the unit requires basic programming knowledge to operate, and [[Motherboard_(IC_Editor)|IC Editor Motherboard]].&lt;br /&gt;
&lt;br /&gt;
AIMEe has 7 modes:&lt;br /&gt;
&lt;br /&gt;
RobotMode.None =         0 = Do nothing&amp;lt;br&amp;gt;&lt;br /&gt;
RobotMode.Follow =       1 = Follow nearest player&amp;lt;br&amp;gt;&lt;br /&gt;
RobotMode.MoveToTarget = 2 = Move to target in straight line&amp;lt;br&amp;gt;&lt;br /&gt;
RobotMode.Roam =         3 = Wander around looking for ores in 15 co-ords radius&amp;lt;br&amp;gt;&lt;br /&gt;
RobotMode.Unload =       4 = Unload in chute input or chute bin within 3 meters / 1.5 large grids&amp;lt;br&amp;gt;&lt;br /&gt;
RobotMode.PathToTarget = 5 = Path(find) to target&amp;lt;br&amp;gt;&lt;br /&gt;
RobotMode.StorageFull =  6 = Automatic assigned state, shows when storage slots are full&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Connects to [[Logic Transmitter]]&amp;lt;/q&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;- Stationpedia&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
AIMEe or Automated Independent Mechanical Entity is a small mining robot that can be automated to search, mine and retrieve ores. AIMEe does get damaged by storms and can not be repaired with [[Duct Tape]].&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters|&lt;br /&gt;
{{Data Parameters/row|Power|Boolean|w=0|Can be read to return if the AIMeE Bot is correctly powered or not, set via the power system, return 1 if powered and 0 if not|multiple=2|0|Unpowered|1|Powered}}&lt;br /&gt;
{{Data Parameters/row|Mode|Integer|The mode of the AIMeE Bot.|multiple=7|0|RobotMode.None|1|RobotMode.Follow|2|RobotMode.MoveToTarget|3|RobotMode.Roam|4|RobotMode.Unload|5|RobotMode.PathToTarget|6|RobotMode.StorageFull}}&lt;br /&gt;
{{Data Parameters/row|Error|Boolean|w=0|1 if device is in error state, otherwise 0|multiple=2|0|&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;|1|Error}}&lt;br /&gt;
{{Data Parameters/row|PressureExternal|Float|w=0|Setting for external pressure safety, in KPa}}&lt;br /&gt;
{{Data Parameters/row|On|Boolean|The current state of the AIMeE Bot.|multiple=2|0|Off|1|On}}&lt;br /&gt;
{{Data Parameters/row|TemperatureExternal|Integer|w=0|The temperature of the outside of the AIMeE Bot, usually the world atmosphere surrounding it}}&lt;br /&gt;
{{Data Parameters/row|PositionX|Integer|w=0|The current position in X dimension in world coordinates}}&lt;br /&gt;
{{Data Parameters/row|PositionY|Integer|w=0|The current position in Y dimension in world coordinates}}&lt;br /&gt;
{{Data Parameters/row|PositionZ|Integer|w=0|The current position in Z dimension in world coordinates}}&lt;br /&gt;
{{Data Parameters/row|VelocityMagnitude|Integer|w=0|The current magnitude of the velocity vector}}&lt;br /&gt;
{{Data Parameters/row|VelocityRelativeX|Integer|w=0|The current velocity X relative to the forward vector of this}}&lt;br /&gt;
{{Data Parameters/row|VelocityRelativeY|Integer|w=0|The current velocity Y relative to the forward vector of this}}&lt;br /&gt;
{{Data Parameters/row|VelocityRelativeZ|Integer|w=0|The current velocity Z relative to the forward vector of this}}&lt;br /&gt;
{{Data Parameters/row|TargetX|Integer|r=0|The target position in X dimension in world coordinates}}&lt;br /&gt;
{{Data Parameters/row|TargetY|Integer|r=0|The target position in Y dimension in world coordinates}}&lt;br /&gt;
{{Data Parameters/row|TargetZ|Integer|r=0|The target position in Z dimension in world coordinates}}&lt;br /&gt;
{{Data Parameters/row|MineablesInVicinity|Integer|w=0|Returns the amount of potential mineables within an extended area around AIMEe.}}&lt;br /&gt;
{{Data Parameters/row|MineablesInQueue|Integer|w=0|Returns the amount of mineables AIMEe has queued up to mine.}}&lt;br /&gt;
{{Data Parameters/row|ReferenceId|Integer|w=0|Unique Reference Identifier for this object}}&lt;br /&gt;
{{Data Parameters/row|ForwardX|Integer|w=0|The direction the entity is facing expressed as a normalized vector}}&lt;br /&gt;
{{Data Parameters/row|ForwardY|Integer|w=0|The direction the entity is facing expressed as a normalized vector}}&lt;br /&gt;
{{Data Parameters/row|ForwardZ|Integer|w=0|The direction the entity is facing expressed as a normalized vector}}&lt;br /&gt;
{{Data Parameters/row|Orientation|Integer|w=0|The orientation of the entity in degrees in a plane relative towards the north origin}}&lt;br /&gt;
{{Data Parameters/row|VelocityX|Integer|w=0|The world velocity of the entity in the X axis}}&lt;br /&gt;
{{Data Parameters/row|VelocityY|Integer|w=0|The world velocity of the entity in the Y axis}}&lt;br /&gt;
{{Data Parameters/row|VelocityZ|Integer|w=0|The world velocity of the entity in the Z axis}}&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;
| PressureExternal || Float || Read external pressure in Pascal&lt;br /&gt;
|-&lt;br /&gt;
| TemperatureExternal || Float || Read external temperature in Kelvin&lt;br /&gt;
|-&lt;br /&gt;
| PositionX || || Read current position&lt;br /&gt;
|-&lt;br /&gt;
| PositionY || || Read current position&lt;br /&gt;
|-&lt;br /&gt;
| PositionZ || || Read current position&lt;br /&gt;
|-&lt;br /&gt;
| VelocityMagnitude || || &lt;br /&gt;
|-&lt;br /&gt;
| VelocityRelativeX || || &lt;br /&gt;
|-&lt;br /&gt;
| VelocityRelativeY || || &lt;br /&gt;
|-&lt;br /&gt;
| VelocityRelativeZ || || &lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || 0-6&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Error || || &lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| MineablesInQueue || || &lt;br /&gt;
|-&lt;br /&gt;
| MineablesInVicinity || || &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 || Battery || &lt;br /&gt;
|-&lt;br /&gt;
| 1 || IC10 || &lt;br /&gt;
|-&lt;br /&gt;
| 2-9 || Storage || Internal storage slots.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[File:Https://fastupload.io/6db74feb93cbbba0|400x300px|Example]]&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;
|+ Battery Slot 0&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;
| MaxQuantity || Integer || Max 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;
| Quantity || Integer || Size of stack.&lt;br /&gt;
|-&lt;br /&gt;
| ChargeRatio || Integer || Ratio of charge 0-1.&lt;br /&gt;
|-&lt;br /&gt;
| Charge || Integer || Charge in joules.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || Returns [[ItemHash]] of item in slot.&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;
|+ IC10 Slot 1&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;
| MaxQuantity || Integer || Max 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;
| Quantity || Integer || Size of stack.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || Returns [[ItemHash]] of item in slot.&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;
|+ Inventory Slot 2-9&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;
| MaxQuantity || Integer || Max 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;
| Quantity || Integer || Size of stack.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || Returns [[ItemHash]] of item in slot.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>91.221.218.22</name></author>
	</entry>
</feed>