Actions

Difference between revisions of "Airlock (Structure)"

From Unofficial Stationeers Wiki

(Initial contents)
 
m (add data port info)
Line 1: Line 1:
#REDIRECT [[Airlock]]
 
 
[[Category:Atmospherics]]
 
[[Category:Atmospherics]]
 
<languages/>
 
<languages/>
Line 17: Line 16:
 
An Airlock has separate [[Special:MyLanguage/Power#Ports|power]] and [[Special:MyLanguage/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 [[Special:MyLanguage/Crowbar|crowbar]] regardless of its power state.
 
An Airlock has separate [[Special:MyLanguage/Power#Ports|power]] and [[Special:MyLanguage/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 [[Special:MyLanguage/Crowbar|crowbar]] regardless of its power state.
  
The airlock can be automatically controlled using a [[Special:MyLanguage/Circuitboard (Airlock)|regular]] or a [[Special:MyLanguage/Circuitboard (Advanced Airlock Control)|advanced]] airlock circuit board inside a [[Special:MyLanguage/Kit (Consoles) Console|console]]. Doing so will prevent the Airlock from being opened or closed manually, which could be a problem when power is lost.
+
When an Airlock is enslaved by a [[Special:MyLanguage/Circuitboard (Airlock)|regular]] or a [[Special:MyLanguage/Circuitboard (Advanced Airlock Control)|advanced]] airlock circuit, it cannot be opened or closed manually, which could be a problem when power is lost.
  
 
==Construction==
 
==Construction==
Line 24: Line 23:
 
==Deconstruction==
 
==Deconstruction==
 
An Airlock can be deconstructed at anytime using a [[Special:MyLanguage/Hand Drill|Hand Drill]].
 
An Airlock can be deconstructed at anytime using a [[Special:MyLanguage/Hand Drill|Hand Drill]].
 +
 +
{{Data Network Header}}
 +
 +
{{Data Parameters}}
 +
{| class="wikitable"
 +
|-
 +
! 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}}
 +
{| 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.
 +
|}
  
 
==See Also==
 
==See Also==
 
<ul>
 
<ul>
 
     <li>[[Special:MyLanguage/Guide (Airlock)|Guide (Airlock)]]</li>
 
     <li>[[Special:MyLanguage/Guide (Airlock)|Guide (Airlock)]]</li>
    <li>[[Special:MyLanguage/Kit (Airlock)|Kit (Airlock)]]</li>
+
</ul>
 +
<ul>
 
     <li>[[Special:MyLanguage/Circuitboard (Advanced Airlock Control)|Circuitboard (Advanced Airlock Control)]]</li>
 
     <li>[[Special:MyLanguage/Circuitboard (Advanced Airlock Control)|Circuitboard (Advanced Airlock Control)]]</li>
 
     <li>[[Special:MyLanguage/Circuitboard (Airlock)|Circuitboard (Airlock)]]</li>
 
     <li>[[Special:MyLanguage/Circuitboard (Airlock)|Circuitboard (Airlock)]]</li>
 +
    <li>[[Special:MyLanguage/Kit (Airlock)|Kit (Airlock)]]</li>
 
</ul>
 
</ul>
 
</translate>
 
</translate>

Revision as of 20:26, 17 March 2019


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)

Description

An Airlock is a powered door suitable for use in constructing an airlock chamber. It can withstand a pressure differential of 1MPA and consumes 25W of energy per tick.

An Airlock has separate power and 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 regardless of its power state.

When an Airlock is enslaved by a regular or a 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).

Deconstruction

An Airlock can be deconstructed at anytime using a Hand Drill.

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

See Also