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
(Current Atmosphere)
Line 1: Line 1:
 
= Dual-Atmosphere Airlock =
 
= Dual-Atmosphere Airlock =
 +
 +
== Constants ==
 +
 +
* Zero
 +
* "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 ==
 +
 +
* [[Carsten Milkau/OR Gate]]
 +
* [[Carsten Milkau/NOT Gate]]
 +
 +
== 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]]

Revision as of 05:18, 13 April 2018

Dual-Atmosphere Airlock

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