Difference between revisions of "Computer"
From Unofficial Stationeers Wiki
Emilgardis (talk | contribs) |
Emilgardis (talk | contribs) |
||
| Line 41: | Line 41: | ||
{{Data Network Header}} | {{Data Network Header}} | ||
| − | + | {{Data Parameters| | |
| − | {{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.}} |
| − | + | }} | |
| − | {{Data | ||
| − | { | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | | | ||
| − | | | ||
| − | | | ||
| − | | | ||
| − | | | ||
| − | | | ||
| − | |||
| − | |||
</translate> | </translate> | ||
[[Category:Data Network]] | [[Category:Data Network]] | ||
[[Category:IC10 Programming]] | [[Category:IC10 Programming]] | ||
Latest revision as of 11:57, 4 August 2024
![]() | |
| 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[edit]
Uses different Motherboards to perform various functions.
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), 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
|
||||


