Actions

Difference between revisions of "Airlock (Structure)"

From Unofficial Stationeers Wiki

(Updated data outputs with 'mode')
 
(3 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
<translate>
 
<translate>
 
{{Structurebox
 
{{Structurebox
| image           =  
+
| name = Airlock
| name            = Airlock
+
| image = [[File:StructureAirlock.png]]
| power_usage     = 25W
+
| prefab_hash = -2105052344
| placed_with_item = [[Kit (Airlock)]]
+
| prefab_name = StructureAirlock
| placed_on_grid  = Large Grid
+
| power_usage = 25W
| decon_with_tool1 = [[Hand Drill]]
+
| placed_on_grid = Small Grid
| item_rec1        = [[Kit (Airlock)]]
+
| decon_with_tool1 = [[Wrench]]
 +
| 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-->
Line 44: Line 54:
 
<!--T:5-->
 
<!--T:5-->
 
==Construction==
 
==Construction==
An Airlock is constructed using 1 x [[Kit (Airlock)]].
+
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-->
 
<!--T:6-->
 
==Deconstruction==
 
==Deconstruction==
An Airlock can be deconstructed at any time using a [[Hand Drill]].
+
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)]].
  
 
{{Data Network Header}}
 
{{Data Network Header}}
Line 81: Line 92:
 
| RequiredPower || Integer || Returns the current watts of power required by the Airlock.
 
| RequiredPower || Integer || Returns the current watts of power required by the Airlock.
 
|-
 
|-
| Mode || Boolean || Holds intended value for Open. Opening process is not instant so this value can be used to detect attempt to open airlock.
+
| Setting || Boolean || Returns desired state of the door. (0 for close, 1 for open) When Mode = 1
 +
|-
 +
| Mode || Boolean || Return mode, 0 for default, 1 for logic based control
 
|}
 
|}
  

Latest revision as of 04:25, 3 May 2024


Airlock
File:StructureAirlock.png
Operation
Power Usage 25W
Prefab Hash -2105052344
Prefab Name StructureAirlock
Construction
Placed with Kit (Airlock)
Placed on Small Grid
Stage 1
Next Stage Construction
Constructed with tool Welding Torch
Constructed with item 2 x Steel Sheets
Deconstruction
Deconstructed with Wrench
Item received Kit (Airlock)
Stage 2
Next Stage Construction
Constructed with tool Crowbar
Constructed with item 2 x Plastic Sheets
Deconstruction
Deconstructed with Hand Drill
Item received 2 x Steel Sheets
Stage 3
Deconstruction
Deconstructed with Angle Grinder
Item received 2 x Plastic Sheets

Purpose[edit]

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.

Characteristics[edit]

  • 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 regular or a advanced airlock circuit, it cannot be operated manually.

User Interface[edit]

An Airlock provides the following user interface:

Name Type Function
Keypad Keypad Opens or closes the door as long as it has power
Lock Indicator Turns red when locked and green when unlocked

Settings[edit]

An Airlock has no settings.

Construction[edit]

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.

Deconstruction[edit]

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

Data Network Properties[edit]

These are all Data Network properties of this device.

Data Parameters[edit]

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 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[edit]

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 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.
Setting Boolean Returns desired state of the door. (0 for close, 1 for open) When Mode = 1
Mode Boolean Return mode, 0 for default, 1 for logic based control

See Also[edit]