Actions

Difference between revisions of "Console"

From Unofficial Stationeers Wiki

(Marked this version for translation)
m (Mode Values: Spelling correction)
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
<languages/>
 
<languages/>
 
<translate>
 
<translate>
[[Category:Machines]]
+
[[Category:Machines]][[Category:Data Network]]
 
{{Itembox
 
{{Itembox
 
  | name        = Console
 
  | name        = Console
 
  | image      = [[File:ItemKitConsole.png]]
 
  | image      = [[File:ItemKitConsole.png]]
  | createdwith = [[Autolathe]], [[Fabricator]]
+
  | createdwith = [[Electronics Printer]], [[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
  | powerusage = 50W
+
| dectool    = [[Crowbar]], [[Hand Drill]]
 +
  | powerusage = 50W
 
  | image      =  [[File:Console.jpg]]
 
  | image      =  [[File:Console.jpg]]
 +
| placement  = Small Grid, On Frames
 
}}
 
}}
 
== Information == <!--T:1-->
 
== Information == <!--T:1-->
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.
+
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.
 
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 29: Line 31:
 
* 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.
 
* 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.
  
== Power Consumption == <!--T:6-->
+
== Deconstruction == <!--T:6-->
 +
First remove the glass sheet with a [[Crowbar]]. The device itself is deconstructed with the [[Hand Drill]].
 +
 
 +
== Data Network Properties ==
 +
These are all [[:Category:Data Network|Data Network]] properties of this device.
 +
 
 +
=== Console, Console Dual and Console Monitor ===
 +
 
 +
==== Data Parameters ====
 +
These are all parameters, that can be written to with a [[Kit_(Logic_I/O)#Logic_Writer|Logic Writer]] or a [[Kit_(Logic_I/O)#Batch_Writer|Batch Writer]]. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.
 +
{| 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 ====
 +
These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Logic_Reader|Logic Reader]]. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
 +
{| 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.
 +
|}
  
<!--T:7-->
+
=== LED Display (Small, Medium and Large) ===
It requires always 50W of power.
 
  
== Deconstruction == <!--T:8-->
+
==== Mode Values ====
First remove the glass sheet with a [[Crowbar]]. The device itself is deconstructed with the [[Drill]].
+
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.
 +
|-
 +
| 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 ====
 +
These are all parameters, that can be written to with a [[Kit_(Logic_I/O)#Logic_Writer|Logic Writer]] or a [[Kit_(Logic_I/O)#Batch_Writer|Batch Writer]]. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.
 +
{| 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 ====
 +
These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Logic_Reader|Logic Reader]]. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
 +
{| 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>

Revision as of 06:30, 23 April 2018

Other languages:
English
Console
ItemKitConsole.png
Stacks 5
Recipe
Created With Electronics Printer, Fabricator
Cost 2g Iron, 5g Copper, 3g Gold
Console
Console.jpg
Construction
Placed with {{{placed_with_item}}}
Placed on {{{placed_on_grid}}}

Information

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. 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).

Example set up

For example one can set it to pressure measurement (requires gas circuit board inside) which allows one to read out the actual pressure value of a connected gas sensor. (Setup shown in picture)

Tips

  • You need to put a sheet of glass on top of it to bring it finally to work.
  • 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.

Deconstruction

First remove the glass sheet with a Crowbar. The device itself is deconstructed with the Hand Drill.

Data Network Properties

These are all Data Network properties of this device.

Console, Console Dual and Console Monitor

Data Parameters

These are all parameters, that can be written to with a Logic Writer or a Batch Writer. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.

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

These are all parameters, that can be read with a Logic 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 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)

Mode Values

These lists the values and meanings for the "Mode" property of the LED Display.

Value Meaning "Setting" parameter interpretation
0 Normal number display Direct display as a number.
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

These are all parameters, that can be written to with a Logic Writer or a Batch Writer. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.

Parameter Name Data Type Description
Mode Integer Sets the display mode of the LED Display to the passed value. (See 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

These are all parameters, that can be read with a Logic 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 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)
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)