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]]
 
 
}}
 
}}
 
 
<!--T:1-->
 
<!--T:1-->
 
==Description==
 
==Description==
<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>
+
An Airlock is a powered [[Portal]] suitable for use in constructing an airlock chamber. [[Guide (Airlock)]] provides additional information regarding the function, construction, and operation of airlocks.
'''- Stationpedia'''</blockquote>
 
[[Guide (Airlock)]] provides additional information regarding the function, construction, and operation of airlocks.
 
  
 
<!--T:2-->
 
<!--T:2-->
Line 32: Line 19:
 
* It can withstand a [[Pressure]] differential of 1MPA.
 
* It can withstand a [[Pressure]] differential of 1MPA.
 
* It consumes 25W of [[Power]] per [[Tick]].
 
* It consumes 25W of [[Power]] per [[Tick]].
* It has a separate [[Power Port]] and [[Data Port]].
+
* It has separate [[Power Port]] and [[Data Port]].
 
* It has a keypad on both sides.
 
* It has a keypad on both sides.
 
* It has indicator lights.  
 
* It has indicator lights.  
 
* If unlocked, it can be manually operated using a [[Crowbar]] regardless of its power state.
 
* 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.
+
* If enslaved by a [[Circuitboard (Airlock)|regular]] or a [[Circuitboard (Advanced Airlock)|advanced]] airlock circuit, it cannot be opened or closed manually.
  
 
<!--T:3-->
 
<!--T:3-->
 
==User Interface==
 
==User Interface==
An Airlock provides the following user interface:
+
A powered [[Console]] equipped with a Circuitboard (Advanced Airlock) and will display the following user interface:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 47: Line 34:
 
| Keypad || Keypad  || Opens or closes the door as long as it has power
 
| Keypad || Keypad  || Opens or closes the door as long as it has power
 
|-
 
|-
| Lock || Indicator || Turns red when locked and green when unlocked
+
| Lock || Indicator|| Turns red when locked and green when unlocked
 
|-
 
|-
 
|}
 
|}
  
 
<!--T:4-->
 
<!--T:4-->
==Settings==
+
==Construction==
An Airlock has no settings.
+
An Airlock is constructed using 1 x [[Kit (Airlock)]].
  
 
<!--T:5-->
 
<!--T:5-->
==Construction==
 
An Airlock is constructed using 1 x [[Kit (Airlock)]], 2 x [[Steel Sheets]], and 2 x [[Plastic Sheets]].
 
 
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-->
 
 
==Deconstruction==
 
==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)]].
+
An Airlock can be deconstructed at any time using a [[Hand Drill]].
  
 
{{Data Network Header}}
 
{{Data Network Header}}
  
{{Data Parameters|
+
{{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}}
+
<!--T:6-->
{{Data Parameters/row|Open|Integer|1 if device is open, otherwise 0}}
+
{| class="wikitable"
{{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}}
+
! Parameter Name !! Data Type !! Description
{{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}}
+
| Open || Boolean || Opens the Airlock when set to 1. Closes it when set to 0.
{{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}}
+
| Lock || Boolean || Locks the Airlock when set to 1. Unlocks it when set to 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}}
+
| On || Boolean || Turns the Airlock on when set to 1. Turns the Airlock off when set to 0.
{{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}}
+
|}
}}
+
 
 +
{{Data Outputs}}
 +
<!--T:7-->
 +
{| class="wikitable"
 +
|-
 +
! Output Name !! Data Type !! Description
 +
|-
 +
| Power || Boolean || Returns whether the Airlock is turned on and receiving 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 watts of power required by the Airlock.
 +
|}
  
<!--T:9-->
+
<!--T:8-->
 
==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)