Computer
From Unofficial Stationeers Wiki
Revision as of 11:56, 4 August 2024 by Emilgardis (talk | contribs)
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).
Parameter Name | Data Type | Description |
---|---|---|
Open | Boolean | Opens the Motherboard slot, when set to 1. Closes it, when set to 0. |
On | Boolean | Turns the Computer on, when set to 1. Turns it off, when set to 0. |
Data Outputs
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 |
---|---|---|
Power | Boolean | Returns whether the Computer is turned on and receives power. (0 for no, 1 for yes) |
Open | Boolean | Returns whether the Computer's Motherboard slot is open. (0 for no, 1 for yes) |
Error | Boolean | Returns whether the Computer is flashing an error. (0 for no, 1 for yes) |
On | Boolean | Returns whether the Computer is turned on. (0 for no, 1 for yes) |
RequiredPower | Integer | Returns the current amount of power, required by the Computer, in watts. |