Kit (Automated Rocket Silo)
From Unofficial Stationeers Wiki
Warning: | This item is deprecated. |
Recipe | |
---|---|
Created With | Electronics Printer Mk2 |
Cost | 10g Gold, 20g Steel, 25g Electrum, 15g Invar, 25g Astroloy |
Construction | |
---|---|
Placed with | Kit (Automated Rocket Silo) |
Placed on | Large Grid |
Stage 1 | |
Deconstruction | |
Item received | Kit (Automated Rocket Silo) |
Stage 2 | |
Next Stage Construction | |
Constructed with tool | Welding Torch |
Constructed with item | 10 x Steel Sheets |
Deconstruction | |
Item received | 10 x Steel Sheets |
Stage 3 | |
Next Stage Construction | |
Constructed with tool | Welding Torch |
Constructed with item | 10 x Plastic Sheets |
Deconstruction | |
Item received | 10 x Plastic Sheets |
Stage 4 | |
Next Stage Construction | |
Constructed with item | 5 x Electronic Parts |
Deconstruction | |
Item received | 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 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).
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). |
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 |
---|---|---|
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) |