History
Current version
3/8/2026, 10:05:52 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:30:59 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:30:59 PM
AIMEe
## Kit (AIMeE) :::infobox | Property | Value | |----------|-------| | Stacks | 1 | | Prefab Hash | 496830914 | | Prefab Name | ItemKitAIMeE | | Slot Class | SlotClass.None | | Sorting Class | SortingClass.Kits | | Recipe Machine | Electronics Printer (Tier Two) | | Recipe Cost | 5g [Gold](/wiki/gold), 5g [Copper](/wiki/copper), 22g [Steel](/wiki/steel), 15g [Electrum](/wiki/electrum), 7g [Invar](/wiki/invar), 8g [Constantan](/wiki/constantan), 10g [Astroloy](/wiki/astroloy) | | Constructs | [AIMeE Bot](/wiki/aimee-bot) |  ::: ## AIMeE Bot :::infobox | Property | Value | |----------|-------| | Stacks | 1 | | Prefab Hash | 434786784 | | Prefab Name | Robot | | Slot Class | SlotClass.None | | Sorting Class | SortingClass.Default |  ::: ## Description > *"Designed by - presumably drunk - [Norsec](/wiki/norsec-faction) roboticists, AIMeE (or Automated Independent Mechanical Entity) can be a [Stationeer's](/wiki/stationeers) best friend, or tiresome nemesis, or both several times in the same day. Intended to unearth and retrieve ores automatically, the unit requires basic programming knowledge to operate, and [IC Editor Motherboard](/wiki/motherboard-ic-editor). AIMEe has 7 modes: RobotMode.None = 0 = Do nothing RobotMode.Follow = 1 = Follow nearest player RobotMode.MoveToTarget = 2 = Move to target in straight line RobotMode.Roam = 3 = Wander around looking for ores in 15 co-ords radius RobotMode.Unload = 4 = Unload in chute input or chute bin within 3 meters / 1.5 large grids RobotMode.PathToTarget = 5 = Path(find) to target RobotMode.StorageFull = 6 = Automatic assigned state, shows when storage slots are full Connects to [Logic Transmitter](/wiki/logic-transmitter)"* > — Stationpedia 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](/wiki/duct-tape). ## Data Network | Parameter | Type | Access | Description | |---|---|---|---| | Power | Boolean | Read | 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 | | Mode | Integer | Read/Write | The mode of the AIMeE Bot. | | Error | Boolean | Read | 1 if device is in error state, otherwise 0 | | PressureExternal | Float | Read | Setting for external pressure safety, in KPa | | On | Boolean | Read/Write | The current state of the AIMeE Bot. | | TemperatureExternal | Integer | Read | The temperature of the outside of the AIMeE Bot, usually the world atmosphere surrounding it | | PositionX | Integer | Read | The current position in X dimension in world coordinates | | PositionY | Integer | Read | The current position in Y dimension in world coordinates | | PositionZ | Integer | Read | The current position in Z dimension in world coordinates | | VelocityMagnitude | Integer | Read | The current magnitude of the velocity vector | | VelocityRelativeX | Integer | Read | The current velocity X relative to the forward vector of this | | VelocityRelativeY | Integer | Read | The current velocity Y relative to the forward vector of this | | VelocityRelativeZ | Integer | Read | The current velocity Z relative to the forward vector of this | | TargetX | Integer | Read/Write | r=0 | | TargetY | Integer | Read/Write | r=0 | | TargetZ | Integer | Read/Write | r=0 | | MineablesInVicinity | Integer | Read | Returns the amount of potential mineables within an extended area around AIMEe. | | MineablesInQueue | Integer | Read | Returns the amount of mineables AIMEe has queued up to mine. | | ReferenceId | Integer | Read | Unique Reference Identifier for this object | | ForwardX | Integer | Read | The direction the entity is facing expressed as a normalized vector | | ForwardY | Integer | Read | The direction the entity is facing expressed as a normalized vector | | ForwardZ | Integer | Read | The direction the entity is facing expressed as a normalized vector | | Orientation | Integer | Read | The orientation of the entity in degrees in a plane relative towards the north origin | | VelocityX | Integer | Read | The world velocity of the entity in the X axis | | VelocityY | Integer | Read | The world velocity of the entity in the Y axis | | VelocityZ | Integer | Read | The world velocity of the entity in the Z axis | | Output Name | Data Type | Description | |---|---|---| | PressureExternal | Float | Read external pressure in Pascal | | TemperatureExternal | Float | Read external temperature in Kelvin | | PositionX | | Read current position | | PositionY | | Read current position | | PositionZ | | Read current position | | VelocityMagnitude | | | | VelocityRelativeX | | | | VelocityRelativeY | | | | VelocityRelativeZ | | | | Mode | Integer | 0-6 | | Power | Boolean | | | Error | | | | On | Boolean | | | MineablesInQueue | | | | MineablesInVicinity | | | #### Data Slots These are all parameters, that can be read with a [Slots Reader](/wiki/kit-logic-io#slots-reader). The outputs are listed in the order a Slots Reader's "VAR" setting cycles through them. | Number || Name | Description | |---|---| | 0 | Battery | | 1 | IC10 | | 2-9 | Storage |  - Example* | Name | Data Type | Description | |---|---|---| | + Battery Slot 0 | | | | Occupied | Boolean | Returns whether the slot occupied. (0 for no, 1 for yes). | | OccupantHash | Integer | Returns [ItemHash](/wiki/itemhash) of item in slot. | | MaxQuantity | Integer | Max Size of stack. | | Damage | Integer | Item durability in percent. | | Class | Integer | Item class ID. | | Quantity | Integer | Size of stack. | | ChargeRatio | Integer | Ratio of charge 0-1. | | Charge | Integer | Charge in joules. | | PrefabHash | Integer | Returns [ItemHash](/wiki/itemhash) of item in slot. | | Name | Data Type | Description | |---|---|---| | + IC10 Slot 1 | | | | Occupied | Boolean | Returns whether the slot occupied. (0 for no, 1 for yes). | | OccupantHash | Integer | Returns [ItemHash](/wiki/itemhash) of item in slot. | | MaxQuantity | Integer | Max Size of stack. | | Damage | Integer | Item durability in percent. | | Class | Integer | Item class ID. | | Quantity | Integer | Size of stack. | | PrefabHash | Integer | Returns [ItemHash](/wiki/itemhash) of item in slot. | | Name | Data Type | Description | |---|---|---| | + Inventory Slot 2-9 | | | | Occupied | Boolean | Returns whether the slot occupied. (0 for no, 1 for yes). | | OccupantHash | Integer | Returns [ItemHash](/wiki/itemhash) of item in slot. | | MaxQuantity | Integer | Max Size of stack. | | Damage | Integer | Item durability in percent. | | Class | Integer | Item class ID. | | Quantity | Integer | Size of stack. | | PrefabHash | Integer | Returns [ItemHash](/wiki/itemhash) of item in slot. |