Computer: Difference between revisions
From Stationeers Wiki
More actions
F1r3w4rr10r (talk | contribs) Adjust logic properties for new patch |
m Fix broken headlines from translation cleanup |
||
| (12 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
{{Itembox | {{Itembox | ||
| name = Kit (Computer) | |||
| image = [[File:ItemKitComputer.png]] | |||
| prefabhash = 1990225489 | |||
| prefabname = ItemKitComputer | |||
| stacks = 5 | |||
| slot_class = SlotClass.None | |||
| sorting_class = SortingClass.Kits | |||
| recipe_machine1 = Electronics Printer | |||
| recipe_cost1 = 5g [[Iron]], 5g [[Gold]], 10g [[Copper]] | |||
| constructs = [[Computer]] | |||
}} | }} | ||
{{ | {{Structurebox | ||
| name = Computer | |||
| image = [[File:StructureComputer.png]] | |||
| prefab_hash = -626563514 | |||
| prefab_name = StructureComputer | |||
| power_usage = 200W | |||
| placed_on_grid = Small Grid | |||
| decon_with_tool1 = [[Hand Drill]] | |||
| placed_with_item = [[Kit (Computer)]] | |||
| item_rec1 = [[Kit (Computer)]] | |||
| decon_with_tool2 = [[Screwdriver]] | |||
| const_with_tool1 = [[Screwdriver]] | |||
}} | }} | ||
<blockquote><q>In some ways a relic, the 'Chonk R1' was designed by severely conflicted [[Norsec (Faction)|Norsec]] technicians, who needed a unit that could operate with a wide range of [[:Category:Circuits|motherboards]], while also enduring the worst a new Cadet could throw at it. | |||
The result is a machine described by some as 'the only PC likely to survive our collision with a black hole', while other, less appreciative users regard it as sharing most of its technological DNA with a cheese grater. | |||
Compatible motherboards: | |||
- [[Motherboard_(Logic)|Logic Motherboard]] | |||
- Manufacturing Motherboard | |||
- [[Sorter Motherboard]] | |||
- [[Motherboard_(Communications)|Communications Motherboard]] | |||
- [[Motherboard (IC_Editor)|IC Editor Motherboard]]</q><br> | |||
'''- Stationpedia'''</blockquote> | |||
== Description == | == Description == | ||
Uses different [[Motherboard]]s to perform various functions. | Uses different [[Motherboard]]s to perform various functions. | ||
== | {{Data Network Header}} | ||
{{Data Parameters| | |||
{{Data Parameters/row|Power|Boolean|w=0|Can be read to return if the Computer is correctly powered or not, set via the power system, return 1 if powered and 0 if not|multiple=2|0|Unpowered|1|Powered}} | |||
{{Data Parameters/row|Open|Integer|1 if device is open, otherwise 0|multiple=2|0|Closed|1|Open}} | |||
{{Data Parameters/row|Error|Boolean|w=0|1 if device is in error state, otherwise 0|multiple=2|0|<p></p>|1|Error}} | |||
{{Data Parameters/row|Lock|Boolean|Disable manual operation of the Computer.|multiple=2|0|Unlocked|1|Locked}} | |||
{{Data Parameters/row|On|Boolean|The current state of the Computer.|multiple=2|0|Off|1|On}} | |||
{{Data Parameters/row|RequiredPower|Integer|w=0|Idle operating power quantity, does not necessarily include extra demand power}} | |||
{{Data Parameters/row|PrefabHash|Integer|w=0|The hash of the structure}} | |||
{{Data Parameters/row|ReferenceId|Integer|w=0|Unique Reference Identifier for this object}} | |||
{{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}} | |||
}} | |||
[[Category:Data Network]] | |||
[[Category:IC10 Programming]] | |||
Latest revision as of 17:41, 8 March 2026
![]() | |
| Constructing Options | Computer |
|---|---|
| Properties | |
| Stacks | Yes (5) |
| Recipes | |
| Electronics Printer | 5g Iron, 5g Gold, 10g Copper |
| Logic | |
| Item Hash | 1990225489 |
| Item Name | ItemKitComputer |
| Logic Classes |
SlotClass.None SortingClass.Kits |
![]() | |
| Operation | |
|---|---|
| Power Usage | 200W |
| Prefab Hash | -626563514 |
| Prefab Name | StructureComputer |
| Construction | |
| Placed with | Kit (Computer) |
| Placed on | Small Grid |
| Stage 1 | |
| Next Stage Construction | |
| Constructed with tool | Screwdriver |
| Deconstruction | |
| Deconstructed with | Hand Drill |
| Item received | Kit (Computer) |
| Stage 2 | |
| Deconstruction | |
| Deconstructed with | Screwdriver |
In some ways a relic, the 'Chonk R1' was designed by severely conflicted Norsec technicians, who needed a unit that could operate with a wide range of motherboards, while also enduring the worst a new Cadet could throw at it.The result is a machine described by some as 'the only PC likely to survive our collision with a black hole', while other, less appreciative users regard it as sharing most of its technological DNA with a cheese grater. Compatible motherboards: - Logic Motherboard - Manufacturing Motherboard - Sorter Motherboard - Communications Motherboard - IC Editor Motherboard
- Stationpedia
Description
Uses different Motherboards to perform various functions.
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), and can be read with a Logic Reader, Batch Reader, or Integrated Circuit (IC10).
Click here to see/hide all the data network properties
| Parameter Name | Data Type | Access | Value | Description | ||
|---|---|---|---|---|---|---|
| Power | Boolean | Read
|
0 | Unpowered | Can be read to return if the Computer is correctly powered or not, set via the power system, return 1 if powered and 0 if not | |
| 1 | Powered | |||||
| Open | Integer | Read Write
|
0 | Closed | 1 if device is open, otherwise 0 | |
| 1 | Open | |||||
| Error | Boolean | Read
|
0 | 1 if device is in error state, otherwise 0 | ||
| 1 | Error | |||||
| Lock | Boolean | Read Write
|
0 | Unlocked | Disable manual operation of the Computer. | |
| 1 | Locked | |||||
| On | Boolean | Read Write
|
0 | Off | The current state of the Computer. | |
| 1 | On | |||||
| RequiredPower | Integer | Read
|
||||
| PrefabHash | Integer | Read
|
||||
| ReferenceId | Integer | Read
|
||||
| NameHash | Integer | Read
|
||||

