Difference between revisions of "Kit (Satellite Dish)"
From Unofficial Stationeers Wiki
(Created page with "Category:Machines Category:Items {{Itembox | name = Kit (Satellite Dish) | stacks = 10 | image = File:ItemKitSatelliteDish.png | createdwith...") |
m |
||
Line 9: | Line 9: | ||
}} | }} | ||
{{Structurebox | {{Structurebox | ||
− | | name = Satellite Dish | + | | name = Medium Satellite Dish |
| image = [[File:StructureSatelliteDish.png]] | | image = [[File:StructureSatelliteDish.png]] | ||
| power_usage = 200W | | power_usage = 200W | ||
Line 21: | Line 21: | ||
The Satellite Dish must be guided by [[Satellite Tracking]] onto a signal and communications may be established once the signal strength is greater than 94% | The Satellite Dish must be guided by [[Satellite Tracking]] onto a signal and communications may be established once the signal strength is greater than 94% | ||
+ | |||
+ | == Medium Satellite Dish == | ||
+ | After "Big Changes Coming: Terrain Preview, Melting Ice, Modding, & Localization" update, Medium Satellite Dish has internal stack like Autolathe, which user can utilize it to give instructions to. | ||
+ | The Medium Satellite Dish currently have 256bit(32Byte) stack memory. | ||
+ | |||
+ | {| class="wikitable sortable" style="width:100%;" | ||
+ | ! Op_code | ||
+ | ! class="unsortable" | Name | ||
+ | ! class="unsortable" | Description | ||
+ | ! class="unsortable" | Valid Address | ||
+ | ! class="unsortable" | Bits | ||
+ | ! class="unsortable" | Bits Description | ||
+ | |- | ||
+ | |||
+ | ! rowspan="3" | 1 | ||
+ | | rowspan="3" | WriteTraderData | ||
+ | | rowspan="3" | The dish will flush out metadata(24 Bytes, in continuous of 3 addresses) to the specified starting index. E.g.: if set WRITE_INDEX to 1, then the metadata will span address 1-3. | ||
+ | | rowspan="3" | 0-31 | ||
+ | | style="text-align:center;" | 0-7 | ||
+ | | Op_code | ||
+ | |- | ||
+ | | style="text-align:center;" | 8-15 | ||
+ | | WRITE_INDEX | ||
+ | |- | ||
+ | | style="text-align:center;" | 16-63 | ||
+ | | Unused | ||
+ | |} |
Revision as of 03:19, 22 March 2025
![]() | |
Properties | |
---|---|
Stacks | Yes (10) |
Recipe | |
Created With | Electronics Printer |
Cost | 5g Gold, 10g Copper, 20g Steel, 5g Nickel, 10g Solder |
![]() | |
Operation | |
---|---|
Power Usage | 200W |
Construction | |
Placed with | Kit (Satellite Dish) |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Satellite Dish) |
Description
The Satellite Dish is used together with a Computer fitted with a Motherboard (Communications) to allow Interstellar Communications.
The Satellite Dish must be guided by Satellite Tracking onto a signal and communications may be established once the signal strength is greater than 94%
Medium Satellite Dish
After "Big Changes Coming: Terrain Preview, Melting Ice, Modding, & Localization" update, Medium Satellite Dish has internal stack like Autolathe, which user can utilize it to give instructions to. The Medium Satellite Dish currently have 256bit(32Byte) stack memory.
Op_code | Name | Description | Valid Address | Bits | Bits Description |
---|---|---|---|---|---|
1 | WriteTraderData | The dish will flush out metadata(24 Bytes, in continuous of 3 addresses) to the specified starting index. E.g.: if set WRITE_INDEX to 1, then the metadata will span address 1-3. | 0-31 | 0-7 | Op_code |
8-15 | WRITE_INDEX | ||||
16-63 | Unused |