Kit (Automated Rocket Silo)
Kit (Automated Rocket Silo)
Deprecated: This item has been deprecated.
Kit (Automated Rocket Silo Module)
Automated Rocket Silo Module
Deconstruction Steps
| Step | Tool | Recovered Item |
|---|---|---|
| 1 | - | Kit (Automated Rocket Silo) |
| 2 | - | 10 x Steel Sheets |
| 3 | - | 10 x Plastic Sheets |
| 4 | - | 5 x Electronic Parts |
The ExMin autonomous silo module provides storage for ores collected by the Automated Rocket Ore Mining Module, ices collected by the Automated Rocket Ice Mining Module and 'space junk' salvaged by the Automated Rocket Salvage Module. In other words, it holds 'medium-sized dry goods'.
The silo module must be connected to a mining or salvaging module by a correctly placed Automated Rocket Coupling Module (Down) or Automated Rocket Coupling Module (Up), in order for material to pass into the silo.
The silo module must also be powered when on the launch pad. It is 'on' by default, but can be turned off with logic if needed.
The module can also be attached to a Chute system in order to connect it to import/export networks.
To extract resources from the silo module, you must set its state to 'OPEN' using logic.
Data Network
| Parameter Name | Data Type | Description |
|---|---|---|
| Mode | Integer | Unknown. |
| Lock | Boolean | Unknown. |
| ClearMemory | Boolean | Resets internal counters, such as ExportCount, to zero when set to 1. |
| Activate | Boolean | Unknown |
| Setting | Float | Unknown |
| Open | Boolean | Set to 1 to open the silo and begin exporting its contents through the chute, or set to 0 to stop exporting. |
| On | Boolean | Turns the silo's power on (1) or off (0). |
| Output Name | Data Type | Description |
|---|---|---|
| Mode | Integer | Unknown |
| Maximum | Integer | Unknown |
| ImportCount | Integer | The number of stacks imported into the silo since the memory was last cleared. |
| ExportCount | Integer | The number of stacks exported from the silo since the memory was last cleared. Note that if the silo was used to mine or salvage, most if not all stacks will not be full stacks. |
| Error | Boolean | Returns whether the Silo is flashing an error. (0 for no, 1 for yes) |
| Activate | Integer | Unknown. |
| Setting | Integer | Unknown |
| RequiredPower | Float | Returns the current amount of power, required by the Silo, in watts. |
| Ratio | Float | Unknown |
| Quantity | Integer | The number of item stacks currently held by the silo. Note that if the silo was used to mine or salvage, most if not all stacks will not be full stacks. |
| PrefabHash | Integer | Unknown |
| Power | Boolean | Returns whether the Silo is turned on and receives power. (0 for no, 1 for yes) |
| Open | Boolean | Returns whether the Silo is currently open and exporting items. (0 for no, 1 for yes) |
| On | Boolean | Returns whether the Silo is turned on. (0 for no, 1 for yes) |