History

Current version

3/8/2026, 10:05:52 PM

Imported from wiki

by tmascroft · 3/8/2026, 9:31:00 PM

Airlock (Structure)

## Airlock

:::infobox
| Property | Value |
|----------|-------|
| Prefab Hash | -2105052344 |
| Prefab Name | StructureAirlock |
| Power Usage | 25W |
| Placed With | [Kit (Airlock)](/wiki/kit-airlock) |
| Placed On | Small Grid |

![Airlock](StructureAirlock.png)
:::

### Construction Steps

| Step | Tool | Item |
|---|---|---|
| 1 | [Welding Torch](/wiki/welding-torch) | 2 x [Steel Sheets](/wiki/steel-sheets) |
| 2 | [Crowbar](/wiki/crowbar) | 2 x [Plastic Sheets](/wiki/plastic-sheets) |

### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | [Wrench](/wiki/wrench) | [Kit (Airlock)](/wiki/kit-airlock) |
| 2 | [Hand Drill](/wiki/hand-drill) | 2 x [Steel Sheets](/wiki/steel-sheets) |
| 3 | [Angle Grinder](/wiki/angle-grinder) | 2 x [Plastic Sheets](/wiki/plastic-sheets) |


## Description

> *"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."*
> — Stationpedia
[Guide (Airlock)](/wiki/guide-airlock) provides additional information regarding the function, construction, and operation of airlocks.


## Characteristics

- It can withstand a [Pressure](/wiki/pressure) differential of 1MPA.
- It consumes 25W of [Power](/wiki/power) per [Tick](/wiki/tick).
- It has a separate [Power Port](/wiki/power-port) and [Data Port](/wiki/data-port).
- It has a keypad on both sides.
- It has indicator lights.
- If unlocked, it can be manually operated using a [Crowbar](/wiki/crowbar) regardless of its power state.
- If enslaved by a [regular](/wiki/circuitboard-airlock) or a [advanced](/wiki/circuitboard-advanced-airlock) airlock circuit, it cannot be operated manually.


## User Interface

An Airlock provides the following user interface:
| Name || Type | Function |
|---|---|
| Keypad | Keypad |
| Lock | Indicator |


## Settings

An Airlock has no settings.


## Construction

An Airlock is constructed using 1 x [Kit (Airlock)](/wiki/kit-airlock), 2 x [Steel Sheets](/wiki/steel-sheets), and 2 x [Plastic Sheets](/wiki/plastic-sheets).

You must first place the [Kit (Airlock)](/wiki/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](/wiki/steel-sheets) in your other hand to complete stage 2.  To finalize the airlock, you must use your crowbar with 2 [Plastic Sheets](/wiki/plastic-sheets) in your other hand.

## Deconstruction

An Airlock can be deconstructed in 3 stages.  You will first use your angle grinder to take off the 2 x [Plastic Sheets](/wiki/plastic-sheets).  You will then use your hand drill to remove the 2 x [Steel Sheets](/wiki/steel-sheets). Finally to remove the airlock, you will use your wrench to receive the 1 x [Kit (Airlock)](/wiki/kit-airlock).

## Data Network


| Parameter | Type | Access | Description |
|---|---|---|---|
| Power | Boolean | Read | 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 |
| Open | Integer | Read/Write | 1 if device is open, otherwise 0 |
| Mode | Integer | Read/Write | The mode of the Airlock. |
| Lock | Boolean | Read/Write | Disable manual operation of the Airlock. |
| Setting | Integer | Read/Write | A variable setting that can be read or written. |
| On | Boolean | Read/Write | The current state of the Airlock. |
| RequiredPower | Integer | Read | Idle operating power quantity, does not necessarily include extra demand power |
| Idle | Integer | Read | Returns 1 if the Airlock is currently idle, otherwise 0 |
| PrefabHash | Integer | Read | The hash of the structure |
| ReferenceId | Integer | Read | Unique Reference Identifier for this object |
| NameHash | Integer | Read | Provides the hash value for the name of the object as a 32 bit integer. |


## See Also

- [Guide (Airlock)](/wiki/guide-airlock)

- [Circuitboard (Advanced Airlock)](/wiki/circuitboard-advanced-airlock)
- [Circuitboard (Airlock)](/wiki/circuitboard-airlock)
- [Kit (Airlock)](/wiki/kit-airlock)