Actions

Difference between revisions of "Airlock"

From Unofficial Stationeers Wiki

(Update to use the new Structurebox syntax)
(Update to use the new Data Network templates)
Line 1: Line 1:
[[Category:Atmospherics]][[Category:Data Network]]
+
[[Category:Atmospherics]]
 
{{Itembox
 
{{Itembox
 
  | image      = [[File:ItemKitDoor.png]]
 
  | image      = [[File:ItemKitDoor.png]]
Line 48: Line 48:
 
On the instruction to pressurise the airlock will attempt to pull gas from the passive vent and pressurize the airlock to 100kpa.
 
On the instruction to pressurise the airlock will attempt to pull gas from the passive vent and pressurize the airlock to 100kpa.
  
== Data Network Properties ==
+
{{Data Network Header}}
These are all [[:Category:Data Network|Data Network]] properties of this device.
 
  
=== Data Parameters ===
+
{{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"
 
{| class="wikitable"
 
|-
 
|-
Line 64: Line 62:
 
|}
 
|}
  
=== Data Outputs ===
+
{{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"
 
{| class="wikitable"
 
|-
 
|-

Revision as of 05:34, 8 July 2018

Kit (Airlock)
ItemKitDoor.png
Stacks 5
Recipe
Created With Hydraulic Pipe Bender, Fabricator
Cost 20g Iron, 3g Copper
Airlock
Operation
Power Usage 25W
Construction
Placed with Kit (Airlock)
Placed on Large Grid
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Airlock)

Requirements

The basic requirements of the airlock are:

  • 2 Airlock doors
  • 1 Console
  • 1 Airlock circuit board
  • 1 Sheet of glass
  • 1 Gas pressure sensor (Sensor kit)
  • 1 data disc to setup the console
  • 1 Active vent
  • 1 Passive vent (Placed in the pressurized area of your base)
  • Enough pipes and wires to connect everything.

Basic Build Process

The general build process is as follows:

  1. Build frames and walls
  2. Place airlock doors with the wire connections facing inwards.
  3. Place console, active pressure vent and gas sensor (Sensor kit can have type adjusted with mouse wheel)
    • Attention: the airlock will open as soon as the square in which the sensor resides has no air, depending on placement the airlock may open prematurely and vent the air that is left. One sensor per square works best.
  4. After placing console, insert airlock circuit board and place glass on top (have glass in active hand)
  5. Wire all power and data lines together and connect them to an active power supply.
    • Both data and power wires for the airlocks will have to be connected.
  6. Connect pipes from active pressure vent through walls/frames to a passive pressure vent inside your base.
  7. Go to console (turn it on), put in the disk to start the configuration.
  8. Select the outer airlock door first, it's lights will turn red, click again to deselect if you got the wrong door, then select all the other components that make up the airlock: Inner Door, Gas Pressure Sensor, Active Vent. You can also select an optional flashing light, and slave the console to (receive commands from) another airlock console. Slaving is useful for really long airlocks, or for remote control of the airlock.
  9. Remove the disk.
    • If there is an error the console screen will say so and the power light will flash yellow.

Note that the airlock may get stuck during the 'pressurizing' phase if there is not enough gas to reach 100kPa inside the airlock, you may click the yellow "Cancel Pressurization" button on the console to skip this step. You can click the cancel button through the windows of the airlock, or drill out the airlock door, if there is no-one inside a stuck airlock.

On the instruction to pressurise the airlock will attempt to pull gas from the passive vent and pressurize the airlock to 100kpa.

Data Network Properties

These are all Data Network properties of this device.

Data Parameters

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

Parameter Name Data Type Description
Open Boolean Opens the Airlock, when set to 1. Closes the it, when set to 0.
Lock Boolean Locks the Airlock, when set to 1. Unlocks it, when set to 0.
On Boolean Turns the Airlock on, when set to 1. Turns the Airlock 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 Airlock is turned on and receives power. (0 for no, 1 for yes)
Open Boolean Returns whether the Airlock is open. (0 for no, 1 for yes)
Lock Boolean Returns whether the Airlock is locked. (0 for no, 1 for yes)
On Boolean Returns whether the Airlock is turned on. (0 for no, 1 for yes)
RequiredPower Integer Returns the current amount of power, required by the Airlock, in Watts.