Kits

AIMEe

Updated 3/8/2026

Kit (AIMeE)

AIMeE Bot

Description

"Designed by - presumably drunk - Norsec roboticists, AIMeE (or Automated Independent Mechanical Entity) can be a Stationeer's 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. 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" — 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.

Data Network

ParameterTypeAccessDescription
PowerBooleanReadCan 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
ModeIntegerRead/WriteThe mode of the AIMeE Bot.
ErrorBooleanRead1 if device is in error state, otherwise 0
PressureExternalFloatReadSetting for external pressure safety, in KPa
OnBooleanRead/WriteThe current state of the AIMeE Bot.
TemperatureExternalIntegerReadThe temperature of the outside of the AIMeE Bot, usually the world atmosphere surrounding it
PositionXIntegerReadThe current position in X dimension in world coordinates
PositionYIntegerReadThe current position in Y dimension in world coordinates
PositionZIntegerReadThe current position in Z dimension in world coordinates
VelocityMagnitudeIntegerReadThe current magnitude of the velocity vector
VelocityRelativeXIntegerReadThe current velocity X relative to the forward vector of this
VelocityRelativeYIntegerReadThe current velocity Y relative to the forward vector of this
VelocityRelativeZIntegerReadThe current velocity Z relative to the forward vector of this
TargetXIntegerRead/Writer=0
TargetYIntegerRead/Writer=0
TargetZIntegerRead/Writer=0
MineablesInVicinityIntegerReadReturns the amount of potential mineables within an extended area around AIMEe.
MineablesInQueueIntegerReadReturns the amount of mineables AIMEe has queued up to mine.
ReferenceIdIntegerReadUnique Reference Identifier for this object
ForwardXIntegerReadThe direction the entity is facing expressed as a normalized vector
ForwardYIntegerReadThe direction the entity is facing expressed as a normalized vector
ForwardZIntegerReadThe direction the entity is facing expressed as a normalized vector
OrientationIntegerReadThe orientation of the entity in degrees in a plane relative towards the north origin
VelocityXIntegerReadThe world velocity of the entity in the X axis
VelocityYIntegerReadThe world velocity of the entity in the Y axis
VelocityZIntegerReadThe world velocity of the entity in the Z axis
Output NameData TypeDescription
PressureExternalFloatRead external pressure in Pascal
TemperatureExternalFloatRead external temperature in Kelvin
PositionXRead current position
PositionYRead current position
PositionZRead current position
VelocityMagnitude
VelocityRelativeX
VelocityRelativeY
VelocityRelativeZ
ModeInteger0-6
PowerBoolean
Error
OnBoolean
MineablesInQueue
MineablesInVicinity

Data Slots

These are all parameters, that can be read with a 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

  • Example*
NameData TypeDescription
+ Battery Slot 0
OccupiedBooleanReturns whether the slot occupied. (0 for no, 1 for yes).
OccupantHashIntegerReturns ItemHash of item in slot.
MaxQuantityIntegerMax Size of stack.
DamageIntegerItem durability in percent.
ClassIntegerItem class ID.
QuantityIntegerSize of stack.
ChargeRatioIntegerRatio of charge 0-1.
ChargeIntegerCharge in joules.
PrefabHashIntegerReturns ItemHash of item in slot.
NameData TypeDescription
+ IC10 Slot 1
OccupiedBooleanReturns whether the slot occupied. (0 for no, 1 for yes).
OccupantHashIntegerReturns ItemHash of item in slot.
MaxQuantityIntegerMax Size of stack.
DamageIntegerItem durability in percent.
ClassIntegerItem class ID.
QuantityIntegerSize of stack.
PrefabHashIntegerReturns ItemHash of item in slot.
NameData TypeDescription
+ Inventory Slot 2-9
OccupiedBooleanReturns whether the slot occupied. (0 for no, 1 for yes).
OccupantHashIntegerReturns ItemHash of item in slot.
MaxQuantityIntegerMax Size of stack.
DamageIntegerItem durability in percent.
ClassIntegerItem class ID.
QuantityIntegerSize of stack.
PrefabHashIntegerReturns ItemHash of item in slot.