Difference between revisions of "Kit (Automated Rocket Automation)"
From Unofficial Stationeers Wiki
(Created page with "{{itembox | name = Kit (Automated Rocket Automation Module) | image = thumb | createdwith = Electronics P...") |
m (Removed some obsolete links) |
||
(7 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{deprecated}} | ||
+ | [[Category:Deprecated]] | ||
{{itembox | {{itembox | ||
| name = Kit (Automated Rocket Automation Module) | | name = Kit (Automated Rocket Automation Module) | ||
− | + | | createdwith = Electronics Printer '''Mk2''' | |
− | | createdwith = | + | | cost = 10g Gold, 40g Copper, 25g Steel, 30g Electrum, 30g Invar, 15g Solder, 25g Stellite, 10g Inconel |
− | | cost = 10g | ||
}} | }} | ||
{{Structurebox | {{Structurebox | ||
| name = Automated Rocket Automation Module | | name = Automated Rocket Automation Module | ||
− | + | | placed_with_item = Kit (Automated Rocket Automation) | |
− | | placed_with_item = | ||
| placed_on_grid = Large Grid | | placed_on_grid = Large Grid | ||
− | | item_rec1 = | + | | item_rec1 = Kit (Automated Rocket Automation) |
− | | const_with_tool2 = | + | | const_with_tool2 = Welding Torch |
− | | const_with_item2 = 25 x | + | | const_with_item2 = 25 x Steel Sheets |
− | | item_rec2 = 25 x | + | | item_rec2 = 25 x Steel Sheets |
− | | const_with_tool3 = | + | | const_with_tool3 = Welding Torch |
− | | const_with_item3 = 25 x | + | | const_with_item3 = 25 x Plastic Sheets |
− | | item_rec3 = 25 x | + | | item_rec3 = 25 x Plastic Sheets |
− | | const_with_item4 = 20 x | + | | const_with_item4 = 20 x Electronic Parts |
− | | item_rec4 = 20 x | + | | item_rec4 = 20 x Electronic Parts |
}} | }} | ||
Line 31: | Line 31: | ||
{{Data Parameters}} | {{Data Parameters}} | ||
{| class="wikitable" | {| class="wikitable" | ||
− | |||
! Parameter Name !! Data Type !! Description | ! Parameter Name !! Data Type !! Description | ||
|- | |- | ||
| ClearMemory || Boolean || Resets internal counters, such as ExportCount, to zero when set to 1. | | ClearMemory || Boolean || Resets internal counters, such as ExportCount, to zero when set to 1. | ||
|- | |- | ||
− | | Activate || | + | | Activate || Integer || Set the desired mode of the rocket.<br>'''Note: Setting Activate to the same value multiple times will not register a change beyond the initial set point.<br>To remedy this, set Activate to a 'safe' value such as 0 or 1 first if encountering strange triggering behaviour.'''<br> |
+ | 1 = Launch to Space.<br> | ||
+ | 2 = Travel in Space. This can be used to find new ice, ore, or salvage.<br> | ||
+ | 4 = Stop Traveling in Space.<br> | ||
+ | 5 = Return to the Launch Pad. Only valid from mode 3 or 4 | ||
|- | |- | ||
| Setting || Float || Unknown | | Setting || Float || Unknown | ||
Line 62: | Line 65: | ||
| ImportCount || Integer || Unknown | | ImportCount || Integer || Unknown | ||
|- | |- | ||
− | | Fuel || Float || The quantity of onboard fuel, in | + | | Fuel || Float || The quantity of onboard fuel, in moles. |
|- | |- | ||
| ExportCount || Integer || Unknown | | ExportCount || Integer || Unknown | ||
|- | |- | ||
| CollectableGoods || Boolean || Whether the rocket can currently harvest ice, ore, or salvage. If 0, then the rocket must be moved to a new area by setting Mode to 2. | | CollectableGoods || Boolean || Whether the rocket can currently harvest ice, ore, or salvage. If 0, then the rocket must be moved to a new area by setting Mode to 2. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| Setting || Integer || Unknown | | Setting || Integer || Unknown | ||
|- | |- | ||
− | | ReturnFuelCost || Integer || The amount of fuel needed, in | + | | ReturnFuelCost || Integer || The amount of fuel needed, in moles, for the rocket to safely return to the launch pad. The rocket does not actually consume this much fuel to return. |
|- | |- | ||
| Ratio || Float || Unknown | | Ratio || Float || Unknown |
Latest revision as of 12:38, 20 May 2024
Warning: | This item is deprecated. |
Recipe | |
---|---|
Created With | Electronics Printer Mk2 |
Cost | 10g Gold, 40g Copper, 25g Steel, 30g Electrum, 30g Invar, 15g Solder, 25g Stellite, 10g Inconel |
Construction | |
---|---|
Placed with | Kit (Automated Rocket Automation) |
Placed on | Large Grid |
Stage 1 | |
Deconstruction | |
Item received | Kit (Automated Rocket Automation) |
Stage 2 | |
Next Stage Construction | |
Constructed with tool | Welding Torch |
Constructed with item | 25 x Steel Sheets |
Deconstruction | |
Item received | 25 x Steel Sheets |
Stage 3 | |
Next Stage Construction | |
Constructed with tool | Welding Torch |
Constructed with item | 25 x Plastic Sheets |
Deconstruction | |
Item received | 25 x Plastic Sheets |
Stage 4 | |
Next Stage Construction | |
Constructed with item | 20 x Electronic Parts |
Deconstruction | |
Item received | 20 x Electronic Parts |
The automation module completes the rocket. It passes logic to its respective components.
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 |
---|---|---|
ClearMemory | Boolean | Resets internal counters, such as ExportCount, to zero when set to 1. |
Activate | Integer | Set the desired mode of the rocket. Note: Setting Activate to the same value multiple times will not register a change beyond the initial set point. To remedy this, set Activate to a 'safe' value such as 0 or 1 first if encountering strange triggering behaviour. 1 = Launch to Space. |
Setting | Float | Unknown |
Open | Boolean | Unknown |
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 | The current mode of the rocket. 0 = Idle on the Launch Pad. The rocket can be launched by setting the Activate variable to 1. |
Maximum | Integer | Unknown |
ImportCount | Integer | Unknown |
Fuel | Float | The quantity of onboard fuel, in moles. |
ExportCount | Integer | Unknown |
CollectableGoods | Boolean | Whether the rocket can currently harvest ice, ore, or salvage. If 0, then the rocket must be moved to a new area by setting Mode to 2. |
Setting | Integer | Unknown |
ReturnFuelCost | Integer | The amount of fuel needed, in moles, for the rocket to safely return to the launch pad. The rocket does not actually consume this much fuel to return. |
Ratio | Float | Unknown |
PrefabHash | Integer | Unknown |
Open | Boolean | Unknown. Possibly commands all silo modules to open or close. |