Actions

Editing Airlock (Structure)

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:
 
<translate>
 
<translate>
 
{{Structurebox
 
{{Structurebox
| name = Airlock
+
| image           =  
| image = [[File:StructureAirlock.png]]
+
| name            = Airlock
| prefab_hash = -2105052344
+
| power_usage     = 25W
| prefab_name = StructureAirlock
+
| placed_with_item = [[Kit (Airlock)]]
| power_usage = 25W
+
| placed_on_grid  = Large Grid
| placed_on_grid = Small Grid
+
| decon_with_tool1 = [[Hand Drill]]
| decon_with_tool1 = [[Wrench]]
+
| item_rec1        = [[Kit (Airlock)]]
| placed_with_item = [[Kit (Airlock)]]
 
| item_rec1 = [[Kit (Airlock)]]
 
| decon_with_tool2 = [[Hand Drill]]
 
| const_with_tool1 = [[Welding Torch]]
 
| const_with_item1 = 2 x [[Steel Sheets]]
 
| item_rec2 = 2 x [[Steel Sheets]]
 
| decon_with_tool3 = [[Angle Grinder]]
 
| const_with_tool2 = [[Crowbar]]
 
| const_with_item2 = 2 x [[Plastic Sheets]]
 
| item_rec3 = 2 x [[Plastic Sheets]]
 
 
}}
 
}}
 +
==Description==
 +
An Airlock is a powered door suitable for use in constructing an [[Guide (Airlock)|airlock chamber]]. It can withstand a [[Pressure|pressure]] differential of 1MPA and consumes 25W of [[Special:MyLanguage/Energy|energy]] per [[Special:MyLanguage/Energy#Tick|tick]].
 +
 +
An Airlock has separate [[Power#Ports|power]] and [[Data#Ports|data]] ports, a keypad on both sides which when clicked will open or close the door as long as it has power. An Airlock also has indicator lights which will turn red if the door is locked and green if the door is unlocked. As long as the door is unlocked it can be manually operated using a [[Crowbar|crowbar]] regardless of its power state.
 +
 +
When an Airlock is enslaved by a [[Circuitboard (Airlock)|regular]] or a [[Circuitboard (Advanced Airlock Control)|advanced]] airlock circuit, it cannot be opened or closed manually, which could be a problem when power is lost.
 +
 +
==Construction==
 +
An Airlock is constructed using 1 x [[Kit (Airlock)]].
  
<!--T:1-->
+
==Deconstruction==
==Description==
+
An Airlock can be deconstructed at any time using a [[Hand Drill]].
<blockquote><q>The standard airlock is a powered portal that forms the main component of an airlock chamber. As long as the airlock is not locked, it can be manually opened using a crowbar.</q><br>
 
'''- Stationpedia'''</blockquote>
 
[[Guide (Airlock)]] provides additional information regarding the function, construction, and operation of airlocks.
 
  
<!--T:2-->
+
{{Data Network Header}}
==Characteristics==
 
* It can withstand a [[Pressure]] differential of 1MPA.
 
* It consumes 25W of [[Power]] per [[Tick]].
 
* It has a separate [[Power Port]] and [[Data Port]].
 
* It has a keypad on both sides.
 
* It has indicator lights.
 
* If unlocked, it can be manually operated using a [[Crowbar]] regardless of its power state.
 
* If enslaved by a [[Circuitboard (Airlock)|regular]] or a [[Circuitboard (Advanced Airlock)|advanced]] airlock circuit, it cannot be operated manually.
 
  
<!--T:3-->
+
{{Data Parameters}}
==User Interface==
 
An Airlock provides the following user interface:
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Name || Type !! Function
+
! Parameter Name !! Data Type !! Description
 
|-
 
|-
| Keypad || Keypad  || Opens or closes the door as long as it has power
+
| Open || Boolean || Opens the Airlock when set to 1. Closes it when set to 0.
 
|-
 
|-
| Lock || Indicator || Turns red when locked and green when unlocked
+
| 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.
 
|}
 
|}
  
<!--T:4-->
+
{{Data Outputs}}
==Settings==
+
{| class="wikitable"
An Airlock has no settings.
+
|-
 
+
! Output Name !! Data Type !! Description
<!--T:5-->
+
|-
==Construction==
+
| Power || Boolean || Returns whether the Airlock is turned on and receiving power. (0 for no, 1 for yes)
An Airlock is constructed using 1 x [[Kit (Airlock)]], 2 x [[Steel Sheets]], and 2 x [[Plastic Sheets]].
+
|-
 
+
| Open || Boolean || Returns whether the Airlock is open. (0 for no, 1 for yes)
You must first place the [[Kit (Airlock)]] by right clicking and selecting the unobstructed area. After the kit is placed, you will use a welding torch with 2 [[Steel Sheets]] in your other hand to complete stage 2.  To finalize the airlock, you must use your crowbar with 2 [[Plastic Sheets]] in your other hand.
+
|-
<!--T:6-->
+
| Lock || Boolean || Returns whether the Airlock is locked. (0 for no, 1 for yes)
==Deconstruction==
+
|-
An Airlock can be deconstructed in 3 stages.  You will first use your angle grinder to take off the 2 x [[Plastic Sheets]].  You will then use your hand drill to remove the 2 x [[Steel Sheets]]. Finally to remove the airlock, you will use your wrench to receive the 1 x [[Kit (Airlock)]].
+
| On || Boolean || Returns whether the Airlock is turned on. (0 for no, 1 for yes)
 
+
|-
{{Data Network Header}}
+
| RequiredPower || Integer || Returns the current watts of power required by the Airlock.
 
+
|}
{{Data Parameters|
 
{{Data Parameters/row|Power|Boolean|w=0|Can be read to return if the Airlock 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}}
 
{{Data Parameters/row|Mode|Integer|The mode of the Airlock.|multiple=2|0|Operate|1|Logic}}
 
{{Data Parameters/row|Lock|Boolean|Disable manual operation of the Airlock.|multiple=2|0|Unlocked|1|Locked}}
 
{{Data Parameters/row|Setting|Integer|A variable setting that can be read or written.}}
 
{{Data Parameters/row|On|Boolean|The current state of the Airlock.|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|Idle|Integer|w=0|Returns 1 if the Airlock is currently idle, otherwise 0}}
 
{{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.}}
 
}}
 
  
<!--T:9-->
 
 
==See Also==
 
==See Also==
 
* [[Guide (Airlock)]]
 
* [[Guide (Airlock)]]

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)