The wiki has moved!

Visit the new wiki at stationeers-wiki.com The old wiki here at legacy.stationeers-wiki.com will sunset eventually.

Edits made after the 7th of March 6PM EST were NOT carried over to the new server as previously announced right here in this box.

 Actions

User

Difference between revisions of "Carsten Milkau/Dual-Atmosphere Airlock"

From Unofficial Stationeers Wiki

< User:Carsten Milkau
(Restructuring)
Line 1: Line 1:
= Dual-Atmosphere Airlock =
+
== Structure ==
  
== Constants ==
+
== Piping ==
 +
 
 +
== Electronics ==
 +
 
 +
=== Constants ===
  
 
* Zero
 
* Zero
 
* "Vacuum" pressure
 
* "Vacuum" pressure
  
== Target Atmosphere ==
+
=== Target Atmosphere ===
  
 
* [[Kit (Logic Switch)|Switch]]
 
* [[Kit (Logic Switch)|Switch]]
 
* [[Carsten Milkau/RS-Latch]]
 
* [[Carsten Milkau/RS-Latch]]
  
== Current Atmosphere ==
+
=== Current Atmosphere ===
  
 
[[Carsten Milkau/D-Latch]]
 
[[Carsten Milkau/D-Latch]]
  
== Door sensor ==
+
=== Door sensor ===
  
 
* [[Carsten Milkau/OR Gate]]
 
* [[Carsten Milkau/OR Gate]]
 
* [[Carsten Milkau/NOT Gate]]
 
* [[Carsten Milkau/NOT Gate]]
  
== Door control ==
+
=== Door control ===
  
 
   if (my atmosphere)  
 
   if (my atmosphere)  
Line 26: Line 30:
 
   else Zero
 
   else Zero
  
== Vent activation ==
+
=== Vent activation ===
  
 
   if (my atmosphere)  
 
   if (my atmosphere)  
Line 32: Line 36:
 
   else Zero
 
   else Zero
  
== Vent direction ==
+
=== Vent direction ===
  
 
[[Carsten Milkau/NOT Gate]]
 
[[Carsten Milkau/NOT Gate]]

Revision as of 16:54, 18 July 2018

Structure

Piping

Electronics

Constants

  • Zero
  • "Vacuum" pressure

Target Atmosphere

Current Atmosphere

Carsten Milkau/D-Latch

Door sensor

Door control

 if (my atmosphere) 
 then (internal pressure >= external pressure)
 else Zero

Vent activation

 if (my atmosphere) 
 then (doors closed) 
 else Zero

Vent direction

Carsten Milkau/NOT Gate