Actions

Editing Console

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 3: Line 3:
 
[[Category:Machines]]
 
[[Category:Machines]]
 
{{Itembox
 
{{Itembox
  | name        = Kit (Consoles)
+
  | name        = Console
 
  | image      = [[File:ItemKitConsole.png]]
 
  | image      = [[File:ItemKitConsole.png]]
  | createdwith = [[Electronics Printer]], [[Fabricator]]
+
  | createdwith = [[Autolathe]], [[Fabricator]]
 
  | cost        = 2g [[Iron]], 5g [[Copper]], 3g [[Gold]]
 
  | cost        = 2g [[Iron]], 5g [[Copper]], 3g [[Gold]]
 
  | stacks      = 5
 
  | stacks      = 5
 
}}
 
}}
 
{{Structurebox
 
{{Structurebox
  | name             = Console
+
  | name = Console
  | image           = [[File:Console.jpg]]
+
| powerusage = 50W
| power_usage      = 50W
+
  | image       = [[File:Console.jpg]]
| placed_with_item = [[Kit (Consoles)]]
 
| placed_on_grid  = Small Grid, On Frames
 
| const_with_item1 = [[Circuitboard]]
 
| decon_with_tool1 = [[Hand Drill]]
 
| item_rec1        = [[Kit (Consoles)]]
 
| const_with_item2 = [[Glass Sheets|Glass Sheet]]
 
| item_rec2        = [[Circuitboard]]
 
| decon_with_tool3 = [[Crowbar]]
 
| item_rec3        = [[Glass Sheets|Glass Sheet]]
 
 
}}
 
}}
= Console =
 
 
== Information == <!--T:1-->
 
== Information == <!--T:1-->
The console is one device of the Console item kit. The console can be fitted with a [[Circuitboard]]. When putting in a data disk, the console can be configured after being fully constructed with a circuitboard. After putting out the data disk it runs like previously configured.
+
The console is one device of the Console item kit. The console can be equipped with several circuit devices. When putting in a data disk, the console can be configured. After putting out the data disk it runs like previously configured.
 
There is the Console (Variant 1 of the kit) which has a mixed input (data and energy) and the Console Dual (Variant 2 of the kit) which has two inputs (one for energy and one for data).
 
There is the Console (Variant 1 of the kit) which has a mixed input (data and energy) and the Console Dual (Variant 2 of the kit) which has two inputs (one for energy and one for data).
  
Line 36: Line 26:
  
 
<!--T:5-->
 
<!--T:5-->
* You need to insert a Circuit Board and then put a sheet of glass over it to complete construction.
+
* You need to put a sheet of glass on top of it to bring it finally to work.
* To display general readings, only the Graph Display Circuit Board will find all the devices which are connected to your power grid. Any available readings will be shown on the select list.
+
* It finds all the devices which are connected to your power grid, even if they are not related to the actually installed circuit board. Not related devices are greyed out which allows you to find fast the related devices inside the list.
* For other specialized Circuit Boards (Gas, Power, etc.) the only values that can be displayed are those related to the function of that board.
 
  
== Deconstruction == <!--T:6-->
+
== Power Consumption == <!--T:6-->
First remove the glass sheet with a [[Crowbar]]. The device itself is deconstructed with the [[Hand Drill]].
 
  
= Console, Console Dual and Console Monitor =
+
<!--T:7-->
 +
It requires always 50W of power.
  
{{Data Network Header}}
+
== Deconstruction == <!--T:8-->
 +
First remove the glass sheet with a [[Crowbar]]. The device itself is deconstructed with the [[Drill]].
  
{{Data Parameters}}
 
{| class="wikitable"
 
|-
 
! Parameter Name !! Data Type !! Description
 
|-
 
| Open || Boolean || (Unknown)
 
|-
 
| On || Boolean || Turns the Console on, when set to 1. Turns it off, when set to 0.
 
|}
 
  
{{Data Outputs}}
 
{| class="wikitable"
 
|-
 
! Output Name !! Data Type !! Description
 
|-
 
| Power || Boolean || Returns whether the Console is turned on and receives power. (0 for no, 1 for yes)
 
|-
 
| Open || Boolean || (Unknown)
 
|-
 
| Error || Boolean || Returns whether the Console is flashing an error. (0 for no, 1 for yes)
 
|-
 
| On || Boolean || Returns whether the Console is turned on. (0 for no, 1 for yes)
 
|-
 
| RequiredPower || Integer || Returns the current amount of power required by the Console, in watts.
 
|}
 
 
= LED Display (Small, Medium and Large) =
 
{| class="wikitable"
 
|-
 
! Name !! Picturne !! Placed with
 
|-
 
| Small display LED || [[File:Small display.png|thumb]] || 1 - Kit (Consoles)
 
|-
 
| Medium display LED || [[File:Screenshot 2.png|thumb]] || 2 - Kit (Consoles)
 
|-
 
| Large display LED || [[File:Screenshot 3.png|thumb]] || 3 - Kit (Consoles)
 
|}
 
 
 
{{Data Network Header}}
 
 
=== Mode Values ===
 
These lists the values and meanings for the "Mode" property of the LED Display.
 
{| class="wikitable"
 
|-
 
! Value !! Meaning !! "Setting" parameter interpretation
 
|-
 
| 0 || Normal number display || Direct display as a number. Values smaller than 1.000E-07 will be displayed as 0. <!-- tested with large led display, might want to see if other sizes are the same -->
 
|-
 
| 1 || Percentage number display || Input range of 0.0 to 1.0 is interpolated and displayed as the range 0% to 100%
 
|-
 
| 2 || Power display || Adds a watt suffix (W) to the number. Also divides the number as needed and adds a metric unit prefix to the suffix. (e.g. kW)
 
|}
 
 
{{Data Parameters}}
 
{| class="wikitable"
 
|-
 
! Parameter Name !! Data Type !! Description
 
|-
 
| Mode || Integer || Sets the display mode of the LED Display to the passed value. (See [[#Mode Values|Mode Values]])
 
|-
 
| Setting || Float || Sets the raw number to display on the LED Display.
 
|-
 
| On || Boolean || Turns the LED Display on, when set to 1. Turns it off, when set to 0.
 
|-
 
| Color || Integer || Sets the color of the text on the LED Display. (See [[Data Network Colors]])
 
|}
 
 
{{Data Outputs}}
 
{| class="wikitable"
 
|-
 
! Output Name !! Data Type !! Description
 
|-
 
| Power || Boolean || Returns whether the LED Display is turned on and receives power. (0 for no, 1 for yes)
 
|-
 
| Mode || Integer || Returns the mode of the LED Display. (See [[#Mode Values|Mode Values]])
 
|-
 
| Error || Boolean || Returns whether the LED Display is flashing an error. (0 for no, 1 for yes)
 
|-
 
| Setting || Float || Returns the "Setting" value of the LED Display.
 
|-
 
| On || Boolean || Returns whether the LED Display is turned on. (0 for no, 1 for yes)
 
|-
 
| RequiredPower || Integer || Returns the current amount of power, required by the LED Display, in watts.
 
|-
 
| Color || Integer || Returns the color setting of the LED Display. (See [[Data Network Colors]])
 
|}
 
 
</translate>
 
</translate>

Please note that all contributions to Unofficial Stationeers Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unofficial Stationeers Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)