Actions

AIMEe

From Unofficial Stationeers Wiki

(Redirected from Kit (AIMeE))


Kit (AIMeE)
ItemKitAIMeE.png
Constructing Options AIMeE Bot
Properties
Stacks No
Recipes
Electronics Printer (Tier Two) 5g Gold, 5g Copper, 22g Steel, 15g Electrum, 7g Invar, 8g Constantan, 10g Astroloy
Logic
Item Hash 496830914
Item Name ItemKitAIMeE
Logic Classes
SlotClass.None
SortingClass.Kits


AIMeE Bot
Robot.png
Properties
Stacks No
Logic
Item Hash 434786784
Item Name Robot
Logic Classes
SlotClass.None
SortingClass.Default

Description[edit]

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 Properties[edit]

These are all Data Network properties of this device.

Data Parameters[edit]

These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10), and can be read with a Logic Reader, Batch Reader, or Integrated Circuit (IC10).

Click here to see/hide all the data network properties


Data Outputs[edit]

These are all parameters, that can be read with a Logic Reader or a Slot Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.

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[edit]

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 Internal storage slots.

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 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 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 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 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 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 of item in slot.