Difference between revisions of "Kit (Atmospherics) Electrolyzer"
From Unofficial Stationeers Wiki
Ipottinger (talk | contribs) m (Initial Content) |
Ipottinger (talk | contribs) m (minor corrections) |
||
Line 16: | Line 16: | ||
<!--T:2--> | <!--T:2--> | ||
==Characteristics== | ==Characteristics== | ||
− | * It | + | * It has a manual power switch. |
* It consumes #W of [[Power]] per [[Tick]] when idle. | * It consumes #W of [[Power]] per [[Tick]] when idle. | ||
* It consumes a maximum of #kW of [[Power]] per [[Tick]] when active. | * It consumes a maximum of #kW of [[Power]] per [[Tick]] when active. | ||
* It has a separate [[Power Port]] and [[Data Port]]. | * It has a separate [[Power Port]] and [[Data Port]]. | ||
− | * It has a pipe | + | * It has a pipe port (labelled "Input") for the water that '''will be''' electrolyzed. |
− | * It has a pipe | + | * It has a pipe port (labelled "Output") for the produced H<sub>2</sub> + O<sub>2</sub> gas mixtured. |
+ | * It outputs a perfect [[Special:MyLanguage/Fuel|Fuel]] mixture of 66.6% H<sub>2</sub> + 33.3% O<sub>2</sub>. | ||
<!--T:3--> | <!--T:3--> |
Revision as of 02:56, 17 October 2019
Operation | |
---|---|
Power Usage | 1200W |
Construction | |
Placed with | Kit (Atmospherics) |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Atmospherics) |
Contents
Purpose
An Electrolyzer is a powered Atmospheric processor used to separate water (H2O) into H2 and O2. Guide (Electrolyzer) provides additional information regarding the function, construction, and operation of an Electrolyzer.
Characteristics
- It has a manual power switch.
- It consumes #W of Power per Tick when idle.
- It consumes a maximum of #kW of Power per Tick when active.
- It has a separate Power Port and Data Port.
- It has a pipe port (labelled "Input") for the water that will be electrolyzed.
- It has a pipe port (labelled "Output") for the produced H2 + O2 gas mixtured.
- It outputs a perfect Fuel mixture of 66.6% H2 + 33.3% O2.
User Interface
An Electrolyzer provides the following user interface:
Name | Type | Function |
---|---|---|
On/Off | Switch | Switches Electrolyzer between turned on or turned off. |
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 |
---|---|---|
Lock | Boolean | Locks the Electrolyzer when set to 1. Unlocks it when set to 0. |
On | Boolean | Powers on the Electrolyzer on when set to 1. Powers 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 Electrolyzer is turned on and receives power. (0 for no, 1 for yes) |
Error | Boolean | Returns whether the Electrolyzer is flashing an error. (0 for no, 1 for yes) |
Lock | Boolean | Returns whether the Electrolyzer is locked. (0 for no, 1 for yes) |
On | Boolean | Returns whether the Electrolyzer is turned on. (0 for no, 1 for yes) |
RequiredPower | Integer | Returns the current amount of power in Watts required by the Electrolyzer. |