Difference between revisions of "AIMEe"
From Unofficial Stationeers Wiki
(Changed createdwith to Printer MK2, added new survival cost.) |
(added slot info) |
||
| Line 72: | Line 72: | ||
|- | |- | ||
| On || || | | On || || | ||
| + | |} | ||
| + | |||
| + | ==== Data Slots ==== | ||
| + | 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's "VAR" setting cycles through them. | ||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! Number || Name !! Description | ||
| + | |- | ||
| + | | 0 || Battery || | ||
| + | |- | ||
| + | | 1 || IC10 || | ||
| + | |- | ||
| + | | 2-9 || Storage || Internal storage slots. | ||
| + | |} | ||
| + | |||
| + | |||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! 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. | ||
| + | |} | ||
| + | |||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! 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. | ||
| + | |} | ||
| + | |||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! 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. | ||
|} | |} | ||
Revision as of 13:45, 26 April 2020
![]() | |
| Properties | |
|---|---|
| Stacks | No |
| Recipe | |
| Created With | Electronics Printer MK2 |
| Cost | 5g Gold, 5g Copper, 22g Steel, 15g Electrum, 7g Invar, 8g Constantan, 10g Astroloy |
AIMEe or Automated Independent Mechanical Entity is a small mining robot that can be automated to search, mine and retrieve ores.
![]() | |
| Operation | |
|---|---|
| Power Usage | Unknown |
| Construction | |
Data Network Properties
These are all Data Network properties of this device.
Data Parameters
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
| Parameter Name | Data Type | Description |
|---|---|---|
| TargetX | Set the target for Mode RobotMode.PathToTarget & RobotMode.MoveToTarget
| |
| TargetY | Set the target for Mode RobotMode.PathToTarget & RobotMode.MoveToTarget
| |
| TargetZ | Set the target for Mode RobotMode.PathToTarget & RobotMode.MoveToTarget
| |
| Mode | 0-6 | |
| On |
- robot. 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 coords radius - RobotMode.Unload = 4
Unload in chute input or chute bin within 3 meters \ 1.5 large grid - RobotMode.PathToTarget = 5
Path(find) to Target - RobotMode.StorageFull = 6
Automatic assigned state that will show when storage slots are full (not stacks)</code>
Data Outputs
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 | Read external pressure in Pascal | |
| TemperatureExternal | Read external temperature in Kelvin | |
| PositionX | Read current position | |
| PositionY | Read current position | |
| PositionZ | Read current position | |
| VelocityMagnitude | ||
| VelocityRelativeX | ||
| VelocityRelativeY | ||
| VelocityRelativeZ | ||
| Mode | 0-6 | |
| Power | ||
| Error | ||
| On |
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 | Internal storage slots. |
| Name | Data Type | Description |
|---|---|---|
| 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 |
|---|---|---|
| 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 |
|---|---|---|
| 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. |

